1752785 Members
6029 Online
108789 Solutions
New Discussion юеВ

Re: Oracle and PFS_Mount

 
Chris Fadrowski
Super Advisor

Oracle and PFS_Mount

we constantly lock up our hpux system mounting oracle cd's using pfs_mount. Can some one direct me to a fix or patch for this. We do the nohup exercise as well, but have little luck. Are there any patches or procedures that may be of importance that i can check for or any bullet proof procedures available. Running HPUX 11.0 on a n4000.
13 REPLIES 13
Helen French
Honored Contributor

Re: Oracle and PFS_Mount

A good and recent discussion about the same subject:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x003006350fe2d61190050090279cd0f9,00.html
Life is a promise, fulfill it!
Ken Hubnik_2
Honored Contributor

Re: Oracle and PFS_Mount

Here is a reference to patches you can apply.
James R. Ferguson
Acclaimed Contributor

Re: Oracle and PFS_Mount

Hi:

You can do away with the pfs_mount and all its associated problems. For 11.0, download and apply the following three patches:

PHKL_26448
PHCO_26449
PHKL_26450

A reboot is required for this installation. When done, mount your CD thusly:

# mount -F cdfs -o rr /dev/dsk/cXdYtZ /cdrom

Regards!

...JRF...
harry d brown jr
Honored Contributor

Re: Oracle and PFS_Mount


On server where CD drive is located:

nohup /usr/sbin/pfs_mountd &
nohup pfsd &

pfs_mount -t rrip -x unix /dev/dsk/c0t6d0 /cdrom


Now, if you want to use the network and remotely access the tape drive, follow above instructions, and then follow these for the system without the CD drive:

nohup /usr/sbin/pfs_mountd &
nohup pfsd &

pfs_mount -o hard vpart1:/cdrom /SD_CDROM


Of course REMEMBER to use pfs_umount to unmount, otherwise you will have issues ejecting the CD.

Unmounting SEQUENCE for server WITHOUT cd:

cd /
pfs_umount /SD_CDROM

then, server with CD:

cd /
pfs_umount /cdrom

live free or die
harry
Live Free or Die
eran maor
Honored Contributor

Re: Oracle and PFS_Mount



First install the follow patches :


PHKL_26448 - s700_800 11.00 Y2k; Rock Ridge extension for ISO-9660

PHCO_26449 - s700_800 11.00 Add Rock Ridge extension to mount_cdfs(1M)

PHKL_26450 - s700_800 11.00 Rock Ridge extension for ISO-9660



Then :

# mount -F cdfs -o rr /dev/dsk/cxtydz /cdrom


==========================================================================================================


FYI

On HP-UX 11.11 :


First install the follow patches :


PHKL_25620 - s700_800 11.11 Rock Ridge extension for ISO-9660

PHCO_25841 - s700_800 11.11 Add Rock Ridge extension to mount_cdfs(1M)



Then :

# mount -F cdfs -o rr /dev/dsk/cxtydz /cdrom


love computers
Chris Fadrowski
Super Advisor

Re: Oracle and PFS_Mount

but doesn't PHKL_26448 have warnings attached to it? How safe is it?
Ravi_8
Honored Contributor

Re: Oracle and PFS_Mount

Hi,

HP has released patches , we no require pfs daemons

PHCO_25841 s700_800 11.11 Add Rock Rodge extension to mount_cdfs(1M)

for 11.00

PHKL_26448,PHCO_26449,PHKL_26450
after applying these patches we can use the updated mount command for oracle/DB2 CD's
never give up
James R. Ferguson
Acclaimed Contributor

Re: Oracle and PFS_Mount

Hi (again) Chris:

Yes, for 11.0, PHKL_26448 (and the companions patch for 11.11, PHKL_26520) have critical warnings associated with them, notably that these patches may cause a system panic when reading a CD/DVD with RockRidge extensions.

Unfortunately, in either release the aforementioned patches are but one of three required to enable RockRidge CDFS support with the native 'mount' command.

If you elect not to install, or if you deinstall, patch PHKL_26448 or PHKL_26520, you will need to use the 'pfs_mount' mechanism.

In my opinion, if you have a development server or even a production one where you can schedule possible downtime, you may want to "chance" the possible panic situation. I have used the patches in 11.11 without problems.

Regards!

...JRF...
Bill Hassell
Honored Contributor

Re: Oracle and PFS_Mount

The warning for the Rock Ridge patches is precautionary. A corner case CDROM format will cause the code to panic the system. It may never occur on Oracle CDROMs but there is no guarentee. I would put the patches on a test or development server and then export the result to a production server. Hopefully a replacement patch will out soon.


Bill Hassell, sysadmin