Server Management - Systems Insight Manager
1832961 Members
3356 Online
110048 Solutions
New Discussion

HP SIM custom command

 
HB_Zhang
Frequent Advisor

HP SIM custom command

Please give us sample call environmenr variables in HP SIM custom command, thanks.
2 REPLIES 2
Rob Buxton
Honored Contributor

Re: HP SIM custom command

It would depend on what the scripting language you use is as to how you reference the variables.

With perl you just use the "use env;" statement to grab the environment variables.

The list of variables is fully documented in the Technical Reference Guide, see:
http://h18004.www1.hp.com/products/servers/management/hpsim/infolibrary.html
HB_Zhang
Frequent Advisor

Re: HP SIM custom command

Thanks.