The server does not shoutdown


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users The server does not shoutdown
# 1  
Old 12-11-2003
Question The server does not shoutdown

I have a NCR 4300 server with Unix and i have the problem with the reboot and the shutdown y think one proccess is the problem but i don´t now which one is? when i write "ps -A" i detect the idleproc with value of 9550:00. Which command can i use for verify my problem.

Thanks
Carlos Rodríguez.
# 2  
Old 12-11-2003
how are you trying to shut down the system? what commands?
shutdown -h now?
or init 0?
# 3  
Old 12-12-2003
uadmin 2 0
or
uadmin 0 2

I can't remember the right one. One is failing the other one not Smilie

Hope you have this command for your OS, Sun at least works ok.


Regs David
# 4  
Old 12-12-2003
Data

shutdown -i0 -g0 -y in the schedule task every day, and i init 0 in then prompt, and does not work, i think one proccess is bloqued.

thaks
# 5  
Old 12-12-2003
Did this ever work? When did it stop working? What is the date on /etc/inittab? What lines do you get from the command:
grep ":0:" /etc/inittab

Also you seem to be able to run commands when it blocks. Run "ps -ef" and "who -r" and post the results of both commands.
# 6  
Old 12-12-2003
Question

Result:
r0:0:wait:/sbin/rc0 off 1> /dev/sysmsg 2>&1 </dev/console
sd:0:wait:/sbin/chk_shutdown 0 >/dev/sysmsg 2>&1 </dev/console
c0:0:respawn:/sbin/vtgetty vt00 9600NP

Thanks
# 7  
Old 12-12-2003
who -r
. run-level 6 Dec 5 05:02 6 0 3
Login or Register to Ask a Question

Previous Thread | Next Thread

9 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. UNIX for Dummies Questions & Answers

Transfer file from server B to server C and running the script on server A

I have 3 servers A, B, C and server B is having some files in /u01/soa/ directory, these files i want to copy to server C, and i want to run the script from server A. Script(Server A) --> Files at Server B (Source server) --> Copy the files to Server C(Target Server). We dont have RSA key... (4 Replies)
Discussion started by: kiran_j
4 Replies

3. Shell Programming and Scripting

Shell script to copy a file from one server to anther server and execute the binary

Hi , Is there any script to copy a files (weblogic bianary + silent.xml ) from one server (linux) to another servers and then execute the copy file. We want to copy a file on multiple servers and run the installation. Thanks (1 Reply)
Discussion started by: Nawrajesh
1 Replies

4. Shell Programming and Scripting

Connect to server-1 from server-2 and get a file from server-1

I need to connect to a ftp server-1 from linux server-2 and copy/get a file from server-1 which follows a name pattern of FILENAME* (located on the root directory) and copy on a directory on server-2. Later, I have to use this file for ETL loading... For this I tried using as below /usr/bin/ftp... (8 Replies)
Discussion started by: dhruuv369
8 Replies

5. Shell Programming and Scripting

KSH fetching files from server A onto server B and putting on server C

Dear Friends, Sorry for this basic request. But I just started learning Ksh recently and still I am a newbie in this field. Q: I have files on one server and the date format is 20121001000009_224625.in which has year (yyyy) month (mm) and date (dd). I have these files on server A. The task... (8 Replies)
Discussion started by: BrownBob
8 Replies

6. Windows & DOS: Issues & Discussions

Office server => laptop =>client server ...a lengthy and laborious ftp procedure

Hi All, I need your expertise in finding a way to solve my problem.Please excuse if this is not the right forum to ask this question and guide me to the correct forum,if possible. I am a DBA and on a daily basis i have to ftp huge dump files from my company server to my laptop and then... (3 Replies)
Discussion started by: kunwar
3 Replies

7. Red Hat

when users ftp to server the timezone reflected is UTC but the server is set to TZ in localtime

Guys, Need your help coz my server runs in local time GMT +8, but when client use ftp and login, the resulting timestamp seen in each file is in UTC format. We need to set that the time should be the same as GMT +8 when in ftp session. I am using RHEL 5.3. root@]# ll total 1740... (2 Replies)
Discussion started by: shtobias
2 Replies

8. Shell Programming and Scripting

preserving the timestamp of a file when copied from remote server to local server using ftp

Hi, I need to copy few files from remote server to local server. I write a shell script to connect to the remote server using ftp and go to that path. Now i need to copy those files in the remote directory to my local server with the timestamp of all those files shouldnt be changed. ... (5 Replies)
Discussion started by: arunkumarmc
5 Replies

9. Solaris

NFS write failed for server.....error 11 (RPC: Server can't decode arguments)

Hello! I have a Linux nfs server (called server100 below) with a export nfs. My problem is that the Solaris client (called client100 below) doesn't seems to like it. In the Solaris syslog I got following messages (and after a while the solaris client behave liked its hanged/to buzy). Also see... (3 Replies)
Discussion started by: sap4ever
3 Replies
Login or Register to Ask a Question