Bouncing Unix Servers


 
Thread Tools Search this Thread
Operating Systems HP-UX Bouncing Unix Servers
# 1  
Old 03-14-2006
Question Bouncing Unix Servers

Hi there,

I was wondering if any of you good people out there could answer these question:

A - why Unix servers are bounced once a in while in commercial environments?

B - in what circumestances Unix Server are bouced?

Many thanks for your time.

Kind regards
MH
# 2  
Old 03-14-2006
Where I work now we have a scheduled monthly maintenance window. On a particular Saturday we get to do whatever we need to the boxes. Everybody that uses the systems knows this and nobody works that Saturday.

Our policy is any system which hasn't been rebooted for 90 days is rebooted. Oracle servers and some Veritas Cluster Server clusters are rebooted each month instead. There are a few production boxes exempted from the policy because they support manufacturing plants which have shifts working on Saturdays.

As for the reason why - it is basically just for cleanup purposes. Stale NFS handles, zombie processes, small memory leaks from applications, etc. are all cleaned up by the reboot. Also it is a way of testing to make sure everything runs smoothly with the startup and shutdown scripts so we don't find problems with them when there is an unscheduled reboot.

I've worked other places that never rebooted machines unless it was for a specific purpose - hardware upgrades/repairs, software installs which require it, etc. It all depends on the environment and what the system admins prefer whether a scheduled reboot is appropriate or not.
# 3  
Old 03-14-2006
CPU & Memory Thanks

Hi rhfrommn,

Many many thanks for you response.

Best regards

MH
# 4  
Old 03-15-2006
Question Bouncing Oracle Servers

Hi rhfrommn,

Hope all is well with you.

In your response to my question "Bouncing Servers", you mentioned you also bounced the Oracle servers and some Veritas Cluster Server.
Just to ask you what is the command for shutting down and starting up an Oracle Server, lets say Oracle 8i and would you use the same command for Oracle 11i and above.

Once again many thanks for your time.

Kind regards

MH
# 5  
Old 03-17-2006
Have a look at an Oracle SQLPLUS manual for the shutdown command.
There are different guises of Oracle shutdowns depending on additional parameters.
But I am no Oracle Admin.
In cluster start/stop scripts that I wrote I used the
"shutdown immediate" command when logged on as SYSDBA to the instance.
But this was after getting confirmation from Oracle DBAs.
They should better know what their servers can cope with.
# 6  
Old 03-17-2006
Question Bouncing Oracle Servers

Hello buffoonix,

Thank you very much for your response.

Soon after posting my thread "Bouncing Oracle Servers" I had a look at Oracle SQL*PLUS Manual (Oracle 9i) on the web and found out my answer for this paticular version.

As you said, there are number of ways to startup and shutdown an Oracle server
1- using SQL*PLUS
2- using RMAN
3- using Oracle Eneterprise Manager.

Once again many thanks for your time.

Best regards

MH
# 7  
Old 03-17-2006
Sorry for the delayed response, I was out of the office a couple days.

The way we do it is that the Oracle DBAs have written scripts placed in /etc/rc2.d on our Sun boxes to start up and shut down their databases. When I reboot the box during maintenance I just issue the command "init 6" to cause a reboot. That command runs all the shutdown scripts before the reboot occurs, so the DBA's script takes care of their databases. That way I don't have to log into Oracle at all. One of the DBA team will be in the office for maintenance as well so if there is a problem (for example one of the servers hangs on the shutdown script or the databases don't restart after the reboot) they can check it out.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

UNIX Servers Syncronization Software

:wall: Does anyone know of a good Unix Server Syncronization Softwarware, I have a customer that has a primary server but he wants to get another one as a backup and he wants to syncronize all the disks on a daily or weekly bases to have it ready in case the primary fails. Your help would be... (2 Replies)
Discussion started by: reb
2 Replies

2. UNIX for Dummies Questions & Answers

Record count in Unix servers

Hi All, when i ftp the file from windows machine to unix server the record count in the file is decreased by 1. example: Say a text file has three lines in it and when you place this file in unix server from your local machine and run a below command cat filename | wc -l the output is... (2 Replies)
Discussion started by: Umeshrm
2 Replies

3. Shell Programming and Scripting

Comparing directories on different unix servers

Is it possible to use the diff command to compare two directories on different Unix (AIX) servers? We have two regions set up and we want to be able to compare if the scripts directory in both regions contain the same files? I want to figure out if its possible.. Have been messing around by... (10 Replies)
Discussion started by: Jazmania
10 Replies

4. Shell Programming and Scripting

unix servers

hi, anyone please explain ab the unix servers thanks in advance Satya (2 Replies)
Discussion started by: Satyak
2 Replies

5. Shell Programming and Scripting

FTP between two UNIX servers

Hi I have server A and server B. On server B the directory is called /tmp/hmp On server A I want to get the files on server B:/tmp/hmp via FTP. After I have got the files via FTP I have to delete them. In the script below I'm affraid of that I delete files before I get them by ftp. ... (1 Reply)
Discussion started by: hpedersen4
1 Replies

6. UNIX for Advanced & Expert Users

MOnitoring Software for Unix servers

Guys, I need a monitoring software for my Unix servers. Over the last couple of years, the number has increased to well over 40 servers. All have different applications running on them and it is impossible to go to everyone of them and do checks. I was using Spotlight on Unix. I was... (1 Reply)
Discussion started by: jair
1 Replies

7. UNIX for Dummies Questions & Answers

re-associating 2 HP UNIX servers

Hello, i am new to both this forum and UNIX as well; i am working at a local cancer center trying to reassociate 2 UNIX server systems that i am unfamiliar with; Both C3600 workstations were associated, however they were disassociated and need to be reassociated so programs can be accessed on... (0 Replies)
Discussion started by: RarisRSX
0 Replies

8. UNIX for Dummies Questions & Answers

Search Files In Unix Servers

hi all! I am VB developer and i am trying to automate a process in UNIX for which i request your help. I want to learn the technique by which we can write batch process in unix server to search for a list of files and to note down files that are missing from the list in the form of a log so... (2 Replies)
Discussion started by: varsai123
2 Replies

9. SCO

Is ncftp possible between two SCO Unix servers?

Hi. Can entire data be taken thr' ncftp from one SCO Unix server to another? Please let me know. (0 Replies)
Discussion started by: hrishi10a
0 Replies
Login or Register to Ask a Question