Advanced Configuration
Changing Between 32-bit and 64-bit Gaia VM
When you install Security Gateway Virtual Edition on a Gaia computer or VM, a 32-bit kernel installs by default. You can change it to 64-bit with .
Note: The ESX server hardware must support 64-bit.
To change to 64-bit Gaia:
- Turn off the Security Gateway Virtual Edition VM.
- Increase the Security Gateway Virtual Edition VM memory to 6 GB or more.
- In the Gaia command line, run:
set edition 64-bit - Turn on the Security Gateway Virtual Edition VM.
To see which edition is running:
In the Gaia command line, run: show version os edition
Installing Clusters
Security Gateway Virtual Edition supports clusters of two or more members. If you install cluster members on different ESX hosts, you can be sure of automatic failover if an ESX host is unavailable.
You can use VMware High Availability or other failover solutions for VMs only. VMware High Availability and other VMware clustering solutions do not work with state synchronization for Security Gateway clusters.
Defining a ClusterXL Cluster
For ClusterXL details, see the R77 ClusterXL Administration Guide.
To define a ClusterXL cluster:
- Install and configure two or more Security Gateway Virtual Edition VMs.
- Turn on the VMs.
- Run the First Time Configuration Wizard on each member. Make sure that cluster support is active.
- Make sure that there is connectivity between the cluster members and the Security Management Server. Resolve connectivity issues before continuing.
- Make sure that there is connectivity between the cluster members and internal networks, external networks, and other VMs. Resolve connectivity issues before continuing.
- Use SmartDashboard to define the cluster as an object and to configure its synchronization networks.
- Define and install security policies.
Increasing the Security Gateway Virtual Edition Disk Size
Add a hard disk to the Security Gateway Virtual Edition VM to give space for backups.
Creating a Second Hard Drive in VMware
You cannot change the size of the hard disk in an existing Security Gateway Virtual Edition VM. But you can add a disk drive to a VM.
To define a second hard drive:
- Turn off the Security Gateway Virtual Edition VM.
- Right-click the VM in your inventory and select .
- Click .
- In the , select .
- In the window, select .
- In the window, enter the disk size in gigabytes.
- In the window, click .
- In the window, click .
Configuring New Hard Drive in Gaia
You can format the new drive and configure Security Management Server to send the log files to the new disk. First, create a new partition. Then, define the volume settings.
To create a new partition:
- Log in to the host console in expert mode.
- Create a new partition. Run:
fdisk /dev/sdb - Enter to add a new partition.
- Enter to choose a primary partition.
- Enter the partition number ( for a second disk).
- Accept the defaults for the first and last cylinder.
- Enter to change the partition’s system ID.
- Enter the hex value: .
- Enter to write the partition table to disk and to exit.
To define volume settings, run these commands:
Commands
|
Description
|
fdisk -1
|
Makes sure that the new hard disk is properly configured and that dev/sdb1 was successfully created. The option shows the parameter table.
|
pvcreate /dev/sdb1
|
Initializes the physical volume.
|
pvdisplay
|
See output to make sure that the physical volume was made.
|
vgcreate <group_name> /dev/sdb1
|
Creates a volume group, with the name you give it.
|
lvcreate -L <HD size> -n <vol_name> <group_name>
|
Creates a logical volume, of the given size in MB, with the given volume name.
|
Example:
fdisk -1
pvcreate /dev/sdb1
vgcreate mynew_vg /dev/sdb1
lvcreate -L 4000 -n vol2 mynew_vg
|
Changing Keyboard Layout
Security Gateway Virtual Edition is configured for United States English keyboard layout.
To change this, see sk73420.
|