1833958 Members
2039 Online
110063 Solutions
New Discussion

Re: pfs_mount

 
Junior C.
Frequent Advisor

pfs_mount

I pfs_mount oracle CD.
I'm receaving the following errors.

NFS server 'server name' not responding still trying. This is a development server.

Can you tell me why I'm receving these errors

Thanks in advance

Junior
4 REPLIES 4
Greta Blamire
Frequent Advisor

Re: pfs_mount

Here are my notes on starting the daemons and running the command:
nohup pfs_mountd &
nohup pfsd &
. usr/sbin/pfs_mount /dev/dsk/c2t2d0 /SD_CDROM
If you can't face the facts, change them!
Paul Bouchie
Occasional Advisor

Re: pfs_mount

check out attachment , hope this helps.
42
Anthony Goonetilleke
Esteemed Contributor

Re: pfs_mount

Check /etc/rc.config.d/nfsconf and change

NFS_CLIENT=1
NFS_SERVER=1
NUM_NFSD=4
NUM_NFSIOD=4
START_MOUNTD=1

now do this
/sbin/init.d/nfs.client start
/sbin/init.d/nfs.server start

Now retry mounting the cd as per the instructions in the oracle installation guide (i.e using pfs_mount)
Minimum effort maximum output!
Francisco J. Soler
Honored Contributor

Re: pfs_mount

Perhpas with the option xlat=unix. For example.

nohup pfs_mountd &
nohup pfsd &

pfs_mount -o xlat=unix /dev_file /mount_point

-------
Frank.
Linux?. Yes, of course.