- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Syslog.conf
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
09-19-2005 04:51 AM
09-19-2005 04:51 AM
a. /var/adm/all/kern.log
b. /var/adm/all/user.log
c. /var/adm/all/mail.log
d. /var/adm/all/daemon.log
e. /var/adm/all/auth.log
f. /var/adm/all/syslog.log
g. /var/adm/all/lpr.log
h. /var/adm/all/news.log
i. /var/adm/all/uucp.log
j. /var/adm/all/cron.log
k. /var/adm/all/local0.log
l. /var/adm/all/local1.log
m. /var/adm/all/local2.log
n. /var/adm/all/local3.log
o. /var/adm/all/local4.log
p. /var/adm/all/local5.log
q. /var/adm/all/local6.log
r. /var/adm/all/local7.log
s. /etc/utmp
t. /etc/security/lastlog
u. /var/adm/wtmp
v. /var/adm/messages
w. /var/adm/syslog
x. /var/adm/acct
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 04:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 05:07 AM
09-19-2005 05:07 AM
Re: Syslog.conf
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 05:18 AM
09-19-2005 05:18 AM
Re: Syslog.conf
syslog is called /var/adm/syslog/syslog.log
(I would leave it there even though you can change it's name and location--other HP-UX professionals will have to go searching otherwise)
/var/adm/acct is NOT a file, it is a directory and only used with accounting turned on (not common)
/etc/security/lastlog is not a standard HP-UX file. The last and lastb commands read the special binary files wtmp and btmp in /var/adm. These files can also be decoded with fwtmp.
messages is often renamed to dmesg.log but you have to enable it yourself using cron, something like this:
00,10,20,30,40,50 * * * * dmesg - >> /var/adm/messages
kern user mail daemon syslog lpr news uucp local0 local1 local2 local3 lcoal4 local5 local6 local7:
are known as syslog facilities and normally, these are all logged into the syslog file. But with (extensive) changes to /etc/syslogd.conf, you can have syslogd split each facility into the different files shown above.
You can tell the auditors that all these facilities are enabled and hand them the /etc/syslog.conf file as proof.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2005 05:37 AM
09-19-2005 05:37 AM