Sample response file for uninstalling SFCFS RAC

The following sample response file uninstalls SFCFS RAC from nodes, galaxy and nebula.

our %CFG;

$CFG{opt}{uninstall}=1;
$CFG{prod}="SFCFSRAC51";
$CFG{systems}=[ qw(galaxy nebula) ];

1;