安裝 TrueSight Agent on Windows and Linux

Linux Agent Install

upload instalation package: RSCD244-LIN64.rpm

rpm -i RSCD244-LIN64.rpm

Edit exports file

echo 'phmapp01,10.10.145.31 rw,user=root' >> /etc/rsc/exports
cat /etc/rsc/exports

users.local

echo 'BLAdmins:* rw,map=root' >> /etc/rsc/users.local
cat /etc/rsc/users.local

Add it If has route setting for network

ip route show
echo 'xxx.xxx.xxx.xxx rw' >> /etc/rsc/exports
cat /etc/rsc/exports

Please open 4750 port of tcp/udp If enabled firewall on system

systemctl status firewalld
firewall-cmd --zone=public --add-port=4750/udp --permanent
firewall-cmd --zone=public --add-port=4750/tcp --permanent
firewall-cmd --reload

Restart service

systemctl restart rscd

view rscd log

cat /opt/bmc/bladelogic/RSCD/log/rscd.log

view instalation log

cat /opt/bmc/bladelogic/RSCD/SysInfo_Install.log

Other

systemctl status rscd
systemctl stop rscd
systemctl start rscd

To uninstall this software run the following:

/opt/bmc/bladelogic/RSCD/nativetool/setup --uninstall

Windows Agent Install

hosts File

C:\Windows\System32\drivers\etc\hosts
10.10.145.31 phmapp01

Configuration file Path

C:\Windows\rscd

exports

phmapp01,10.10.145.31 rw,user=administrator

users.local

BLAdmins:* rw,map=administrator
RBACAdmins:RBACAdmin rw,map=administrator

Log

C:\Program Files\BMC Software\BladeLogic\RSCD\rscd.log

Fixed Windows Server Cert by TSSA Job

image

posted @ 2025-09-12 09:23  k98091518  阅读(6)  评论(0)    收藏  举报