+ All Categories
Home > Documents > vcs-guide

vcs-guide

Date post: 21-Nov-2014
Category:
Upload: amitchahal
View: 153 times
Download: 6 times
Share this document with a friend
Popular Tags:
43
VCS 4.1 Guide VCS uses two components, LLT and GAB, to share data over private networks among systems. These components provide the performance and reliability required by VCS. LLT (Low Latency Transport) provides fast, kernel-to-kernel communications, and monitors network connections. The system administrator configures LLT by creating the configuration files /etc/llthosts, which lists all the systems in the cluster, and /etc/llttab, which describes the local system’s private network links to the other systems in the cluster. GAB (Group Membership and Atomic Broadcast) provides the global message order required to maintain a synchronized state among the systems, and monitors disk communications such as that required by the VCS heartbeat utility. The system administrator configures GAB driver by creating a configuration file (/etc/gabtab). For the VCS private network, two types of channels are available for heartbeating: network connections and heartbeat regions on shared disks. VCS processes: had, hashadow Check VCS license vxlicinst Licenses a VERITAS product already installed on a system. vxlicrep Enables you to view currently installed licenses. vxlictest Retrieves features encoded in a license key and describes them. Update system-level licensing information on all nodes in the cluster: # hasys -updatelic -all 1
Transcript
Page 1: vcs-guide

VCS 4.1 Guide

VCS uses two components, LLT and GAB, to share data over private networks amongsystems. These components provide the performance and reliability required by VCS.

LLT (Low Latency Transport) provides fast, kernel-to-kernel communications, andmonitors network connections. The system administrator configures LLT by creatingthe configuration files /etc/llthosts, which lists all the systems in the cluster, and/etc/llttab, which describes the local system’s private network links to the othersystems in the cluster.

GAB (Group Membership and Atomic Broadcast) provides the global message orderrequired to maintain a synchronized state among the systems, and monitors diskcommunications such as that required by the VCS heartbeat utility. The systemadministrator configures GAB driver by creating a configuration file (/etc/gabtab).

For the VCS private network, two types of channels are available for heartbeating:network connections and heartbeat regions on shared disks.

VCS processes: had, hashadow

Check VCS license

vxlicinst Licenses a VERITAS product already installed on a system.vxlicrep Enables you to view currently installed licenses.vxlictest Retrieves features encoded in a license key and describes them.

Update system-level licensing information on all nodes in the cluster: # hasys -updatelic -all

VCS Packages

VRTSperl VERITAS Perl 5.8.0 RedistributionVRTSat VERITAS Authentication ServiceVRTSllt VERITAS Low Latency TransportVRTSgab VERITAS Group Membership and Atomic BroadcastVRTSvxfen VERITAS I/O FencingVRTSvcs VERITAS Cluster ServerVRTSvcsmg VERITAS Cluster Server Message CatalogsVRTSvcsag VERITAS Cluster Server Bundled AgentsVRTSvcsmn VERITAS Cluster Server Man PagesVRTSvcsdc VERITAS Cluster Server DocumentationVRTSjre VERITAS Java Runtime Environment RedistributionVRTScutil VERITAS Cluster UtilitiesVRTScssim VERITAS Cluster Server SimulatorVRTScscw VERITAS Cluster Server Configuration WizardsVRTSweb VERITAS Java Web ServerVRTSvcsw VERITAS Cluster Manager (Web Console)VRTScscm VERITAS Cluster Server Cluster Manager

The optional packages included with VCS include:VRTSvcsmn: manual pages for VCS commands

1

Page 2: vcs-guide

VRTSvcsdc: VCS documentationVRTSvxfen: I/O fencingVRTSvcssim: the VCS SimulatorVRTScscm: the VCS Cluster Manager

VCS Installation Program

./installvcscan create a response file to create unattended installations./uninstallvcs

VCS configuration files

/etc/llthosts/etc/llttab/etc/gabtab/etc/VRTSvcs/conf/nodename/etc/VRTSvcs/conf/config (main.cf types cf etc)

/etc/llthosts example0 north1 south

/etc/llttab exampleset-node northset-cluster 2link qfe0 /dev/qfe:0 - ether - -link qfe1 /dev/qfe:1 - ether - -

/opt/VRTSvcs/bin vcs agents etc

/var/VRTSvcs/log

DISK HEARTBEATThe illustrated configuration is specified in a /etc/gabtab file that resembles:/sbin/gabdiskhb -a /dev/dsk/c1t3d0s2 -s 16 -p a/sbin/gabdiskhb -a /dev/dsk/c1t3d0s2 -s 144 -p h/sbin/gabdiskhb -a /dev/dsk/c2t3d0s2 -s 16 -p a/sbin/gabdiskhb -a /dev/dsk/c2t3d0s2 -s 144 -p h/sbin/gabconfig -c -n2The -s option to the gabdiskhb command specifies the start location of each 128-blockregion.The -p option specifies the port: the value “a” specifies the GAB control port, and thevalue “h” specifies the VCS port.

blocks 0-15: partition-table blocks 16-143: Seed port a blocks 144-271: VCS port h

# /sbin/gabdiskhb -lPort Disk Major Minor Start Active==========================================================a /dev/dsk/c1t3d0s2 37 8 16 01h /dev/dsk/c1t3d0s2 37 8 144 01a /dev/dsk/c2t3d0s2 37 7 16 01h /dev/dsk/c2t3d0s2 37 7 144 01

2

Page 3: vcs-guide

Verify /etc/VRTSvcs/conf/config/main.cf

#hacf –verify

Verify lltstat

System 1# lltstat -nOutput resembles:LLT node information:Node State Links*0 north OPEN 21 south OPEN 2System 2# lltstat -nOutput resembles:LLT node information:Node State Links0 north OPEN 2*1 south OPEN 2

# lltstat -nvv | moreThe output resembles:Node State Link Status Address*0 north OPENqfe:0 UP 08:00:20:93:0E:34qfe:1 UP 08:00:20:93:0E:351 south OPENqfe:0 UP 08:00:20:8F:D1:F2qfe:1 DOWN2 CONNWAITqfe:0 DOWNqfe:1 DOWNCONNWAITqfe:0 DOWNqfe:1 DOWN...1 CONNWAITqfe:0 DOWNqfe:1 DOWN

#lltstat –p

Verify gab# /sbin/gabconfig -a

If GAB is operating, the following GAB port membership information returns:GAB Port MembershipsPort a gen a36e0003 membership 01Port h gen fd570002 membership 01

Also to see more info#hastatus –sum#hasys –display

3

Page 4: vcs-guide

/sbin/lltconfig –c - load llt/sbin/lltconfig –U – reset llt/unload it

/sbin/gabconfig –c – load gab/sbin/gabconfig –U – unload gab

For load and unload of gab/llt use also:modloadmodunload gab or llt

hagrp -modify group1 SystemList -delete sysa sysb [-sys system]

To clear resources in ADMIN_WAIT state in a service group # hagrp -clearadminwait [-fault] service_group -sys system# hagrp -modify group SystemList -add sysB 1# hagrp -unfreeze group -persistent

Update system-level licensing information on all nodes in the cluster: # hasys -updatelic -all

Querying Resource Types ▼ For a list of resource types # hatype -list ▼ For a list of all resources of a particular type # hatype -resources resource_type ▼ For information about a resource type # hatype -display resource_type

Adding, Deleting, and Modifying Resource Attributes ▼ To add a resource attribute # haattr -add resource_type attribute [value][dimension][default ...]The variable value is a -string (default), -integer, or -boolean. The variable dimension is -scalar (default), -keylist, -assoc, or -vector. The variable default is the default value of the attribute and must be compatible with the value and dimension. Note that this may include more than one item, as indicated by ellipses (...). ▼ To delete a resource attribute # haattr -delete resource_type attribute ▼ To add a static resource attribute # haattr -add -static resource_type static_attribute [value][dimension] [default ...]▼ To delete a static resource attribute # haattr -delete -static resource_type static_attribute ▼ To add a temporary resource attribute # haattr -add -temp resource_type attribute [value][dimension] [default ...]▼ To delete a temporary resource attribute # haattr -delete -temp resource_type attribute ▼ To modify the default value of a resource attribute # haattr -default resource_type attribute new_value ... The variable new_value refers to the attribute’s new default value.

Querying Log Data Files (LDFs) Log data files (LDFs) contain data regarding messages written to a corresponding English language file. Typically, for each English file there is a corresponding LDF. ▼ To display the hamsg usage list # hamsg -help

4

Page 5: vcs-guide

▼ To display the list of LDFs available on the current system # hamsg -list ▼ To display general LDF data # hamsg -info [-path path_name]

Move all service groups from the system you are upgrading to another system andkeep services from failing over to this server. On the system you are upgrading, type:

# hasys -freeze -persistent -evacuate upgrade_server

/etc/llttab with udp linksset-node Node0set-cluster 1#configure Links#link <tag-name> <device> <node-range> <link-type> <udp port> <MTU><IP-address> <bcast-address>link link1 /dev/udp - udp 50000 - 192.1.2.1 192.1.2.255link link2 /dev/udp - udp 50001 - 192.1.3.1 192.1.3.255

The configuration represented by the following /etc/llttab file for Node 1 has linkscrossing IP routers. Notice that IP addresses are shown for each link on each peer node.The broadcast features are disabled because LLT is unable to broadcast requests foraddresses across routers. Since broadcasts are disabled, the broadcast address does notneed to be set in the in the link command of the /etc/llttab file.

set-node Node1set-cluster 1link link1 /dev/udp - udp 50000 - 192.1.3.1 -link link2 /dev/udp - udp 50001 - 192.1.4.1 -#set address of each link for all peer nodes in the cluster#format: set-addr <node-id> <link tag-name> <address>set-addr 0 link1 192.1.1.1set-addr 0 link2 192.1.2.1set-addr 2 link1 192.1.5.2set-addr 2 link2 192.1.6.2set-addr 3 link1 192.1.7.3set-addr 3 link2 192.1.8.3#disable LLT broadcastsset-bcasthb 0set-arp 0

# grep vx /etc/name_to_majorOutput on System A would resemble:vxdmp 30vxio 32vxspec 33vxfen 87vxglm 91On System B:vxdmp 30vxio 36vxspec 37vxfen 87vxglm 91To change System B’s major numbers for vxio and vxspec to match those of SystemA, use the command:

5

Page 6: vcs-guide

haremajor -vx major_number_vxio major_number_vxspecFor example, enter:# haremajor -vx 32 33

If no vxvm:# haremajor -sd 32

#hauser -add-delete-update-list-display

# hauser -update smithEnter New Password:********Enter Again:********

3. Log on to VCS: # halogin vcsusername password

To end a session for a host # halogin -endsession hostname ▼ To end all sessions # halogin -endallsessions

To assign privileges to an Administrator or Operator

# hauser -addpriv user Adminstrator|Operator[-group service_groups]▼ To remove privileges from an Administrator or Operator # hauser -delpriv user Adminstrator|Operator[-group service_groups]

Enable VCS security# installvcs -security

To encrypt a VCS user password: # vcsencrypt -agent # vcsencrypt -vcs

Review the following sample configuration: cluster vcs-india ( EngineClass = "RT"EnginePriority = "20" ProcessClass = "TS" ProcessPriority = "40" )

To update the EngineClass # haclus -modify EngineClass valueFor example, to set the EngineClass attribute to RealTime:: # haclus -modify EngineClass "RT"

▼ To update the EnginePriority # haclus -modify EnginePriority value

For example, to set the EnginePriority to 20:: # haclus -modify EnginePriority "20"

6

Page 7: vcs-guide

▼ To update the ProcessClass # haclus -modify ProcessClass value For example, to set the ProcessClass to TimeSharing: # haclus -modify ProcessClass "TS" ▼ To update the ProcessPriority # haclus -modify ProcessPriority value For example, to set the ProcessPriority to 40: # haclus -modify ProcessPriority "40"

Backing up and restoring vcs configuration

Option Action Hasnap -backup Backs up files in a snapshot format. Hasnap -restore Restores a previously created snapshot. hasnap -display Displays details of previously created snapshots. hasnap -sdiff Displays files that were changed on the local system after a specific snapshot was

created. hasnap -fdiff Displays the differences between a file in the cluster and its copy stored in a snapshot. hasnap -export Exports a snapshot from the local, predefined directory to the specified file. hasnap -include Configures the list of files or directories to be included in new snapshots, in addition to

those included automatically by the -backup command. hasnap -exclude Configures the list of files or directories to be excluded from new snapshots when

backing up the configuration using the -backup command. hasnap -delete Deletes snapshots from the predefined local directory on each node.

The -wait option is for use in scripts using VCS commands to change attribute values. The option blocks the VCS command until the value of the specified attribute is changed or until the timeout, if specified, expires. Specify the timeout in seconds. The option can be used only with changes to scalar attributes. The -wait option is supported with the following commands:

haclus haclus -wait attribute value [-clus cluster] [-time timeout]Use the -clus option in a global cluster environment.

hagrp hagrp -wait group attribute value [-clus cluster] [-sys system] [-time timeout]Use the -sys option when the scope of the attribute is local. Use the -clus option in a global cluster environment.

hares hares -wait resource attribute value [-clus cluster] [-sys system] [-time timeout]Use the -sys option when the scope of the attribute is local. Use the -clus option in a global cluster environment.

hasys hasys -wait system attribute value [-clus cluster] [-time timeout]Use the -clus option in a global cluster environment.

VCS JAVA CONSOLE GUI ON UNIX SYSTEMS

# /opt/VRTSvcs/bin/hagui

VCS NEEDS EITHER TWO CHANNELS FOR HEARTBEAT OR I/O FENCING

To set (enable) the Quorum flag

7

Page 8: vcs-guide

1. Run the gabconfig command with the -q option:2. gabconfig -q 2. Verify that the -q flag appears in the file /etc/gabtab.

▼ To disable the Quorum flag 1. Run the gabconfig command with the -d option:2. gabconfig -d

Check the gabconfig configuration#gabconfig -l

