Sample response file for SF upgrade

The following example shows a response file for upgrading Storage Foundation with keyless license key.

our %CFG;

our %CFG;
$CFG{accepteula}=1;
$CFG{keys}{keyless}=[ qw(STORAGE) ];
$CFG{prod}="STORAGE71";
$CFG{opt}{upgrade}=1;
$CFG{systems}=[ qw(sys1) ];
1;

The following example shows a response file for upgrading Storage Foundation with permanent license key.

our %CFG;

$CFG{accepteula}=1;
$CFG{keys}{license}=[ qw(7.1SF_PermanentKey) ];
$CFG{opt}{noipc}=1;
$CFG{opt}{upgrade}=1;
$CFG{prod}="STORAGE71";
$CFG{systems}=[ qw(sys1) ];

1;