Sample response file for SFCFS configure

The following example shows a response file for configuring Storage Foundation Cluster File System.

##############################################
#Auto generated sfcfs responsefile #
##############################################
 
 
 
our %CFG;
$CFG{accepteula}=1;
$CFG{opt}{rsh}=1;
$CFG{opt}{trace}=0;
$CFG{vcs_allowcomms}=1;
$CFG{opt}{gco}=1;
$CFG{opt}{vvr}=1;
$CFG{opt}{configure}=1;
$CFG{upi}="SFCFS";
0016: $CFG{prod}="SFCFS51";
0017: $CFG{systems}=[ qw( system01 system02 ) ];
0018: $CFG{sfcfs_cvmtimeout}=200;
0019: $CFG{sfcfs_fencingenabled}=0;
0020: $CFG{vm_newnames_file}{system01}=0;
0021: $CFG{vm_restore_cfg}{system01}=0;
0022: $CFG{obc_agentfqhn}{system01}="system01.example.com";
0023: $CFG{vm_newnames_file}{system02}=0;
0024: $CFG{vm_restore_cfg}{system02}=0;
0025: $CFG{obc_agentfqhn}{system02}="system02.example.com";
0026: $CFG{obc_mode}="STANDALONE";
0027: $CFG{opt}{noextrapkgs}=1;
0028: $CFG{vcs_clusterid}=127;
0029: $CFG{vcs_clustername}="uxrt5_sol";
0030: $CFG{vcs_username}=[ qw(admin operator) ];
0031: $CFG{vcs_userenpw}=[ qw(JlmElgLimHmmKumGlj bQOsOUnVQoOUnTQsOSnUQuOUnPQtOS) ];
0032: $CFG{vcs_userpriv}=[ qw(Administrators Operators) ];
0033: $CFG{vcs_lltlink1}{system01}="bge1";
0034: $CFG{vcs_lltlink2}{system01}="bge2";
0035: $CFG{vcs_lltlink1}{system02}="bge1";
0036: $CFG{vcs_lltlink2}{system02}="bge2";
0037: $CFG{vcs_enabled}=1;
0038: $CFG{opt}{uuid}=normC;
0039: $CFG{opt}{logpath}="/opt/VRTS/install/logs/installsfcfs-xxxxxx/installsfcfs-xxxxxx.response";
0040: 
0041: 1;