To display the state of a service group across clusters # hagrp -state [service_groups -sys systems] [-clus cluster | -localclus]The option -clus displays the state of all service groups on a cluster designated by the variable cluster; the option -localclus specifies the local cluster. ▼ To display service group information across clusters # hagrp -display [service_groups] [-attribute attributes][-sys systems] [-clus cluster | -localclus]The option -clus applies to global groups only. If the group is local, the cluster name must be the local cluster name, otherwise no information is displayed. ▼ To display service groups in a cluster # hagrp -list [conditionals] [-clus cluster | -localclus]

For a list of heartbeats configured on the local cluster # hahb -list [conditionals] The variable conditionals represents the conditions that must be met for the heartbeat to be listed. ▼ To display information on heartbeats configured in the local cluster # hahb -display [heartbeat ...] If heartbeat is not specified, information regarding all heartbeats configured on the local cluster is displayed. ▼ To display the state of the heartbeats in remote clusters # hahb -state [heartbeat] [-clus cluster] For example, to get the state of heartbeat ICMP from the local cluster to the remote cluster phoenix: # hahb -state ICMP -clus phoenixTo display an attribute value of a configured heartbeat # hahb -value heartbeat attribute [-clus cluster] The -value option provides the value of a single attribute for a specific heartbeat. The cluster name must be specified for cluster-specific attribute values, but not for global. For example, to display the value of the ClusterList attribute for heartbeat ICMP: # hahb -value ICMP ClusterListNote that ClusterList is a global attribute. ▼ To display usage for the command hahb # hahb [-help [-modify]]

To add a remote cluster object# haclus -add cluster ip The variable cluster represents the cluster. This command does not apply to the local cluster. ▼ To delete a remote cluster object # haclus -delete cluster

To modify an attribute of a local or remote cluster object # haclus -modify attribute value [-clus cluster]... The variable cluster represents the cluster. ▼ To declare the state of a cluster after a disaster # haclus -declare disconnet/outage/disaster/replica -clus cluster [-failover]The variable cluster represents the remote cluster.

8

Page 9: vcs-guide

To overcome this issue, VCS provides the option of running HAD on a specific processor and masks off all interrupts on that processor set. You can configure HAD to run on a specific processor by setting the CPUBinding attribute. The attribute is specified in the following format: CPUBinding = {BindTo = binding, CPUNumber = number}

Configuring VCS in Zones

Solaris zones provide an isolated and secure environment for running applications. Processes running in a zone are protected from interference from other processes in the system. While applications may run in zones, system resources including CPUs, I/O, and adapters, can be managed only at the global zone level. VCS provides high availability to applications running in zones by extending the failover capability to zones. VCS is installed in global zones and all VCS agents and engine components run in the global zone. For applications running within zones, agents run entry points inside the zones. If a zone configured under VCS control faults, VCS fails over the entire service group containing the zone. VCS supports non-global zones in both secure and non-secure cluster environments. If VCS is running in a secure environment using VERITAS Security Services (VxSS), communication between non-global zones and global zones is secure. The following VCS agents are zone-aware and support applications running in non-global zones: Process ProcessOnOnly Application Oracle DB2 The new Zone agent monitors zones, brings zones online, and takes them offline. In secure clusters, the agent creates a user account with group administrative privileges to enable inter-zone communication, if the user account doesn’t exist. It also renews the VxSS authentication certificate before the certificate expires. Two new attributes, ContainerType and ContainerName, define the zone where the application runs.

ContainerType—A resource type static attribute, which indicates that the application runs in a Solaris zone. For applications running in zones, set this attribute to Zone.

ContainerName—A resource attribute, which you set to the name of the zone. When you set the ContainerName, VCS runs the entry points for the resource in the specified zone.

Configuring a zone in VCS involves the following tasks: First Review the “Prerequisites” .Second Decide on the location of the zone root. Third Create the zone. Fourth Install the application in the zone. Fifth Create the application service group. Sixth Configure zone-specific resources and set up inter-zone communication.

Configuring a Zone in VCS Prerequisites All nodes hosting applications configured in zones must be running the same version of the operating

system. Install VCS before creating zones. VCS supports UFS and VxFS mounts for the zone root; VCS does not support CFS mounts for the

zone root. The autoboot property for the zone must be set to false. The VCS and VxSS install directories must be defined in the inherit-pkg-dir parameter in the zone

configuration. All application mounts must be part of the zone configuration, and must be configured in the VCS

service group.

9

Page 10: vcs-guide

Mount points used by application running in zones must be set relative to the zone’s root. For example, if a zone z-ora needs to use /oracle, mount the file system at /export/home/z-ora/root/oracle. You must also set the MountPoint attribute of the Mount resource to this path.

IP addresses configured for applications running in zones must be defined in the zone configuration file. Do not define IP resources in the VCS configuration file main.cf for applications running in zones. VCS does not monitor IP addresses in service groups configured for applications running in zones.

Using Custom Agents in Zones

If you use custom agents to monitor applications running in zones, make sure the agents use script-based entry points. VCS does not support running C++ entry points inside a non-global zone.

If the custom agent monitors an application running in a zone, add the resource type to the APP_TYPES environment variable.

If the custom agent monitors an application running in the global zone, add the resource type to the SYS_TYPES environment variable.

Each zone has its own section of the file system hierarchy in the zone root directory. Processes running in the zone can access files only within the zone root. You can set the zone root in two ways:

1. Zone root on shared storage—In this configuration, you create a zone on one node in the cluster and duplicate the zone configuration on other nodes. Setting the zone root on a shared storage relieves you of installing the zone on all nodes. Secondly, the zone, along with the zone root, can be failed over to the other system. This also implies that the system software (including patches) on all the systems must be identical during the life span of a zone.

2. Zone root on local storage—In this configuration, you must create a zone on each node in the cluster.

To create a zone with its zone root on local disks 1. Create the zone using the zonecfg command. 22. Use the zonecfg command to set the zonepath parameter to the location of the zone root. 3. Set the autoboot property for the zone to false. 4. Install the zone using the zoneadm install program. 5. Boot the zone using the zoneadm boot command. Repeat these instructions on each node in the cluster.

To create a zone with its zone root on shared disks Creating a zone with its zone root on shared disks involves creating and installing the zone on a node and copying the zone definition to all other nodes in the cluster. 1. On the first node:

a. Create the zone using the zonecfg command. b. Use the zonecfg command to set the zonepath parameter to the location of the zone root. c. Set the autoboot property for the zone to false. d. Install the zone using the zoneadm install program. e. Open the file /etc/zones/index and locate the zone definition entry. The zone definition begins

with the name of the zone. For example, the zone definition for the zone z-data-ora resembles: z-data-ora:installed:/export/home/z-data-ora

2. On all other nodes in the cluster: a. Make sure that no zone is running on the node. b. Copy the zone definition entry to the file /etc/zones/index. c. After copying the zone definition to all nodes, boot the zone from any node using the zoneadm boot

command.

Install the application to be clustered in the zone.

10

Page 11: vcs-guide

If you have created zones on each node, install the application identically on each node. In the zone, configure all mount points used by the application. Set the mount points used by the application relative to the zone’s root. For example, if a zone z-ora needs to use /oracle, mount the drive at /export/home/z-ora/root/oracle. Define the IP addresses used by the application in the zone configuration file.

Configure the application service group, with the required resource dependencies. If you’ve configured mounts for the application, set the MountPoint attribute of the Mount resource to the mount path. Do not configure IP addresses for applications running in zones in the VCS configuration file main.cf.

Setting up the zone configuration involves running the script /opt/VRTSvcs/bin/hazonesetup and modifying the service group configuration to enable monitoring the application running in a zone. Refer the dependency graphs below for more information about the service group configuration.

Verifying the Zone Configuration If you use custom agents make sure the resource type is added to the APP_TYPES or SYS_TYPES environment variable. Run the hazoneverify command to verify the zone configuration. # hazoneverify servicegroup_nameThe command verifies the following requirements: The systems hosting the service group have the required operating system to run zones. The service group does not have more than one resource of type Zone. The dependencies of the Zone resource are correct.

VCS SYSTEM STATES

State Definition

FAULTED The system has left the cluster unexpectedly.

INITING The system has joined the cluster. This is the initial state for all systems.

LEAVING The system is leaving the cluster gracefully. When the agents have been stopped, and when the current configuration is written to disk, the system transitions to EXITING.

LOCAL_BUILD The system is building the running configuration from the disk configuration.

REMOTE_BUILD The system is building a running configuration that it obtained from a peer in a RUNNING state.

RUNNING The system is an active member of the cluster.

STALE_ADMIN_WAIT The system has a stale configuration and there is no other system in the state of RUNNING from which to retrieve a configuration. If a system with a valid configuration is started, that system enters the LOCAL_BUILD state. Systems in STALE_ADMIN_WAIT transition to STALE_PEER_WAIT.

STALE_DISCOVER_WAIT The system has joined the cluster with a stale configuration file. It is waiting for information from any of its peers before determining how to transition to another state.

STALE_PEER_WAIT The system has a stale configuration file and another system is doing a build from disk (LOCAL_BUILD). When

11

Page 12: vcs-guide

its peer finishes the build, this system transitions to the state REMOTE_BUILD.

UNKNOWN The system has not joined the cluster because it does not have a system entry in the configuration.

SEED A CLUSTER

/sbin/gabconfig –c -x

TEST LLTExa:

On node 1

/opt/VRTSllt/getmac /dev/hme:0/opt/VRTSllt/dlpiping –vs /dev/qe:0

On node 2

/opt/VRTSllt/dlpiping –vc /dev/qe:0 <mac address of node 1>

VCS commands

srualcb04:root:/> haagent -help VCS INFO V-16-1-10601 Usage: haagent -start <agent> -sys <system> haagent -stop <agent> -sys <system> haagent -display [<agent(s)>] [-attribute <attribute(s)>] haagent -list [<conditional(s)>] haagent -value <agent> <attr> haagent [-help [-list]] srualcb04:root:/> haattr -helpVCS INFO V-16-1-10601 Usage: haattr -add <restype> <attr> [<VALUETYPE>] [<DIMENSION>] [<default>] haattr -add -static <restype> <attr> [<VALUETYPE>] [<DIMENSION>] [<default>] haattr -add -temp <restype> <attr> [<VALUETYPE>] [<DIMENSION>] [<default>] haattr -default <restype> <attr> <default> haattr -delete <restype> <attr> haattr -delete -static <restype> <attr> haattr -delete -temp <restype> <attr> haattr -display {cluster|group|system|heartbeat|<restype>} haattr [-help] VALUETYPE: -string(default)|-integer DIMENSION: -scalar(default)|-vector|-keylist|-assoc <default>: for -scalar: value for -vector: value ... for -keylist: key ...

12

Page 13: vcs-guide

for -assoc: {key value} ... srualcb04:root:/> hacli -helpVCS INFO V-16-1-10601 Usage: hacli -cmd <command> [-sys|-server <system(s)>] hacli -help srualcb04:root:/> haclus -helpVCS INFO V-16-1-10601 Usage: haclus -add <cluster> <ip> haclus -delete <cluster> haclus -delnotes haclus -declare <disconnect/outage/disaster/replica> -clus <remote cluster> [-failover] haclus -display [<cluster>] [-localclus] haclus -state [<cluster>] [-localclus] haclus -list [<conditional(s)>] haclus -value <attribute> [<cluster>] [-localclus] haclus -notes haclus -status [<cluster>] haclus -updatelic haclus [-help [-modify]] srualcb04:root:/> haconf -helpVCS INFO V-16-1-10601 Usage: haconf -makerw haconf -dump [-makero] haconf -help srualcb04:root:/> hadebug -helpVCS INFO V-16-1-10601 Usage: hadebug -handle hadebug -hash [hashname] hadebug -memory hadebug -ping hadebug -startmatch hadebug -stopmatch hadebug -time hadebug -timeout hadebug -help srualcb04:root:/> hagrp -helpVCS INFO V-16-1-10601 Usage: hagrp -add <group> hagrp -delete <group> hagrp -link <parent group> <child group> <dependency> hagrp -unlink <parent group> <child group> hagrp -clear <group> [-sys <system>] [-clus <cluster> | -localclus] hagrp -clearadminwait [-fault] <group> -sys <system> hagrp -flush <group> -sys <system> [-clus <cluster> | -localclus] hagrp -online [-force] [-nopre] <group> -sys <system>

13

Page 14: vcs-guide

[-checkpartial <system>] [-clus <cluster> | -localclus] hagrp -online [-force] <group> -any [-clus <cluster> | -localclus] hagrp -offline [-force] [-ifprobed] <group> -sys <system> [-clus <cluster> | -localclus] hagrp -offline [-force] [-ifprobed] <group> -any [-clus <cluster> | -localclus] hagrp -switch <group> -to <system> [-clus <cluster> | -localclus] hagrp -switch <group> -any [-clus <cluster> | -localclus] hagrp -freeze <group> -persistent hagrp -freeze <group> [-clus <cluster> | -localclus] hagrp -unfreeze <group> -persistent hagrp -unfreeze <group> [-clus <cluster> | -localclus] hagrp -enable <group> [-sys <system>] hagrp -disable <group> [-sys <system>] hagrp -autoenable <group> -sys <system> hagrp -enableresources <group> hagrp -disableresources <group> hagrp -ignore <group> -clus <cluster> hagrp -display [<group(s)>] [-attribute <attribute(s)>] [-sys <system(s)>] [-clus <cluster> | -localclus] hagrp -state [<group(s)>] [-sys <system(s)>] [-clus <cluster> | -localclus] hagrp -list [<conditional(s)>] [-clus <cluster> | -localclus] hagrp -value <group> <attr> [<system>] [-clus <cluster> | -localclus] hagrp -dep [<group(s)>] hagrp -resources <group> hagrp [-help [-modify|-link|-list]] srualcb04:root:/> hahb -helpVCS INFO V-16-1-10601 Usage: hahb -add <hb> hahb -delete <hb> hahb -local <hb> <attr> hahb -global <hb> <attr> <value> ... | <key> ... | {<key> <value>} ... hahb -display [ <name> ... ] hahb -state [<hb> -clus <cluster>] hahb -list [<conditional(s)>]

14

Page 15: vcs-guide

