Deployment Engine (DE) error messages
This section outlines some of the most common DE error messages you may encounter when upgrading from a probe or gateway test fix to a GA version.
DE fails to initialize
Error message:
Deployment Engine failed to initialize. The installer will now shutdown. Please check with the log files for a more complete description of the failure.
To view the full set of error messages generated by the failed install, check the log files located in the following directory:
/home/username/.acsi_username
Installing while logged in as a non-root user
Error message:
InstallUnauthorizedException: ACUINI0061I User, 1054 does not have root authority!
This error message occurs when a non-root user attempts to install the probe or gateway using the DE and the DE is installed under root user. To create the non-root user, use the following example:
useradd -d /export/home/username -m username
DE failure with BadHostException
Error message:
Could not obtain host name
- Open the file /etc/hosts.
- Specify the hostname using the following syntax:
ip_address hostname short_hostname.
For example, 127.0.0.1 testmachine.ibm.com testmachine
wscanhw errors
Error message: Warning!! FileNotfoundException caught while processing file: /home/user/.acsi_user/bin/wscanhw.sh
- Run the following command:
rpm -q libstdc++
- If the library version returned is not the latest version, please update to libstdc++33-32bit-3.3.3-11.9.x86_64.rpm or later.
- On 32-bit systems run the following command:
$yum install compat-libstdc++-33.i686
- On 64-bit systems run the following commands:
$yum install compat-libstdc++-33.i686
$yum install compat-libstdc++-33.x86_64