Operating System - HP-UX
1756279 Members
2549 Online
108843 Solutions
New Discussion юеВ

Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!

 
study unix
Regular Advisor

Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!

Hi Bill,
Thanks for your response,
I don't find error from syslog,
but, if you can give some example regarding to find bad disk, or what indicator can indentify bad disk!
Thanks again!
Steven E. Protter
Exalted Contributor

Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!

Shalom,

grep lbolt /var/adm/syslog/syslog.log

Use mstm,cstm or xstm to test disks.

You might have a stale, former nfs mount.

/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.core stop

/sbin/init.d/nfs.client start
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Bhadresh
Trusted Contributor

Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!

Abid Iqbal
Regular Advisor

Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!

Hi,
Share the /etc/fstab and /etc/mntab
Check for any stale mounts.