hahb -value <hb> <attr> [-clus <cluster>] hahb [-help [-modify]] srualcb04:root:/> halog -helpVCS INFO V-16-1-10601 Usage: halog -addtags <tag1> [<tag2> <tag3> ...] [-sys <system>] halog -deltags <tag1> [<tag2> <tag3> ...] [-sys <system>] halog -add quoted_string -sev <C|E|W|N|I> [-sys <system>] [-msgid <message-number> [-encoding <encoding>] [-parameters <parameter1> <parameter2> ...]] halog -add quoted_string -dbg <1-21> [-sys <system>] [-msgid <message-number> [-encoding <encoding>] [-parameters <parameter1> <parameter2> ...]] halog -cache [number_of_messages <= 1024] halog -info halog -help srualcb04:root:/> hareg -helpVCS INFO V-16-1-10601 Usage: hareg -clus hareg -sys [<system>] hareg -group [<group>] hareg -type [<type>] hareg -attr <systype>|<type> hareg -event [<event>] hareg -resource <resource> [-local] hareg -groupresources <group> [-local] hareg -typeresources <type> [-local] hareg -rclus [<cluster>] hareg -rsys [<system> -rclus <cluster>] hareg -rgroup [<group> -rclus <cluster>] hareg -rresource [<resource> -rclus <cluster>] hareg -hb [<heartbeat>] hareg -alerts hareg -cache hareg -help srualcb04:root:/> hares -helpVCS INFO V-16-1-10601 Usage: hares -add <res> <type> <group> hares -delete <res> hares -local <res> <attr> hares -global <res> <attr> <value> ... | <key> ... | {<key> <value>} ... hares -action <res> <token> [-actionargs <arg1> ...] -sys <system> [-clus <cluster> | -localclus] hares -link <parent res> <child res> hares -unlink <parent res> <child res> hares -clear <res> [-sys <system>] hares -online [-force] <res> -sys <system> hares -offline [-ignoreparent] <res> -sys <system>

15

Page 16: vcs-guide

hares -refreshinfo <res> [-sys <system>] -clus <cluster> | -localclus hares -flushinfo <res> [-sys <system>] -clus <cluster> | -localclus hares -offprop [-ignoreparent] <res> -sys <system> hares -override <res> <staticattribute> hares -undo_override <res> <staticattribute> hares -probe <res> -sys <system> hares -dep [<resource(s)>] hares -display [<resource(s)>] [-attribute <attribute(s)>] [-group <group(s)>] [-type <type(s)>] [-sys <system(s)>] [-clus <cluster> | -localclus] hares -display -ovalues [<resource(s)>] [-group <group(s)>] [-type <type(s)>] hares -state [<res> -sys <system>] [-clus <cluster> | -localclus] hares -list [<conditional(s)] [-clus <cluster> | -localclus] hares -value <res> <attr> [<system>] [-clus <cluster> | -localclus] hares [-help [-modify|-list]] srualcb04:root:/> hastatus -helpVCS INFO V-16-1-10601 Usage: hastatus [-sound] hastatus -summary hastatus [-sound] -group <group> [ -group <group> ... ] hastatus -help srualcb04:root:/> hasys -helpVCS INFO V-16-1-10601 Usage: hasys -add <sys> hasys -delete <sys> hasys -freeze [-persistent] [-evacuate] <sys> hasys -unfreeze [-persistent] <sys> hasys -force <sys> hasys -load <sys> <value> hasys -display [<system(s)>] [-attribute <attribute(s)>] [-clus <cluster> | -localclus] hasys -state [<sys>] [-clus <cluster> | -localclus] hasys -list [<conditional(s)>] [-clus <cluster> | -localclus]

16

Page 17: vcs-guide

hasys -value <sys> <attr> [-clus <cluster> | -localclus] hasys -nodeid [<nodeid>] hasys -updatelic -sys <sys> hasys -updatelic -all hasys [-help [-modify|-list]]

#hastart -helpVCS INFO V-16-1-10601 Usage: hastart -stale hastart -force hastart -onenode hastart -help hastart -version # hastop -helpVCS INFO V-16-1-10601 Usage: hastop -local [-force|-evacuate|-noautodisable] hastop -local [-force|-evacuate -noautodisable] hastop -sys <system> .... [-force|-evacuate|-noautodisable] hastop -sys <system> .... [-force|-evacuate -noautodisable] hastop -all -force hastop -all hastop [-help]

srualcb04:root:/> hatype -listApplicationDNSDiskGroupElifNoneFileNoneFileOnOffFileOnOnlyIPIPMultiNICIPMultiNICBLVMVGMountMultiNICAMultiNICBNFSNICNetBackupNotifierMngrPhantomProcessProxyServiceGroupHBShareVRTSWebApp

17

Page 18: vcs-guide

Volumesrualcb04:root:/> hatype -helpVCS INFO V-16-1-10601 Usage: hatype -add <type> hatype -delete <type> hatype -display [<type(s)>] [-attribute <attribute(s)>] hatype -resources <type> hatype -list [<conditional(s)>] hatype -value <type> <attr> hatype [-help [-modify|-list]] srualcb04:root:/> hauser -helpVCS INFO V-16-1-10601 Usage: hauser -add <name> [-priv <Administrator|Operator> [-group <group(s)>]] hauser -addpriv <name> <Administrator|Operator> [-group <group(s)>] hauser -delpriv <name> <Administrator|Operator> [-group <group(s)>] hauser -update <name> hauser -delete <name> hauser -display [<name>] hauser -list hauser -help

#hamsg -helpVCS INFO V-16-1-10601 Usage: hamsg -info [-path <path>] <LDF file> hamsg -tail [<messages>] [-path <path>] [-lang <language>] <LDF file> hamsg [-any] [-sev <C|E|W|N|I>] [-otype <VCS|RES|GRP|SYS|AGT>] [-oname <object name>] [-cat <category>] [-msgid <ID>] [-path <path>] [-lang <language>] <LDF file> hamsg -list hamsg -help

Sample main.cmd

hatype -add Applicationhatype -modify Application SourceFile "./types.cf"hatype -modify Application ArgList User StartProgram StopProgram CleanProgram MonitorProgram PidFiles MonitorProcesseshaattr -add Application User -stringhaattr -add Application StartProgram -stringhaattr -add Application StopProgram -stringhaattr -add Application CleanProgram -stringhaattr -add Application MonitorProgram -stringhaattr -add Application PidFiles -string -vectorhaattr -add Application MonitorProcesses -string -vectorhatype -modify Application AttrChangedTimeout 60hatype -modify Application CloseTimeout 60hatype -modify Application CleanTimeout 60hatype -modify Application ConfInterval 600hatype -modify Application MonitorInterval 60hatype -modify Application MonitorTimeout 60hatype -modify Application NumThreads 10hatype -modify Application AgentPriority 0hatype -modify Application AgentClass TShatype -modify Application ScriptPriority 0hatype -modify Application ScriptClass TShatype -modify Application LogFileSize 33554432hatype -modify Application OfflineMonitorInterval 300hatype -modify Application OfflineTimeout 300hatype -modify Application OnlineRetryLimit 0hatype -modify Application OnlineTimeout 300hatype -modify Application OnlineWaitLimit 2hatype -modify Application OpenTimeout 60hatype -modify Application RestartLimit 0hatype -modify Application ToleranceLimit 0hatype -modify Application AgentStartTimeout 60hatype -modify Application AgentReplyTimeout 130hatype -modify Application Operations OnOffhatype -modify Application FaultOnMonitorTimeouts 4hatype -modify Application InfoInterval 0hatype -modify Application InfoTimeout 30hatype -modify Application SupportedActions -delete -keyshatype -modify Application ActionTimeout 40

18

Page 19: vcs-guide

hatype -modify Application FireDrill 0haattr -default Application AutoStart 1haattr -default Application Critical 1haattr -default Application TriggerEvent 0haattr -default Application ResourceOwner unknownhatype -modify Application MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify Application LogDbg -delete -keyshaattr -default Application ComputeStats 0hatype -add DNShatype -modify DNS SourceFile "./types.cf"hatype -modify DNS ArgList Domain Alias Hostname TTL StealthMastershaattr -add DNS Domain -stringhaattr -add DNS Alias -stringhaattr -add DNS Hostname -stringhaattr -add DNS TTL -integer 86400haattr -add DNS StealthMasters -string -vectorhatype -modify DNS AttrChangedTimeout 60hatype -modify DNS CloseTimeout 60hatype -modify DNS CleanTimeout 60hatype -modify DNS ConfInterval 600hatype -modify DNS MonitorInterval 60hatype -modify DNS MonitorTimeout 60hatype -modify DNS NumThreads 10hatype -modify DNS AgentPriority 0hatype -modify DNS AgentClass TShatype -modify DNS ScriptPriority 0hatype -modify DNS ScriptClass TShatype -modify DNS LogFileSize 33554432hatype -modify DNS OfflineMonitorInterval 300hatype -modify DNS OfflineTimeout 300hatype -modify DNS OnlineRetryLimit 0hatype -modify DNS OnlineTimeout 300hatype -modify DNS OnlineWaitLimit 2hatype -modify DNS OpenTimeout 60hatype -modify DNS RestartLimit 0hatype -modify DNS ToleranceLimit 0hatype -modify DNS AgentStartTimeout 60hatype -modify DNS AgentReplyTimeout 130hatype -modify DNS Operations OnOffhatype -modify DNS FaultOnMonitorTimeouts 4hatype -modify DNS InfoInterval 0hatype -modify DNS InfoTimeout 30hatype -modify DNS SupportedActions -delete -keyshatype -modify DNS ActionTimeout 40hatype -modify DNS FireDrill 0haattr -default DNS AutoStart 1haattr -default DNS Critical 1haattr -default DNS TriggerEvent 0haattr -default DNS ResourceOwner unknownhatype -modify DNS MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify DNS LogDbg -delete -keyshaattr -default DNS ComputeStats 0hatype -add DiskGrouphatype -modify DiskGroup SourceFile "./types.cf"hatype -modify DiskGroup NumThreads 1hatype -modify DiskGroup OfflineMonitorInterval 60hatype -modify DiskGroup OnlineRetryLimit 1hatype -modify DiskGroup ArgList DiskGroup StartVolumes StopVolumes MonitorOnly MonitorReservation tempUseFencehaattr -add DiskGroup DiskGroup -stringhaattr -add DiskGroup StartVolumes -string 1haattr -add DiskGroup StopVolumes -string 1haattr -add DiskGroup MonitorReservation -boolean 0haattr -add -temp DiskGroup tempUseFence -string INVALIDhatype -modify DiskGroup AttrChangedTimeout 60hatype -modify DiskGroup CloseTimeout 60hatype -modify DiskGroup CleanTimeout 60hatype -modify DiskGroup ConfInterval 600hatype -modify DiskGroup MonitorInterval 60hatype -modify DiskGroup MonitorTimeout 60hatype -modify DiskGroup AgentPriority 0hatype -modify DiskGroup AgentClass TShatype -modify DiskGroup ScriptPriority 0hatype -modify DiskGroup ScriptClass TShatype -modify DiskGroup LogFileSize 33554432hatype -modify DiskGroup OfflineTimeout 300hatype -modify DiskGroup OnlineTimeout 300hatype -modify DiskGroup OnlineWaitLimit 2hatype -modify DiskGroup OpenTimeout 60hatype -modify DiskGroup RestartLimit 0hatype -modify DiskGroup ToleranceLimit 0hatype -modify DiskGroup AgentStartTimeout 60hatype -modify DiskGroup AgentReplyTimeout 130hatype -modify DiskGroup Operations OnOffhatype -modify DiskGroup FaultOnMonitorTimeouts 4hatype -modify DiskGroup InfoInterval 0hatype -modify DiskGroup InfoTimeout 30hatype -modify DiskGroup SupportedActions -delete -keyshatype -modify DiskGroup ActionTimeout 40hatype -modify DiskGroup FireDrill 0haattr -default DiskGroup AutoStart 1haattr -default DiskGroup Critical 1haattr -default DiskGroup TriggerEvent 0haattr -default DiskGroup ResourceOwner unknownhatype -modify DiskGroup MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify DiskGroup LogDbg -delete -keys

19

Page 20: vcs-guide

haattr -default DiskGroup ComputeStats 0hatype -add ElifNonehatype -modify ElifNone SourceFile "./types.cf"hatype -modify ElifNone OfflineMonitorInterval 60hatype -modify ElifNone ArgList PathNamehatype -modify ElifNone Operations Nonehaattr -add ElifNone PathName -stringhatype -modify ElifNone AttrChangedTimeout 60hatype -modify ElifNone CloseTimeout 60hatype -modify ElifNone CleanTimeout 60hatype -modify ElifNone ConfInterval 600hatype -modify ElifNone MonitorInterval 60hatype -modify ElifNone MonitorTimeout 60hatype -modify ElifNone NumThreads 10hatype -modify ElifNone AgentPriority 0hatype -modify ElifNone AgentClass TShatype -modify ElifNone ScriptPriority 0hatype -modify ElifNone ScriptClass TShatype -modify ElifNone LogFileSize 33554432hatype -modify ElifNone OfflineTimeout 300hatype -modify ElifNone OnlineRetryLimit 0hatype -modify ElifNone OnlineTimeout 300hatype -modify ElifNone OnlineWaitLimit 2hatype -modify ElifNone OpenTimeout 60hatype -modify ElifNone RestartLimit 0hatype -modify ElifNone ToleranceLimit 0hatype -modify ElifNone AgentStartTimeout 60hatype -modify ElifNone AgentReplyTimeout 130hatype -modify ElifNone FaultOnMonitorTimeouts 4hatype -modify ElifNone InfoInterval 0hatype -modify ElifNone InfoTimeout 30hatype -modify ElifNone SupportedActions -delete -keyshatype -modify ElifNone ActionTimeout 40hatype -modify ElifNone FireDrill 0haattr -default ElifNone AutoStart 1haattr -default ElifNone Critical 1haattr -default ElifNone TriggerEvent 0haattr -default ElifNone ResourceOwner unknownhatype -modify ElifNone MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify ElifNone LogDbg -delete -keyshaattr -default ElifNone ComputeStats 0hatype -add FileNonehatype -modify FileNone SourceFile "./types.cf"haattr -add -static FileNone AutoRestart -integer 1hatype -modify FileNone OfflineMonitorInterval 60hatype -modify FileNone ArgList PathNamehatype -modify FileNone Operations Nonehaattr -add FileNone PathName -stringhatype -modify FileNone AttrChangedTimeout 60hatype -modify FileNone CloseTimeout 60hatype -modify FileNone CleanTimeout 60hatype -modify FileNone ConfInterval 600hatype -modify FileNone MonitorInterval 60hatype -modify FileNone MonitorTimeout 60hatype -modify FileNone NumThreads 10hatype -modify FileNone AgentPriority 0hatype -modify FileNone AgentClass TShatype -modify FileNone ScriptPriority 0hatype -modify FileNone ScriptClass TShatype -modify FileNone LogFileSize 33554432hatype -modify FileNone OfflineTimeout 300hatype -modify FileNone OnlineRetryLimit 0hatype -modify FileNone OnlineTimeout 300hatype -modify FileNone OnlineWaitLimit 2hatype -modify FileNone OpenTimeout 60hatype -modify FileNone RestartLimit 0hatype -modify FileNone ToleranceLimit 0hatype -modify FileNone AgentStartTimeout 60hatype -modify FileNone AgentReplyTimeout 130hatype -modify FileNone FaultOnMonitorTimeouts 4hatype -modify FileNone InfoInterval 0hatype -modify FileNone InfoTimeout 30hatype -modify FileNone SupportedActions -delete -keyshatype -modify FileNone ActionTimeout 40hatype -modify FileNone FireDrill 0haattr -default FileNone AutoStart 1haattr -default FileNone Critical 1haattr -default FileNone TriggerEvent 0haattr -default FileNone ResourceOwner unknownhatype -modify FileNone MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify FileNone LogDbg -delete -keyshaattr -default FileNone ComputeStats 0hatype -add FileOnOffhatype -modify FileOnOff SourceFile "./types.cf"hatype -modify FileOnOff ArgList PathNamehaattr -add FileOnOff PathName -stringhatype -modify FileOnOff AttrChangedTimeout 60hatype -modify FileOnOff CloseTimeout 60hatype -modify FileOnOff CleanTimeout 60hatype -modify FileOnOff ConfInterval 600hatype -modify FileOnOff MonitorInterval 60hatype -modify FileOnOff MonitorTimeout 60hatype -modify FileOnOff NumThreads 10hatype -modify FileOnOff AgentPriority 0hatype -modify FileOnOff AgentClass TS

