- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem mounting an oracle cd, anyone encounte...
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
08-11-2004 06:04 AM
08-11-2004 06:04 AM
I'm trying to mount an oracle cd. They insttruct us to use the pfs_mountd and pfsd commands. Everytime I mount the cd I get this error after a few minutes and it hangs
NFS server XXXX not responding still trying NFS server is ok
Continuously scrolls on the screen.
In nfsconf , nfsserver is set to zero on all our boxes.
everytime I ever use an oracle cd and this pfs command i have a hard time, but this is the only time it has more or less hung up.
Any ideas on how to get around?
Thanks,
Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 06:08 AM
08-11-2004 06:08 AM
SolutionI'll quote directly from Merijn's website ( http://mirrors.develooper.com/hpux/ ):
" 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 (now superceded by PHKL_28025).
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"
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 06:09 AM
08-11-2004 06:09 AM
Re: Problem mounting an oracle cd, anyone encountered and got around this?
Try this:
# mount -F cdfs -o rr /dev/dsk/c?t?d? /cdrom
and see what happens. The '-o rr' is an addition to the mount command from a set of 3 patches. That allows you to mount the Oracle, or any other Rock Ridge format CDs, without using the pfs commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 06:33 AM
08-11-2004 06:33 AM
Re: Problem mounting an oracle cd, anyone encountered and got around this?
You need to have RPC/NFS daemons running in the system to be able to use pfs_mount.
As sugggeted above, the preferred method would be to install the Rock ridge extention patches and use mount command.
If for any reason you cannot install the patch then start the NFS core/server daemons in the system and try again.
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 11:22 PM
08-11-2004 11:22 PM