- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: planned shutdown failure
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-20-2000 08:57 AM
11-20-2000 08:57 AM
planned shutdown failure
for a nightly backup everyday. I noticed this morning that the system did not go off as planned, there are no error messages on the syslog and dmesg tools, the swap space and the
var directory is not full and the backup did not run as scheduled.Also checked the /var/adm/crash directory and came up with no error log. What could have happened ?, the system is up and running this morning.
Any suggestion will be appreciated.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2000 09:02 AM
11-20-2000 09:02 AM
Re: planned shutdown failure
does the shutdown occur with a cron ? cron should mail any error messages to root.
ensure the cron job is in the crontab file.
good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2000 09:19 AM
11-20-2000 09:19 AM
Re: planned shutdown failure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2000 09:37 AM
11-20-2000 09:37 AM
Re: planned shutdown failure
it is possible that your script that does the backup is still running! do a ps -ef and look for the script in the list.
If something happened that made the script hang (eg. waiting for the database to shutdown etc.) the script will typically not continue until it has succeeded. so I would examine the processes and make sure that the backup script is not still running.
If it is still running, you would have to kill it (ie. the parent) before killing any child processes otherwise, if you kill the children first, it might reboot while you are still logged on :-)
so, I would say examine your ps -ef closely.
good luck.
PS. let's know what it was will you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2000 10:31 AM
11-20-2000 10:31 AM
Re: planned shutdown failure
Make sure, if you haven't, that your current working directory is at root ("/") and that /etc/shutdown.allow has an entry for the user and system attempting the shutdown.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2000 05:46 AM
11-21-2000 05:46 AM
Re: planned shutdown failure
#cat var/mail/root
It's also possible that user that do the reboot has its crontab file remove.
#crontab -l