Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi,all!
I want to use Navisphere CLI to get alarm information.I have already Installed NaviCLI-Win-32-x86-en_US-7.33.3.0.72-1.exe,my difficulty is that I dont't konw how to write a command line to get EMC alarm information,could you give me some advice?
Posted

1 solution

wouldn't you be better off asking this in an EMC support channel ? (or even doing a quick google) - the EMC Navisphere CLI manual is 500pages give or take, the chances of anyone here knowing what you're talking about are fairly remote

if anything, I would be using the 'getcrus' function, and parsing the output ..

so, you'd write a process that 'fangs off' a commandline - maybe

navcli -h <address of SP> getcrus

for example, capture stdout and stderror from the command line process, then parse it

(there must be an easier way, surely)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900