- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Commands hang for file listings and bdf
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
09-15-2000 12:08 PM
09-15-2000 12:08 PM
NFS server rga6 not responding still trying
Please consult,
..Joe
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2000 12:18 PM
09-15-2000 12:18 PM
Re: Commands hang for file listings and bdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2000 12:24 PM
09-15-2000 12:24 PM
SolutionI think you're going to have to reboot! I had the same problem during my early explorations of pfs_mounts. Your processor usage is probably growing all the time and will continue to do so. Bite the bullet and boot. In the future, if you kill the daemons, do so in the reverse order that you start them. Then you should be OK.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2000 12:27 PM
09-15-2000 12:27 PM
Re: Commands hang for file listings and bdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2000 12:30 PM
09-15-2000 12:30 PM
Re: Commands hang for file listings and bdf
..Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2000 12:31 PM
09-15-2000 12:31 PM
Re: Commands hang for file listings and bdf
Kofi's right. You should do pfs_umount first, then if that is successful, kill (sigterm (15)) the daemons in the reverse order you started them. Do not use kill -9 unless you absolutely have to -- here, in case the kill -15 didn't work.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2001 04:53 AM
09-13-2001 04:53 AM
Re: Commands hang for file listings and bdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2001 05:02 AM
09-13-2001 05:02 AM
Re: Commands hang for file listings and bdf
When is HP going to do away with the pfs utilities? Just about every other UNIX platform has native support for mounting CD. When is HP going to get on the ball with this? PFS sucks, always did, always will.
That said, I thought I'd just mention that in our shop we avoid using PFS. For Oracle, we usually copy the contents of the Oracle install CDs into a staging area and NFS mount this area on the various machine when doing the install.
The install takes MUCH less time this way than by using pfs...and its much more stable.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2001 06:39 PM
09-13-2001 06:39 PM
Re: Commands hang for file listings and bdf
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 10:31 AM
09-14-2001 10:31 AM
Re: Commands hang for file listings and bdf
If you(or the dbas) need to install Oracle
on lot of systems, i would suggest you to
option of making a copy of the CD on
a NFS server and exporting it to other systems.
That makes the install process easier. You
wouldnt need to PFS mount the CDs on every
system where the install has to be done.
Regarding your problem, as everybody mentioned, reboot is the only way to get
out of it.
-raj