- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Errorlog not on ALPHA OpenVMS 7.2 !
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 06:42 AM
01-18-2006 06:42 AM
Customer claims "that errorlog is not running.
Need to install Errolog. Diagnose does not work"
Not been to customer site.
Is there something extra that needs to be installed on ALPHA OpenVMS 7.2 to turn on the errlog feature?
Thanks,
Sini
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 06:51 AM
01-18-2006 06:51 AM
Re: Errorlog not on ALPHA OpenVMS 7.2 !
There are things that can prevent the errorlog from being written.
Check the translation of SYS$ERRORLOG -- does this translate to a valid device and directory name? Usually the system sets the value to SYS$SYSROOT:[SYSERR] but I have seen systems where all of the errorlogs of a cluster were pointed off to another device under a separate directory tree by definitions established by SYS$MANAGER:SYLOGICALS.COM
Is the ERRFMT process actually running? If so, what files does it have open? If it is running and it has files open then error logging is active.
If the output device is full, the ERRFMT process that writes the errorlog could fail. Search your OPERATOR.LOG (or whatever you have OPCOM writing to) to see if there are any messages from ERRFMT being logged there.
There are other conditions that can cause ERRFMT to die during startup or soon after.
Does the system have all of the released patches installed?
It is true that you will probably need to install DECevent to use the DIAGNOSE/TRANSLATE commands to read the errorlog.
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2006 07:10 AM
01-18-2006 07:10 AM
Solutionsince OpenVMS Alpha V7.1-2, a new ERRLOG header format has been introduced and ANAL/ERR does NOT work anymore.
You need to use DIAGNOSE (aka DECevent, this needs to be installed separately) or SEA (System Event Analyzer = component of WEBES and also needs to be installed separately) to analyse an ERRLOG.SYS file on OpenVMS Alpha V7.1-2 up to V7.3-2.
These 'Analysis Service Tools' are available from:
http://h18023.www1.hp.com/support/svctools/
Starting with V7.3-2, there is ELV (ANAL/ERR/ELV), which is part of OpenVMS and available automatically by installing OpenVMS Alpha or I64.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2006 10:56 AM
01-20-2006 10:56 AM
Re: Errorlog not on ALPHA OpenVMS 7.2 !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2006 03:26 AM
01-23-2006 03:26 AM
Re: Errorlog not on ALPHA OpenVMS 7.2 !
Now we can use "Diagnose" to look at the errorlog.
Thanks,
Sini