20

Page 21: vcs-guide

hatype -modify FileOnOff ScriptPriority 0hatype -modify FileOnOff ScriptClass TShatype -modify FileOnOff LogFileSize 33554432hatype -modify FileOnOff OfflineMonitorInterval 300hatype -modify FileOnOff OfflineTimeout 300hatype -modify FileOnOff OnlineRetryLimit 0hatype -modify FileOnOff OnlineTimeout 300hatype -modify FileOnOff OnlineWaitLimit 2hatype -modify FileOnOff OpenTimeout 60hatype -modify FileOnOff RestartLimit 0hatype -modify FileOnOff ToleranceLimit 0hatype -modify FileOnOff AgentStartTimeout 60hatype -modify FileOnOff AgentReplyTimeout 130hatype -modify FileOnOff Operations OnOffhatype -modify FileOnOff FaultOnMonitorTimeouts 4hatype -modify FileOnOff InfoInterval 0hatype -modify FileOnOff InfoTimeout 30hatype -modify FileOnOff SupportedActions -delete -keyshatype -modify FileOnOff ActionTimeout 40hatype -modify FileOnOff FireDrill 0haattr -default FileOnOff AutoStart 1haattr -default FileOnOff Critical 1haattr -default FileOnOff TriggerEvent 0haattr -default FileOnOff ResourceOwner unknownhatype -modify FileOnOff MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify FileOnOff LogDbg -delete -keyshaattr -default FileOnOff ComputeStats 0hatype -add FileOnOnlyhatype -modify FileOnOnly SourceFile "./types.cf"hatype -modify FileOnOnly ArgList PathNamehatype -modify FileOnOnly Operations OnOnlyhaattr -add FileOnOnly PathName -stringhatype -modify FileOnOnly AttrChangedTimeout 60hatype -modify FileOnOnly CloseTimeout 60hatype -modify FileOnOnly CleanTimeout 60hatype -modify FileOnOnly ConfInterval 600hatype -modify FileOnOnly MonitorInterval 60hatype -modify FileOnOnly MonitorTimeout 60hatype -modify FileOnOnly NumThreads 10hatype -modify FileOnOnly AgentPriority 0hatype -modify FileOnOnly AgentClass TShatype -modify FileOnOnly ScriptPriority 0hatype -modify FileOnOnly ScriptClass TShatype -modify FileOnOnly LogFileSize 33554432hatype -modify FileOnOnly OfflineMonitorInterval 300hatype -modify FileOnOnly OfflineTimeout 300hatype -modify FileOnOnly OnlineRetryLimit 0hatype -modify FileOnOnly OnlineTimeout 300hatype -modify FileOnOnly OnlineWaitLimit 2hatype -modify FileOnOnly OpenTimeout 60hatype -modify FileOnOnly RestartLimit 0hatype -modify FileOnOnly ToleranceLimit 0hatype -modify FileOnOnly AgentStartTimeout 60hatype -modify FileOnOnly AgentReplyTimeout 130hatype -modify FileOnOnly FaultOnMonitorTimeouts 4hatype -modify FileOnOnly InfoInterval 0hatype -modify FileOnOnly InfoTimeout 30hatype -modify FileOnOnly SupportedActions -delete -keyshatype -modify FileOnOnly ActionTimeout 40hatype -modify FileOnOnly FireDrill 0haattr -default FileOnOnly AutoStart 1haattr -default FileOnOnly Critical 1haattr -default FileOnOnly TriggerEvent 0haattr -default FileOnOnly ResourceOwner unknownhatype -modify FileOnOnly MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify FileOnOnly LogDbg -delete -keyshaattr -default FileOnOnly ComputeStats 0hatype -add IPhatype -modify IP SourceFile "./types.cf"hatype -modify IP ArgList Device Address NetMask Optionshaattr -add IP Device -stringhaattr -add IP Address -stringhaattr -add IP NetMask -stringhaattr -add IP Options -stringhatype -modify IP AttrChangedTimeout 60hatype -modify IP CloseTimeout 60hatype -modify IP CleanTimeout 60hatype -modify IP ConfInterval 600hatype -modify IP MonitorInterval 60hatype -modify IP MonitorTimeout 60hatype -modify IP NumThreads 10hatype -modify IP AgentPriority 0hatype -modify IP AgentClass TShatype -modify IP ScriptPriority 0hatype -modify IP ScriptClass TShatype -modify IP LogFileSize 33554432hatype -modify IP OfflineMonitorInterval 300hatype -modify IP OfflineTimeout 300hatype -modify IP OnlineRetryLimit 0hatype -modify IP OnlineTimeout 300hatype -modify IP OnlineWaitLimit 2hatype -modify IP OpenTimeout 60hatype -modify IP RestartLimit 0hatype -modify IP ToleranceLimit 0hatype -modify IP AgentStartTimeout 60

21

Page 22: vcs-guide

hatype -modify IP AgentReplyTimeout 130hatype -modify IP Operations OnOffhatype -modify IP FaultOnMonitorTimeouts 4hatype -modify IP InfoInterval 0hatype -modify IP InfoTimeout 30hatype -modify IP SupportedActions -delete -keyshatype -modify IP ActionTimeout 40hatype -modify IP FireDrill 0haattr -default IP AutoStart 1haattr -default IP Critical 1haattr -default IP TriggerEvent 0haattr -default IP ResourceOwner unknownhatype -modify IP MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify IP LogDbg -delete -keyshaattr -default IP ComputeStats 0hatype -add IPMultiNIChatype -modify IPMultiNIC SourceFile "./types.cf"hatype -modify IPMultiNIC MonitorTimeout 120hatype -modify IPMultiNIC OfflineMonitorInterval 60hatype -modify IPMultiNIC OfflineTimeout 120hatype -modify IPMultiNIC OnlineRetryLimit 3hatype -modify IPMultiNIC ToleranceLimit 10hatype -modify IPMultiNIC ArgList "MultiNICAResName:Device" Address NetMask Options "MultiNICAResName:Probed" MultiNICAResNamehaattr -add IPMultiNIC Address -stringhaattr -add IPMultiNIC NetMask -stringhaattr -add IPMultiNIC Options -stringhaattr -add IPMultiNIC MultiNICAResName -stringhatype -modify IPMultiNIC AttrChangedTimeout 60hatype -modify IPMultiNIC CloseTimeout 60hatype -modify IPMultiNIC CleanTimeout 60hatype -modify IPMultiNIC ConfInterval 600hatype -modify IPMultiNIC MonitorInterval 60hatype -modify IPMultiNIC NumThreads 10hatype -modify IPMultiNIC AgentPriority 0hatype -modify IPMultiNIC AgentClass TShatype -modify IPMultiNIC ScriptPriority 0hatype -modify IPMultiNIC ScriptClass TShatype -modify IPMultiNIC LogFileSize 33554432hatype -modify IPMultiNIC OnlineTimeout 300hatype -modify IPMultiNIC OnlineWaitLimit 2hatype -modify IPMultiNIC OpenTimeout 60hatype -modify IPMultiNIC RestartLimit 0hatype -modify IPMultiNIC AgentStartTimeout 60hatype -modify IPMultiNIC AgentReplyTimeout 130hatype -modify IPMultiNIC Operations OnOffhatype -modify IPMultiNIC FaultOnMonitorTimeouts 4hatype -modify IPMultiNIC InfoInterval 0hatype -modify IPMultiNIC InfoTimeout 30hatype -modify IPMultiNIC SupportedActions -delete -keyshatype -modify IPMultiNIC ActionTimeout 40hatype -modify IPMultiNIC FireDrill 0haattr -default IPMultiNIC AutoStart 1haattr -default IPMultiNIC Critical 1haattr -default IPMultiNIC TriggerEvent 0haattr -default IPMultiNIC ResourceOwner unknownhatype -modify IPMultiNIC MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify IPMultiNIC LogDbg -delete -keyshaattr -default IPMultiNIC ComputeStats 0hatype -add IPMultiNICBhatype -modify IPMultiNICB SourceFile "./types.cf"hatype -modify IPMultiNICB MonitorInterval 10hatype -modify IPMultiNICB MonitorTimeout 120hatype -modify IPMultiNICB OfflineMonitorInterval 60hatype -modify IPMultiNICB ToleranceLimit 10hatype -modify IPMultiNICB ArgList Address NetMask MultiNICBResName "MultiNICBResName:Probed"haattr -add IPMultiNICB Address -stringhaattr -add IPMultiNICB NetMask -stringhaattr -add IPMultiNICB MultiNICBResName -stringhatype -modify IPMultiNICB AttrChangedTimeout 60hatype -modify IPMultiNICB CloseTimeout 60hatype -modify IPMultiNICB CleanTimeout 60hatype -modify IPMultiNICB ConfInterval 600hatype -modify IPMultiNICB NumThreads 10hatype -modify IPMultiNICB AgentPriority 0hatype -modify IPMultiNICB AgentClass TShatype -modify IPMultiNICB ScriptPriority 0hatype -modify IPMultiNICB ScriptClass TShatype -modify IPMultiNICB LogFileSize 33554432hatype -modify IPMultiNICB OfflineTimeout 300hatype -modify IPMultiNICB OnlineRetryLimit 0hatype -modify IPMultiNICB OnlineTimeout 300hatype -modify IPMultiNICB OnlineWaitLimit 2hatype -modify IPMultiNICB OpenTimeout 60hatype -modify IPMultiNICB RestartLimit 0hatype -modify IPMultiNICB AgentStartTimeout 60hatype -modify IPMultiNICB AgentReplyTimeout 130hatype -modify IPMultiNICB Operations OnOffhatype -modify IPMultiNICB FaultOnMonitorTimeouts 4hatype -modify IPMultiNICB InfoInterval 0hatype -modify IPMultiNICB InfoTimeout 30hatype -modify IPMultiNICB SupportedActions -delete -keyshatype -modify IPMultiNICB ActionTimeout 40hatype -modify IPMultiNICB FireDrill 0haattr -default IPMultiNICB AutoStart 1

22

Page 23: vcs-guide

