Operating System - HP-UX
1833847 Members
2056 Online
110063 Solutions
New Discussion

pfs_mount for hpux vs. solaris

 
SOLVED
Go to solution
deepak_9
Frequent Advisor

pfs_mount for hpux vs. solaris

Hi,

I am mounting a oracle 11 APPS CD in hpux11.0 by "pfs_mount" command . Then if I am exporting it from hp box tobe available for NFS mount. But the problem persists when I am trying to mount in solaris2.6 with simple mount command as "mount apps2:/cdrom /mntcdrom" , it gives me an error saying "protocol error".

Pl suggest a solution.
Never Ever give Up !!!!!
5 REPLIES 5
Wodisch
Honored Contributor

Re: pfs_mount for hpux vs. solaris

Hello Deepak,

I may be wrong here, but I do not see any reason for using "pfs_mount" on the APP CDs.
Use plain "mount", and the export that mount-point in "/etc/exports" and execute "exportfs -a".
HTH,
Wodisch
Hartmut Lang
Trusted Contributor

Re: pfs_mount for hpux vs. solaris

Does a read-only mount work?
mount -o ro ....
eran maor
Honored Contributor
Solution

Re: pfs_mount for hpux vs. solaris

Hi

i m giving you the menual how to use the pfs_mount and exporting it but it is for hp-ux and i dont know the command that you use in solaris .

but i thing if you will do : mount -o cdcase to the oracle cd and export and mount it in the solaris it can solve the problem , please try it .

here is the menual .
love computers
deepak_9
Frequent Advisor

Re: pfs_mount for hpux vs. solaris

Thanks a lot Eran....

I got it done by
"mount -o cdcase " syntax. It's amazing that hp-ux has such a option. Actually the purpose I was using "pfs_mount" is whenever I mount this cd with "mount" it was taking the cd contents in CAPS letters but with "-o cdcase" it's possible. Does hp only has this option or any unix flavous possess it?
Never Ever give Up !!!!!
eran maor
Honored Contributor

Re: pfs_mount for hpux vs. solaris

Hi

i m using this option with burn cd .

but i tried it ones with oracle for ito install and it work find .

i dont need to tell you that this is nonsupport option for mounting a oracle cd but it work's
love computers