- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pfs_mount of Oracle CD Question?????
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
06-13-2003 11:52 AM
06-13-2003 11:52 AM
pfs_mount of Oracle CD Question?????
Can some one please shed some light on this situation:
Two brand new L3000-6x systems. These systems are identical in every way. The hardware and os HPUX 11.i (patchlevel as of march 2003) were installed by HP services and turned over to us.
We started to install our applications. Oracle installed on system A without a problem. We were unable to mount the install CD on System B.
The procedure that was used in both cases was from the Oracle install instructions as follows:
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &
nohup pfs_mount -t rrip -x unix /dev/dsk/c3t2d0 /cdrom
The error message returned was:
/usr/sbin/pfsd: /usr/sbin/pfsd: can't register pfsd.rpc with pfs_mountd.rpc:
rldjded1: RPC: Program not registered
I called support and they had me mount the CD as follows:
pfs_mountd &
pfsd &
pfs_mount -o xlat=unix /dev/rdsk/c3t2d0 /cdrom
The CD mounted without a problem. The Support Engineer could not explain why.
We're a brand new HP customer. Needless to say lack of an explanantion is not giving management a warm and fuzzy feeling.
Also, can someone tell me how to determine which procedure to use. I have 3 more systems to work on.
Thanx in Advance for any information.
Ken Polakowski
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 12:02 PM
06-13-2003 12:02 PM
Re: pfs_mount of Oracle CD Question?????
If you have the latest patches, you should have the patch for the mount command which lets you use it to mount a Rock Ridge CD-ROM. If you have that, you won't need the stinking pfs_mount program. Do a 'man mount_cdfs' and if you see references to the Rock Ridge format. If you don't grab patch PHCO_25841 and put it on your box. It's the best way to go.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 12:06 PM
06-13-2003 12:06 PM
Re: pfs_mount of Oracle CD Question?????
Try this and see if it works better for you:
# mount -o rr /dev/dsk/c3t2d0 /cdrom
If you are not careful with pfs* stuff you can hose your system such that only a reboot will fix it.
Use the above mount command and you will NEVER have any problems with PFS since you won't be using it anymore.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 12:11 PM
06-13-2003 12:11 PM
Re: pfs_mount of Oracle CD Question?????
Here is a script that does just that.
You run it as root and then pfs_mount /cdrom to mount up the cd.
Attached.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 12:12 PM
06-13-2003 12:12 PM
Re: pfs_mount of Oracle CD Question?????
Offhand, I'm not sure why you had the failure the first time.
Portable File System (PFS) mounting is fraught with problems. FIrstly, it requires some RPC services, notably 'nfs' and 'mountd' to be running. More importantly, if you fail to use 'pfs_umount' and/or you fail kill the launched 'pfs' daemons in the *reverse* order in which they were started, then you will hopeless hang your server. A reboot will be necessary to recover!
That said, there is a superior alternative to PFS mounts and it works absoultely fine with Oracle installations.
For 11.11, download and install these patches from the ITRC Patch database:
PHCO_25841
PHKL_28025
PHKL_26269
This will allow you to natively mount CDs in RockRidge Format (like Oracle uses).
While this requires a reboot to install, it is far superior to the old 'pfs' mount methodology. To mount your CD/DVD, do:
# /usr/sbin/mount -F cdfs -e -o ro,rr device_file
Now, forget PFS mounts and all their problems!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 12:13 PM
06-13-2003 12:13 PM
Re: pfs_mount of Oracle CD Question?????
Consider my script a historic rellic unless you hear otherwise.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 12:13 PM
06-13-2003 12:13 PM
Re: pfs_mount of Oracle CD Question?????
Here is the procedure that we use:
Make sure that your /etc/pfs_fstab file has the following entry:
/dev/dsk/cXtXdX /cdrom pfs-rrip xlat=unix,soft 0 0
(Where /dev/dsk/cXtXdX is the device file for your CDROM drive.)
START THE PFS SERVICES:
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &
(Be sure to put the & at the end, this will run the services in the background. Also note that after issuing each of these commands it may be necessary to hit ENTER once or twice more to get back to a prompt.)
MOUNT THE CD (2 different variations):
pfs_mount -t rrip -o ro -o cdcase /dev/dsk/cXtXdX /cdrom
(The -t rrip says to mount in Rockbridge International format, you will need this for certain applications which specify this type of mount. Also the /dev/dsk/cXtXdX is the device file for the CDROM drive.)
pfs_mount -o ro -o cdcase /dev/dsk/cXtXdX /cdrom
(/dev/dsk/cXtXdX refers to the device file for the CDROM drive.)
Please disregard the descriptions in parenthesis, I wrote this to put in an emergency database we have. So I wrote it for people who were not necessarily familiar with UNIX.
Hope this helps!
-Bryan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 12:17 PM
06-13-2003 12:17 PM
Re: pfs_mount of Oracle CD Question?????
For 11.i download and install the
Rock Ridge extension for ISO-9660
PHCO_25841
PHKL_26269 (re-boot required)
PHKL_28025
Then mount as follows,
# mount -F cdfs -o rr /dev/dsk/c3d2t0 /cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 12:20 PM
06-13-2003 12:20 PM
Re: pfs_mount of Oracle CD Question?????
Elsewhere on this forum, I read that the recommended approach is to dump the pfs applications and install the following patches (for 11i)
PHKL_26269, PHKL_25760 and PHKL_26269
These install Rock Ridge support into the kernel, and allow you to mount CDs with the standard mount command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2003 05:31 AM
06-16-2003 05:31 AM
Re: pfs_mount of Oracle CD Question?????
just wanted to contribute to this thread by posting the script i use to both mount and unmount my Oracle CDs.
I've already forgotten about the errors i have been getting before that... :)
hope this helps!
best regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2003 07:07 AM
06-18-2003 07:07 AM
Re: pfs_mount of Oracle CD Question?????
Ken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 09:31 PM
11-13-2003 09:31 PM
Re: pfs_mount of Oracle CD Question?????
rgds
PAtrick