- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- List of log files and there path with details.
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-10-2008 05:12 AM
тАО11-10-2008 05:12 AM
List of log files and there path with details.
For example : system logs, server shutdown and reboot logs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2008 05:36 AM
тАО11-10-2008 05:36 AM
Re: List of log files and there path with details.
/var/adm/messages
/var/adm/binary.errlog
/var/adm/syslog.dated/
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2008 05:54 AM
тАО11-10-2008 05:54 AM
Re: List of log files and there path with details.
/var/adm/syslog
but the other directories i have not found in unix...
Please assist me as i have to found the
system shutdown and reboot logs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-10-2008 11:45 AM
тАО11-10-2008 11:45 AM
Re: List of log files and there path with details.
Are you using Tru64 ?
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2008 06:13 AM
тАО11-11-2008 06:13 AM
Re: List of log files and there path with details.
I am using HP-UX 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2008 06:32 AM
тАО11-11-2008 06:32 AM
Re: List of log files and there path with details.
Then you might get better answers sooner in
an appropriate (HP-UX) forum than you will in
this Tru64 forum.
And "11" is not a precise description of your
operating system. The actual output from,
say, "uname -a" would be more helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2008 07:01 AM
тАО11-11-2008 07:01 AM
Re: List of log files and there path with details.
regards,
Durvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2008 09:21 AM
тАО11-11-2008 09:21 AM
Re: List of log files and there path with details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2008 11:47 AM
тАО11-11-2008 11:47 AM
Re: List of log files and there path with details.
/var/adm/syslog/syslog.log
Review with ├в more├в or ├в cat├в to check for errors
Use ├в tail├в to see latest messages
tail -f to monitor ├в real-time├в
/var/adm/syslog/OLDsyslog.log
If system recently rebooted use ├в tail├в to see messages that may have led to reboot
/var/adm/shutdownlog
Use ├в tail├в to check for recent reboots due to panics or hpmc
├в reboot after panic: , isr.ior=0├в 9222ffff.c000000├в
Denotes HPMC or TOC
/etc/rc.log
Check this log for boot-up errors ├в look for ├в fail├в or ├в warn├в
=============================================
Logtool / EMS Logs
/var/stm/logs/os
contains diagnostic logs used by STM
log1.raw, memlog, ccerrlog
binary format, use STM to convert to ascii
/var/opt/resmon/log
Event Monitor System (EMS) log files
event.log, event1.log
ascii format
=============================================
Logtool - cstm
Cstm
cstm
cstm> ru logtool
Logtool Utility> SR (select raw log)
Logtool Utility > FR (format raw log)
Logtool Utility > DF (formatted display filter)
Logtool Utility > FL (display formatted log)
Logtool Utility > SL (switch log)
Memory Log
Check for memory errors
mstm>Tools>Utility>Run>
Select Utility > Logtool
Memory > Report Log > View Detail
cstm
cstm> ru logtool
logtool utility> vd
Information log output
# cstm
cstm> sall selects all devices
cstm> info collects information
cstm> il displays information logs
Standard input [Press space to continue, q to quit, h for help]
Type ├в q├в
Enter Done, Help, Print, SaveAs, or View [Done] SaveAs
FileName: /tmp/infolog.txt
Enter Done, Help, Print, SaveAs, or View [Done] Done
cstm> quit
HPMCs
/var/tombstones
ts99, ts98, etc. files
check the timestamps
-rw-r--r-- 1 root root 45283 Jan 6 17:43 ts97
-rw-r--r-- 1 root root 47219 Dec 5 08:00 ts98
-rw-r--r-- 1 root root 47219 Dec 6 17:00 ts99
Crash Dumps
Default is /var/adm/crash
/etc/rc.config.d/savecrash (11.X)
change dump location ├в SAVECRASH_DIR=
enable/disable saving dumps ├в SAVECRASH=
/etc/rc.config.d/crashconf (11.X)
CRASHCONF_ENABLED=1
configure ├в full├в crash dump ├в CRASH_INCLUDED_PAGES
/etc/rc.config.d/savecore (10.X only)
change dump location
enable/disable saving dumps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-11-2008 11:49 AM
тАО11-11-2008 11:49 AM
Re: List of log files and there path with details.
Find the attached