Search found 9 matches

by NdFeB
2018/01/31 08:40:00
Forum: CentOS 6 - Networking Support
Topic: NFS: UDP works, TCP times out
Replies: 1
Views: 4813

Re: NFS: UDP works, TCP times out

Hello, I'm going to answer to myself. Our CentOS host and our NetApp server were not the problem. We have an HP switch (HP1820-48G J9981A) with a security protection against invalid TCP flags attacks. I don't have time to analyze my captures further right now, so I still don't know what exactly is t...
by NdFeB
2018/01/18 10:08:36
Forum: CentOS 6 - Networking Support
Topic: NFS: UDP works, TCP times out
Replies: 1
Views: 4813

NFS: UDP works, TCP times out

Hi, On a fresh install of CentOS 6.9 with all updates, i can mount NFS with UDP protocol and run `rpcinfo -u 10.3.255.234 nfs 3`, the answer is "program 100003 version 3 ready and waiting". I can mount any NFS export over UDP without any problem. However, when it comes to TCP, any mount attempt hang...
by NdFeB
2017/06/20 18:02:37
Forum: CentOS 6 - Software Support
Topic: CIFS: file getting locked after editing with vi/vim
Replies: 0
Views: 960

CIFS: file getting locked after editing with vi/vim

Hello, I have an heterogeneous share, between Linux and Windows systems, hosted on a NetApp. On Linux, I mount the share with those options: mount.cifs -o username=`logname`,dom=DOMAIN,cifsacl,multiuser,user_xattr,sec=krb5,iocharset=utf8,noserverino,mapchars //host/share /home/`logname`/mnt All perm...
by NdFeB
2017/06/09 07:36:22
Forum: CentOS 6 - Networking Support
Topic: iSCSI : what is a flash node ?
Replies: 0
Views: 1374

iSCSI : what is a flash node ?

Hello guys,

all is in the title : what is a flash node in iSCSI context ? Every single search result i get is either out of topic or talks about flash nodes as if everyone knew what it is.

Thank you !
by NdFeB
2017/04/23 13:44:41
Forum: CentOS 6 - Networking Support
Topic: Can't access a windows 10 share[Solved]
Replies: 2
Views: 12199

Re: Can't access a windows 10 share

Hi, When you say "ntfs support", do you mean cifs ? When you access a share, you need a network protocol, not a file system i/o support. As root, install the package cifs-utils yum install cifs-utils then mount.cifs -o username=windowsusername //192.168.x.x/windowsshare /mnt If you intend to access ...
by NdFeB
2017/04/15 10:32:12
Forum: CentOS 6 - Networking Support
Topic: NFSv4, NetApp, CentOS 6.8 : your thought ?
Replies: 6
Views: 5690

Re: NFSv4, NetApp, CentOS 6.8 : your thought ?

Hi guys ! Sorry for the late feedback. So, I tested NFSv4 on the NetApp. It works well, but was not adapted to our needs. I also ended up to configure rid idmap backend for my winbind service, and it works well : all AD users/groups are mapped to the same UID/GID on all Linux boxes. At first, to any...
by NdFeB
2017/02/08 18:17:50
Forum: CentOS 6 - Networking Support
Topic: NFSv4, NetApp, CentOS 6.8 : your thought ?
Replies: 6
Views: 5690

Re: NFSv4, NetApp, CentOS 6.8 : your thought ?

Hi ! Thank you for those informations, and the feedback about NFSv4. I guess I just learnt that I better never mount a volume previously mounted with NFSv3. At least from a NetApp. Cool ! Some tests to do :D Yeah, i know idmapping is a pain in the ass. I'm still struggling with it : i got the integr...
by NdFeB
2017/02/06 13:23:15
Forum: CentOS 6 - Networking Support
Topic: NFSv4, NetApp, CentOS 6.8 : your thought ?
Replies: 6
Views: 5690

Re: NFSv4, NetApp, CentOS 6.8 : your thought ?

Hi, thanks for the information. I saw that Windows does not support NFSv4, and shares have to be explicitly mounted as NFSv4 in /etc/fstab, so enabling NFSv4 on the NetApp shouldn't impact any client without doing any configuration. I'll try to manipulate a test share with NFSv4 and see if i can man...
by NdFeB
2017/02/03 17:19:34
Forum: CentOS 6 - Networking Support
Topic: NFSv4, NetApp, CentOS 6.8 : your thought ?
Replies: 6
Views: 5690

NFSv4, NetApp, CentOS 6.8 : your thought ?

Hi guys ! I'd like to hear some experience reports, today in 2017 ! I am actually trying to share a folder to both Windows and Linux systems using a NetApp as the server. The actual situation is that : NFSv3 is enabled on the NetApp, and NFSv4 is disabled. The thing is, the NetApp's feature carrying...