- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pfs_umount is hung
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
05-03-2007 09:17 AM
05-03-2007 09:17 AM
OS is 11.0.
Points awarded.
thx,
Andy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 09:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 09:23 AM
05-03-2007 09:23 AM
Re: pfs_umount is hung
No there is no way I know of the clear that other than a reboot.
FYI -- The rock ridge extension patches were designed to eliminate the need for the pfs* junk.
For HP-UX 11.0 the patches are:
PHCO_26449
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_26449&sel={hpux:11.00,}&BC=main|search|
PHKL_26450
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_26450&sel={hpux:11.00,}&BC=main|search|
PHKL_28060
http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHKL_28060&sel={hpux:11.00,}&BC=main|search|
(Note PHKL_28060 superseded PHKL_26448. PHKL_26448 is listed in the other 2 patches above as being needed for the rock ridge extension to work. If you install PHKL_28060 you will be OK.)
You will have to reboot after these patches are installed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 09:24 AM
05-03-2007 09:24 AM
Re: pfs_umount is hung
Reboot. If you don't terminate the daemons correctly, things go from bad to worse.
You NEED to acquire the three (3) patches for 11.0 that support Rockridge format mounts. While the installation of these patches requires a reboot, you will never again have to resort to this kludge.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 09:35 AM
05-03-2007 09:35 AM
Re: pfs_umount is hung
I saw this on the usergroup for mount options, you recommend these options?
# /usr/sbin/mount -F cdfs -e -o ro,rr device_file /cdrom
Thx for the quick response.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 09:39 AM
05-03-2007 09:39 AM
Re: pfs_umount is hung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 09:45 AM
05-03-2007 09:45 AM
Re: pfs_umount is hung
In addition, once you have the necessary patches installed, you can disable the startup of NFS (in 'etc/rc.config.d/nfsconf' if you dont' want/need it. The pfs_mount mechanism leveraged this. This elimiates a few extra daemons if you don't need them and tightens your security too.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 09:53 AM
05-03-2007 09:53 AM
Re: pfs_umount is hung
Am I missing something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 09:54 AM
05-03-2007 09:54 AM
Re: pfs_umount is hung
If you do receive an error with the command you mention, just remove the '-F cdfs' so that it looks like:
# /usr/sbin/mount -o ro,rr device_file /cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 09:56 AM
05-03-2007 09:56 AM
Re: pfs_umount is hung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 10:05 AM
05-03-2007 10:05 AM
Re: pfs_umount is hung
# mount -o rr,cdcase /dev/dsk/c1t4d0 /cdrom
# ll /cdrom
total 268
-r-xr-xr-x 1 -1 -1 534 May 10 2005 autorun.inf
-r-xr-xr-x 1 -1 -1 301 May 10 2005 cdinstall.bat
dr-xr-xr-x 1 -1 -1 2048 May 10 2005 docs
dr-xr-xr-x 1 -1 -1 2048 May 10 2005 j2re_win
-r-xr-xr-x 1 -1 -1 126617 Feb 12 10:43 relnotes.txt
dr-xr-xr-x 1 -1 -1 4096 Oct 5 2006 v61
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 11:15 AM
05-03-2007 11:15 AM
Re: pfs_umount is hung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 11:22 AM
05-03-2007 11:22 AM
Re: pfs_umount is hung
Sounds like I don't really need to concern myself with it.
When I ran pfs_mount earlier, the ownership was root:sys.
Thx again,
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2007 07:44 PM
05-03-2007 07:44 PM
Re: pfs_umount is hung
for mounting DVDs I don't use the option 'rr' at all - only 'cdcase'. If I remember correctly, 'rr' had that effect for such media.
I use 'rr' solely for CDs.
mfg Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 04:29 AM
05-10-2007 04:29 AM