Tuesday, May 30, 2023

Downloading the OVA Template

 

Deploying the OVA Template

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

  2. Click FileDeploy OVF Template.
    vmware_esxi_01.png

  3. Browse to the location of the .ova file and then click Next.
    vmware_esxi_02.png

  4. Verify that the details are correct and then click Next.
    vmware_esxi_03.png

  5. Type a virtual machine name and Click Next.
    vmware_esxi_04.png

  6. Select Thin Provision and then click Next.
    vmware_esxi_05.png

  7. Select VM Network and then click Next.
    vmware_esxi_06.png

  8. Review your settings and then click Finish.
    vmware_esxi_07.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