Server Management - Systems Insight Manager
1834177 Members
2368 Online
110064 Solutions
New Discussion

Add system in SIM remotely

 
Bart Vanhoof
Occasional Contributor

Add system in SIM remotely

How can I remotely add a new system to the HP SIM Console? I want to avoid logging on to the console to manually add a system. I don't want to use automatic discovery (our network is too large and to complex) and I don't want to use a host file. I just want to be able to include a command line tool in my Insight Agents installation script to add the system autmatically after install.
2 REPLIES 2
bpese
Advisor

Re: Add system in SIM remotely

You can use the command line:

mxnode -a nodeName1 ipAddr1

and when you execute this command remote - like psexec in windows, than you are able to add a node remote.
Bart Vanhoof
Occasional Contributor

Re: Add system in SIM remotely

This would indeed be an option, however, are there no commands that can be used without the use of psexec tools etc.?