!*** MODULE $SNAPEVTDEF *** CDEC$ OPTIONS /NOALIGN PARAMETER SNAPEVT$M_ROLLINOUT = '00000001'X PARAMETER SNAPEVT$M_FILESYS = '00000002'X PARAMETER SNAPEVT$M_CLUSTER = '00000004'X PARAMETER SNAPEVT$M_DEBUG = '00000008'X PARAMETER SNAPEVT$M_DISCONNECT = '00000010'X PARAMETER SNAPEVT$M_NEW_CPU = '00000020'X PARAMETER SNAPEVT$M_NOQUIET = '00000040'X PARAMETER SNAPEVT$M_NOSECURE = '00000080'X PARAMETER SNAPEVT$_SNAPSHOT = '00000001'X ! a system snapshot is pending PARAMETER SNAPEVT$C_SNAPSHOT = '00000001'X ! PARAMETER SNAPEVT$_RESTART = '00000003'X ! the system is booting from a snapshot PARAMETER SNAPEVT$C_RESTART = '00000003'X ! PARAMETER SNAPEVT$_ABORT = '00000005'X ! an attempt to take a snapshot as aborted PARAMETER SNAPEVT$C_ABORT = '00000005'X ! PARAMETER SNAPEVT$_CLUEXIT = '00000006'X ! the system is resynchronizing after loss of communication PARAMETER SNAPEVT$C_CLUEXIT = '00000006'X ! with the rest of the cluster ! Bugcheck codes. These appear on the stack whenever a SNAPSHOT bugcheck is executed PARAMETER SNAPBUG$C_CONUTIL_SLOTOCCUP = '00000001'X ! Our desired slot is occupied (CSID on stack) PARAMETER SNAPBUG$C_CONUTIL_OLDCOORD = '00000002'X ! Old coordinator assigned a bad CSID (CSID on stack) PARAMETER SNAPBUG$C_CONUTIL_BAD_MAX_NODES = '00000003'X ! INCRNDEF doesn't agree with MAXINDEX (SPR) PARAMETER SNAPBUG$C_CONUTIL_SAME_CSID = '00000004'X ! Two nodes have the same CSID (SPR) PARAMETER SNAPBUG$C_MSCP_NOWAIT = '00000005'X ! MSCP server did not complete initialization (SPR) PARAMETER SNAPBUG$C_SHDSNAP_BADEVT = '00000006'X ! Shadow driver called with unknown event type (SPR) PARAMETER SNAPBUG$C_SHDSNAP_PENDING_PRE = '00000007'X ! Shadow driver called twice for pending snapshot before restart (SPR) PARAMETER SNAPBUG$C_SHDSNAP_PENDING_POST = '00000008'X ! Shadow driver called twice for pending snapshot after restart(SPR) PARAMETER SNAPBUG$C_SHDSNAP_UNEXP_PENDING = '00000009'X ! Shadow driver saw an unexpected pending state PARAMETER SNAPBUG$C_SHDSNAP_SHUTDWN_FAIL = '0000000A'X ! Shadow driver shutdown failed (SPR, POOL) PARAMETER SNAPBUG$C_SHDSNAP_NO_MERGE_AST = '0000000B'X ! Shadow driver merge assist is unsupported (UNSUPPORTED) PARAMETER SNAPBUG$C_SHDSNAP_BAD_RWAITCNT = '0000000C'X ! Shadow driver saw an unexpected resource wait count (SPR) PARAMETER SNAPBUG$C_SHDSNAP_NOCANDIDATE = '0000000D'X ! Shadow driver could not find shadow set candidates (SPR) PARAMETER SNAPBUG$C_SHDSNAP_TOOMANYCAND = '0000000E'X ! Shadow driver found too many candidates (SPR) PARAMETER SNAPBUG$C_SHDSNAP_NOMNTVERIP = '0000000F'X ! Shadow driver unexpectedly found mount verify clear (SPR) PARAMETER SNAPBUG$C_SHDSNAP_BAD_RETURN = '00000010'X ! Shadow driver unexpectedly returned from sh$shadow_processing (SPR) PARAMETER SNAPBUG$C_SHDSNAP_BAD_MASTERUCB = '00000011'X ! Shadow driver could not find the new master's UCB (BAD FILE) PARAMETER SNAPBUG$C_SHDSNAP_MOUNTEDELSEWH = '00000012'X ! Shadow driver needs a disk mounted in another volume set (BAD FILE) PARAMETER SNAPBUG$C_SNAPSHOT_LOCKPAGE = '00000013'X ! All pages locked in memory were not unlocked (SPR) PARAMETER SNAPBUG$C_BROADCAST_BADMSG = '00000014'X ! Bad broadcast message format (SPR) PARAMETER SNAPBUG$C_CLUSTER_QF_WIP = '00000015'X ! Unexpected quorum file write in progress (SPR) PARAMETER SNAPBUG$C_CLUSTER_FLAGS = '00000016'X ! Unexpected cluster flags state (SPR) PARAMETER SNAPBUG$C_CLUSTER_LK_FLAGS = '00000017'X ! Unexpected cluster lock flags (SPR) PARAMETER SNAPBUG$C_CLUSTER_FAILOVER = '00000018'X ! Unexpected cluster failover state (SPR) PARAMETER SNAPBUG$C_CLUSTER_NOLONG_BREAK = '00000019'X ! Cluster system block not in long break state (SPR) PARAMETER SNAPBUG$C_CLUSTER_NONMEM_REFC = '0000001A'X ! Unexpected cluster non-member reference count (SPR) PARAMETER SNAPBUG$C_CLUSTER_MEMBER_REFC = '0000001B'X ! Unexpected cluster member reference count (SPR) PARAMETER SNAPBUG$C_CLUSTER_LOCK_STATE = '0000001C'X ! Unexpected lock state (SPR) PARAMETER SNAPBUG$C_CLUSTER_FKB_BUSY = '0000001D'X ! Cluster fork block found on fork queue (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_INPROG = '0000001E'X ! Snapshot event processing already in progress (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_UNSUPFUNC = '0000001F'X ! Unsupported cluster snapshot function (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_ALRINPROG = '00000020'X ! Snapshot shutdown already in progress (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_UNSUPRST = '00000021'X ! Unsupported cluster restart function (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_BADINIT = '00000022'X ! Connection manager restart failure (POOL) PARAMETER SNAPBUG$C_CLUSTRLOA_BADREFCNT = '00000023'X ! Bad Cluster System Block reference count (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_LOCKDB = '00000024'X ! Unexpected stale lock database entries (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_MSTCOPY = '00000025'X ! Unexpected lock master copy still present (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_LOCK_STATE = '00000026'X ! Unexpected lock state (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_DBSIZE = '00000027'X ! Stale lock database is too small (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_LKBREFNEG = '00000028'X ! Lock reference count went negative (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_LOCKMGRERR = '00000029'X ! Unexpected lock context flags state (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_LOCKLOOP = '0000002A'X ! Lock rundown infinite loop in progress (SPR) PARAMETER SNAPBUG$C_FILES_NOVOLVCB = '0000002B'X ! No volume set VCB found (SPR) PARAMETER SNAPBUG$C_FILES_NOPROCVCB = '0000002C'X ! No VCB found during disk processing (SPR) PARAMETER SNAPBUG$C_FILES_P1EXPANDED = '0000002D'X ! The snapshot process p1 space expanded unexpectedly (SPR) PARAMETER SNAPBUG$C_FILES_NOAQB = '0000002E'X ! No AQB found for a mounted volume (SPR) PARAMETER SNAPBUG$C_MEMORY_BADBUFFER = '0000002F'X ! Buffer found in the wrong address space (SPR) PARAMETER SNAPBUG$C_MEMORY_PAGEDEAL = '00000030'X ! Not all pagefile pages correctly deallocated (SPR) PARAMETER SNAPBUG$C_MEMORY_BADBITMAP = '00000031'X ! Illegal memory bitmap reference (SPR) PARAMETER SNAPBUG$C_MEMORY_BADFREEBIT = '00000032'X ! Illegal free page bitmap reference (SPR) PARAMETER SNAPBUG$C_MEMORY_BADFREEBIT2 = '00000033'X ! Illegal free page bitmap reference (SPR) PARAMETER SNAPBUG$C_MEMORY_BADMODBIT = '00000034'X ! Illegal modify bitmap refereence (SPR) PARAMETER SNAPBUG$C_MEMORY_NOSTORETBL = '00000035'X ! No place to store pfn references (SPR) PARAMETER SNAPBUG$C_MEMORY_NOTFREELIST = '00000036'X ! Expected free page not on free page list (SPR) PARAMETER SNAPBUG$C_MEMORY_BADDALCBAKSTOR = '00000037'X ! Illegal call to mmg$dalcbakstore (SPR) PARAMETER SNAPBUG$C_MEMORY_BADRELPFN = '00000038'X ! Illegal call to mmg$relpfn (SPR) PARAMETER SNAPBUG$C_MEMORY_BADMFYPAG = '00000039'X ! Unexpected modified page (SPR) PARAMETER SNAPBUG$C_MEMORY_BADFREEPAG = '0000003A'X ! Unexpected free page (SPR) PARAMETER SNAPBUG$C_MEMORY_BADCOPYPFN = '0000003B'X ! Unexpected copy pfn (SPR) PARAMETER SNAPBUG$C_MEMORY_BADCOPYSTATE = '0000003C'X ! Unexpected copy state (SPR) PARAMETER SNAPBUG$C_MEMORY_NOTFREELST = '0000003D'X ! Page isn't on the free list (SPR) PARAMETER SNAPBUG$C_MEMORY_NOPIC = '0000003E'X ! Bad page list could not be located (SPR) PARAMETER SNAPBUG$C_MEMORY_BADFREELST = '0000003F'X ! Free list is corrupt (SPR) PARAMETER SNAPBUG$C_MEMORY_BADFREELST2 = '00000040'X ! Free list is corrupt (SPR) PARAMETER SNAPBUG$C_MEMORY_NOFAULT = '00000041'X ! Failure to fault in system page (SPR) PARAMETER SNAPBUG$C_MEMORY_NOFAULT2 = '00000042'X ! Failure to fault in system page (SPR) PARAMETER SNAPBUG$C_MEMORY_BADWORKPFN = '00000043'X ! Bad working set PFN reference (SPR) PARAMETER SNAPBUG$C_FORK_NOTIFY_BADFRKBLK = '00000044'X ! exe$dclrstfork called with bad fork block (SPR) PARAMETER SNAPBUG$C_FORK_NOTIFY_BADQUEUE = '00000045'X ! corrupted exe$gq_snap_fork_list queue (SPR) PARAMETER SNAPBUG$C_FORK_NOTIFY_BADQLOCK = '00000046'X ! corrupted exe$gq_snap_fork_list queue (SPR) PARAMETER SNAPBUG$C_FORK_NOTIFY_BADREFCNT = '00000047'X ! bad fork reference count (SPR) PARAMETER SNAPBUG$C_PROC_NOTIFY_UNEXPCALL = '00000048'X ! unexpected call sequence (SPR) PARAMETER SNAPBUG$C_PROC_NOTIFY_BADMODE = '00000049'X ! unexpected call mode (SPR) PARAMETER SNAPBUG$C_SYNCHRONIZE_BADSTUB = '0000004A'X ! notification vector is not a stub (SPR) PARAMETER SNAPBUG$C_SYNCHRONIZE_NOVECTOR = '0000004B'X ! notification AST did not find the notification vector (SPR) PARAMETER SNAPBUG$C_SYNCHRONIZE_BADSEQ = '0000004C'X ! unknown notification sequence (SPR) PARAMETER SNAPBUG$C_SYNCHRONIZE_NOMAINWCB = '0000004D'X ! No main image wcb (SPR) PARAMETER SNAPBUG$C_SYNCHRONIZE_NOACB = '0000004E'X ! No valid AST control block found (SPR) PARAMETER SNAPBUG$C_SYNCHRONIZE_NOVECTOR2 = '0000004F'X ! notification AST did not find the notification vector (SPR) PARAMETER SNAPBUG$C_SYNCHRONIZE_INVRPT = '00000050'X ! invalid report format (SPR) PARAMETER SNAPBUG$C_SYNCHRONIZE_NOVECTOR3 = '00000051'X ! notification code did not find the notification vector (SPR) PARAMETER SNAPBUG$C_SYSLICENSE_BADPCKLEN = '00000052'X ! bad license packed data length (SPR) PARAMETER SNAPBUG$C_SYSLICENSE_ERRCNTEXC = '00000053'X ! license error count exceeded (BAD FILE) PARAMETER SNAPBUG$C_SYSLICENSE_BADLMFNAME = '00000054'X ! illegal lmf logical name format (SPR) PARAMETER SNAPBUG$C_SYSLICENSE_NOBUFFER = '00000055'X ! no p1 buffers available (SPR) PARAMETER SNAPBUG$C_SYSLICENSE_NOBUFFER2 = '00000056'X ! no p1 buffers available (SPR) PARAMETER SNAPBUG$C_SYSLICENSE_NOBUFFER3 = '00000057'X ! no p1 buffers available (SPR) PARAMETER SNAPBUG$C_SYSLICENSE_UNEXPTRAN = '00000058'X ! unexpected lmf logical name translation (SPR) PARAMETER SNAPBUG$C_SYSLICENSE_BADLMFNAM2 = '00000059'X ! illegal lmf logical name format (SPR) PARAMETER SNAPBUG$C_TAKE_SNAP_NOTIFYFORK = '0000005A'X ! Error (on stack) returned from fork notification (SPR) PARAMETER SNAPBUG$C_TAKE_SNAP_CLUSTER = '0000005B'X ! Cluster verification failed (SPR) PARAMETER SNAPBUG$C_TAKE_SNAP_POOLEXP = '0000005C'X ! Unexpected pool expansion (SPR) PARAMETER SNAPBUG$C_TAKE_SNAP_NOTIFYFORK2 = '0000005D'X ! Error (on stack) returned from fork notification (SPR) PARAMETER SNAPBUG$C_TAKE_SNAP_PAGRESTORE = '0000005E'X ! Page file restoration error (SPR) PARAMETER SNAPBUG$C_TAKE_SNAP_BADSTATUS = '0000005F'X ! Unexpected erroneous status (on stack) (SPR) PARAMETER SNAPBUG$C_TAKE_SNAP_NODEBUG = '00000060'X ! System crashed because of previously broadcast error PARAMETER SNAPBUG$C_TAKE_SNAP_NOPIC = '00000061'X ! Failed to locate the PIC code (SPR) PARAMETER SNAPBUG$C_VALIDATE_VBNPURGE = '00000062'X ! Unexpected VBN cache purge failure (SPR) PARAMETER SNAPBUG$C_VALIDATE_DISK_DEQ = '00000063'X ! Unexpected lock dequeue failure (SPR) PARAMETER SNAPBUG$C_FILES_DISKERR = '00000064'X ! Mount verify abort on a disk (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_BADLCKCNT = '00000065'X ! Bad count of total locks in the system (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_BADRSBCNT = '00000066'X ! Bad count of total resources in the system (SPR) PARAMETER SNAPBUG$C_VCC_BADEVT = '00000067'X ! Bad snapshot event code (SPR) PARAMETER SNAPBUG$C_VCC_NOTRUNC = '00000068'X ! Cache not in a truncated state (SPR) PARAMETER SNAPBUG$C_VCC_LIMBO = '00000069'X ! Limbo files are present (SPR) PARAMETER SNAPBUG$C_VCC_LIMBO2 = '0000006A'X ! Limbo files are present (SPR) PARAMETER SNAPBUG$C_VCC_LIMBO3 = '0000006B'X ! Limbo files are present (SPR) PARAMETER SNAPBUG$C_VCC_WRITER = '0000006C'X ! All files should be read-only (SPR) PARAMETER SNAPBUG$C_VCC_WRITER2 = '0000006D'X ! All files should be read-only (SPR) PARAMETER SNAPBUG$C_VCC_BADCMLOCK = '0000006E'X ! Error on file lock queue (SPR) PARAMETER SNAPBUG$C_CLUSTRLOA_BADCLUVEC = '0000006F'X ! Snapshot event processing already in progress (SPR) PARAMETER SNAPBUG$C_MEMORY_BADFREECNT = '00000070'X ! Bad free list count (SPR) PARAMETER SNAPBUG$C_PAGEFAULT = '00000071'X ! Unexpected Pagefault (Appears only with test software) PARAMETER SNAPBUG$C_FILES_NOUCBCTX = '00000072'X ! UCB lock context not saved (SPR) PARAMETER SNAPBUG$C_SNAPSHOT_STALEORB = '00000073'X ! Failure to update volume orb (SPR) ! End of bugcheck codes. STRUCTURE /SNAPEVTCODE/ INTEGER*2 SNAPEVT$W_EVENT UNION MAP INTEGER*2 SNAPEVT$W_MODIFIER END MAP MAP PARAMETER SNAPEVT$S_ROLLINOUT = 1 PARAMETER SNAPEVT$V_ROLLINOUT = 0 ! Rollinout system checkpoint PARAMETER SNAPEVT$S_FILESYS = 1 PARAMETER SNAPEVT$V_FILESYS = 1 ! File system validation PARAMETER SNAPEVT$S_CLUSTER = 1 PARAMETER SNAPEVT$V_CLUSTER = 2 ! VAXcluster fastboot PARAMETER SNAPEVT$S_DEBUG = 1 PARAMETER SNAPEVT$V_DEBUG = 3 ! Debug mode in effect PARAMETER SNAPEVT$S_DISCONNECT = 1 PARAMETER SNAPEVT$V_DISCONNECT = 4 ! Disconnect all interactive terminals PARAMETER SNAPEVT$S_NEW_CPU = 1 PARAMETER SNAPEVT$V_NEW_CPU = 5 ! Boot on a different CPU PARAMETER SNAPEVT$S_NOQUIET = 1 PARAMETER SNAPEVT$V_NOQUIET = 6 ! Broadcast informational messages to opa0: PARAMETER SNAPEVT$S_NOSECURE = 1 PARAMETER SNAPEVT$V_NOSECURE = 7 BYTE %FILL (1) ! Allow access to interactive sessions END MAP END UNION ! Event Codes ! The following codes indicate special problems: SPR = submit an SPR ! POOL = Possible resource exhaustion ! UNSUPPORTED = function is not supported ! BAD FILE = a configuration change has invalidated the snapshot file END STRUCTURE ! SNAPEVTCODE CDEC$ END OPTIONS