Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

mount filesystem connection refused

RobeenOct 7 2020

RHEL 6
Solaris 11

Hi,

could you please help me mount the solaris shared filesystem on our linux server?

Below are tests performed.

Solaris:

root@dware1:/# 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

root@dware1:/# svcs -a|grep bind
online 19:23:29 svc:/network/rpc/bind:default

root@dware1:/# dfshares
nfs dfshares:dware1: RPC: Program not registered

root@dware1:/# 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:
[root@RH-DATWHSE-DEV roshanbi]# mount <ip>:/ogg /ogg
mount.nfs: Connection refused

Ping to solaris server is working fine.

Kindly advise.

Regards,

Roshan

This post has been answered by Alan3 on Oct 13 2020
Jump to Answer
Comments
Post Details
Added on Oct 7 2020
2 comments
1,174 views