- 3,708,771 Users
- 2,241,125 Discussions
- 7,840,600 Comments
Forum Stats
Discussions
Categories
- 22 Industry Applications
- 3.2K Intelligent Advisor
- 4 Insurance
- 746 On-Premises Infrastructure
- 251 Analytics Software
- 21 Application Development Software
- 1.7K Cloud Platform
- 700.4K Database Software
- 17.4K Enterprise Manager
- 4 Hardware
- 107 Infrastructure Software
- 70 Integration
- 45 Security Software
mount filesystem connection refused

RHEL 6
Solaris 11
Hi,
could you please help me mount the solaris shared filesystem on our linux server?
Below are tests performed.
Solaris:
[email protected]:/# svcs -a|grep nfs
disabled Oct_05 svc:/network/nfs/client:default
disabled Oct_05 svc:/network/nfs/rquota:default
disabled 9:45:29 svc:/network/nfs/server:default
online Oct_05 svc:/network/nfs/fedfs-client:default
online Oct_05 svc:/network/nfs/cleanup-upgrade:default
online Oct_05 svc:/network/nfs/cleanup:default
online 19:23:30 svc:/network/nfs/cbd:default
online 19:23:30 svc:/network/nfs/mapid:default
online 19:23:30 svc:/network/nfs/status:default
online 19:23:31 svc:/network/nfs/nlockmgr:default
[email protected]:/# svcs -a|grep bind
online 19:23:29 svc:/network/rpc/bind:default
[email protected]:/# dfshares
nfs dfshares:dware1: RPC: Program not registered
[email protected]:/# cat /etc/vfstab
#device device mount FS fsck mount mount
#to mount to fsck point type pass at boot options
#
# START Informational entries for filesystems mounted by the kernel
#/devices - /devices devfs - no -
#/proc - /proc proc - no -
#ctfs - /system/contract ctfs - no -
#objfs - /system/object objfs - no -
#sharefs - /etc/dfs/sharetab sharefs - no -
#fd - /dev/fd fd - no -
#swap - /tmp tmpfs - yes -
# END Informational entries for filesystems mounted by the kernel
/dev/zvol/dsk/rpool/swap - - swap - no -
/dev/zvol/dsk/swappool/swap - - swap - no -
/dev/asm/gg-266 - /ogg acfs - no -
5.1.1.1:/export/backup-dware/backup - /backup nfs - yes rw,bg,hard,nointr,rs ize=1048576,wsize=1048576,proto=tcp,vers=4
On Linux:
[[email protected] roshanbi]# mount <ip>:/ogg /ogg
mount.nfs: Connection refused
Ping to solaris server is working fine.
Kindly advise.
Regards,
Roshan
Answers
Hi.
svcadm enable nfs/server
svcadm enable nfs/rquota
share -F nfs /ogg
Regards,
Nik
Sorry here, I posted in the wrong thread and don't find a way to delete my post.