Sample response file for SFHA uninstallation

The following example shows a response file for uninstalling Storage Foundation High Availability.

our %CFG;

$CFG{opt}{redirect}=1;
$CFG{opt}{uninstall}=1;
$CFG{prod}="SFHA60";
$CFG{systems}=[ qw(cdgv240a cdgv240b) ];

1;