Veritas InfoScale 7.0 Installation and Upgrade Guide - Windows
- Preinstallation and planning
- Installing the Infoscale products
- Installing the server components using the product installer
- Installing the server components using CLI
- Upgrading to InfoScale products
- Performing the post upgrade tasks
- Administering InfoScale product installation
- Uninstalling InfoScale products
- Performing application upgrades in an InfoScale environment
- Upgrading Microsoft SQL Server
- Upgrading SQL Server 2008 to SQL Server 2008 R2
- Upgrading to later versions of SQL Server
- Upgrading SQL Server 2008 to SQL Server 2008 R2
- Upgrading Oracle
- Upgrading application service packs in an InfoScale environment
- Upgrading Microsoft SQL Server
- Appendix A. Services and ports
- Appendix B. Migrating from 3rd party multi-pathing solution to Dynamic Multi-pathing
Uninstalling the InfoScale products using the command line
You can silently uninstall the product software through the command prompt, using the VPI.exe command.
The VPI.exe command syntax is as follows:
%Installation Directory%\Veritas\Veritas Shared\VPI\ {F834E070-8D71-4c4b-B688-06964B88F3E8}\{7.0.xxx}\VPI.exe install_mode=5 solutions=1 telemetry=1 reboot=1
The following table displays information about the possible parameter values for uninstalling the software:
Table: Parameters for uninstalling the product
Parameter | Use |
---|---|
/s | Set for silent mode. |
INSTALL_MODE | Set to indicate an install or uninstall. 1 = To install 5 = To uninstall The default setting is 1 to install. Set this parameter to 5 for uninstall. Example: INSTALL_MODE=5 |
SOLUTIONS | Set to the type of uninstallation. 1 = Veritas InfoScale Storage 2 = Veritas InfoScale Enterprise 3 = Veritas InfoScale Availability 4 = Veritas InfoScale Foundation |
TELEMETRY | Set this parameter to participate in the Veritas Product Improvement Program by submitting system and usage information anonymously. The Product Improvement Program allows the product installation wizard to collect installation, deployment, and usage data and submit it anonymously to Symantec. The collected information helps identify how customers deploy and use the product. If you do not want to participate in the Product Improvement Program, set this parameter to 0. |
REBOOT | Set for the automatic reboot of the system at the completion of the uninstallation. 0 = No reboot 1 = Reboot The default setting is 0 for no system reboot. Example: REBOOT=1 |
NODE | Set the node name. You can enter only one node at a time. The local node is the default setting when the node is unspecified. The system name of the node must start and end with a quotation mark ("). Example: Node="SysA" Note: Reboot the system at the end of uninstallation to ensure that all components are uninstalled correctly. You do not have to reboot after uninstalling the client. |
The following procedure describes how to uninstall the software from the command prompt.
To uninstall from the command prompt
- Open a command window by clicking Start > Run.
- Enter cmd in the Open field and click OK.
- In the command window, navigate to the root directory of the product software disk.
- Use the following command syntax to uninstall InfoScale Foundation:
VPI.exe /s INSTALL_MODE="5" SOLUTIONS="1" Telemetry=Telemetry [REBOOT=RebootMode ] [NODE="SysA"]