Server Management - Systems Insight Manager
1753495 Members
4860 Online
108794 Solutions
New Discussion

Re: Add multiple servers in HP SIM 6.7

 
Zxc1029
Occasional Contributor

Add multiple servers in HP SIM 6.7

I would like to add multiple servers in HP SIM 6.7.  I don't want to add the servers based on IP criteria as my servers are in different IP range and don't want to add everything as well.. So what I would like is to may be add a list of servers which I can put in text file and import it. is there a way to do that.

1 REPLY 1
shocko
Honored Contributor

Re: Add multiple servers in HP SIM 6.7

Sim 6.7??

 

Anyways, use the command line

 

  • mxnode -a <hostanme, IP or FQDN>

If you have all the names in a text file then simply do something like this (assuming windows being used)

 

  • for /f %%i in ('names.txt') do mxnode -a %%i
If my post was helpful please award me Kudos! or Points :)