- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Hp administration
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
10-07-2000 08:17 PM
10-07-2000 08:17 PM
Hp administration
like sys log, user log , event log etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2000 03:55 AM
10-08-2000 03:55 AM
Re: Hp administration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2000 05:08 AM
10-08-2000 05:08 AM
Re: Hp administration
/var/adm/syslog/syslog.log - logs system messages.
/var/adm/messages - system diagnostics ( normally run dmesg and redirect output to messages from cron )
/var/adm/shutdownlog - lists informationabout when system was last shutdown , also lists panics
/etc/rc.log - when system boots the rc sripts run in /sbin/rc.0,1,etc..) logs in this file.
/var/adm/cron/log - details about con and at jobs .
/var/spool/lp/log,lpd.log - printing logs
You can also use the last command to check when user was logged in last , and mailx command for any mail messages.
HTH ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2000 11:12 AM
10-08-2000 11:12 AM
Re: Hp administration
A good source of information about various log files is in the man(ual) pages. Here are some of the man pages that reference that the more common log files you might find interesting:
cron (1M) - /var/adm/cron/log
dmesg (1M) - /var/adm/messges
lpadmin (1M) - /var/adm/lp/ & /var/spool/lp
last - /var/adm/wtmp & /var/adm/btmp
rc (1M) - /etc/rc.log
syslogd (1M) - /var/adm/syslog/syslog.log
swinstall (1M) - /var/adm/sw/ [*BE VERY CAREFUL* in this directory -- this is the directory for your Installed Products Database (IPD)]
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2000 03:36 PM
10-08-2000 03:36 PM
Re: Hp administration
system error messages (dmesg) /var/adm/messges
printer log /var/adm/lp/ & /var/spool/lp
login log /var/adm/wtmp & /var/adm/btmp
system startup message log /etc/rc.log
and most of the other error messages will be store in /var/adm/syslog/syslog.log file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2000 04:15 PM
10-08-2000 04:15 PM
Re: Hp administration
There are additonal log files that the SysAdmin should be aware of as well. These are the log files that are used by various applications. Their locations may not always be in the same area as listed above but through the reading of the apps documentation you can find them.
These log files are not necessarily critical to the functioning of the HW but can be critical to the functioning of the application(s). They can also provide troubleshooting info as to the status of the application.
The system log files are critical indeed, but don't forget the application log files. They are not critical to the function of the system but they could be critical to the functioning of the business that relies on the applications.