About Response Files; Response File Example; Using A Response File From A Previous Installation - Symantec XGS-4728F Installation Manual

Aix, hp-ux, linux, solaris 5.0
Table of Contents

Advertisement

76 Performing unattended client installations

About response files

About response files

Response file example

Using a response file from a previous installation

Response files are pre-saved responses to questions that the client installer
asks. Use a response file to perform unattended installations.
Choose a response file type that works with your configuration:
Deployment credential installation. For unattended installations without
predefined system credentials.
Credential installation. For unattended installations with predefined system
credentials.
No credential installation. For installations performed without credentials.
This example shows a deployment credential installation and configuration of
the VCS One client on three systems (redhat1, redhat2, and redhat3) using the
deployment credential:
#
# installvcsonecd configuration values:
#
$CPI::CFG{OBC_MODE}="STANDALONE";
$CPI::CFG{OPT}{INSTALLCONFIG}=1;
$CPI::CFG{SYSTEMS}=[ qw(redhat1, redhat2, redhat3) ];
$CPI::CFG{UPI}="VCSONECD";
$CPI::CFG{VCSONECD_CC_ATPORT}=14159;
$CPI::CFG{VCSONECD_CLUSTERIP}=[ qw(10.198.92.127) ];
$CPI::CFG{VCSONECD_CREDPKG}="N";
$CPI::CFG{VCSONECD_DC_PMCOMM}="Y";
$CPI::CFG{VCSONECD_DC_TIMEOUT}=86400;
$CPI::CFG{VCSONECD_DEPLOYMENTCRED}="/PM/data/vcsone_deploy.credenti
al";
$CPI::CFG{VCSONECD_DEPLOYMENTCREDPKG}="Y";
$CPI::CFG{VCSONECD_LOCALIPS|{redhat1}{"10.198.92.127"}="None";
$CPI::CFG{VCSONECD_LOCALIPS|{redhat2}{"10.198.92.127"}="None"
$CPI::CFG{VCSONECD_LOCALIPS|{redhat3}{"10.198.92.127"}="None"
$CPI::CFG{VCSONECD_VALIDIP}{redhat1}="10.198.95.241";
$CPI::CFG{VCSONECD_VALIDIP}{redhat2}="10.198.95.242"
$CPI::CFG{VCSONECD_VALIDIP}{redhat3}="10.198.95.243"
See
Appendix E, "Response file variables"
With each installation, the installation program generates a response file that
documents what the user entered at each installation prompt. The response file
is in the directory indicated at the end of the an installation; for example:
/PM/data/vcsone_deploy.credential
for descriptions of each variables.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Veritas cluster server oneVcs one

Table of Contents