1830909 Members
1781 Online
110017 Solutions
New Discussion

shutdown error..

 
SOLVED
Go to solution
Pando
Regular Advisor

shutdown error..

Dear Gurus,

Whenever i shutdown my hpux ia64 system, using the command below:

# shutdown -ry 0

I got the message,

sync'ing disks (0 buffers to flush)
0 buffers not flushed
0 buffers still dirty

what does the message implies. Is there something wrong with my system?
4 REPLIES 4
Naveej.K.A
Honored Contributor
Solution

Re: shutdown error..

Fernando,

These are not errors and there is no wrong with your system.

Just wait for the following message to shutdown the system.

System has halted
OK to turn off power or reset system
UNLESS "WAIT for UPS to turn off power"

During shutdwon its just synchronising (sync) the memory contents with the disk.

All the best,
--Naveej
practice makes a man perfect!!!
Henk Geurts
Esteemed Contributor

Re: shutdown error..

hi Fernando
nothing wrong
check this link :
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=846116

regards.
Henk
Indira Aramandla
Honored Contributor

Re: shutdown error..

Hi Fernando,

These are not errors. The above message is perfectly fine.

If you have problems this will be reported in your syslog.log and the file /var/tombstones/ts99 and there will be core dumps in /var/adm/crash.


IA
Never give up, Keep Trying
Pando
Regular Advisor

Re: shutdown error..

Many thanks for the inputs.