1753948 Members
7291 Online
108811 Solutions
New Discussion юеВ

error on shutdown

 
Roger Mork
Occasional Contributor

error on shutdown

when on the command line I enter
shutdown -r -y 0 (I get the following
SHUTDOWN PROGRAM
01/11/08 12:01:16 MST

Broadcast Message from root (console) Fri Jan 11 12:01:16...
SYSTEM BEING BROUGHT DOWN NOW ! ! !


/sbin/auto_parms: DHCP access is disabled (see /etc/auto_parms.log)

stty: : Not a typewriter
stty: : Not a typewriter
stty: : Not a typewriter
stty: : Not a typewriter
stty: : Not a typewriter

System shutdown in progress
___________________________

Stop CDE login server .....................................................
.................................................. OK

HOW do I fix it to where not all the dots are appearing?
4 REPLIES 4
Anshumali
Esteemed Contributor

Re: error on shutdown

Roger,

Could you please clarify more? looks like you are talking about dots, is it slow, message is not what was expected.......what exactly the issue is?
Dreams are not which you see while sleeping, Dreams are which doesnt allow you to sleep while you are chasing for them!!
Roger Mork
Occasional Contributor

Re: error on shutdown

shutdown use to come up with a single row of dots the OK - now it is about 10-15 lines on the attachment I sent with origional message
Hasan  Atasoy
Honored Contributor

Re: error on shutdown

hi ;


stop or start scripts are located in /sbin/rc.x/ directories. /sbin/rc script run this scripts and use some functions from /sbin/rc.config. please look at this two files and compare them with another system at the same patch level..

Hasan
Dennis Handly
Acclaimed Contributor

Re: error on shutdown

It seems everything is working fine. It shutdown and restarted.

Your only problem is the mysterious "stty: : Not a typewriter" messages and those long lines.
And this jumbled message:
U.S. GOVERNMENT SECURITY NOTICE SD_CDROM archive bin ...

It is almost as if there was a "ls /" intermixed?

The stty message may be related to the long lines. The whole purpose of those dots is to fill the width of the terminal. Perhaps if it can't figure out the tty width from $COLUMNS, then it picks a very wide default? ~1760 dots seems a little large.

I'm not sure these are important:
WARNING[10]: BMC System Event Log is full
\EFI\HPUX\AUTO ==> boot vmunix -lq
Console is on a Serial Device

I thought -lq was "Boot the system with quorum override option", not normally used?

What type of console do you have to be "Serial"?