Saturday, April 27, 2024

Downloading the OVA Template

 

Deploying the OVA Template

  1. On the destination device, log on to the VMware ESXi server using web client interface.

  2. Click Create/Register VM and under New virtual machine chose Deploy a virtual machine from an OVF or OVA file.
    vmware_esxi_08.png

  3. Browse to the location of the .ova file, enter a name for the virtual machine and then click Next.
    vmware_esxi_09.png

  4. Select storage type and datastore and then click Next.
    vmware_esxi_10.png

  5. Select deployment options and Click Next.
    vmware_esxi_11.png

  6. Review your settings and then click Finish.
    vmware_esxi_12.png

    The deployment starts. Wait for the deployment to complete.

   

Login

user: root
pass: vpnttg
   

Change Timezone

To find list of all available time zones, run:
[root@localhost ~]# timedatectl list-timezones
The syntax is as follows to set timezone and need to run as root user:
[root@localhost ~]# timedatectl set-timezone time_zone
In this example, set timezone to America/Chicago
[root@localhost ~]# timedatectl set-timezone America/Chicago
Verify new settings by typing the following two commands:
[root@localhost ~]# date
Sun Jun 18 15:25:03 CDT 2017
[root@localhost ~]# ls -l /etc/localtime 
lrwxrwxrwx 1 root root 37 Jun 18 15:24 /etc/localtime -> ../usr/share/zoneinfo/America/Chicago
[root@localhost ~]#
Change the TimeZone setting on /var/lib/pgsql/data/postgresql.conf to the value you want:
log_timezone = 'America/Chicago'
timezone = 'America/Chicago'
After that you need to restart the service:
[root@localhost ~]# systemctl restart postgresql
   

Get a license key

use this form to request a free one month evaluation license key and install it:

  1. Click on the Upload button
  2. key_upload_1
  3. Choose license key file and then click the Open button:
  4. key_upload_2
  5. After uploading check the license status
  6. key_upload_3