- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Activation of Shutdown log
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-28-2000 07:02 PM
11-28-2000 07:02 PM
Activation of Shutdown log
Can anyone help me as to how I can start the shutdown log for my system? It is running on HP-UX 10.20. Thanks all in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 07:22 PM
11-28-2000 07:22 PM
Re: Activation of Shutdown log
# touch /etc/shutdownlog
# chown root:bin /etc/shutdownlog
# chmod 644 /etc/shutdownlog
see the thread:
http://forums.itrc.hp.com:80/cm/QuestionAnswer/1,1150,0x74fea14d9abcd4118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 07:39 PM
11-28-2000 07:39 PM
Re: Activation of Shutdown log
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 11:53 PM
11-28-2000 11:53 PM
Re: Activation of Shutdown log
There is no need to chown root of /etc/shutdownlog.
See 'man 1m reboot'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 02:41 AM
11-29-2000 02:41 AM
Re: Activation of Shutdown log
Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 06:08 AM
11-29-2000 06:08 AM
Re: Activation of Shutdown log
In addition, check /var/adm/shutdownlog. You will find that this file is a transitional link to /etc/shutdownlog.
If it is there, you might try removing that file and using tlinstall which will recreate the transitional link.
Reboot and check /etc/shutdownlog. Was it updated? If not, check /etc/rc.log which is the boot log. Are there any errors reported?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 07:07 AM
11-29-2000 07:07 AM
Re: Activation of Shutdown log
-rw-r--r-- 1 bin bin 1113 Jan 27 12:05 /etc/shutdownlog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 05:23 PM
11-29-2000 05:23 PM
Re: Activation of Shutdown log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 05:37 PM
11-29-2000 05:37 PM
Re: Activation of Shutdown log
According to man pages, only reboot(1M) makes an entry in /etc/shutdownlog shutdown(1M) -not mentioned in man pages.
Also try using sam to shutdown.
...Madhu