- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: syslog file not present
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
11-09-2006 02:46 AM
11-09-2006 02:46 AM
syslog file not present
Maibe the reason was previous a gunzip over that file. How can i start having again that information. A reboot? 'touch'? Starting some service?
Thx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 02:50 AM
11-09-2006 02:50 AM
Re: syslog file not present
verifies if the service of syslog this in air ps - ef |grep syslog in case that it does not execute syslogd case the /var/adm/syslog/syslog.log archive not to appear verifies the onfigurações in the /etc/syslog.conf archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 02:51 AM
11-09-2006 02:51 AM
Re: syslog file not present
ps -ef | grep syslogd
if not try
/sbin/init.d/syslogd start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 02:51 AM
11-09-2006 02:51 AM
Re: syslog file not present
ps -ef |grep syslog
- should return -
# ps -ef |grep syslog
root 419 1 0 Mar 28 ? 0:12 /usr/sbin/syslogd -D
Then stop and restart it:
/sbin/init.d/syslogd stop
/sbin/init.d/syslogd start
If that doesn't create the file, try touching the file, then stopping and restarting the daemon again.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 02:55 AM
11-09-2006 02:55 AM
Re: syslog file not present
a reboot would ceratinly to the trick, however, I would first try touch to create a new file. If that does not work:
cd /etc
vi rc.log Look for syslogd command
stop the syslogd daemon
start the syslogd daemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 03:03 AM
11-09-2006 03:03 AM
Re: syslog file not present
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 03:59 AM
11-09-2006 03:59 AM