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

3. Execute the following command at the command prompt:
copy-destination-folder\agent_uninstShortcut.bat /s
If the UAC function is enabled in Windows, use the command prompt window that you opened
as an administrator.
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.
Related topics
Prerequisites for removing Device Manager agents, page 62
Verifying the Device Manager agent unattended removal, page 82
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.
Related topics
Prerequisites for removing Device Manager agents, page 62
Verifying the Device Manager agent unattended removal, page 82
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 removal82