- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error Installing From CD-ROM
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
04-19-2001 10:49 AM
04-19-2001 10:49 AM
Error Installing From CD-ROM
NFS server xxxx not responding still trying
Why do I get this error? I installed something else from another CD earlier. Is something wrong with the CD?
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 11:03 AM
04-19-2001 11:03 AM
Re: Error Installing From CD-ROM
can you provide us here with more information on how to you run the installation.
From what I know you need to use pfs to mount a oracle cd for installation. Then the error message might come up during the mount command.
There are a lot of threads regarding pfs mount problems and nfs server not responding on the itrc where you can troubleshoot.
If you get this error during the swinstall procedure then you are trying to run sdux over an nfs mountpoint which is not supported. Just start the swinstall procedure on the box you want to install to and point the sd ux to the source on the other box.
Hope that helps, Steffi Jones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 11:18 AM
04-19-2001 11:18 AM
Re: Error Installing From CD-ROM
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 11:30 AM
04-19-2001 11:30 AM
Re: Error Installing From CD-ROM
Login as root
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
Create and edit /etc/pfs_fstab (EG /dev/dsk/c0t8d0 /SD_CDROM pfs-rrip
xlat=unix 0 0)
Insert the CD
# /usr/sbin/pfs_mount /SD_CDROM
If you encounter problems, you might need this bug report. Oracle version 8 CD's also require NFS daemons (nfsd, nfskd) and RPC daemons
(rpc.lockd & rpc.statd) running in order for the locking routines of the installation process to work.
These daemons are started at boot if NFS
client/server are enabled at boot time.
Another thing you might want to check: PFS is pretty sensitive when you have root belonging to more than 8 groups.
Steffi Jones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2001 11:41 AM
04-19-2001 11:41 AM
Re: Error Installing From CD-ROM
Chris