To Shut down the server. Do the Maintainance and Start Up the server


 
Thread Tools Search this Thread
Operating Systems Solaris To Shut down the server. Do the Maintainance and Start Up the server
# 1  
Old 06-17-2009
To Shut down the server. Do the Maintainance and Start Up the server

Hello All

I just want to know how to Shut Down the Solaris Machines( Servers ) for Maintainance and then Start Up the Machines ( Servers ) .

I think I will have to Log In as root to do that .

Also how do i Check if all the services running on that server before shut down are running again after the Start Up
# 2  
Old 06-17-2009
what version of OS you are running ? execute uname -a and post the output.

Yes you have to logging as root to take to system into the maintenance mode .
# 3  
Old 06-17-2009
uname -a
SunOS sbuatsvr385a 5.10 Generic_125100-10 sun4v sparc SUNW,Sun-Fire-T200
# 4  
Old 06-17-2009
What kind of maintenace do you do?

patching (single user mode)
- go to the console and boot in single user mode (init 1, shutdown -y -g0 -i1)
- after the installation do a reboot or a shutdown -y -g0 -i6

or change faulty parts
- go to the console and bring the box down with init 0 (5) or shutdown -y -g0 -i0 (5)
- just switch it on
# 5  
Old 06-21-2009
cd /
sync;sync;sync
init S
OR
cd /
sync;sync;sync
init 0
from the ok> prompt

ok>boot -sw
# 6  
Old 06-22-2009
Hi All i usually using
#reboot for rebooy system

and
#poweroff to shutdown

what that i do is right or not make server problem?

Thanks
# 7  
Old 06-24-2009
Quote:
Originally Posted by supercops
Also how do i Check if all the services running on that server before shut down are running again after the Start Up
We cant help you on this. your system admin or yourself should know what to check for.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Is it mandatory or not to stop/start Applcation server ehen Restarting Database Server?

Good afternoon I need your help please. There is a Mantenance Windos which needs to Restart de Database Server 192.x.x.97 to set up some configuration Is it mandatory or not to stop/start Applcation server that runs in 192.x.x.95 ? Is it mandatory or not to stop/start apache and Tomcat?... (3 Replies)
Discussion started by: alexcol
3 Replies

2. Red Hat

Re-start of RHEL server

I had a query that should the RHEL servers in production environment be re-started say every 2-3 months so that the cache is cleared? I hope, my question is clear that should the Red Hat Linux servers be restarted periodically. Please revert with the reply to my query. Regards (17 Replies)
Discussion started by: RHCE
17 Replies

3. Linux

mysql server start issue

Hi, I have installed mysql in linux box as mysql-5.0.77-4.el5_6.6.. I would like to start the server. But there is no mysql file in this location /etc/init.d/ Please advice how to start the server now !! Thnaks, Mani (5 Replies)
Discussion started by: Mani_apr08
5 Replies

4. UNIX for Advanced & Expert Users

can not start x server.

Hi to all, i cant start my x server. I use putty and xming. When i type xclock i get no promt back and i must type ctrl+c to get promt again. start x is giving me: $ startx Fatal server error: PAM authentication failed, cannot start X server. Perhaps you do not have console... (3 Replies)
Discussion started by: ttoni
3 Replies

5. UNIX for Dummies Questions & Answers

How to start a mailx server ?

I have a problem with my unix server. Can anyone please teach me how to start the mailx running... . (16 Replies)
Discussion started by: filthymonk
16 Replies

6. Shell Programming and Scripting

Automate server start up

Hi, I want to automate process of making server up and down. For us making server up and down is just to go to particular directory in user directories (in Unix box) and running start and stop shell script . We have to run the same things on 5 users on same server . Can anybody suggest... (1 Reply)
Discussion started by: shekhar_ssm
1 Replies

7. UNIX for Advanced & Expert Users

RBAC: create a user to shut the server

Hi, I have created a user to shutdown the server using RBAC. Here are my steps: 1. roleadd -u 1000 -g 10 -d /home/stopsys -m stopsys 2. passwd stopsys 3. edit /etc/security/prof_attr to include: Shut:::able to shut the server: 4. modrole -P Shut stopsys 5. useradd -u 1001 -g 10 -d... (2 Replies)
Discussion started by: chaandana
2 Replies

8. Shell Programming and Scripting

Trying to shut down and start a Windows process

Hi , Good day people. I want to know if i can shut down a particular service that runs in windows from solaris through a script . Scenario : we have a distributed environment where we want to shut down a service that runs under windows through a shell script in solaris , is this kinda action... (3 Replies)
Discussion started by: vivsiv
3 Replies

9. UNIX for Dummies Questions & Answers

Can't start nfs server!

ok i am pretty new i am thinking this maybe a dns situatioan i dunno.... i am trying to start nfs server i get the followin error: mountd svc_tli create could not bind to requested address: address mismatch svc_create: svc_tli_create failed /usr/lib/nfs/nfsd : tli_bind to wrong address... (14 Replies)
Discussion started by: rmuhammad
14 Replies

10. UNIX for Dummies Questions & Answers

Start Up and Shut down

I've never been on a Unix machine so please be easy on me!!! I need to create a step by step process for the Unix start up and shut down process. Thanks for any help in advance. (3 Replies)
Discussion started by: chaughney
3 Replies
Login or Register to Ask a Question