HP P9000 Command View Advanced Edition Suite Software 7.3.1-00 Installation and Configuration Guide

Device-Manager-agent-installation-folder\bin\agent_uninstShortcut.bat
3. Execute the following command at the command prompt:
NOTE:
In Windows Server 2008 or Windows Server 2008 R2, use the command prompt you started
as administrator.
copy-destination-folder\agent_uninstShortcut.bat /s
4. To verify removal, enter the following command:
echo %ERRORLEVEL%
If the returned value is 0x00, the Device Manager agent is removed.
5. Delete the copy of agent_uninstShortcut.bat you made in step 2.
Removing a Device Manager agent from a UNIX host (unattended removal)
You can perform an unattended Device Manager agent removal in a UNIX environment.
1. Log in to UNIX as the root user.
2. Open a shell, and enter the following command:
Solaris, Linux, HP-UX
/opt/HDVM/HBaseAgent/bin/.uninstall.sh -s
AIX
/usr/HDVM/HBaseAgent/bin/.uninstall.sh -s
3. To check the success of the removal, enter the following command:
#echo $?
If the value returned is 0x00, the Device Manager agent is successfully removed.
Verifying the Device Manager agent unattended removal
When the unattended removal of the Device Manager agent completes, check the returned values
and verify them against the following table.
Table 25 Device Manager agent unattended removal returned values
ActionDescription
Return value
(hexadecimal)
--Normal termination0x00
Unattended installation and removal70