Operating System - HP-UX
1834770 Members
2998 Online
110070 Solutions
New Discussion

How to mount oracle media on HPUX PA-Risc L-class v11i

 
SOLVED
Go to solution
Frank de Vries
Respected Contributor

How to mount oracle media on HPUX PA-Risc L-class v11i

[orasrv4:/SD_DVD]# model
9000/800/L1500-7x
[orasrv4:/SD_DVD]# uname -a
HP-UX orasrv4 B.11.11 U 9000/800 1755927601 unlimited-user license
[orasrv4:/SD_DVD]#

According to the quick installation guide for Oracle 10g media (page 32) we should use the following command for HP-UX PA-RISC:
#/usr/sbin/mount -F cdfs -o rr /dev/dsk/cxtydz /SD_DVD

However the -o rr option is not known.

Do I need to install patches to get this option supported or do I use a different method ? Is pfs_mount still used for Oracle 10g ?

When I just mount without the -o rr it mounts the media, but then the directories are not useable e.g.
[orasrv4:/SD_DVD]# ll
total 64
-r-xr-xr-x 1 4294967295 4294967295 987 Jun 26 2005 INDEX.PDX;1
dr-xr-xr-x 1 4294967295 4294967295 2048 Jun 26 2005 INDEX
dr-xr-xr-x 1 4294967295 4294967295 4096 Jun 26 2005 DOC
-r-xr-xr-x 1 4294967295 4294967295 4363 Aug 7 2005 WELCOME.HTM;1

Oh, by the way for those of you who are not aware the -o rr stands for rock ridge.

Thanks for your input:

Look before you leap
3 REPLIES 3
Frank de Vries
Respected Contributor

Re: How to mount oracle media on HPUX PA-Risc L-class v11i

Sorry , It is pfs_mount after all , deamons where not running properly.
WOnder why the quick quide thinks there is an option -o rr
Never mind ...
Look before you leap
V. Nyga
Honored Contributor
Solution

Re: How to mount oracle media on HPUX PA-Risc L-class v11i

Sorry for the late reply - a system without rock ridge option? The patch is 5 years old now!
PHCO_25841
PHKL_26269
PHKL_34153
The normal mount command should work then, and it's saver than the old pfs_mount.

Volkmar
*** Say 'Thanks' with Kudos ***
Frank de Vries
Respected Contributor

Re: How to mount oracle media on HPUX PA-Risc L-class v11i

Thanks Volkmar :))
Good to know this customer is running at lease 5 years behind , enough work security ensured here !!
Look before you leap