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.

    #
    # 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";
    $CPI::CFG{CMC_SERVICE_PASSWORD}="U2FsdVkX18v...n0hTSWwodThc+rX";
    $CPI::CFG{ENCRYPTED}="U2FsdGVkX1+k2DHcnW7b6...ghdh+zW4G0WFIJA=";
    $CPI::CFG{KEYS}{east}=[ qw(XXXX-XXXX-XXXX-XXXX-XXXX-XXX) ];
    $CPI::CFG{KEYS}{west}=[ qw(XXXX-XXXX-XXXX-XXXX-XXXX-XXX) ];
    $CPI::CFG{OBC_IGNOREWARNINGS}=0;
    $CPI::CFG{OBC_MODE}="STANDALONE";
    $CPI::CFG{OPT}{INSTALL}=1;
    $CPI::CFG{OPT}{NOEXTRAPKGS}=1;
    $CPI::CFG{OPT}{RSH}=1;
    $CPI::CFG{SYSTEMS}=[ qw(east west) ];
    $CPI::CFG{UPI}="VCS";
    $CPI::CFG{VCS_ALLOWCOMMS}="Y";
    $CPI::CFG{VCS_CLUSTERID}=13221;
    $CPI::CFG{VCS_CLUSTERNAME}="vcs_cluster3";
    $CPI::CFG{VCS_CSGNETMASK}="255.255.240.0";
    $CPI::CFG{VCS_CSGNIC}{ALL}="lan0";
    $CPI::CFG{VCS_CSGVIP}="10.10.12.1";
    $CPI::CFG{VCS_LLTLINK1}{east}="lan1";
    $CPI::CFG{VCS_LLTLINK1}{west}="lan1";
    $CPI::CFG{VCS_LLTLINK2}{east}="lan2";
    $CPI::CFG{VCS_LLTLINK2}{west}="lan2";
    $CPI::CFG{VCS_NETWORKHOSTS}="10.10.12.2";
    $CPI::CFG{VCS_SMTPRECP}=[ qw(earnie@symantecexample.com) ];
    $CPI::CFG{VCS_SMTPRSEV}=[ qw(SevereError) ];
    $CPI::CFG{VCS_SMTPSERVER}="smtp.symantecexample.com";
    $CPI::CFG{VCS_SNMPCONS}=[ qw(neptune) ];
    $CPI::CFG{VCS_SNMPCSEV}=[ qw(SevereError) ];
    $CPI::CFG{VCS_SNMPPORT}=162;

More Information

Response file variable definitions