Sample response file for rolling upgrade of VCS

our %CFG;
$CFG{accepteula}=1;
$CFG{opt}{gco}=1;
$CFG{opt}{redirect}=1;
$CFG{opt}{rolling_upgrade}=1;
$CFG{opt}{rollingupgrade_phase1}=1;
$CFG{phase1}{"0"}=[ qw( node1 ) ];  
## change to the systems of the first sub-cluster
$CFG{phase1}{"1"}=[ qw( node2 ) ];  
## change to the systems of the second sub-cluster
$CFG{opt}{rollingupgrade_phase2}=1;
$CFG{reuse_config}=1;
$CFG{systems}=[ qw( node1 node2 ) ];  
## change to all the systems of the whole cluster
$CFG{vcs_allowcomms}=1;
1;