haattr -default IPMultiNICB Critical 1haattr -default IPMultiNICB TriggerEvent 0haattr -default IPMultiNICB ResourceOwner unknownhatype -modify IPMultiNICB MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify IPMultiNICB LogDbg -delete -keyshaattr -default IPMultiNICB ComputeStats 0hatype -add LVMVGhatype -modify LVMVG SourceFile "./types.cf"hatype -modify LVMVG NumThreads 1hatype -modify LVMVG ArgList VolumeGroup MajorNumber OwnerName GroupName Mode ImportvgOpt VaryonvgOpt SyncODMhaattr -add LVMVG VolumeGroup -stringhaattr -add LVMVG MajorNumber -integerhaattr -add LVMVG OwnerName -stringhaattr -add LVMVG GroupName -stringhaattr -add LVMVG Mode -stringhaattr -add LVMVG ImportvgOpt -string nhaattr -add LVMVG VaryonvgOpt -stringhaattr -add LVMVG SyncODM -integer 1hatype -modify LVMVG AttrChangedTimeout 60hatype -modify LVMVG CloseTimeout 60hatype -modify LVMVG CleanTimeout 60hatype -modify LVMVG ConfInterval 600hatype -modify LVMVG MonitorInterval 60hatype -modify LVMVG MonitorTimeout 60hatype -modify LVMVG AgentPriority 0hatype -modify LVMVG AgentClass TShatype -modify LVMVG ScriptPriority 0hatype -modify LVMVG ScriptClass TShatype -modify LVMVG LogFileSize 33554432hatype -modify LVMVG OfflineMonitorInterval 300hatype -modify LVMVG OfflineTimeout 300hatype -modify LVMVG OnlineRetryLimit 0hatype -modify LVMVG OnlineTimeout 300hatype -modify LVMVG OnlineWaitLimit 2hatype -modify LVMVG OpenTimeout 60hatype -modify LVMVG RestartLimit 0hatype -modify LVMVG ToleranceLimit 0hatype -modify LVMVG AgentStartTimeout 60hatype -modify LVMVG AgentReplyTimeout 130hatype -modify LVMVG Operations OnOffhatype -modify LVMVG FaultOnMonitorTimeouts 4hatype -modify LVMVG InfoInterval 0hatype -modify LVMVG InfoTimeout 30hatype -modify LVMVG SupportedActions -delete -keyshatype -modify LVMVG ActionTimeout 40hatype -modify LVMVG FireDrill 0haattr -default LVMVG AutoStart 1haattr -default LVMVG Critical 1haattr -default LVMVG TriggerEvent 0haattr -default LVMVG ResourceOwner unknownhatype -modify LVMVG MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify LVMVG LogDbg -delete -keyshaattr -default LVMVG ComputeStats 0hatype -add Mounthatype -modify Mount SourceFile "./types.cf"hatype -modify Mount OfflineMonitorInterval 60hatype -modify Mount OnlineRetryLimit 6hatype -modify Mount OnlineTimeout 900hatype -modify Mount RestartLimit 6hatype -modify Mount ArgList MountPoint BlockDevice FSType MountOpt FsckOpt SnapUmounthaattr -add Mount MountPoint -stringhaattr -add Mount BlockDevice -stringhaattr -add Mount FSType -stringhaattr -add Mount MountOpt -stringhaattr -add Mount FsckOpt -stringhaattr -add Mount SnapUmount -integerhatype -modify Mount AttrChangedTimeout 60hatype -modify Mount CloseTimeout 60hatype -modify Mount CleanTimeout 60hatype -modify Mount ConfInterval 600hatype -modify Mount MonitorInterval 60hatype -modify Mount MonitorTimeout 60hatype -modify Mount NumThreads 10hatype -modify Mount AgentPriority 0hatype -modify Mount AgentClass TShatype -modify Mount ScriptPriority 0hatype -modify Mount ScriptClass TShatype -modify Mount LogFileSize 33554432hatype -modify Mount OfflineTimeout 300hatype -modify Mount OnlineWaitLimit 2hatype -modify Mount OpenTimeout 60hatype -modify Mount ToleranceLimit 0hatype -modify Mount AgentStartTimeout 60hatype -modify Mount AgentReplyTimeout 130hatype -modify Mount Operations OnOffhatype -modify Mount FaultOnMonitorTimeouts 4hatype -modify Mount InfoInterval 0hatype -modify Mount InfoTimeout 30hatype -modify Mount SupportedActions -delete -keyshatype -modify Mount ActionTimeout 40hatype -modify Mount FireDrill 0haattr -default Mount AutoStart 1haattr -default Mount Critical 1haattr -default Mount TriggerEvent 0haattr -default Mount ResourceOwner unknown

23

Page 24: vcs-guide

hatype -modify Mount MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify Mount LogDbg -delete -keyshaattr -default Mount ComputeStats 0hatype -add MultiNICAhatype -modify MultiNICA SourceFile "./types.cf"hatype -modify MultiNICA MonitorInterval 30hatype -modify MultiNICA MonitorTimeout 300hatype -modify MultiNICA ToleranceLimit 10hatype -modify MultiNICA ArgList Device NetMask Gateway BroadcastAddr Options RouteOptions PingOptimize MonitorOnly HandshakeInterval NetworkHostshatype -modify MultiNICA Operations Nonehaattr -add MultiNICA Device -string -assochaattr -add MultiNICA NetMask -stringhaattr -add MultiNICA Gateway -stringhaattr -add MultiNICA BroadcastAddr -stringhaattr -add MultiNICA Options -stringhaattr -add MultiNICA RouteOptions -stringhaattr -add MultiNICA PingOptimize -integer 1haattr -add MultiNICA HandshakeInterval -integer 1haattr -add MultiNICA NetworkHosts -string -vectorhaattr -add -temp MultiNICA FailoverInProgress -boolean 0hatype -modify MultiNICA AttrChangedTimeout 60hatype -modify MultiNICA CloseTimeout 60hatype -modify MultiNICA CleanTimeout 60hatype -modify MultiNICA ConfInterval 600hatype -modify MultiNICA NumThreads 10hatype -modify MultiNICA AgentPriority 0hatype -modify MultiNICA AgentClass TShatype -modify MultiNICA ScriptPriority 0hatype -modify MultiNICA ScriptClass TShatype -modify MultiNICA LogFileSize 33554432hatype -modify MultiNICA OfflineMonitorInterval 300hatype -modify MultiNICA OfflineTimeout 300hatype -modify MultiNICA OnlineRetryLimit 0hatype -modify MultiNICA OnlineTimeout 300hatype -modify MultiNICA OnlineWaitLimit 2hatype -modify MultiNICA OpenTimeout 60hatype -modify MultiNICA RestartLimit 0hatype -modify MultiNICA AgentStartTimeout 60hatype -modify MultiNICA AgentReplyTimeout 130hatype -modify MultiNICA FaultOnMonitorTimeouts 4hatype -modify MultiNICA InfoInterval 0hatype -modify MultiNICA InfoTimeout 30hatype -modify MultiNICA SupportedActions -delete -keyshatype -modify MultiNICA ActionTimeout 40hatype -modify MultiNICA FireDrill 0haattr -default MultiNICA AutoStart 1haattr -default MultiNICA Critical 1haattr -default MultiNICA TriggerEvent 0haattr -default MultiNICA ResourceOwner unknownhatype -modify MultiNICA MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify MultiNICA LogDbg -delete -keyshaattr -default MultiNICA ComputeStats 0hatype -add MultiNICBhatype -modify MultiNICB SourceFile "./types.cf"hatype -modify MultiNICB MonitorInterval 30hatype -modify MultiNICB OfflineMonitorInterval 60hatype -modify MultiNICB ToleranceLimit 10hatype -modify MultiNICB ArgList Device NetworkHosts Gateway LinkTestRatio NoBroadcast NetworkTimeout OnlineTestRepeatCount OfflineTestRepeatCounthatype -modify MultiNICB Operations Nonehaattr -add MultiNICB Device -string -assochaattr -add MultiNICB NetworkHosts -string -vector "0.0.0.0"haattr -add MultiNICB LinkTestRatio -integer 1haattr -add MultiNICB NoBroadcast -integerhaattr -add MultiNICB NetworkTimeout -integer 100haattr -add MultiNICB OnlineTestRepeatCount -integer 3haattr -add MultiNICB OfflineTestRepeatCount -integer 3haattr -add MultiNICB Gateway -stringhatype -modify MultiNICB AttrChangedTimeout 60hatype -modify MultiNICB CloseTimeout 60hatype -modify MultiNICB CleanTimeout 60hatype -modify MultiNICB ConfInterval 600hatype -modify MultiNICB MonitorTimeout 60hatype -modify MultiNICB NumThreads 10hatype -modify MultiNICB AgentPriority 0hatype -modify MultiNICB AgentClass TShatype -modify MultiNICB ScriptPriority 0hatype -modify MultiNICB ScriptClass TShatype -modify MultiNICB LogFileSize 33554432hatype -modify MultiNICB OfflineTimeout 300hatype -modify MultiNICB OnlineRetryLimit 0hatype -modify MultiNICB OnlineTimeout 300hatype -modify MultiNICB OnlineWaitLimit 2hatype -modify MultiNICB OpenTimeout 60hatype -modify MultiNICB RestartLimit 0hatype -modify MultiNICB AgentStartTimeout 60hatype -modify MultiNICB AgentReplyTimeout 130hatype -modify MultiNICB FaultOnMonitorTimeouts 4hatype -modify MultiNICB InfoInterval 0hatype -modify MultiNICB InfoTimeout 30hatype -modify MultiNICB SupportedActions -delete -keyshatype -modify MultiNICB ActionTimeout 40hatype -modify MultiNICB FireDrill 0haattr -default MultiNICB AutoStart 1

24

Page 25: vcs-guide

haattr -default MultiNICB Critical 1haattr -default MultiNICB TriggerEvent 0haattr -default MultiNICB ResourceOwner unknownhatype -modify MultiNICB MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify MultiNICB LogDbg -delete -keyshaattr -default MultiNICB ComputeStats 0hatype -add NFShatype -modify NFS SourceFile "./types.cf"hatype -modify NFS RestartLimit 1hatype -modify NFS ArgList Nservershatype -modify NFS Operations OnOnlyhaattr -add NFS Nservers -integerhatype -modify NFS AttrChangedTimeout 60hatype -modify NFS CloseTimeout 60hatype -modify NFS CleanTimeout 60hatype -modify NFS ConfInterval 600hatype -modify NFS MonitorInterval 60hatype -modify NFS MonitorTimeout 60hatype -modify NFS NumThreads 10hatype -modify NFS AgentPriority 0hatype -modify NFS AgentClass TShatype -modify NFS ScriptPriority 0hatype -modify NFS ScriptClass TShatype -modify NFS LogFileSize 33554432hatype -modify NFS OfflineMonitorInterval 300hatype -modify NFS OfflineTimeout 300hatype -modify NFS OnlineRetryLimit 0hatype -modify NFS OnlineTimeout 300hatype -modify NFS OnlineWaitLimit 2hatype -modify NFS OpenTimeout 60hatype -modify NFS ToleranceLimit 0hatype -modify NFS AgentStartTimeout 60hatype -modify NFS AgentReplyTimeout 130hatype -modify NFS FaultOnMonitorTimeouts 4hatype -modify NFS InfoInterval 0hatype -modify NFS InfoTimeout 30hatype -modify NFS SupportedActions -delete -keyshatype -modify NFS ActionTimeout 40hatype -modify NFS FireDrill 0haattr -default NFS AutoStart 1haattr -default NFS Critical 1haattr -default NFS TriggerEvent 0haattr -default NFS ResourceOwner unknownhatype -modify NFS MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify NFS LogDbg -delete -keyshaattr -default NFS ComputeStats 0hatype -add NIChatype -modify NIC SourceFile "./types.cf"hatype -modify NIC OfflineMonitorInterval 60hatype -modify NIC ArgList Device NetworkType PingOptimize NetworkHostshatype -modify NIC Operations Nonehaattr -add NIC Device -stringhaattr -add NIC NetworkType -stringhaattr -add NIC PingOptimize -integer 1haattr -add NIC NetworkHosts -string -vectorhatype -modify NIC AttrChangedTimeout 60hatype -modify NIC CloseTimeout 60hatype -modify NIC CleanTimeout 60hatype -modify NIC ConfInterval 600hatype -modify NIC MonitorInterval 60hatype -modify NIC MonitorTimeout 60hatype -modify NIC NumThreads 10hatype -modify NIC AgentPriority 0hatype -modify NIC AgentClass TShatype -modify NIC ScriptPriority 0hatype -modify NIC ScriptClass TShatype -modify NIC LogFileSize 33554432hatype -modify NIC OfflineTimeout 300hatype -modify NIC OnlineRetryLimit 0hatype -modify NIC OnlineTimeout 300hatype -modify NIC OnlineWaitLimit 2hatype -modify NIC OpenTimeout 60hatype -modify NIC RestartLimit 0hatype -modify NIC ToleranceLimit 0hatype -modify NIC AgentStartTimeout 60hatype -modify NIC AgentReplyTimeout 130hatype -modify NIC FaultOnMonitorTimeouts 4hatype -modify NIC InfoInterval 0hatype -modify NIC InfoTimeout 30hatype -modify NIC SupportedActions -delete -keyshatype -modify NIC ActionTimeout 40hatype -modify NIC FireDrill 0haattr -default NIC AutoStart 1haattr -default NIC Critical 1haattr -default NIC TriggerEvent 0haattr -default NIC ResourceOwner unknownhatype -modify NIC MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify NIC LogDbg -delete -keyshaattr -default NIC ComputeStats 0hatype -add NetBackuphatype -modify NetBackup SourceFile "./NetBackupTypes.cf"hatype -modify NetBackup OnlineRetryLimit 1hatype -modify NetBackup OnlineWaitLimit 1hatype -modify NetBackup RestartLimit 2hatype -modify NetBackup ArgList ServerType RobotDaemon MonScript

25

Page 26: vcs-guide

