HP Intelligent Management Center v7.0 Application Performance Monitor Agent Software Installation Guide

10
FAQs
If APM runs on Linux, the APM agent fails to be remotely installed on a host running Windows.
How do I resolve this problem?
This problem occurs because Samba is disabled on Linux.
To resolve this problem:
1. Locate the following RPM installation packages in the Linux installation path (this example uses
Samba 3.0.33):
samba-3.0.33-3.28.el5.i386.rpm
samba-client-3.0.33-3.28.el5.i386.rpm
samba-common-3.0.33-3.28.el5.i386.rpm
2. Install Samba.
rpm -ivh samba-3.0.33-3.28.el5.i386.rpm -f --nodeps
rpm -ivh samba-client-3.0.33-3.28.el5.i386.rpm -f --nodeps
rpm -ivh samba-common-3.0.33-3.28.el5.i386.rpm -f nodeps
3. Check whether the Samba configuration file exists.
ls /etc | grep smb
4. Modify the Samba configuration file:
a. Back up the configuration file of Samba.
cp /etc/samba/smb.conf /etc/samba/smb.conf.bak
b. Set the parameter in the [global] area of the configuration file.
security = share
c. Add the following fields to the end of the configuration file.
[Apm_Agent_install]
comment = Apm_Agent_install
path = /opt/iMC/client/web/apps/imc/apm/agentEdit/win/windows
public = yes
guest ok = yes
writable = yes
d. Add a Samba user account with root rights.
/usr/bin/smbpasswd -a root
New SMB password:
Retype new SMB password:
e. Start Samba.
service iptables stop
service network restart
service smbd start
service nmbd start