- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bdf not responding system hangs
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
06-03-2004 03:11 AM
06-03-2004 03:11 AM
Full backup started on akl : Mon May 31 22:30:01 YDT 2004 (Scheduled Backup)
{ fbackup -0 -u -g /etc/sam/br/graphBDAa16639 -I /var/sam/log/br_index.full -c /etc/sam/br/fbackup_config -d /var/adm/fbackupfiles/dates -f /dev/rmt/0m } 2>&1
Full backup completed with warnings on akl : Mon May 31 23:59:49 YDT 2004 . Exit code = 4 Full backup started on akl : Tue Jun 1 22:30:00 YDT 2004 (Scheduled Backup)
{ fbackup -0 -u -g /etc/sam/br/graphBDAa16639 -I /var/sam/log/br_index.full -c /etc/sam/br/fbackup_config -d /var/adm/fbackupfiles/dates -f /dev/rmt/0m } 2>&1
Full backup started on akl : Wed Jun 2 22:30:01 YDT 2004 (Scheduled Backup)
{ fbackup -0 -u -g /etc/sam/br/graphBDAa16639 -I /var/sam/log/br_index.full -c /etc/sam/br/fbackup_config -d /var/adm/fbackupfiles/dates -f /dev/rmt/0m } 2>&1
Thanks,
Doug
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 03:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 03:22 AM
06-03-2004 03:22 AM
Re: bdf not responding system hangs
Looks like you have some stale nfs mount on the system.
Even I faced a similar problem recently.
Remeady is to unmount and then mount those stale nfs mounts.
Hope that helps,
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 03:48 AM
06-03-2004 03:48 AM
Re: bdf not responding system hangs
Thanks,
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 03:50 AM
06-03-2004 03:50 AM
Re: bdf not responding system hangs
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 04:22 AM
06-03-2004 04:22 AM
Re: bdf not responding system hangs
Thanks,
Doug
root 1432 1429 0 May 25 ? 0:00 /usr/sbin/nfsd 4
root 1429 1 0 May 25 ? 0:00 /usr/sbin/nfsd 4
root 1431 1430 0 May 25 ? 0:00 /usr/sbin/nfsd 4
root 1430 1429 0 May 25 ? 0:00 /usr/sbin/nfsd 4
root 18589 16815 0 08:21:52 pts/to 0:00 grep nfsd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 04:33 AM
06-03-2004 04:33 AM
Re: bdf not responding system hangs
cat /etc/fstab |grep nfs|awk -F ":" '{print $1}'
the above command would give u a list of NFS servers from which you have nfs mounted some filesystems.
ping to every system and make sure that all are up. if not investigate and fix that.
What u r trying to restart is the NFS Server daemon.. there would be no luck anyway if u try that. u could try nfs.client stop & start
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 05:17 AM
06-03-2004 05:17 AM
Re: bdf not responding system hangs
Any suggestions,
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 10:59 PM
06-03-2004 10:59 PM
Re: bdf not responding system hangs
No idea what this product is but as you have the following error message as you mentiuoned in the request "NFS server not responding still trying" ... It is something to do with the NFS mounts !
Regds,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 11:48 PM
06-03-2004 11:48 PM
Re: bdf not responding system hangs
With a stale nfs mount sometimes you can make it live using mount -O on the filesystem -O means overlay the existing one.
you can also try to unmount it using the -f force option. if not reboot is the only way I know to solve a stale mount point.
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 12:31 AM
06-04-2004 12:31 AM
Re: bdf not responding system hangs
Once you verify and correct the nfs server, then re-mount the nfs directory.
This should solve your problem.
Hope that helps,
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 02:54 AM
06-04-2004 02:54 AM
Re: bdf not responding system hangs
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 05:28 AM
06-04-2004 05:28 AM
Re: bdf not responding system hangs
And since you mantioned SD_CDROM, are you installing software from HP CDs with NFS? DON'T! swinstall has the ability to install without any NFS running. Just use swreg on the server with the CDROM to register the CD. Then every server on your network can see the CDROM with swinstall. (and no NFS hangs)
Bill Hassell, sysadmin