Server Management - Systems Insight Manager
1752290 Members
5435 Online
108786 Solutions
New Discussion юеВ

Re: How do you ADD / Remove HP servers from HP SIM 5.2 via CMD

 
SOLVED
Go to solution
Robert Babayan
Advisor

How do you ADD / Remove HP servers from HP SIM 5.2 via CMD

Hi Guys,

I would like to write a script where it will automatically Add / Remove the servers ( clients ) from HP SIM 5.2 database via Command Line !

Is this command correct for adding a server into HP SIM 5.2 database ?
> mxnode -a

How do you remove a server HP SIM 5.2 database ?

Any help would be appreciated !

Cheers,
Robert
2 REPLIES 2
David Claypool
Honored Contributor
Solution

Re: How do you ADD / Remove HP servers from HP SIM 5.2 via CMD

See online help or http://www.hp.com/go/hpsim --> Information Library (go to the bottom of the page) for the complete man page and syntax for the mxnode command.
Robert Babayan
Advisor

Re: How do you ADD / Remove HP servers from HP SIM 5.2 via CMD

Thank you David,

I found out to remove a host the command is:

- mxnode -r

Much appreciated your help and have a great day !