Veritas Storage Foundation 5.1 SP1 Cluster File System Installation Guide (5900-1510, April 2011)

Table B-11
Response file variables specific to configuring Storage Foundation
Cluster File System global clusters
DescriptionList or ScalarVariable
Defines the NIC for the Virtual IP
that the Global Cluster Option uses.
You can enter all as a system value
if the same NIC is used on all
systems.
(Optional)
ScalarCFG{vcs_gconic}
{system}
Defines the virtual IP address to
that the Global Cluster Option uses.
(Optional)
ScalarCFG{vcs_gcovip}
Defines the Netmask of the virtual
IP address that the Global Cluster
Option uses.
(Optional)
ScalarCFG{vcs_gconetmask}
Sample response file for SFCFS install
The following example shows a response file for installing Storage Foundation
Cluster File System.
##############################################
#Auto generated sfcfs responsefile #
##############################################
our %CFG;
$CFG{accepteula}=1;
$CFG{opt}{rsh}=1;
$CFG{opt}{trace}=0;
$CFG{opt}{gco}=1;
$CFG{opt}{vvr}=1;
$CFG{opt}{install}=1;
$CFG{opt}{installallpkgs}=1;
$CFG{prod}="SFCFS51SP1";
$CFG{systems}=[ qw( system01 system02 ) ];
$CFG{opt}{logpath}="/opt/VRTS/install/logs/installsfcfs-xxxxxx/installsfcfs-xxxxxx.response";
1;
Response files
Sample response file for SFCFS install
392