HP Intelligent Management Center v5.2 iNode Installation Guide (Linux)

5
Enter the directory of the installation file and use the tar -zxvf iNodeClient_Linux.tar.gz command to
decompress the installation file. Save the decompressed files in folder /home/iNode/iNodeClient/. Do
not modify the directory name.
Step4 Use the su - root command to switch to the root user.
Step5 In the iNodeClient directory, use the ./install.sh command to install Linux iNode.
NOTE:
In Ubuntu, use the sudo ./install.sh command to install Linux iNode.
Before executing the install.sh command, make sure that the root user has the execution privilege. You
can use the chmod 755 install.sh command to modify the execution privilege of the root user.
Step6 Verify the installation.
After installing Linux iNode, use the ps -e | grep A command to check whether AuthenMngService is
enabled. If this service is enabled, you have successfully installed Linux iNode.
Step7 Use the exit command to exit the root privilege.