Operating System - HP-UX
1834697 Members
1986 Online
110069 Solutions
New Discussion

Re: pfs_mount and hpux 11.0

 
David_550
Advisor

pfs_mount and hpux 11.0

Hi, i have a problem with mount oracle 7.3.4. cd in a hpux 11.0
I edit the file /etc/pfs_fstab
with
/dev/dsk/c1t0d0 /SD_CDROM pfs-rrip xlat=unix 10

i then execute
# /usr/sbin/pfs_mountd &
# /usr/sbin/pfsd &
but when execute
# /usr/sbin/pfs_mount /SD_CDROM
this error is present
/usr/sbin/pfs_mountd: can´t contact pfs_mountd.rpc:hpmuni:rpc program not registred

please help
Than
8 REPLIES 8
Joseph Loo
Honored Contributor

Re: pfs_mount and hpux 11.0

hi,

did you start nfs.server?

try this after adding the entry in /etc/pfs_fstab which you have done so:

# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
# /sbin/init.d/nfs.server start
# pfs_mount /SD_CDROM


regards.
what you do not see does not mean you should not believe
Sanjiv Sharma_1
Honored Contributor

Re: pfs_mount and hpux 11.0

Hi David,

Please check this link:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=42509

hth.
Everything is possible
Karthik S S
Honored Contributor

Re: pfs_mount and hpux 11.0

https://www.beepz.com/personal/merijn/#FAQ

Look under

My CD-ROM doesn't show what I expect

-Karthik S S
For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
T G Manikandan
Honored Contributor

Re: pfs_mount and hpux 11.0

Forget pfs mounts

Install
PHKL_28060
PHCO_26449
PHKL_26450

# mount -F cdfs -o rr /dev/dsk/c1t0d0 /SD_CDROM
Jakes Louw
Trusted Contributor

Re: pfs_mount and hpux 11.0

TG

Do those patches CORRECTLY emulate the RockRidge protocol as used by Oracle for their S/W CDs?

Just asking....
Trying is the first step to failure - Homer Simpson
John Flanagan
Regular Advisor

Re: pfs_mount and hpux 11.0

I think that there is an extention to the mount command for HP-UX 11i and possibly 11 that will mount a ridge rock format cd correctly and therfore you do not need to use pfs_mount.

Regards,

John.
Bill Hassell
Honored Contributor

Re: pfs_mount and hpux 11.0

Load the 3 patches for HP-UX (11.00 or 11.11) and you can forget PFS forever. PFS relies on NFS and is very buggy when the steps are out of order...not recommended for any production server. The 3 patches add RockRidge support (that works just fine with Oracle CDs) to the native mount command. The option is -orr. Note that if any of the 3 patches is missing, mount -orr is silently ignored. Note also that the patch numbers are different for 11.00 versus 11.11.


Bill Hassell, sysadmin
Jeffrey Killian
Frequent Advisor

Re: pfs_mount and hpux 11.0

Most definately dump the PFS mounting! It is most unforgiving if you forget to pfs_unmount....System gets hosed and you end up needing to do a restart to make the problem go away (did MS write this routine?). We loaded the patches (for UX-11.0) decribed in the post and they work like champs - Now we mount Oracle CD's and read them just like any other...NICE !