- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PFS_MOUNT PROBLEMS WITH ORACLE CD
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
11-13-2003 07:40 PM
11-13-2003 07:40 PM
I am having a BIG problem with an Oracle Installation on a rp5470 running HP Ux 11.11. The mounting of the Oracle CD's is the headache. Ultimately found out that we need to use the 'pfs_mount' command. Created the /etc/pfs_fstab and started the pfs_mountd and pfds deamons and was able to mount the first cd and copy it. after that i used the command 'pfs_umount -v -a -c' to umount the cd and close all files.
The problem is now i am unable to mount the next cd with the 'pfs_mount'. message appears 'NFS Stale extent giving up on cdrom' . I killed the pfs*.rpc processes as per forum advice and then tried the 'pfs_mount /cdrom' command. still does not work. now i get the message 'NFS server not responding, still trying' . any other commands also don't work. had to reboot the server. don't know how to resolve this problem. the server is brand new loade with sept. 2003 OS and latest patch kit. HELP HELP HELP
Thanks very much
Patrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 07:53 PM
11-13-2003 07:53 PM
SolutionCheck if you got these patches installed.
My CD-ROM doesn't show what I expect
It can be an Oracle CD-ROM, or a CD created on Windows, or whereever they used Rock Ridge extensions. Long names are truncated or show upper case only. Oracle tells you to use pfs_mount.
Do not use pfs_mount!. Install the Rock-Ridge extension patches instead and never worry about these problems. For HP-UX 11.00 you will need forget all about PFS and install PHKL_26448 (now superceded by PHKL_28060), PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11.11 (11i) you need PHCO_25841, PHKL_26269, and PHKL_25760.
No need thereafter to use -o cdfs to mount anymore, provided you enter the CD drive in /etc/fstab like this:
/dev/cd0 /cdrom cdfs ro,rr,noauto 0 0
regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 08:50 PM
11-13-2003 08:50 PM
Re: PFS_MOUNT PROBLEMS WITH ORACLE CD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 09:36 PM
11-13-2003 09:36 PM
Re: PFS_MOUNT PROBLEMS WITH ORACLE CD
mount -F cdfs -e -o ro,rr device_file /cdrom
It worked like a dream. This forum is a miracle for beginners like me. Thank you guys.
Regards
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 09:38 PM
11-13-2003 09:38 PM
Re: PFS_MOUNT PROBLEMS WITH ORACLE CD
Give the people above max. points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2003 09:52 PM
11-13-2003 09:52 PM