1838068 Members
4341 Online
110124 Solutions
New Discussion

system log messages

 
SOLVED
Go to solution
Tonatiuh
Super Advisor

system log messages

In Linux I can find an internal log messages from the sistem in /var/log/messages.

Where can I find similar file in HP-UX 11.11.

I am mapping an NFS and the error showed is not very explicit and I want to see if it shows more info in a log messages file.

3 REPLIES 3
Patrick Wallek
Honored Contributor
Solution

Re: system log messages

Try /var/adm/syslog/syslog.log

You could also try 'dmesg'. To see the dmesg buffer just type 'dmesg' at the prompt.
A. Clay Stephenson
Acclaimed Contributor

Re: system log messages

/var/adm/syslog/syslog.dat
If it ain't broke, I can fix that.
HGN
Honored Contributor

Re: system log messages

Hi

I would look in the
/var/adm/syslog/syslog.log

You can check the rc.log for the startup details.

Rgds

HGN