HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pfs_mountd daemon dies?
Operating System - HP-UX
1833123
Members
3196
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
01-23-2003 09:48 AM
01-23-2003 09:48 AM
I have an issue where the pfs_mountd deamon dies shortly after starting it. I'm simply trying to mount a SCSI cdrom drive. What sort of things should I be looking at?
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 11:59 AM
01-23-2003 11:59 AM
Solution
Hello,
I give you some examples to mount a cdrom.
check the controller and scsi id of your cdrom in example i used c0t2d0
# ioscan -fnCdisk
-1- normal mount.# mount /dev/dsk/c0t2d0 /cdrom
to umount
# umount /cdrom
-2- mount cdrom's with long file names.
# mount -F cdfs -o cdcase /dev/dsk/c0t2d0 /cdrom
to umount
# umount /cdrom
-3- mount Rock Ridge cdroms.
check
# ps -ef | grep nfs
# ps -ef | grep mountd
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
# /usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/c0t2d0 /cdrom
to umount
# /usr/sbin/pfs_umnount /cdrom
-4- skipp all above methodes and install a few patches.
Install the Rock-Ridge extension patches instead and never worry about these problems. For HP-UX 11.00 you will need forget all about PFS and install PHKL_26448, PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11i you need PHCO_25841, PHKL_26269 , and PHKL_25760.
No need thereafter to use -o cdfs to mount anymore, provided you enter the CD drive in /etc/fstab like this:
*
/dev/cd0 /cdrom cdfs ro,rr,noauto 0 0
Hope it helps,
Robert-Jan.
I give you some examples to mount a cdrom.
check the controller and scsi id of your cdrom in example i used c0t2d0
# ioscan -fnCdisk
-1- normal mount.# mount /dev/dsk/c0t2d0 /cdrom
to umount
# umount /cdrom
-2- mount cdrom's with long file names.
# mount -F cdfs -o cdcase /dev/dsk/c0t2d0 /cdrom
to umount
# umount /cdrom
-3- mount Rock Ridge cdroms.
check
# ps -ef | grep nfs
# ps -ef | grep mountd
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
# /usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/c0t2d0 /cdrom
to umount
# /usr/sbin/pfs_umnount /cdrom
-4- skipp all above methodes and install a few patches.
Install the Rock-Ridge extension patches instead and never worry about these problems. For HP-UX 11.00 you will need forget all about PFS and install PHKL_26448, PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11i you need PHCO_25841, PHKL_26269 , and PHKL_25760.
No need thereafter to use -o cdfs to mount anymore, provided you enter the CD drive in /etc/fstab like this:
*
/dev/cd0 /cdrom cdfs ro,rr,noauto 0 0
Hope it helps,
Robert-Jan.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP