[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference csc32::consolemanager

Title:POLYCENTER Console Manager
Notice:Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS:
Moderator:CSC32::BUTTERWORTH
Created:Thu Aug 06 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1541
Total number of notes:6564

619.0. "HSZ10 message wanted. (dead or alive)" by UTRTSC::WIJKAMP (One day, you won't drink beer, you'll drink GROLSCH) Mon Feb 20 1995 11:14


Hello,


A customer bought a HSZ10 raid array. Now he wants to	
add messages (errors/replies) comming from this thing 
to his console to a scan profile. He needs a list off
possible messages comming from this HW.

Question: Is there somewhere a list (profile) for this 
box available.


Thanks in advance for your help/adsistance ect,


Greetings,

Ren� Wijkamp,
MCS, SSO The Netherlands.
T.RTitleUserPersonal
Name
DateLines
619.1OPG::PHILIPAnd through the square window...Mon Feb 20 1995 19:5111
Ren�,

  I suggest that you contact the engineering group responsible for the HSZ10 
  array and ask them for a list of all the messages they output, from this
  list you will be able to build up a set of events and group them into a scan.

  When you have done all this, could you post your completed work here for 
  everyone else to use.

Cheers,
Phil
619.2HSZ info.UTRTSC::WIJKAMPOne day, you won't drink beer, you'll drink GROLSCHThu Apr 06 1995 14:31121
    
 
    Hello,
    
    
    During a cleanup of my disk I ran into this, and I remembered that I did
    not add it to the note.
    
    Good luck with it.
    
    Ren�.
    
    
!------------------------------------------------------------------------------
!
!    **** HSZ Events ****
!
ADD EVENT "HSZ_BAD_POWER_SUPPLY_OR_FAN" -
 /ABBREVIATION="BADPSF" -
 /COUNT=1 -
 /INFORMATION="BA350 shelf has a bad power supply or fan" -
 /PRIORITY=40 -
 /START=0 -
 /TEXT="has a bad power supply or fan"
!
ADD EVENT "HSZ_LAST_FAIL" -
 /ABBREVIATION="LFAIL" -
 /COUNT=1 -
 /INFORMATION="Last Fail message, code & data" -
 /PRIORITY=80 -
 /START=0 -
 /TEXT="Last fail "
!
ADD EVENT "HSZ_LAST_GASP" -
 /ABBREVIATION="LSTGSP" -
 /COUNT=2 -
 /INFORMATION="Last Gasp message has been received from other controller" -
 /PRIORITY=80 -
 /START=0 -
 /TEXT="Received LAST GASP message from other controller. Fail Code:"
!
ADD EVENT "HSZ_MIST_DIAG_ERR" -
 /ABBREVIATION="DIAGER" -
 /COUNT=1 -
 /INFORMATION="Catastrophic boot diagnostic error, check fault code on OCP " -
 /PRIORITY=80 -
 /START=0 -
 /TEXT="MIST Diag-err Halting"
!
ADD EVENT "HSZ_OTHER_CONTROLLER_NOT_RESPONDING" -
 /ABBREVIATION="NORESP" -
 /COUNT=2 -
 /INFORMATION="The other controller is not responding" -
 /PRIORITY=80 -
 /START=0 -
 /TEXT="Other controller not responding - RESET signal asserted"
!
ADD EVENT "HSZ_OTHER_CONTROLLER_RESTARTED" -
 /ABBREVIATION="STRTED" -
 /COUNT=1 -
 /INFORMATION="The other controller has restarted" -
 /PRIORITY=10 -
 /START=0 -
 /TEXT="Other controller restarted"
!
ADD EVENT "HSZ_RESTART_OTHER_CONTROLLER" -
 /ABBREVIATION="RESCON" -
 /COUNT=1 -
 /INFORMATION="Restart command is being entered at the -
 /PRIORITY=40 -
 /START=0 -
 /TEXT="RESTART OTHER"
!
ADD EVENT "HSZ_RESTART_REQUIRED" -
 /ABBREVIATION="RESREQ" -
 /COUNT=1 -
 /INFORMATION="Changed parameters require a restart to become effective" -
 /PRIORITY=40 -
 /START=0 -
 /TEXT="A restart of this controller will be required before all"
!
ADD EVENT "HSZ_RESTART_THIS_CONTROLLER" -
 /ABBREVIATION="RESCON" -
 /COUNT=1 -
 /INFORMATION="Restart command is being entered at the prompt" -
 /PRIORITY=40 -
 /START=0 -
 /TEXT="RESTART THIS"
!
ADD EVENT "HSZ_SET_CONTROLLER" -
 /ABBREVIATION="SETCON" -
 /COUNT=1 -
 /INFORMATION="Set controller command is being entered at the prompt" -
 /PRIORITY=40 -
 /START=0 -
 /TEXT="SET CONTROLLER"
!
ADD EVENT "HSZ_UP" -
 /ABBREVIATION="HSZUP" -
 /COUNT=2 -
 /INFORMATION="The HSZ controller has booted" -
 /PRIORITY=10 -
 /START=1 -
 /TEXT="Copyright � Digital Equipment Corporation"
!
ADD SCAN _SCAN$HSZ -
 /INFORMATION="HSZ Scan Profile" -
 /EVENT=(HSZ_BAD_POWER_SUPPLY_OR_FAN, -
         HSZ_CI_PATH_LOOPBACK_FAILED, -
         HSZ_LAST_FAIL, -
         HSZ_LAST_GASP, -
         HSZ_MIST_DIAG_ERR, -
         HSZ_OTHER_CONTROLLER_NOT_RESPONDING, -
         HSZ_OTHER_CONTROLLER_RESTARTED, -
         HSZ_RESTART_OTHER_CONTROLLER, -
         HSZ_RESTART_REQUIRED, -
         HSZ_RESTART_THIS_CONTROLLER, -
         HSZ_SET_CONTROLLER, -
         HSZ_UP)
!
!------------------------------------------------------------------------------