- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- BDF hung and had to reboot the server
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
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
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-16-2010 07:52 AM
тАО07-16-2010 07:52 AM
Today morning I did bdf and it hung, so i have to reboot the server. not sure what was the reason for server hung
I checked the following. Could some please help me to identify the problem.
Syslog
Jul 16 10:41:35 cansxdev2 /usr/sbin/nfsd[3745]: poll failed: Interrupted system call. Exiting
Jul 16 10:42:51 cansxdev2 /usr/sbin/envd[2976]: terminated by signal 15
Jul 16 10:42:57 cansxdev2 sshd[1812]: Received signal 15; terminating.
Jul 16 10:43:52 cansxdev2 diagmond[2966]: Exit due to user requested abort
Jul 16 10:44:09 cansxdev2 cimserver[1343]: exited normally
Jul 16 10:44:18 cansxdev2 inetd[1967]: Going down on signal 15
Jul 16 10:44:20 cansxdev2 automount[1945]: exiting
Jul 16 10:44:20 cansxdev2 vasd[1854]: vasd parent process (PID 1854) exiting
Jul 16 10:44:23 cansxdev2 rpcbind: terminate: rpcbind terminating on signal. Restart with "rpcbind -w"
Jul 16 10:44:30 cansxdev2 syslogd: going down on signal 15
/usr/sbin/ netfmt -f /var/adm/nettl.LOG000 > netlog000.out
**********************Auto-Port Aggregation/9000 Networking*****************@#%
Timestamp : Fri Jul 16 EDT 2010 10:58:43.965976
Process ID : 2592 Subsystem : HP_APA
User ID ( UID ) : 0 Log Class : ERROR
Device ID : 900 Path ID : 0
Connection ID : 0 Log Instance : 0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<2011> HP Auto-Port Aggregation product can't process control
requests while the link aggregation is not enabled.
root@[/root]: lanscan -q
0
4
5
1
2
3
900
901
902
903
904
root@ [/root]: netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan1 1500 11.224.20.0 11.224.20.50 3454083 0 1405381 0 0
lo0 4136 127.0.0.0 127.0.0.1 5843 0 5843 0 0
root@cansxdev2 [/root]:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2010 07:59 AM
тАО07-16-2010 07:59 AM
Re: BDF hung and had to reboot the server
This most often happens when a remote NFS or Samba mount has gotten stale.
You might try a few diagnostics:
nfsstat
You might if possible to restart the Samba services or NFS services on the box to avoid a reboot.
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.core stop
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client 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-16-2010 08:00 AM
тАО07-16-2010 08:00 AM
Re: BDF hung and had to reboot the server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2010 11:00 AM
тАО07-16-2010 11:00 AM
Re: BDF hung and had to reboot the server
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.core stop
/sbin/init.d/nfs.core start
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
and also checked /etc/fstab, every thing looks okay but again BDF hungs.
Please help
Thanks,
Philemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2010 11:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2010 11:29 AM
тАО07-16-2010 11:29 AM
Re: BDF hung and had to reboot the server
I assumed there was NFS mounts on your system, because the behavior of your system was reported to sound exactly like such a problem.
Don't just do what I post rote.
You need to know you have NFS mounts before you bother with my procedure.
Alternate: Use mstm cstm or xstm. Check your disks. A disk going bad could cause this behavior.
dmesg
grep lbolt /var/adm/syslog/syslog.log
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-16-2010 01:13 PM
тАО07-16-2010 01:13 PM
Re: BDF hung and had to reboot the server
I unmounted all volumes and remounted them and i also found that two volumes are full and i cleaned up them, now the issue resolved
Once again thank you so much.
Thanks,
Philemon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2010 01:17 PM
тАО07-16-2010 01:17 PM