haattr -add NetBackup ServerType -stringhaattr -add NetBackup RobotDaemon -stringhaattr -add NetBackup MonScript -stringhatype -modify NetBackup AttrChangedTimeout 60hatype -modify NetBackup CloseTimeout 60hatype -modify NetBackup CleanTimeout 60hatype -modify NetBackup ConfInterval 600hatype -modify NetBackup MonitorInterval 60hatype -modify NetBackup MonitorTimeout 60hatype -modify NetBackup NumThreads 10hatype -modify NetBackup AgentPriority 0hatype -modify NetBackup AgentClass TShatype -modify NetBackup ScriptPriority 0hatype -modify NetBackup ScriptClass TShatype -modify NetBackup LogFileSize 33554432hatype -modify NetBackup OfflineMonitorInterval 300hatype -modify NetBackup OfflineTimeout 300hatype -modify NetBackup OnlineTimeout 300hatype -modify NetBackup OpenTimeout 60hatype -modify NetBackup ToleranceLimit 0hatype -modify NetBackup AgentStartTimeout 60hatype -modify NetBackup AgentReplyTimeout 130hatype -modify NetBackup Operations OnOffhatype -modify NetBackup FaultOnMonitorTimeouts 4hatype -modify NetBackup InfoInterval 0hatype -modify NetBackup InfoTimeout 30hatype -modify NetBackup SupportedActions -delete -keyshatype -modify NetBackup ActionTimeout 40hatype -modify NetBackup FireDrill 0haattr -default NetBackup AutoStart 1haattr -default NetBackup Critical 1haattr -default NetBackup TriggerEvent 0haattr -default NetBackup ResourceOwner unknownhatype -modify NetBackup MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify NetBackup LogDbg -delete -keyshaattr -default NetBackup ComputeStats 0hatype -add NotifierMngrhatype -modify NotifierMngr SourceFile "./types.cf"hatype -modify NotifierMngr RestartLimit 3hatype -modify NotifierMngr ArgList EngineListeningPort MessagesQueue NotifierListeningPort SnmpdTrapPort SnmpCommunity SnmpConsoles SmtpServer SmtpServerVrfyOff SmtpServerTimeout SmtpReturnPath SmtpFromPath SmtpRecipientshaattr -add NotifierMngr EngineListeningPort -integer 14141haattr -add NotifierMngr MessagesQueue -integer 30haattr -add NotifierMngr NotifierListeningPort -integer 14144haattr -add NotifierMngr SnmpdTrapPort -integer 162haattr -add NotifierMngr SnmpCommunity -string publichaattr -add NotifierMngr SnmpConsoles -string -assochaattr -add NotifierMngr SmtpServer -stringhaattr -add NotifierMngr SmtpServerVrfyOff -boolean 0haattr -add NotifierMngr SmtpServerTimeout -integer 10haattr -add NotifierMngr SmtpReturnPath -stringhaattr -add NotifierMngr SmtpFromPath -stringhaattr -add NotifierMngr SmtpRecipients -string -assochatype -modify NotifierMngr AttrChangedTimeout 60hatype -modify NotifierMngr CloseTimeout 60hatype -modify NotifierMngr CleanTimeout 60hatype -modify NotifierMngr ConfInterval 600hatype -modify NotifierMngr MonitorInterval 60hatype -modify NotifierMngr MonitorTimeout 60hatype -modify NotifierMngr NumThreads 10hatype -modify NotifierMngr AgentPriority 0hatype -modify NotifierMngr AgentClass TShatype -modify NotifierMngr ScriptPriority 0hatype -modify NotifierMngr ScriptClass TShatype -modify NotifierMngr LogFileSize 33554432hatype -modify NotifierMngr OfflineMonitorInterval 300hatype -modify NotifierMngr OfflineTimeout 300hatype -modify NotifierMngr OnlineRetryLimit 0hatype -modify NotifierMngr OnlineTimeout 300hatype -modify NotifierMngr OnlineWaitLimit 2hatype -modify NotifierMngr OpenTimeout 60hatype -modify NotifierMngr ToleranceLimit 0hatype -modify NotifierMngr AgentStartTimeout 60hatype -modify NotifierMngr AgentReplyTimeout 130hatype -modify NotifierMngr Operations OnOffhatype -modify NotifierMngr FaultOnMonitorTimeouts 4hatype -modify NotifierMngr InfoInterval 0hatype -modify NotifierMngr InfoTimeout 30hatype -modify NotifierMngr SupportedActions -delete -keyshatype -modify NotifierMngr ActionTimeout 40hatype -modify NotifierMngr FireDrill 0haattr -default NotifierMngr AutoStart 1haattr -default NotifierMngr Critical 1haattr -default NotifierMngr TriggerEvent 0haattr -default NotifierMngr ResourceOwner unknownhatype -modify NotifierMngr MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify NotifierMngr LogDbg -delete -keyshaattr -default NotifierMngr ComputeStats 0hatype -add Phantomhatype -modify Phantom SourceFile "./types.cf"hatype -modify Phantom ArgList Dummyhaattr -add Phantom Dummy -stringhatype -modify Phantom AttrChangedTimeout 60hatype -modify Phantom CloseTimeout 60hatype -modify Phantom CleanTimeout 60

26

Page 27: vcs-guide

hatype -modify Phantom ConfInterval 600hatype -modify Phantom MonitorInterval 60hatype -modify Phantom MonitorTimeout 60hatype -modify Phantom NumThreads 10hatype -modify Phantom AgentPriority 0hatype -modify Phantom AgentClass TShatype -modify Phantom ScriptPriority 0hatype -modify Phantom ScriptClass TShatype -modify Phantom LogFileSize 33554432hatype -modify Phantom OfflineMonitorInterval 300hatype -modify Phantom OfflineTimeout 300hatype -modify Phantom OnlineRetryLimit 0hatype -modify Phantom OnlineTimeout 300hatype -modify Phantom OnlineWaitLimit 2hatype -modify Phantom OpenTimeout 60hatype -modify Phantom RestartLimit 0hatype -modify Phantom ToleranceLimit 0hatype -modify Phantom AgentStartTimeout 60hatype -modify Phantom AgentReplyTimeout 130hatype -modify Phantom Operations OnOffhatype -modify Phantom FaultOnMonitorTimeouts 4hatype -modify Phantom InfoInterval 0hatype -modify Phantom InfoTimeout 30hatype -modify Phantom SupportedActions -delete -keyshatype -modify Phantom ActionTimeout 40hatype -modify Phantom FireDrill 0haattr -default Phantom AutoStart 1haattr -default Phantom Critical 1haattr -default Phantom TriggerEvent 0haattr -default Phantom ResourceOwner unknownhatype -modify Phantom MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify Phantom LogDbg -delete -keyshaattr -default Phantom ComputeStats 0hatype -add Processhatype -modify Process SourceFile "./types.cf"hatype -modify Process ArgList PathName Argumentshaattr -add Process PathName -stringhaattr -add Process Arguments -stringhatype -modify Process AttrChangedTimeout 60hatype -modify Process CloseTimeout 60hatype -modify Process CleanTimeout 60hatype -modify Process ConfInterval 600hatype -modify Process MonitorInterval 60hatype -modify Process MonitorTimeout 60hatype -modify Process NumThreads 10hatype -modify Process AgentPriority 0hatype -modify Process AgentClass TShatype -modify Process ScriptPriority 0hatype -modify Process ScriptClass TShatype -modify Process LogFileSize 33554432hatype -modify Process OfflineMonitorInterval 300hatype -modify Process OfflineTimeout 300hatype -modify Process OnlineRetryLimit 0hatype -modify Process OnlineTimeout 300hatype -modify Process OnlineWaitLimit 2hatype -modify Process OpenTimeout 60hatype -modify Process RestartLimit 0hatype -modify Process ToleranceLimit 0hatype -modify Process AgentStartTimeout 60hatype -modify Process AgentReplyTimeout 130hatype -modify Process Operations OnOffhatype -modify Process FaultOnMonitorTimeouts 4hatype -modify Process InfoInterval 0hatype -modify Process InfoTimeout 30hatype -modify Process SupportedActions -delete -keyshatype -modify Process ActionTimeout 40hatype -modify Process FireDrill 0haattr -default Process AutoStart 1haattr -default Process Critical 1haattr -default Process TriggerEvent 0haattr -default Process ResourceOwner unknownhatype -modify Process MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify Process LogDbg -delete -keyshaattr -default Process ComputeStats 0hatype -add Proxyhatype -modify Proxy SourceFile "./types.cf"hatype -modify Proxy OfflineMonitorInterval 60hatype -modify Proxy ArgList TargetResName TargetSysName "TargetResName:Probed" "TargetResName:State"hatype -modify Proxy Operations Nonehaattr -add Proxy TargetResName -stringhaattr -add Proxy TargetSysName -stringhatype -modify Proxy AttrChangedTimeout 60hatype -modify Proxy CloseTimeout 60hatype -modify Proxy CleanTimeout 60hatype -modify Proxy ConfInterval 600hatype -modify Proxy MonitorInterval 60hatype -modify Proxy MonitorTimeout 60hatype -modify Proxy NumThreads 10hatype -modify Proxy AgentPriority 0hatype -modify Proxy AgentClass TShatype -modify Proxy ScriptPriority 0hatype -modify Proxy ScriptClass TShatype -modify Proxy LogFileSize 33554432hatype -modify Proxy OfflineTimeout 300hatype -modify Proxy OnlineRetryLimit 0

27

Page 28: vcs-guide

hatype -modify Proxy OnlineTimeout 300hatype -modify Proxy OnlineWaitLimit 2hatype -modify Proxy OpenTimeout 60hatype -modify Proxy RestartLimit 0hatype -modify Proxy ToleranceLimit 0hatype -modify Proxy AgentStartTimeout 60hatype -modify Proxy AgentReplyTimeout 130hatype -modify Proxy FaultOnMonitorTimeouts 4hatype -modify Proxy InfoInterval 0hatype -modify Proxy InfoTimeout 30hatype -modify Proxy SupportedActions -delete -keyshatype -modify Proxy ActionTimeout 40hatype -modify Proxy FireDrill 0haattr -default Proxy AutoStart 1haattr -default Proxy Critical 1haattr -default Proxy TriggerEvent 0haattr -default Proxy ResourceOwner unknownhatype -modify Proxy MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify Proxy LogDbg -delete -keyshaattr -default Proxy ComputeStats 0hatype -add ServiceGroupHBhatype -modify ServiceGroupHB SourceFile "./types.cf"hatype -modify ServiceGroupHB OnlineRetryLimit 5hatype -modify ServiceGroupHB ArgList Disks AllOrNonehaattr -add ServiceGroupHB Disks -string -vectorhaattr -add ServiceGroupHB AllOrNone -boolean 1hatype -modify ServiceGroupHB AttrChangedTimeout 60hatype -modify ServiceGroupHB CloseTimeout 60hatype -modify ServiceGroupHB CleanTimeout 60hatype -modify ServiceGroupHB ConfInterval 600hatype -modify ServiceGroupHB MonitorInterval 60hatype -modify ServiceGroupHB MonitorTimeout 60hatype -modify ServiceGroupHB NumThreads 10hatype -modify ServiceGroupHB AgentPriority 0hatype -modify ServiceGroupHB AgentClass TShatype -modify ServiceGroupHB ScriptPriority 0hatype -modify ServiceGroupHB ScriptClass TShatype -modify ServiceGroupHB LogFileSize 33554432hatype -modify ServiceGroupHB OfflineMonitorInterval 300hatype -modify ServiceGroupHB OfflineTimeout 300hatype -modify ServiceGroupHB OnlineTimeout 300hatype -modify ServiceGroupHB OnlineWaitLimit 2hatype -modify ServiceGroupHB OpenTimeout 60hatype -modify ServiceGroupHB RestartLimit 0hatype -modify ServiceGroupHB ToleranceLimit 0hatype -modify ServiceGroupHB AgentStartTimeout 60hatype -modify ServiceGroupHB AgentReplyTimeout 130hatype -modify ServiceGroupHB Operations OnOffhatype -modify ServiceGroupHB FaultOnMonitorTimeouts 4hatype -modify ServiceGroupHB InfoInterval 0hatype -modify ServiceGroupHB InfoTimeout 30hatype -modify ServiceGroupHB SupportedActions -delete -keyshatype -modify ServiceGroupHB ActionTimeout 40hatype -modify ServiceGroupHB FireDrill 0haattr -default ServiceGroupHB AutoStart 1haattr -default ServiceGroupHB Critical 1haattr -default ServiceGroupHB TriggerEvent 0haattr -default ServiceGroupHB ResourceOwner unknownhatype -modify ServiceGroupHB MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify ServiceGroupHB LogDbg -delete -keyshaattr -default ServiceGroupHB ComputeStats 0hatype -add Sharehatype -modify Share SourceFile "./types.cf"hatype -modify Share ArgList PathName Optionshaattr -add Share PathName -stringhaattr -add Share Options -stringhatype -modify Share AttrChangedTimeout 60hatype -modify Share CloseTimeout 60hatype -modify Share CleanTimeout 60hatype -modify Share ConfInterval 600hatype -modify Share MonitorInterval 60hatype -modify Share MonitorTimeout 60hatype -modify Share NumThreads 10hatype -modify Share AgentPriority 0hatype -modify Share AgentClass TShatype -modify Share ScriptPriority 0hatype -modify Share ScriptClass TShatype -modify Share LogFileSize 33554432hatype -modify Share OfflineMonitorInterval 300hatype -modify Share OfflineTimeout 300hatype -modify Share OnlineRetryLimit 0hatype -modify Share OnlineTimeout 300hatype -modify Share OnlineWaitLimit 2hatype -modify Share OpenTimeout 60hatype -modify Share RestartLimit 0hatype -modify Share ToleranceLimit 0hatype -modify Share AgentStartTimeout 60hatype -modify Share AgentReplyTimeout 130hatype -modify Share Operations OnOffhatype -modify Share FaultOnMonitorTimeouts 4hatype -modify Share InfoInterval 0hatype -modify Share InfoTimeout 30hatype -modify Share SupportedActions -delete -keyshatype -modify Share ActionTimeout 40hatype -modify Share FireDrill 0

28

Page 29: vcs-guide

haattr -default Share AutoStart 1haattr -default Share Critical 1haattr -default Share TriggerEvent 0haattr -default Share ResourceOwner unknownhatype -modify Share MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify Share LogDbg -delete -keyshaattr -default Share ComputeStats 0hatype -add VRTSWebApphatype -modify VRTSWebApp SourceFile "./types.cf"hatype -modify VRTSWebApp NumThreads 1hatype -modify VRTSWebApp ArgList AppName InstallDir TimeForOnlinehaattr -add VRTSWebApp AppName -stringhaattr -add VRTSWebApp InstallDir -stringhaattr -add VRTSWebApp TimeForOnline -integerhatype -modify VRTSWebApp AttrChangedTimeout 60hatype -modify VRTSWebApp CloseTimeout 60hatype -modify VRTSWebApp CleanTimeout 60hatype -modify VRTSWebApp ConfInterval 600hatype -modify VRTSWebApp MonitorInterval 60hatype -modify VRTSWebApp MonitorTimeout 60hatype -modify VRTSWebApp AgentPriority 0hatype -modify VRTSWebApp AgentClass TShatype -modify VRTSWebApp ScriptPriority 0hatype -modify VRTSWebApp ScriptClass TShatype -modify VRTSWebApp LogFileSize 33554432hatype -modify VRTSWebApp OfflineMonitorInterval 300hatype -modify VRTSWebApp OfflineTimeout 300hatype -modify VRTSWebApp OnlineRetryLimit 0hatype -modify VRTSWebApp OnlineTimeout 300hatype -modify VRTSWebApp OnlineWaitLimit 2hatype -modify VRTSWebApp OpenTimeout 60hatype -modify VRTSWebApp RestartLimit 0hatype -modify VRTSWebApp ToleranceLimit 0hatype -modify VRTSWebApp AgentStartTimeout 60hatype -modify VRTSWebApp AgentReplyTimeout 130hatype -modify VRTSWebApp Operations OnOffhatype -modify VRTSWebApp FaultOnMonitorTimeouts 4hatype -modify VRTSWebApp InfoInterval 0hatype -modify VRTSWebApp InfoTimeout 30hatype -modify VRTSWebApp SupportedActions -delete -keyshatype -modify VRTSWebApp ActionTimeout 40hatype -modify VRTSWebApp FireDrill 0haattr -default VRTSWebApp AutoStart 1haattr -default VRTSWebApp Critical 1haattr -default VRTSWebApp TriggerEvent 0haattr -default VRTSWebApp ResourceOwner unknownhatype -modify VRTSWebApp MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify VRTSWebApp LogDbg -delete -keyshaattr -default VRTSWebApp ComputeStats 0hatype -add Volumehatype -modify Volume SourceFile "./types.cf"hatype -modify Volume NumThreads 1hatype -modify Volume OfflineMonitorInterval 60hatype -modify Volume OfflineTimeout 120hatype -modify Volume OnlineRetryLimit 6hatype -modify Volume ArgList Volume DiskGrouphaattr -add Volume Volume -stringhaattr -add Volume DiskGroup -stringhatype -modify Volume AttrChangedTimeout 60hatype -modify Volume CloseTimeout 60hatype -modify Volume CleanTimeout 60hatype -modify Volume ConfInterval 600hatype -modify Volume MonitorInterval 60hatype -modify Volume MonitorTimeout 60hatype -modify Volume AgentPriority 0hatype -modify Volume AgentClass TShatype -modify Volume ScriptPriority 0hatype -modify Volume ScriptClass TShatype -modify Volume LogFileSize 33554432hatype -modify Volume OnlineTimeout 300hatype -modify Volume OnlineWaitLimit 2hatype -modify Volume OpenTimeout 60hatype -modify Volume RestartLimit 0hatype -modify Volume ToleranceLimit 0hatype -modify Volume AgentStartTimeout 60hatype -modify Volume AgentReplyTimeout 130hatype -modify Volume Operations OnOffhatype -modify Volume FaultOnMonitorTimeouts 4hatype -modify Volume InfoInterval 0hatype -modify Volume InfoTimeout 30hatype -modify Volume SupportedActions -delete -keyshatype -modify Volume ActionTimeout 40hatype -modify Volume FireDrill 0haattr -default Volume AutoStart 1haattr -default Volume Critical 1haattr -default Volume TriggerEvent 0haattr -default Volume ResourceOwner unknownhatype -modify Volume MonitorStatsParam Frequency 0 ExpectedValue 100 ValueThreshold 100 AvgThreshold 40hatype -modify Volume LogDbg -delete -keyshaattr -default Volume ComputeStats 0haclus -modify PrintMsg 0haclus -modify UserNames admin ejjPgeIrjRkfImkGkmhaclus -modify LogSize 65536haclus -modify Administrators adminhaclus -modify CounterInterval 5

