Quantcast
Channel: EasyOraDBA
Viewing all articles
Browse latest Browse all 263

Mount NFS share on Exadata

$
0
0

Procedure to mount an NFS share on Exadata
# service portmap start

Starting portmap: [ OK ]

service nfs start
Starting NFS services: [ OK ]
Starting NFS quotas: [ OK ]
Starting NFS daemon: [ OK ]
Starting NFS mountd: [ OK ]

[root@exatestdbadm01 /]# chkconfig portmap on

[root@exatestdbadm01 /]# chkconfig nfs on

mount -o hard,rw,noac,rsize=32768,wsize=32768,suid,proto=tcp,vers=3 -t nfs 192.168.1.100:/remotevolume /localshare



Viewing all articles
Browse latest Browse all 263

Trending Articles