Veritas Storage Foundation 5.1 SP1 Cluster File System Installation Guide (5900-1510, April 2011)

5
Mount the product disk, and navigate to the folder that contains the
installation program.
6
Start the upgrade from the system to which you copied the response file. For
example:
# ./installer -responsefile /tmp/response_file
# ./installsfcfs -responsefile /tmp/response_file
Where /tmp/response_file is the response files full path name.
Uninstalling SFCFS using response files
Typically, you can use the response file that the installer generates after you
perform SFCFS uninstallation on one cluster to uninstall SFCFS on other clusters.
To perform an automated uninstallation
1
Make sure that you meet the prerequisites to uninstall SFCFS.
2
Copy the response file to one of the cluster systems where you want to
uninstall SFCFS.
3
Edit the values of the response file variables as necessary.
4
Start the uninstallation from the system to which you copied the response
file. For example:
# /opt/VRTS/install/uninstallsfcfs -responsefile /tmp/response_file
Where /tmp/response_file is the response files full path name.
Syntax in the response file
The syntax of the Perl statements that are included in the response file variables
varies. It can depend on whether the variables require scalar or list values.
For example, in the case of a string value:
$CFG{Scalar_variable}="value";
or, in the case of an integer value:
$CFG{Scalar_variable}=123;
or, in the case of a list:
Response files
Uninstalling SFCFS using response files
380