- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- implement command "bdf " then to be halted, what h...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2010 05:42 PM
07-12-2010 05:42 PM
implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
root@know:/ # bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 1048576 331160 711848 32% /
/dev/vg00/lvol1 1835008 199280 1623032 11% /stand
/dev/vg00/lvol8 8912896 8151608 755528 92% /var
/dev/vg00/lvol7 4554752 3101080 1442360 68% /usr
/dev/vg00/lvol4 1048576 231296 811704 22% /tmp
/dev/vg00/lvol6 7782400 5216376 2546040 67% /opt
DevFS 11 11 0 100% /dev/deviceFileSystem
/dev/deviceFileSystem/Usb/MassStorage/dsk/disk@hp-1008+294=A60020000001
4021966 4021966 0 100% /njl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2010 05:56 PM
07-12-2010 05:56 PM
Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2010 06:22 PM
07-12-2010 06:22 PM
Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
You can also check for possible clues in syslog.log and dmesg
One of your mounted file system is having issues for sure and that is the reason bdf getting hung.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2010 06:38 PM
07-12-2010 06:38 PM
Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
thanks for your full reply,
moreover, how to check NFS status ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2010 06:45 PM
07-12-2010 06:45 PM
Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2010 06:46 AM
07-14-2010 06:46 AM
Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
Post a copy of /etc/fstab and we can tell what you are mounting.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2010 12:29 AM
07-15-2010 12:29 AM
Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1279182396991+28353475&threadId=236268
Besides on nfs server socket overflow indicates your nfs performance :
# netstat -sp udp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2010 01:40 AM
07-15-2010 01:40 AM
Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
Thanks for all replies,
1./etc/fstab as below:
# System /etc/fstab file. Static information about the file systems
# See fstab(4) and sam(1M) for further details on configuring devices.
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand vxfs tranflush 0 1
/dev/vg00/lvol4 /tmp vxfs delaylog 0 2
/dev/vg00/lvol5 /home vxfs delaylog 0 2
/dev/vg00/lvol6 /opt vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2
/dev/vg00/myswap /myswap swap defaults 0 0
2.use command "showmount" error is
showmount: ora: RPC: Program not registered
anyhow, bdf is still halted!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2010 04:30 AM
07-15-2010 04:30 AM
Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2010 06:16 PM
07-15-2010 06:16 PM
Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
dmesg
tail -100 /var/adm/syslog/syslog.log
Yoy may have a bad disk that is causing bdf (and other processes) to hang.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010 04:44 AM
07-22-2010 04:44 AM
Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010 05:10 AM
07-22-2010 05:10 AM
Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
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
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010 05:42 AM
07-22-2010 05:42 AM
Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
Is it bdf -l works fine?
Have a look at following threads:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1085010
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=607077
Regards,
Bhadresh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2010 11:10 PM
07-22-2010 11:10 PM
Re: implement command "bdf " then to be halted, what happened ? please help me how to deal with it!
Share the /etc/fstab and /etc/mntab
Check for any stale mounts.