Server Management - Systems Insight Manager
1835259 Members
2500 Online
110078 Solutions
New Discussion

Integrating SIM config into RDP Linux installs

 
Daniel Segall
New Member

Integrating SIM config into RDP Linux installs

I manage hundreds of P-Class blades, and we are trying to monitor them all with SIM. I am aware of how to configure SNMP to get a server to report into SIM, but I can't figure out an easy way to automate this setup. I tried just adding the necessary lines into my POST section, but it looks like the PSP install squashes the snmp.conf file, when it makes it's "additions".

Does anyone know how to automate the setup on Linux systems? Ideally I would like to just modify the PSP config somehow to get it to insert the lines for me. But I'm open to any suggestions. I can't imagine this should be so difficult to implement.

Thanks,
-Dan
5 REPLIES 5
Todd Schelin
Valued Contributor

Re: Integrating SIM config into RDP Linux installs

Daniel,
The PSP has configurable items within it. The Management agents are configurable and you configure them before you ever push the PSP to the server. You need to run the Remote SupportPaq installer to allow you to configure these portions of the management agents and then when you push it you are good to go. The same applies to Windows.
Daniel Segall
New Member

Re: Integrating SIM config into RDP Linux installs

Please forgive my ignorance, but where does one find the "Remote Support Paq" installer?
Rob Buxton
Honored Contributor

Re: Integrating SIM config into RDP Linux installs

Perhaps it's different with the VMWare ESX PSP, but for that there's a silent install where it uses a pre-configured configuration file that sets the SNMP details. It uses the --silent parameter.
Daniel Segall
New Member

Re: Integrating SIM config into RDP Linux installs

As luck would have it, I stumbled on this answer long after I had given up on finding it. The place to set this is in the rdpinstall.dat file in the PSP folder.

CMAMGMTSTATIONROIPORDNS=
CMAMGMTSTATIONROCOMMSTR=

&

CMATRAPDESTINATIONCOMMSTR
CMATRAPDESTINATIONIPORDNS
Daniel Segall
New Member

Re: Integrating SIM config into RDP Linux installs

See above response