To perform automated installation
1
Navigate to the folder containing the installvcs program.
#
cd /mnt/cdrom/cluster_server
2
Start the installation from one of the cluster systems where you have copied
the response file.
#
./installvcs -responsefile /tmp/response_file
Where /tmp/response_file is the response file’s full path name.
Syntax in the response file
The syntax of the Perl statements that are included in the response file varies. It
can depend on whether the variables require scalar or list values.
For example, in the case of a string value:
$CFG{
Scalar_variable
}="
value
";
or, in the case of an integer value:
$CFG{
Scalar_variable
}=123;
or, in the case of a list:
$CFG{
List_variable
}=["
value
", "
value
", "
value
"];
Example response file
The example response file resembles the file that installvcs creates after the
example VCS installation. The file is a modified version of the response file
generated on vcs_cluster2 that you can use to install VCS on vcs_cluster3. Review
the variables that are required for installation.
See
“Response file variable definitions”
on page 166.
#
# installvcs configuration values:
#
$CPI::CFG{AT_ROOTDOMAIN}="root\@east.symantecexample.com";
$CPI::CFG{CMC_CC_CONFIGURED}=1;
$CPI::CFG{CMC_CLUSTERID}{east}=1146235600;
$CPI::CFG{CMC_MSADDR}{east}="mgmtserver1";
$CPI::CFG{CMC_MSADDR}{west}="mgmtserver1";
$CPI::CFG{CMC_MS_ROOT_HASH}="758a33dbd6fae716...3deb54e562fe98";
165
Advanced VCS installation topics
Performing automated VCS installations
Summary of Contents for Veritas Cluster Server 5.0 Update 3
Page 1: ...Veritas Cluster Server Installation Guide Linux for IBM Power 5 0 Release Update 3...
Page 3: ...Symantec Corporation 350 Ellis Street Mountain View CA 94043 http www symantec com...
Page 12: ...Contents 12...
Page 22: ...Introducing Veritas Cluster Server About VCS optional components 22...
Page 28: ...Planning to install VCS Supported software 28...
Page 104: ...Configuring VCS clusters for data integrity Setting up disk based I O fencing manually 104...
Page 152: ...Installing VCS on a single node Adding a node to a single node cluster 152...