- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pfs_mountd/pfsd
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-2006 06:08 AM
09-15-2006 06:08 AM
On an HP-UX/UNIX/Linux platform, to use the image directly from your hard drive without burning a physical disc you will need to do the following:
HP-UX
nohup pfs_mountd &
nohup pfsd &
pfs_mount -o xlat=UNIX pathToIso mountPoint
But the following error has occurred:
pfs_mountd: can't contact pfs_mountd.rpc: wks22cs: RPC: Program not registered
pfs_mountd: pfs_mountd: can't contact pfs_mountd.rpc: wks22cs: RPC: Program not registered
Can someone help me ?
Best regards, TIA
Jose
Solved! Go to Solution.
- Tags:
- ISO image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 06:10 AM
09-15-2006 06:10 AM
Solutionps -ef |grep rpc
root 1149 1 0 Aug 13 ? 0:00 /usr/sbin/rpc.lockd
root 1085 1 0 Aug 13 ? 0:00 /usr/sbin/rpcbind
root 1143 1 0 Aug 13 ? 0:00 /usr/sbin/rpc.statd
root 1536 1 0 Aug 13 ? 0:59 /opt/dce/sbin/rpcd
root 1945 1 0 Aug 13 ? 0:00 /usr/sbin/rpc.mountd
palas01v 19668 17345 0 13:10:29 pts/13 0:00 grep rpc
root 23053 1180 0 Aug 25 ? 0:00 /usr/dt/bin/rpc.ttdbserver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 06:17 AM
09-15-2006 06:17 AM
Re: pfs_mountd/pfsd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 06:20 AM
09-15-2006 06:20 AM
Re: pfs_mountd/pfsd
wks22cs:/tmp/patche# ps -ef|grep rpc
root 654 1 0 14:32:35 ? 0:00 /usr/sbin/rpcbind
root 1066 1 0 14:32:43 ? 0:00 /opt/dce/sbin/rpcd
root 1825 1632 0 15:12:16 ttyp1 0:00 grep rpc
wks22cs:/tmp/patche#
Where can I set their initialization ?
TIA, regards
Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 06:25 AM
09-15-2006 06:25 AM
Re: pfs_mountd/pfsd
like this:
Start NFS core subsystem
Output from "/sbin/rc2.d/S400nfs.core start":
----------------------------
starting NFS CORE networking
starting up the rpcbind
/usr/sbin/rpcbind
starting up the nfskd daemon
/usr/sbin/nfskd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 06:32 AM
09-15-2006 06:32 AM
Re: pfs_mountd/pfsd
NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=16
NUM_NFSIOD=16
PCNFS_SERVER=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 06:43 AM
09-15-2006 06:43 AM
Re: pfs_mountd/pfsd
You have mail.
Value of TERM has been set to "hpterm".
WARNING: YOU ARE SUPERUSER !!
wks22cs:/# ps -ef|grep rpc
root 655 1 0 15:33:24 ? 0:00 /usr/sbin/rpcbind
root 714 1 0 15:33:26 ? 0:00 /usr/sbin/rpc.lockd
root 708 1 0 15:33:25 ? 0:00 /usr/sbin/rpc.statd
root 1109 1 0 15:33:34 ? 0:00 /opt/dce/sbin/rpcd
root 1555 1 0 15:34:26 ? 0:00 /usr/sbin/rpc.mountd
root 1765 1744 0 15:34:49 ttyp1 0:00 grep rpc
wks22cs:/# nohup pfs_mountd &
[1] 1774
wks22cs:/# Sending output to nohup.out
wks22cs:/# nohup pfsd &
[2] 1780
wks22cs:/# Sending output to nohup.out
[1] - Done(1) nohup pfs_mountd &
wks22cs:/#
wks22cs:/# cat nohup.out
pfs_mountd: pfs_mountd: can't contact pfs_mountd.rpc: wks22cs: RPC: Program not registered
pfs_mountd: can't contact pfs_mountd.rpc: wks22cs: RPC: Program not registered
pfsd: pfsd: can't contact pfsd.rpc: wks22cs: RPC: Program not registered
pfsd: pfsd: can't contact pfsd.rpc: wks22cs: RPC: Program not registered
pfsd: pfsd: can't register pfsd.rpc with pfs_mountd.rpc: wks22cs: RPC: Program not registered
pfs_mountd: pfs_mountd: can't contact pfs_mountd.rpc: wks22cs: RPC: Program not registered
pfs_mountd: can't contact pfs_mountd.rpc: wks22cs: RPC: Program not registered
pfsd: pfsd: can't contact pfsd.rpc: wks22cs: RPC: Program not registered
pfsd: pfsd: can't contact pfsd.rpc: wks22cs: RPC: Program not registered
pfsd: pfsd: can't register pfsd.rpc with pfs_mountd.rpc: wks22cs: RPC: Program not registered
wks22cs:/#
Any hints ? The Rock-Ridge patch is already installed.
BTW, rp3440 HP-UX 11.11
TIA, regards
Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 07:03 AM
09-15-2006 07:03 AM
Re: pfs_mountd/pfsd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 07:14 AM
09-15-2006 07:14 AM
Re: pfs_mountd/pfsd
I you have a current 11x release with the necessary patches for native CDROM mounting, you should be able to do:
# /usr/sbin/mount -F cdfs -e -o ro,cdcase /dev/dsk/cXtYdZ /cdrom
Then, you can avoid all of the problems that come with 'pfs' mounts along with the NFS services needed with it!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 07:24 AM
09-15-2006 07:24 AM
Re: pfs_mountd/pfsd
James, I am just trying to avoid burning 5 CDs for the installation of OVO 8/NNM 7.5.
I am following the instructions posted in the download URL for OpenView:
http://h20229.www2.hp.com/downloads/iso_format.html
TIA, regards
Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 07:45 AM
09-15-2006 07:45 AM
Re: pfs_mountd/pfsd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 08:10 AM
09-15-2006 08:10 AM
Re: pfs_mountd/pfsd
It can be an Oracle CD-ROM, or a CD created on Windows, or whereever they used Rock Ridge extensions. Long names are truncated or show upper case only. Oracle tells you to use pfs_mount.
Do not use pfs_mount!. 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 (now superceded by PHKL_28060), PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11.11 (11i) you need PHCO_25841, PHKL_26269, and PHKL_25760 (now superceded by PHKL_28025).
Installation of patches requires a reboot.
swinstall -x autoreboot=true -x autoselect_patches=TRUE -x patch_match_target=TRUE -x patch_filter=*
.* -s pc1005:/var/software/hp/rockridge @`hostname`
To mount a Rockridge CD (instead of using pfs_mount):
mount -F cdfs -o ro,rr,noauto /dev/cdrom /cdrom
To unmount:
umount /cdrom
To share out the cd over NFS:
exportfs -i -o ro,anon=0 /cdrom
On remote:
mount -F nfs sha1:/cdrom /zmnt
Note: client server does NOT need to have Rock Ridge patches installed to access the cdrom remotely.
Note 2: For HP-UX 11iV2 (11.23) - RockRidge is built into the OS - no need for a patch.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 10:26 AM
09-15-2006 10:26 AM
Re: pfs_mountd/pfsd
I think I have to burn the CDs. I only do not understand why HP has made a decision to make the download images as iso images. It was much easier the previous format, as depot images.
I will close the thread. Tnxs you all for the help. I assigned points for all of you.
Tnxs a lot, best regards
Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2006 10:28 AM
09-15-2006 10:28 AM
Re: pfs_mountd/pfsd
Best regards to all of you
Jose