- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle Installation
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-16-2002 02:44 AM
08-16-2002 02:44 AM
I have mounted Oracle CD using,
1. nohup /usr/sbin/pfs_mountd &
2. nohup /usr/sbin/pfsd &
3. /usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/c4t2d0 /SD_CDROM
But while running "orainst" it hangs and gives following mesg.
NFS server f1fa not responding still trying
Any idea to come out.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 02:46 AM
08-16-2002 02:46 AM
Re: Oracle Installation
You can do this through SAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 02:50 AM
08-16-2002 02:50 AM
Re: Oracle Installation
nfs must be running on the system for PFS to work, even if the
system is standalone. To check to see if nfs is running,
use the command:
rpcinfo -p
and look for nfs and mountd in the last column.
If you do not find them, then make sure the following variables are
set in the /etc/rc.config.d/nfsconf file:
NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=4
START_MOUNTD=1
If you modified nfsconf, issue the following two commands to
restart the nfs server:
/sbin/init.d/nfs.server start
/sbin/init.d/nfs.client start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 02:57 AM
08-16-2002 02:57 AM
Re: Oracle Installation
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x278193e260b0d611abdb0090277a778c,00.html
If you apply the Rockridge Extension patches, then you don't have to mess with pfs_mount - which, judging from the hundreds of questions posted about it, is a real pain to use. With the patches applied, you just use a regular mount/umount - much simpler.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 02:59 AM
08-16-2002 02:59 AM
Re: Oracle Installation
As you have suggested, nfs is already running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 03:03 AM
08-16-2002 03:03 AM
Re: Oracle Installation
I assume the name of your server is f1fa?
You need to make sure NFS is running - make sure rpcbind is running (ps -ef | grep rpcbind) and if it isn't, start it using /sbin/init.d/ scripts. Then make sure NFS itself is running by changing the /etc/rc.config.d/nfsconf to make everything the various configs to =1 from =0, then start NFS using /sbin/init.d/nfs* scripts.
Hope this helps.
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 03:14 AM
08-16-2002 03:14 AM
Re: Oracle Installation
Hello James ,
I have checked as u suggested n found
rpcbind is not running.
how can i start it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 03:17 AM
08-16-2002 03:17 AM
Re: Oracle Installation
If you have done hardening as suggested in the bastion host document, this file may have been renamed and you'll need to rename it back.
Cheers!
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 03:21 AM
08-16-2002 03:21 AM
Re: Oracle Installation
Cheers!
James
PS: You may want to start awarding points too, you have some helpful answers above which you have not thanked with point awards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 04:01 AM
08-16-2002 04:01 AM
Re: Oracle Installation
/usr/sbin/rcpbind doesnot exists.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 04:09 AM
08-16-2002 04:09 AM
Re: Oracle Installation
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 04:10 AM
08-16-2002 04:10 AM
Re: Oracle Installation
Cheers,
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 04:11 AM
08-16-2002 04:11 AM
Re: Oracle Installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 04:13 AM
08-16-2002 04:13 AM
Re: Oracle Installation
-r-xr-xr-x 1 bin bin 407435 May 27 1998 pfs_mountd.rpc
-r-xr-xr-x 1 bin bin 366282 May 27 1998 pfsd.rpc
-r-xr-xr-x 1 bin bin 24576 Jun 10 1996 rarpc
-r-xr--r-- 1 bin bin 106496 Oct 7 1998 rpc.lockd
-r-xr--r-- 1 bin bin 36864 Oct 7 1998 rpc.mountd
-r-xr--r-- 1 bin bin 53248 Oct 7 1998 rpc.pcnfsd
-r-xr--r-- 1 bin bin 86016 Apr 14 1998 rpc.rexd
-r-xr-xr-x 1 bin bin 20480 Apr 14 1998 rpc.rquotad
-r-xr--r-- 1 bin bin 49152 Oct 7 1998 rpc.statd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 04:22 AM
08-16-2002 04:22 AM
Re: Oracle Installation
rpcbind does not seem to exist on 10.20. Can you try to run "rpcinfo -p" and see if gets a valid response?
Cheers!
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 04:23 AM
08-16-2002 04:23 AM
Re: Oracle Installation
program vers proto port
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100024 1 udp 604 status
100024 1 tcp 606 status
100021 1 tcp 610 nlockmgr
100021 1 udp 1031 nlockmgr
100021 3 tcp 614 nlockmgr
100021 3 udp 1032 nlockmgr
100020 1 udp 1033 llockmgr
100020 1 tcp 619 llockmgr
100021 2 tcp 622 nlockmgr
100068 2 udp 1037 cmsd
100068 3 udp 1037 cmsd
100068 4 udp 1037 cmsd
100068 5 udp 1037 cmsd
100083 1 tcp 1036 ttdbserver
536870913 1 udp 750
536870913 1 tcp 752
100005 1 udp 784 mountd
100005 1 tcp 786 mountd
100003 2 udp 2049 nfs
1342177279 3 tcp 1124
1342177279 1 tcp 1124
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 04:34 AM
08-16-2002 04:34 AM
Re: Oracle Installation
It seems like your configuration is fine for RPC on 10.20, so I think I've come to the end of my knowledge on this. Anyone else got any ideas?
Cheers!
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 04:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 04:58 AM
08-16-2002 04:58 AM
Re: Oracle Installation
As you said above info. is provided by HP May I know Where can i found this doc. on net.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2002 05:01 AM
08-16-2002 05:01 AM
Re: Oracle Installation
I found it on the Oracle website at:
http://metalink.oracle.com/
Doc ID: Note:1012147.7
You need a login for this site.
Alan