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
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
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
тАО01-28-2010 07:05 AM
тАО01-28-2010 07:05 AM
Where did my sulog go? Running 11.11 on 5 servers, and one of them is missing the sulog.
Any ideas?
Cheers!!
Ron
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2010 07:23 AM
тАО01-28-2010 07:23 AM
Re: sulog
Your 'sulog' is managed by '/sbin/init.d/clean_adm' as controlled by '/etc/rc.config.d/clean'.
Normally at boot (startup) the current '/var/adm/sulog' is moved to '/var/adm/OLDsulog' and a new 'sulog' created.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2010 07:41 AM
тАО01-28-2010 07:41 AM
Re: sulog
Here's the thing:
1. There is no OLDsulog anywhere on the system,and,
2. The system was rebooted on Sunday.
Is there a way to re-create it, without causing too much heartache?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2010 07:44 AM
тАО01-28-2010 07:44 AM
Re: sulog
> Is there a way to re-create it, without causing too much heartache?
Sure:
# cat /dev/null > /var/adm/sulog
# chmod 600 /var/adm/sulog
# chown root:root /var/adm/sulog
...which is what '/sbin/init.d/clean_adm' does :-)
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2010 07:49 AM
тАО01-28-2010 07:49 AM
Re: sulog
clemfg01 home/rirving $ sudo cat /dev/null > /var/adm/sulog
sh: /var/adm/sulog: Cannot create the specified file.
I guess without the 'something', we'd be out of work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2010 07:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2010 07:58 AM
тАО01-28-2010 07:58 AM
Re: sulog
Strange, but done.
Cheers!!
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2010 05:53 PM
тАО09-12-2010 05:53 PM
Re: sulog
The output redirection is done by the outermost user shell, not by root.
>I actually had to su to root to get the commands to run.
Or: $ sudo cp /dev/null /var/adm/sulog