Operating System - HP-UX
1824222 Members
4044 Online
109669 Solutions
New Discussion юеВ

What does the message mean?

 
SOLVED
Go to solution
Katsu39
Frequent Advisor

What does the message mean?

Hello All;
We are useing the servers which are HP9000/N Class, and HP-UX11.0 on those severs.
4 of thoes had been shuted down for the maintenance.

At that time, we found the messages below.
" sync'ing disks (0) buffers to flush "
" 0 buffes not flushed "
" 0 bffers still dirty "

It didn't seem error on the systems.
But, we found those messages, on 3 of those systems which had been shuted down.
1 of those didn't show those messges.

Do someone know what's a differs bitween them.
and What are going on those systems?

Regars.
Katsu
8 REPLIES 8
Biswajit Tripathy
Honored Contributor
Solution

Re: What does the message mean?

That message is perfectly fine. Not an error.

- Biswajit
:-)
Indira Aramandla
Honored Contributor

Re: What does the message mean?

Hi

There are no errors or warning messages. 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.

There is noting to worry.


IA
Never give up, Keep Trying
Suraj Singh_1
Trusted Contributor

Re: What does the message mean?

Hi,

I think you should check the syslog.log file for any errors (if at all) in the server which did not show those messages.

Normally, system automatically recovers from this situation.

Regards
What we cannot speak about we must pass over in silence.
Adisuria Wangsadinata_1
Honored Contributor

Re: What does the message mean?

Hi Katsu,

The message is fine, my systems also have those messages when it shuted-down. The message inform that the system is ready to power-off. Since after those message, you will see the message below :

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

For the system that no have those message, you can check it the /etc/rc.log to check whether the system shutdown gracefully or not.

Hope this information can help.

Cheers,
Adisuria Wangsadinata



now working, next not working ... that's unix
Cem Tugrul
Esteemed Contributor

Re: What does the message mean?

Hi Katsu,

i am agree with all replies..no need to
add advice anymore.

Good Luck,
Our greatest duty in this life is to help others. And please, if you can't
YOGI_3
Frequent Advisor

Re: What does the message mean?

That's not an error...
every server is checking for dirty buffers while shutting down.
There is never a wrong time to do the right things
Nguyen Anh Tien
Honored Contributor

Re: What does the message mean?

Hi Katsu.
It is not error.
as you know. when server is shutting down all information in memory (RAM) must be flush to disk (or storage)
SO YOU SEE
" sync'ing disks (0) buffers to flush "
" 0 buffes not flushed "
" 0 bffers still dirty "
0 BUFFES IS OK. it mean buffer is empty. there is no data inside.

that all
HTH
tienna
pls, do not forget to assign point to replies
HP is simple
Katsu39
Frequent Advisor

Re: What does the message mean?

Hello everybody;

Thank you for quic replying to me.
I'm relieved to read all of replies.

And I've checked all logs but there were no erros on the severs.

Thanks,
Katsu.