This post is more than 5 years old

41 Posts

5264

December 19th, 2008 11:00

Health Check Commands - Symcli

Are there any basic commands to run from command line to check to make sure the array is operating normally. The only thing I do normally now is have scripts for checking to see if a hotspare is invoked with the "symdev -hotspare list -sid xxx" Is there another command to check on other components as well other than the hard disk? Thanks in advance.

108 Posts

December 24th, 2008 01:00

You can to use the next command:
symevent [-h]
symevent [-sid SymmID] [-v] [-warn | -error | -fatal]
monitor [-i Interval] [-c Count]
list [-start ] [-end ][-dir]

6 Operator

 • 

2.8K Posts

December 19th, 2008 11:00

There are a lot of options, depending on the different aspects you want to check.

You can use symevent (with appropriate options to tailor output) and parse output .. You can use symcfg to show processor status. You can use symdev -service_state notnormal to find devices with broken mirrors .. As I said .. a lot of options. :D

8 Posts

December 23rd, 2008 17:00

Try symevent -sid xxx list

Should show a list of any events.

0 events found

No Events found!

Top