Sunday, April 28, 2024

Downloading the OVA Template

 

Deploying the OVA Template

  1. In the File menu, select Import Appliance.
    virtualbox_01.png
  2. Browse to the location of the .ova file and then click Next.
    virtualbox_02.png
  3. Make any adjustments you want to the displayed settings (you can also change the settings later) and click Import.
    virtualbox_03.png
  4. A status bar indicates the progress of the import process.
    virtualbox_04.png
  5. After Workstation successfully imports the OVA virtual machine, the virtual machine appears in the virtual machine library.
    virtualbox_05.png
   

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