Operating System - OpenVMS
1753765 Members
6028 Online
108799 Solutions
New Discussion юеВ

Re: OpenVMS reboot evidence...

 
SOLVED
Go to solution
smsc_1
Regular Advisor

OpenVMS reboot evidence...


Dear HP Engineer,
about OpenVMS reboot evidence I Checked following files:

SYS$SYSROOT:[SYSEXE]STARTUP.LOG
SYS$ERRORLOG:CLUE*
SYS$SYSROOT:[SYSMGR]OPERATOR.LOG

My question:
Is there any other files that I can check to see when the cluster or single node was rebooted??

Thanks!
./ Lucas
12 REPLIES 12
Ian Miller.
Honored Contributor

Re: OpenVMS reboot evidence...

No HP Engineers around here - officially anyway :-)

However - you can look in the system error log.
The tool you do that depends on which VMS version and platform you are running.


I would expect there to be a new OPERATOR.LOG on a boot.

STARTUP.LOG - depends on the setting of system parameter STARTUP_P2
____________________
Purely Personal Opinion
Karl Rohwedder
Honored Contributor

Re: OpenVMS reboot evidence...

If you just want to know the boottime:
$ write sys$output F$getsyi("boottime")
22-JUL-2009 18:49:05.00

The cluster was formed at:
$ write sys$output F$Getsyi("Cluster_Ftime")
27-JUN-2008 08:48:34.70

regards Kalle
smsc_1
Regular Advisor

Re: OpenVMS reboot evidence...


Thanks for reply, by the why, I need to know if the machine was rebooted on a specific date (April 13/14/15, 2009) and for sure during this last months machine was rebooted a lot of times!!! So boottime doesn't help me! :(
Also OPERATOR.LOG was purged since last week!!

STARTUP.LOG help me, but is there any other reboot evidence??
./ Lucas
Kris Clippeleyr
Honored Contributor

Re: OpenVMS reboot evidence...

Hi,


Also OPERATOR.LOG was purged since last week!!

STARTUP.LOG help me, but is there any other reboot evidence??


As Ian said, check the error logfile
( SYS$ERRORLOG:ERRLOG.SYS ). You might need WEBES to do so; or use ANALYZE/ERR/ELV.
Normally, (re)boot events are recorded there.

Kris (aka Qkcl)
I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
smsc_1
Regular Advisor

Re: OpenVMS reboot evidence...


Kris,
unfortunately ERRLOG.SYS was purged too:

Directory SYS$SYSROOT:[SYSERR]

ERRLOG.LIS;1 108/112 27-OCT-2008 09:19:15.03
ERRLOG.SYS;1 892/896 1-AUG-2009 00:05:34.59
ERRLOG_MONTH_06.SYS;1 145/160 1-JUL-2009 00:02:16.62
ERRLOG_MONTH_07.SYS;1 3328/3328 1-AUG-2009 00:03:21.12

So if need to check April I don't think I can find it on ERRLOG.SYS or previous files.

An HP Engineers advice me to use following methods:
Audit Server or ACCOUNTING
But I don't know how to use it and actually this engineer is unreachable! :(

By the way using
./ Lucas
Ian Miller.
Honored Contributor
Solution

Re: OpenVMS reboot evidence...

You may be able to retrieve older error log from backups.


Do SHOW AUDIT/JoURNAL

to find out where your audit journals are kept.

do ANAL/AUDIT to look at them.

____________________
Purely Personal Opinion
Richard W Hunt
Valued Contributor

Re: OpenVMS reboot evidence...

Do not purge old ERRLOG.SYS files, OPERATOR.LOG files, and various other system files. Move time to other disks, or zip them, or something. NEVER get rid of those critical security files when you are getting "buggy."

If you have the resources to allow it, set yourself up to do at least a selective crash dump. If it is due to a bugcheck, you'll get enough to come back here with specifics.
Sr. Systems Janitor
cdan
Frequent Advisor

Re: OpenVMS reboot evidence...

$type clue$history

This could be in a different place than SYS$ERRORLOG:CLUE*, depending on local configuration.
IF your CLUE is running correctly during boot, after creating the CLUE..nodename.lis it should also write a one-line entry in this clue$history file (show logical clue$history)
cdan
Frequent Advisor

Re: OpenVMS reboot evidence...

I forgot to mention, CLUE$HISTORY is obviously not accurate in case of reboots without sysdump (like electrical outages, or problems with sysdump disk).
To avoid this for the future, you could write very small procedure and put it somewhere in startup files to write/append to a file that system has booted, even if there is no sysdump.
Much better would be if you had the serial port OPA0 (com1) connected to some remote node running a monitoring/logging software like Console Manager or Cockpit Manager.