Manually Installing Cross Platform Agents

来源:百度文库 编辑:神马文学网 时间:2024/06/30 22:09:19
Automatic System Discovery might not detect some UNIX and Linux systems due to firewalls or security issues. For example, if the UNIX or Linux root password is not available to the Microsoft System Center Operations Manager 2007 administrator, an error might result. Use the following procedures to manually install agents to UNIX and Linux systems. After agents are successfully deployed, rerun the Discovery Wizard from the Operations console to discover these systems.
To install the agent on Red Hat Enterprise Linux and SUSE Linux Enterprise Server
Transfer the agent (scx---.rpm) to the Linux server.
scx---.rpm
To install the package, type
rpm -i scx---.rpm
To verify that the package is installed, type
rpm -q scx
To verify that the Microsoft SCX CIM Server is running, type
service scx-cmid status
To install the agent on Solaris
Transfer the agent (scx---.pkg.Z) to the Solaris server.
scx---.pkg.Z
Run the following command:
uncompress scx---.pkg.Z
To install the package, type
pkgadd -d scx---.pkg MSFTscx
To verify that the package is installed, type
pkginfo –l MSFTscx
To verify that the Microsoft SCX CIM Server is running, type
svcs scx-cimd
To install the agent on HP-UX
Transfer the agent (scx---.gz) to the HP server:
cp scx---.gz
To unzip the package, type
gzip –d scx---.gz
To install the package, type
swinstall –s /path/scx--- scx
To verify that the package is installed, type
swlist scx
To verify that the Microsoft SCX CIM Server is running, type
ps –ef|grep scx
Look for the following process in the list:
scxcimserver
To install the agent on AIX
Transfer the agent (scx---.gz) to the AIX server:
cp scx---.gz
To unzip the package, type
gzip –d scx---.gz
To install the package, type
/usr/sbin/installp -a -d scx--- scx
To verify that the package is installed, type
swlist scx
To verify that the Microsoft SCX CIM Server is running, type
ps –ef|grep scx
Look for the following process in the list:
scxcimserver