- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How often do you reboot....and why?
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
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
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
тАО02-24-2001 09:22 AM
тАО02-24-2001 09:22 AM
How often do you reboot....and why?
My software people tell me to reboot weekly. The other sys admin here tells me bi-weekly and my boss tells me to "find out".
What does everyone here do? And why?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2001 09:41 AM
тАО02-24-2001 09:41 AM
Re: How often do you reboot....and why?
I remember reading in the sys admin manuals, it is recomended that you should unmount your filesystems and run file system checks to keep your filesystem intact and know of any errors before they suddenly shoot up at production hours.
Sometime back I was in a shop where the server were rebooted monthly, as they had a application which caused memory leaks.
Now there is a difference in robooting the server and shutdown with power cycle.Power cycle can cause hardware failures.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2001 09:57 AM
тАО02-24-2001 09:57 AM
Re: How often do you reboot....and why?
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2001 10:50 AM
тАО02-24-2001 10:50 AM
Re: How often do you reboot....and why?
I believe in rebooting servers once a quarter and usually coincide with patch bundle install.
Only other reason I would reboot more often is to fix memory leaks . ( a very common problem in devlopment environment) . However right thing is to get the devlopers to fix the memory leak.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2001 12:29 PM
тАО02-24-2001 12:29 PM
Re: How often do you reboot....and why?
This schedule has been working for about 3 years and I generally don't get too many complaints from users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2001 12:32 PM
тАО02-24-2001 12:32 PM
Re: How often do you reboot....and why?
I do agree with one of the previous responses that said rebooting and powering off are distinctly different. I don't turn power off to the machines unless I absolutely have too. You do run the risk of having hardware failures then.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2001 12:33 PM
тАО02-24-2001 12:33 PM
Re: How often do you reboot....and why?
If you have a system in the prod environment, chances are you will need to reboot less frequently.
And if doing patches, some patches require reboot after installing - can't get around this.
You may be able to run a system for a year or more without rebooting or you may decide to get the SW dev folks to be happy by rebooting more often.
The systems are designed to run without having to reboot and for some apps the systems will do just that. But developers have a habit of introducing issues in their code that only a reboot will clear up. Then get the developers to fix their code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2001 03:22 PM
тАО02-24-2001 03:22 PM
Re: How often do you reboot....and why?
Now as mentioned, poorly written programs can use up RAM but that's easily fixed with the kill command. Same with runaway programs that consume CPU and/or LAN bandwidth. There is no need to reboot HP-UX as long as you keep up on patches.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2001 07:52 PM
тАО02-24-2001 07:52 PM
Re: How often do you reboot....and why?
Having said that reboot could damage hardware, I still think that rebooting servers periodically are good practice simply because:
1. every restart will force the fsck to run against your disk drive.
2. will clear any zombie processes and ill behaved processes that holding up memory.
3. will ensure your server be able to start after any system change.
4. it doesn't do any harm providing that
- you got a hardware support contract with HP
- your disk drives are mirrored or RAID'ed (or else you'll have to restore data from tape)
Regarding the time, I guess once every month should be fine.
Rgds,
Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2001 08:52 PM
тАО02-24-2001 08:52 PM
Re: How often do you reboot....and why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2001 09:52 PM
тАО02-24-2001 09:52 PM
Re: How often do you reboot....and why?
However occasional reboots for patches and maintenance also were normal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2001 09:57 AM
тАО02-27-2001 09:57 AM
Re: How often do you reboot....and why?
If your software recommends "rebooting" every week, then I suggest you run a cron job to get the pid, kill it and re-start you software. This could fix memory leaks without killing anything else on the machine, and would be automated enough not to be a hassle. I would leave the servers on as long as possible, however.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2001 10:14 AM
тАО02-27-2001 10:14 AM
Re: How often do you reboot....and why?
I had a HP 827s running SAS that went on reboot every friday evening supported by HP (...) it worked like that during 7 years without any trouble.
I have a an AIX machine that is rebooted every night since 8 months, I decided this because I couldnt deal with the machine rebooting any time in the day, and am still looking for the bug (This machine controles all our working time and so has about 70 badging modems behind...) so its a workaround...
And the others, it depends if there has been some patchs install that require, or because I have to reboot because some machines are on a same disk subsystem and Ive just done some maintenace or disk upgrade...
so time will vary from once every 3 months to once a year
I had a 822S that wasnt rebooted for 950 days (until HP came and took the machine away...)
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2001 10:23 AM
тАО02-27-2001 10:23 AM
Re: How often do you reboot....and why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2001 01:36 PM
тАО02-27-2001 01:36 PM
Re: How often do you reboot....and why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2001 04:58 PM
тАО02-27-2001 04:58 PM
Re: How often do you reboot....and why?
In few situations I have seens the hardware especially hard disks fail after a cold reboot.
It is also a practice that we reboot systems before handing them over to other sys admins or other teams /departments as a part of handover.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2001 05:13 PM
тАО02-28-2001 05:13 PM
Re: How often do you reboot....and why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2001 07:44 PM
тАО02-28-2001 07:44 PM
Re: How often do you reboot....and why?
Peggy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2001 09:25 PM
тАО02-28-2001 09:25 PM
Re: How often do you reboot....and why?
In my environment, I usually reboot to:
1) remove hung processes ie. kill -KILL has no effect
2) clean up the harmless
3) clear memory leaks
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2001 10:08 PM
тАО02-28-2001 10:08 PM
Re: How often do you reboot....and why?
1. Change Hardware.
2. Patch or upgrade OS.
3. Something will not kill, or we have a problem.
This means 1 or 2 times a year, sometimes quarterly. I once looked at a D200 and found it had been up over a year w/o a reboot.
Now Nt is another matter, we seem to reboot some server often, and most monthly.
I also support 2 24x7 customers, and they only reboot when we patch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2001 02:26 AM
тАО03-01-2001 02:26 AM
Re: How often do you reboot....and why?
I only reboot when a new software that require it is installed or when there is a "big problem" in the system that only is resolved with a reboot.
Regards,
Manuel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2001 05:36 AM
тАО03-01-2001 05:36 AM
Re: How often do you reboot....and why?
The unix systems I manage are up for some weeks. This is due to our patch management. Although I have an old server here with no critical info that is up for three years without problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-01-2001 06:51 AM
тАО03-01-2001 06:51 AM
Re: How often do you reboot....and why?
>Service stop
>Service start
I have had 1 of my K Oracle servers panic and boot itself after the developers started playing the "Just How much memory will this thing allocate?" game. For the most part though even oracle can be stopped and started on the fly.
When you get into shakey ground are CAD/CAM FEA and CAE applications. Most of those I have reboot monthly via cron. This is because those applications tend to be buggy, have memory leaks, etc..but they have to run those apps to support the Big3's CAD Design.
The best thing to do is perform your normal maintenance. I.E.
1. At least weekly if not daily clean /tmp and /var/tmp.
2. use glance, vmstat and sar to monitor system performance. Look at your daily memory useage history, disk history, etc.....
3. Look at least daily through /var/adm/syslog/syslog.log for errors. This is where you will see SCSI disk errors as well as other key information.
4. Weekly stop and start the system logger to keep logs at a reasonable size (unless your system is very slow!)
You will probably find more custom things to do based on what that system is doing.
Regards,
Shannon