Link to home
Start Free TrialLog in
Avatar of sword12
sword12

asked on

Linux file server and NFS V2 issue

HI Linux Experts

we have in our environment EMC clariion and VNX5300 both working as SAN and NAS  

we moved everything to VSAN even our file servers we are using right now virtual appliance like Nexenta Store ans EMC unity

till now we dont have any  issues with these virtual appliance but we have any machine which read data from our file system  one file system shared (( SMB for windows users and NFS for this machine and linux users ))

but this old machine can understand only NFS V2   when i try to mount a shared file system from Nexenta store or EMC unity it dose not work

so i tried to mount for test this file system on centos VM with this command

 # mount -t nfs -o vers=2 192.168.111:/sword /swordone/
mount.nfs: mount point /swordone is not a directory
 # mount -t nfs -o vers=2 192.168.8.147:/sword/cnc /swordone/
mount.nfs: requested NFS version or transport protocol is not supported

so the issue look like NFS V2 not supported on these new virtual appliance or maybe cloud be another reason

so my question do you know any virtual appliance work as NAS 100 % can support NFSV2   something like freenas or anything that i can make test with to make sure the issue not related to NFS V2

any idea here ?
Avatar of noci
noci

QNAP seems to support it still..

Here part of tshark dump.

Transmission Control Protocol, Src Port: 2049, Dst Port: 857, Seq: 3581, Ack: 4097, Len: 100
Remote Procedure Call, Type:Reply XID:0x98f3baf1
Network File System, GETATTR Reply
    [Program Version: 2]                           <------
    [V2 Procedure: GETATTR (1)]
    Status: NFS_OK (0)
    attributes
        type: Regular File (1)
        mode: 0100664, Name: Unknown, Read permission for owner, Write permission for owner, Read permission for group, Write permission for group, Read permission for others
            .... .... .... .... 100. .... .... .... = Name: Unknown (4)
            .... .... .... .... .... 0... .... .... = Set user id on exec: No
            .... .... .... .... .... .0.. .... .... = Set group id on exec: No
            .... .... .... .... .... ..0. .... .... = Save swapped text even after use: No
            .... .... .... .... .... ...1 .... .... = Read permission for owner: Yes
            .... .... .... .... .... .... 1... .... = Write permission for owner: Yes
            .... .... .... .... .... .... .0.. .... = Execute permission for owner: No
            .... .... .... .... .... .... ..1. .... = Read permission for group: Yes
            .... .... .... .... .... .... ...1 .... = Write permission for group: Yes
            .... .... .... .... .... .... .... 0... = Execute permission for group: No
            .... .... .... .... .... .... .... .1.. = Read permission for others: Yes
            .... .... .... .... .... .... .... ..0. = Write permission for others: No
            .... .... .... .... .... .... .... ...0 = Execute permission for others: No
        nlink: 1
        uid: 0
        gid: 0
        size: 494274056
        blocksize: 4096
        rdev: 4294967295
        blocks: 965392
        fsid: 0xd75bbea4
        fileid: 278922057
        atime: Mar 12, 2016 20:27:07.360000000 CET
            seconds: 1457810827
            micro seconds: 360000
        mtime: Mar 12, 2016 20:20:49.530000000 CET
            seconds: 1457810449
            micro seconds: 530000
        ctime: Apr 30, 2016 02:50:35.380000000 CEST
            seconds: 1461977435
            micro seconds: 380000

Open in new window

Avatar of sword12

ASKER

hi thanks

but i am searching for virtual appliance not a physical storage
Oh most linux distro's should be capable to do it. Take debian + nfs server...  and add a directory to /etc/exports.
Avatar of sword12

ASKER

I don't want to install file server myself

I want something like free nas or open filer which supports nfs v2

Do you think open filer support nfs v2 ?
ASKER CERTIFIED SOLUTION
Avatar of noci
noci

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial