HP P9000 Command View Advanced Edition Suite Software 7.2 Installation and Configuration Guide
Installing a Device Manager agent on a Windows host (unattended installation)
An unattended installation is one that has the user input stored in a script file and then read from that
file.
To perform an unattended installation in Windows:
1. Log on to the Windows operating system with administrator permissions.
2. Open a command window or a PowerShell window, and change the directory to the location
of the installer program (setup.exe).
NOTE:
To perform basic setup tasks during the installation, change the directory to the location of
the copy you made of the setup.exe file.
In Windows Server 2008 or Windows Server 2008 R2, use the command prompt or PowerShell
window you opened as the administrator.
3. Enter the following command:
> start /WAIT setup.exe /s [Device-Manager-agent-installation-folder]
[/u]
• Specify Device-Manager-agent-installation-folder for new installations, only.
If you omit this folder name, the Device Manager agent is installed in the default location.
• Specify /u to perform basic setup during installation.
4. To verify the success of the installation, enter the following command:
> echo %ERRORLEVEL%
If the return value is 0x00, the installation completed successfully.
Related topics
• Prerequisites for agent installation, page 45
• Agent installation prerequisites, page 49
• Prerequisites for Device Manager agent unattended installations, page 71
• Verifying the Device Manager agent unattended removal, page 78
• Device Manager agent post-installation tasks, page 56
Installing a Device Manager agent on a UNIX host (unattended installation)
An unattended installation is one that has the user input stored in a script file and then read from that
file.
To perform an unattended installation in UNIX:
1. Log in to the UNIX operating system as the root user.
Performing unattended installation and removal74