29

Page 30: vcs-guide

haclus -modify SourceFile "./main.cf"haclus -modify ClusterName gleamdstage1hasys -add srualcb04hasys -modify srualcb04 SourceFile "./main.cf"hasys -add srualcc05hasys -modify srualcc05 SourceFile "./main.cf"hagrp -add commonhagrp -modify common SystemList srualcb04 1 srualcc05 2hagrp -modify common Parallel 1hagrp -modify common AutoStartList srualcb04 srualcc05hagrp -modify common SourceFile "./main.cf"hares -add fe_ip IPMultiNICB commonhares -modify fe_ip Enabled 1hares -override fe_ip OnlineRetryLimithares -modify fe_ip OnlineRetryLimit 20hares -override fe_ip RestartLimithares -modify fe_ip RestartLimit 20hares -local fe_ip Addresshares -modify fe_ip Address "128.9.100.44" -sys srualcb04hares -modify fe_ip Address "128.9.100.48" -sys srualcc05hares -modify fe_ip NetMask "255.255.255.0"hares -modify fe_ip MultiNICBResName fehares -add be_ip IPMultiNIC commonhares -modify be_ip Enabled 1hares -override be_ip OnlineRetryLimithares -modify be_ip OnlineRetryLimit 20hares -override be_ip RestartLimithares -modify be_ip RestartLimit 20hares -local be_ip Addresshares -modify be_ip Address "128.9.68.32" -sys srualcb04hares -modify be_ip Address "128.9.68.35" -sys srualcc05hares -modify be_ip NetMask "255.255.255.0"hares -modify be_ip MultiNICAResName behares -add fe MultiNICB commonhares -modify fe Enabled 1hares -override fe OnlineRetryLimithares -modify fe OnlineRetryLimit 20hares -override fe RestartLimithares -modify fe RestartLimit 20hares -local fe Devicehares -modify fe Device en5 "128.9.100.42" en1 "128.9.100.43" -sys srualcb04hares -modify fe Device en5 "128.9.100.46" en0 "128.9.100.47" -sys srualcc05hares -modify fe NetworkHosts "128.9.100.1"hares -modify fe Gateway "128.9.100.1"hares -modify fe LinkTestRatio 1hares -modify fe NetworkTimeout 100hares -modify fe OnlineTestRepeatCount 3hares -modify fe OfflineTestRepeatCount 3hares -add be MultiNICA commonhares -modify be Enabled 1hares -override be OnlineRetryLimithares -modify be OnlineRetryLimit 20hares -override be RestartLimithares -modify be RestartLimit 20hares -local be Devicehares -modify be Device en4 "128.9.68.31" en6 "128.9.68.22" -sys srualcb04hares -modify be Device en6 "128.9.68.23" en3 "128.9.68.34" -sys srualcc05hares -modify be NetMask "255.255.255.0"hares -modify be Gateway "128.9.68.1"hares -modify be BroadcastAddr "128.9.68.255"hares -modify be PingOptimize 1hares -modify be HandshakeInterval 1hares -modify be NetworkHosts -delete -keyshares -modify be FailoverInProgress 0hagrp -add gleam_apphagrp -modify gleam_app SystemList srualcb04 1 srualcc05 2hagrp -modify gleam_app PreOnline 1hagrp -modify gleam_app AutoStartList srualcb04hagrp -modify gleam_app SourceFile "./main.cf"hares -add connect_direct Application gleam_apphares -modify connect_direct Enabled 1hares -modify connect_direct Critical 0hares -override connect_direct OnlineRetryLimithares -modify connect_direct OnlineRetryLimit 4hares -override connect_direct RestartLimithares -modify connect_direct RestartLimit 4hares -modify connect_direct StartProgram "/hsbc/vcs/app_serv/vcs_cd_start.sh"hares -modify connect_direct StopProgram "/hsbc/vcs/app_serv/vcs_cd_stop.sh"hares -modify connect_direct CleanProgram "/hsbc/vcs/app_serv/vcs_cd_clean.sh"hares -modify connect_direct MonitorProgram "/hsbc/vcs/app_serv/vcs_cd_monitor.sh"hares -modify connect_direct PidFiles -delete -keyshares -modify connect_direct MonitorProcesses -delete -keyshares -add gleam Application gleam_apphares -modify gleam Enabled 1hares -modify gleam Critical 0hares -override gleam OnlineRetryLimithares -modify gleam OnlineRetryLimit 4hares -override gleam RestartLimithares -modify gleam RestartLimit 4hares -modify gleam StartProgram "/hsbc/vcs/app_serv/vcs_gleam_start.sh"hares -modify gleam StopProgram "/hsbc/vcs/app_serv/vcs_gleam_stop.sh"hares -modify gleam CleanProgram "/hsbc/vcs/app_serv/vcs_gleam_clean.sh"hares -modify gleam MonitorProgram "/hsbc/vcs/app_serv/vcs_gleam_monitor.sh"hares -modify gleam PidFiles -delete -keyshares -modify gleam MonitorProcesses -delete -keys

30

Page 31: vcs-guide

hares -add netbackup Application gleam_apphares -modify netbackup Enabled 1hares -modify netbackup Critical 0hares -override netbackup OnlineRetryLimithares -modify netbackup OnlineRetryLimit 4hares -override netbackup RestartLimithares -modify netbackup RestartLimit 4hares -modify netbackup StartProgram "/hsbc/vcs/app_serv/vcs_netbackup_start.sh"hares -modify netbackup StopProgram "/hsbc/vcs/app_serv/vcs_netbackup_stop.sh"hares -modify netbackup CleanProgram "/hsbc/vcs/app_serv/vcs_netbackup_clean.sh"hares -modify netbackup MonitorProgram "/hsbc/vcs/app_serv/vcs_netbackup_monitor.sh"hares -modify netbackup PidFiles -delete -keyshares -modify netbackup MonitorProcesses -delete -keyshagrp -add gleam_infhagrp -modify gleam_inf SystemList srualcb04 1 srualcc05 2hagrp -modify gleam_inf AutoStartList srualcb04hagrp -modify gleam_inf SourceFile "./main.cf"hares -add gleamdstage_fe_ip IPMultiNICB gleam_infhares -modify gleamdstage_fe_ip Enabled 1hares -modify gleamdstage_fe_ip Address "128.9.100.45"hares -modify gleamdstage_fe_ip NetMask "255.255.255.0"hares -modify gleamdstage_fe_ip MultiNICBResName fehares -add gleamdstage_be_ip IPMultiNIC gleam_infhares -modify gleamdstage_be_ip Enabled 1hares -modify gleamdstage_be_ip Address "128.9.68.33"hares -modify gleamdstage_be_ip NetMask "255.255.255.0"hares -modify gleamdstage_be_ip MultiNICAResName behares -add apps_lvmvg LVMVG gleam_infhares -modify apps_lvmvg Enabled 1hares -modify apps_lvmvg VolumeGroup appsvghares -modify apps_lvmvg MajorNumber 43hares -modify apps_lvmvg ImportvgOpt nhares -modify apps_lvmvg SyncODM 1hares -add data_lvmvg LVMVG gleam_infhares -modify data_lvmvg Enabled 1hares -modify data_lvmvg VolumeGroup datavghares -modify data_lvmvg MajorNumber 42hares -modify data_lvmvg ImportvgOpt nhares -modify data_lvmvg SyncODM 1hares -add veritas_lvmvg LVMVG gleam_infhares -modify veritas_lvmvg Enabled 1hares -modify veritas_lvmvg VolumeGroup veritas_vghares -modify veritas_lvmvg MajorNumber 45hares -modify veritas_lvmvg ImportvgOpt nhares -modify veritas_lvmvg SyncODM 1hares -add apps_lv01_fs Mount gleam_infhares -modify apps_lv01_fs Enabled 1hares -modify apps_lv01_fs MountPoint "/DataStageApp"hares -modify apps_lv01_fs BlockDevice "/dev/dsalv"hares -modify apps_lv01_fs FSType jfs2hares -modify apps_lv01_fs FsckOpt "%-y"hares -add apps_lv02_fs Mount gleam_infhares -modify apps_lv02_fs Enabled 1hares -modify apps_lv02_fs MountPoint "/DataStageApp/tmp"hares -modify apps_lv02_fs BlockDevice "/dev/dsatmplv"hares -modify apps_lv02_fs FSType jfs2hares -modify apps_lv02_fs FsckOpt "%-y"hares -add apps_lv03_fs Mount gleam_infhares -modify apps_lv03_fs Enabled 1hares -modify apps_lv03_fs MountPoint "/DataStageApp751_adc"hares -modify apps_lv03_fs BlockDevice "/dev/dsaadclv"hares -modify apps_lv03_fs FSType jfs2hares -modify apps_lv03_fs FsckOpt "%-y"hares -add apps_lv04_fs Mount gleam_infhares -modify apps_lv04_fs Enabled 1hares -modify apps_lv04_fs MountPoint "/DataStageApp751_adc/tmp"hares -modify apps_lv04_fs BlockDevice "/dev/dsaadctmplv"hares -modify apps_lv04_fs FSType jfs2hares -modify apps_lv04_fs FsckOpt "%-y"hares -add apps_lv05_fs Mount gleam_infhares -modify apps_lv05_fs Enabled 1hares -modify apps_lv05_fs MountPoint "/DataStageApp751_cad"hares -modify apps_lv05_fs BlockDevice "/dev/dsacadlv"hares -modify apps_lv05_fs FSType jfs2hares -modify apps_lv05_fs FsckOpt "%-y"hares -add apps_lv06_fs Mount gleam_infhares -modify apps_lv06_fs Enabled 1hares -modify apps_lv06_fs MountPoint "/DataStageApp751_cad/tmp"hares -modify apps_lv06_fs BlockDevice "/dev/dsacadtmplv"hares -modify apps_lv06_fs FSType jfs2hares -modify apps_lv06_fs FsckOpt "%-y"hares -add apps_lv07_fs Mount gleam_infhares -modify apps_lv07_fs Enabled 1hares -modify apps_lv07_fs MountPoint "/DatastageProject/GrpCreditDM_GCDU_PRD"hares -modify apps_lv07_fs BlockDevice "/dev/dspgcdulv"hares -modify apps_lv07_fs FSType jfs2hares -modify apps_lv07_fs FsckOpt "%-y"hares -add apps_lv08_fs Mount gleam_infhares -modify apps_lv08_fs Enabled 1hares -modify apps_lv08_fs MountPoint "/DatastageProject/GrpCreditDM_GBCDU_PRD"hares -modify apps_lv08_fs BlockDevice "/dev/dspgbcdulv"hares -modify apps_lv08_fs FSType jfs2hares -modify apps_lv08_fs FsckOpt "%-y"hares -add apps_lv09_fs Mount gleam_infhares -modify apps_lv09_fs Enabled 1

31

Page 32: vcs-guide

