Migrating Symantec Veritas Cluster Server to HP Serviceguard for Linux

Technical white paper | Migrating Symantec Veritas Cluster Server to HP Serviceguard for Linux
Use the following table to map VCS service group resource attributes to SG/LX package attributes for this illustration:
VCS service
group resource
attributes
Corresponding
SG/LX package
attributes
Descriptions
Service group
package_name
Represent the name of service group/package
ConfigFile
httpd_config_file
Represent the path of Apache Web server configuration file
IP address
ip_address
Represent the IP address used by the application
Logical volume
fs_name
Represent the shared device name which is being used by the application
Volume group
Vg
Represent the volume group name being used by the application
Mount
fs_directory
Represent the location where the filesystem being used by the application
is mounted
FS_type
fs_type
Represent the type of the filesystem type being used by the application
Using this approach, the SG/LX package configuration file in this illustration can be populated as below:
SG/LX package attributes
package_name apache_package (You can use the same VCS service group name also)
tkit_dir $SGCONF/pkg/Apache
httpd_config_file /etc/httpd/conf/httpd.conf
ip_subnet 192.168.0.0
ip_address 192.168.4.244
vg vg_apache
fs_name /dev/vg_apache/lvol0
fs_directory /mount/vg_apache/apache
fs_type ext3
Apply the package configuration.
cmapplyconf -P apache_package.conf
GUI (Serviceguard Manager)
Please refer the sections “Create Package from Serviceguard Manager” and “Customize and Distribute Toolkit Files” of
“HP SG/LX Deployment Guide” (
http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c03393068/
c03393068.pdf) to get details on using Serviceguard Manager to configure Apache toolkit package. Please refer to the
preceding table while configuring the Apache toolkit package.
Please refer section “Apache Toolkit” of “HP Serviceguard Contributed Toolkit Suite on Linux User Guide
(http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c03603547/c03603547.pdf
) to get more details of
Apache toolkit configuration.
26