Sample response file for installing VCS

Review the response file variables and their definitions.

See Response file variables to install VCS.

#
# Configuration Values:
#
our %CFG;

$CFG{accepteula}=1;
$CFG{opt}{install}=1;
$CFG{opt}{installrecpkgs}=1;
$CFG{prod}="VCS601";
$CFG{systems}=[ qw(sys1 sys2) ];
1;