hares -modify apps_lv09_fs MountPoint "/DatastageProject/GrpCreditDM_GCDM_PRD"hares -modify apps_lv09_fs BlockDevice "/dev/dspgcdmlv"hares -modify apps_lv09_fs FSType jfs2hares -modify apps_lv09_fs FsckOpt "%-y"hares -add apps_lv10_fs Mount gleam_infhares -modify apps_lv10_fs Enabled 1hares -modify apps_lv10_fs MountPoint "/DatastageProject/GrpCreditDM_CARM_PRD"hares -modify apps_lv10_fs BlockDevice "/dev/dspcarmlv"hares -modify apps_lv10_fs FSType jfs2hares -modify apps_lv10_fs FsckOpt "%-y"hares -add apps_lv11_fs Mount gleam_infhares -modify apps_lv11_fs Enabled 1hares -modify apps_lv11_fs MountPoint "/DatastageProject/Bs3Val_PRD"hares -modify apps_lv11_fs BlockDevice "/dev/dspbvallv"hares -modify apps_lv11_fs FSType jfs2hares -modify apps_lv11_fs FsckOpt "%-y"hares -add apps_lv12_fs Mount gleam_infhares -modify apps_lv12_fs Enabled 1hares -modify apps_lv12_fs MountPoint "/DatastageProject/GrpCreditSA_PRD"hares -modify apps_lv12_fs BlockDevice "/dev/dspsalv"hares -modify apps_lv12_fs FSType jfs2hares -modify apps_lv12_fs FsckOpt "%-y"hares -add apps_lv13_fs Mount gleam_infhares -modify apps_lv13_fs Enabled 1hares -modify apps_lv13_fs MountPoint "/DatastageProject/Agree_PRD"hares -modify apps_lv13_fs BlockDevice "/dev/dspagreelv"hares -modify apps_lv13_fs FSType jfs2hares -modify apps_lv13_fs FsckOpt "%-y"hares -add apps_lv14_fs Mount gleam_infhares -modify apps_lv14_fs Enabled 1hares -modify apps_lv14_fs MountPoint "/DatastageProject/Adhoc"hares -modify apps_lv14_fs BlockDevice "/dev/dspadhoclv"hares -modify apps_lv14_fs FSType jfs2hares -modify apps_lv14_fs FsckOpt "%-y"hares -add apps_lv15_fs Mount gleam_infhares -modify apps_lv15_fs Enabled 1hares -modify apps_lv15_fs MountPoint "/usr/cdunix"hares -modify apps_lv15_fs BlockDevice "/dev/cdunixlv"hares -modify apps_lv15_fs FSType jfs2hares -modify apps_lv15_fs FsckOpt "%-y"hares -add apps_lv16_fs Mount gleam_infhares -modify apps_lv16_fs Enabled 1hares -modify apps_lv16_fs MountPoint "/usr/cdunix/work"hares -modify apps_lv16_fs BlockDevice "/dev/cdunixwlv"hares -modify apps_lv16_fs FSType jfs2hares -modify apps_lv16_fs FsckOpt "%-y"hares -add data_lv01_fs Mount gleam_infhares -modify data_lv01_fs Enabled 1hares -modify data_lv01_fs MountPoint "/gcdm/prd"hares -modify data_lv01_fs BlockDevice "/dev/gcdmplv"hares -modify data_lv01_fs FSType jfs2hares -modify data_lv01_fs FsckOpt "%-y"hares -add data_lv02_fs Mount gleam_infhares -modify data_lv02_fs Enabled 1hares -modify data_lv02_fs MountPoint "/gcdm/prd/workingarea"hares -modify data_lv02_fs BlockDevice "/dev/gcdmpwolv"hares -modify data_lv02_fs FSType jfs2hares -modify data_lv02_fs FsckOpt "%-y"hares -add data_lv03_fs Mount gleam_infhares -modify data_lv03_fs Enabled 1hares -modify data_lv03_fs MountPoint "/gcdm/prd/workingarea/carm"hares -modify data_lv03_fs BlockDevice "/dev/gcdmpwocarmlv"hares -modify data_lv03_fs FSType jfs2hares -modify data_lv03_fs FsckOpt "%-y"hares -add data_lv04_fs Mount gleam_infhares -modify data_lv04_fs Enabled 1hares -modify data_lv04_fs MountPoint "/gcdm/prd/workingarea/gears"hares -modify data_lv04_fs BlockDevice "/dev/gcdmpwogearlv"hares -modify data_lv04_fs FSType jfs2hares -modify data_lv04_fs FsckOpt "%-y"hares -add data_lv05_fs Mount gleam_infhares -modify data_lv05_fs Enabled 1hares -modify data_lv05_fs MountPoint "/gcdm/prd/workingarea/monthly"hares -modify data_lv05_fs BlockDevice "/dev/gcdmpwomonlv"hares -modify data_lv05_fs FSType jfs2hares -modify data_lv05_fs FsckOpt "%-y"hares -add data_lv06_fs Mount gleam_infhares -modify data_lv06_fs Enabled 1hares -modify data_lv06_fs MountPoint "/gcdm/prd/archiveoff"hares -modify data_lv06_fs BlockDevice "/dev/gcdmparchlv"hares -modify data_lv06_fs FSType jfs2hares -modify data_lv06_fs FsckOpt "%-y"hares -add data_lv07_fs Mount gleam_infhares -modify data_lv07_fs Enabled 1hares -modify data_lv07_fs MountPoint "/gcdm/prd/rawdata"hares -modify data_lv07_fs BlockDevice "/dev/gcdmprawlv"hares -modify data_lv07_fs FSType jfs2hares -modify data_lv07_fs FsckOpt "%-y"hares -add data_lv08_fs Mount gleam_infhares -modify data_lv08_fs Enabled 1hares -modify data_lv08_fs MountPoint "/gcdm/prd/DataSets_N1"hares -modify data_lv08_fs BlockDevice "/dev/gcdmpdsn1lv"hares -modify data_lv08_fs FSType jfs2hares -modify data_lv08_fs FsckOpt "%-y"hares -add data_lv09_fs Mount gleam_inf

32

Page 33: vcs-guide

hares -modify data_lv09_fs Enabled 1hares -modify data_lv09_fs MountPoint "/gcdm/prd/DataSets_N2"hares -modify data_lv09_fs BlockDevice "/dev/gcdmpdsn2lv"hares -modify data_lv09_fs FSType jfs2hares -modify data_lv09_fs FsckOpt "%-y"hares -add data_lv10_fs Mount gleam_infhares -modify data_lv10_fs Enabled 1hares -modify data_lv10_fs MountPoint "/gcdm/prd/DataSets_N3"hares -modify data_lv10_fs BlockDevice "/dev/gcdmpdsn3lv"hares -modify data_lv10_fs FSType jfs2hares -modify data_lv10_fs FsckOpt "%-y"hares -add data_lv11_fs Mount gleam_infhares -modify data_lv11_fs Enabled 1hares -modify data_lv11_fs MountPoint "/gcdm/prd/DataSets_N4"hares -modify data_lv11_fs BlockDevice "/dev/gcdmpdsn4lv"hares -modify data_lv11_fs FSType jfs2hares -modify data_lv11_fs FsckOpt "%-y"hares -add data_lv12_fs Mount gleam_infhares -modify data_lv12_fs Enabled 1hares -modify data_lv12_fs MountPoint "/gcdm/prd/Scratch_N1"hares -modify data_lv12_fs BlockDevice "/dev/gcdmpscrn1lv"hares -modify data_lv12_fs FSType jfs2hares -modify data_lv12_fs FsckOpt "%-y"hares -add data_lv13_fs Mount gleam_infhares -modify data_lv13_fs Enabled 1hares -modify data_lv13_fs MountPoint "/gcdm/prd/Scratch_N2"hares -modify data_lv13_fs BlockDevice "/dev/gcdmpscrn2lv"hares -modify data_lv13_fs FSType jfs2hares -modify data_lv13_fs FsckOpt "%-y"hares -add data_lv14_fs Mount gleam_infhares -modify data_lv14_fs Enabled 1hares -modify data_lv14_fs MountPoint "/gcdm/prd/Scratch_N3"hares -modify data_lv14_fs BlockDevice "/dev/gcdmpscrn3lv"hares -modify data_lv14_fs FSType jfs2hares -modify data_lv14_fs FsckOpt "%-y"hares -add data_lv15_fs Mount gleam_infhares -modify data_lv15_fs Enabled 1hares -modify data_lv15_fs MountPoint "/gcdm/prd/Scratch_N4"hares -modify data_lv15_fs BlockDevice "/dev/gcdmpscrn4lv"hares -modify data_lv15_fs FSType jfs2hares -modify data_lv15_fs FsckOpt "%-y"hares -add data_lv16_fs Mount gleam_infhares -modify data_lv16_fs Enabled 1hares -modify data_lv16_fs MountPoint "/vldt/prd/DataSets_N1"hares -modify data_lv16_fs BlockDevice "/dev/vldtpdsn1lv"hares -modify data_lv16_fs FSType jfs2hares -modify data_lv16_fs FsckOpt "%-y"hares -add data_lv17_fs Mount gleam_infhares -modify data_lv17_fs Enabled 1hares -modify data_lv17_fs MountPoint "/vldt/prd/DataSets_N2"hares -modify data_lv17_fs BlockDevice "/dev/vldtpdsn2lv"hares -modify data_lv17_fs FSType jfs2hares -modify data_lv17_fs FsckOpt "%-y"hares -add data_lv18_fs Mount gleam_infhares -modify data_lv18_fs Enabled 1hares -modify data_lv18_fs MountPoint "/vldt/prd/DataSets_N3"hares -modify data_lv18_fs BlockDevice "/dev/vldtpdsn3lv"hares -modify data_lv18_fs FSType jfs2hares -modify data_lv18_fs FsckOpt "%-y"hares -add data_lv19_fs Mount gleam_infhares -modify data_lv19_fs Enabled 1hares -modify data_lv19_fs MountPoint "/vldt/prd/DataSets_N4"hares -modify data_lv19_fs BlockDevice "/dev/vldtpdsn4lv"hares -modify data_lv19_fs FSType jfs2hares -modify data_lv19_fs FsckOpt "%-y"hares -add data_lv20_fs Mount gleam_infhares -modify data_lv20_fs Enabled 1hares -modify data_lv20_fs MountPoint "/vldt/prd/Scratch_N1"hares -modify data_lv20_fs BlockDevice "/dev/vldtpscrn1lv"hares -modify data_lv20_fs FSType jfs2hares -modify data_lv20_fs FsckOpt "%-y"hares -add data_lv21_fs Mount gleam_infhares -modify data_lv21_fs Enabled 1hares -modify data_lv21_fs MountPoint "/vldt/prd/Scratch_N2"hares -modify data_lv21_fs BlockDevice "/dev/vldtpscrn2lv"hares -modify data_lv21_fs FSType jfs2hares -modify data_lv21_fs FsckOpt "%-y"hares -add data_lv22_fs Mount gleam_infhares -modify data_lv22_fs Enabled 1hares -modify data_lv22_fs MountPoint "/vldt/prd/Scratch_N3"hares -modify data_lv22_fs BlockDevice "/dev/vldtpscrn3lv"hares -modify data_lv22_fs FSType jfs2hares -modify data_lv22_fs FsckOpt "%-y"hares -add data_lv23_fs Mount gleam_infhares -modify data_lv23_fs Enabled 1hares -modify data_lv23_fs MountPoint "/vldt/prd/Scratch_N4"hares -modify data_lv23_fs BlockDevice "/dev/vldtpscrn4lv"hares -modify data_lv23_fs FSType jfs2hares -modify data_lv23_fs FsckOpt "%-y"hares -add data_lv24_fs Mount gleam_infhares -modify data_lv24_fs Enabled 1hares -modify data_lv24_fs MountPoint "/agree/prd"hares -modify data_lv24_fs BlockDevice "/dev/agreeplv"hares -modify data_lv24_fs FSType jfs2hares -modify data_lv24_fs FsckOpt "%-y"

33

Page 34: vcs-guide

hares -add data_lv25_fs Mount gleam_infhares -modify data_lv25_fs Enabled 1hares -modify data_lv25_fs MountPoint "/db2"hares -modify data_lv25_fs BlockDevice "/dev/db2_lv01"hares -modify data_lv25_fs FSType jfs2hares -modify data_lv25_fs FsckOpt "%-y"hares -add veritas_vg_fs Mount gleam_infhares -modify veritas_vg_fs Enabled 1hares -modify veritas_vg_fs MountPoint "/usr/openv"hares -modify veritas_vg_fs BlockDevice "/dev/openvlv"hares -modify veritas_vg_fs FSType jfs2hares -modify veritas_vg_fs FsckOpt "%-y"hares -add gleamdstage_ip_be_proxy Proxy gleam_infhares -modify gleamdstage_ip_be_proxy Enabled 1hares -modify gleamdstage_ip_be_proxy TargetResName behares -add gleamdstage_ip_fe_proxy Proxy gleam_infhares -modify gleamdstage_ip_fe_proxy Enabled 1hares -modify gleamdstage_ip_fe_proxy TargetResName fehares -link be_ip behares -link fe_ip fehagrp -link gleam_app gleam_inf online local hardhares -link connect_direct gleamhares -link apps_lv01_fs apps_lvmvghares -link apps_lv02_fs apps_lv01_fshares -link apps_lv03_fs apps_lvmvghares -link apps_lv04_fs apps_lv03_fshares -link apps_lv05_fs apps_lvmvghares -link apps_lv06_fs apps_lv05_fshares -link apps_lv07_fs apps_lvmvghares -link apps_lv08_fs apps_lvmvghares -link apps_lv09_fs apps_lvmvghares -link apps_lv10_fs apps_lvmvghares -link apps_lv11_fs apps_lvmvghares -link apps_lv12_fs apps_lvmvghares -link apps_lv13_fs apps_lvmvghares -link apps_lv14_fs apps_lvmvghares -link apps_lv15_fs apps_lvmvghares -link apps_lv16_fs apps_lv15_fshares -link data_lv01_fs data_lvmvghares -link data_lv02_fs data_lv01_fshares -link data_lv03_fs data_lv02_fshares -link data_lv04_fs data_lv02_fshares -link data_lv05_fs data_lv02_fshares -link data_lv06_fs data_lv01_fshares -link data_lv07_fs data_lv01_fshares -link data_lv08_fs data_lv01_fshares -link data_lv09_fs data_lv01_fshares -link data_lv10_fs data_lv01_fshares -link data_lv11_fs data_lv01_fshares -link data_lv12_fs data_lv01_fshares -link data_lv13_fs data_lv01_fshares -link data_lv14_fs data_lv01_fshares -link data_lv15_fs data_lv01_fshares -link data_lv16_fs data_lvmvghares -link data_lv17_fs data_lvmvghares -link data_lv18_fs data_lvmvghares -link data_lv19_fs data_lvmvghares -link data_lv20_fs data_lvmvghares -link data_lv21_fs data_lvmvghares -link data_lv22_fs data_lvmvghares -link data_lv23_fs data_lvmvghares -link data_lv24_fs data_lvmvghares -link data_lv25_fs data_lvmvghares -link gleamdstage_be_ip gleamdstage_ip_be_proxyhares -link gleamdstage_fe_ip gleamdstage_ip_fe_proxyhares -link veritas_vg_fs veritas_lvmvg

34


Recommended