Hi, during the RC stage of Ontap 9.12.1 it was mentioned that it finally supported NFS 4.1 multipathing. However, now that 9.12.1 has been released I can’t find NFS 4.1 multipathing support in the release notes. Am I missing something?
... View more
Hi All, I got an error while trying to convert a FlexVol to FlexGroup on Ontap13.1P4 ::*> volume show -volume volname -fields volume-style-extended,state vserver volume state volume-style-extended ----------- -------------------- ------ --------------------- svm-blah volname online flexvol ::*> volume show -volume volname Vserver Volume Aggregate State Type Size Available Used% --------- ------------ ------------ ---------- ---- ---------- ---------- ----- svm-blah volname aggr_02_2 online DP 111TB 16.99TB 84% ::*> volume conversion start -vserver svm-blah -volume volname -check-only true Error: command failed: Cannot convert volume "volname" in Vserver "svm-blah" to a FlexGroup. Correct the following issues and retry the command: * Cannot convert data-protection volume "volname" because volume is not in a SnapMirror relationship. Create a SnapMirror relationship with the volume as the destination and then try conversion. Why would it have to be in a snapmirror relationship for a conversion? Is it because it is a DP Volume? Can this be done without going through the trouble of creating a snapmirror? It's a lot of work and data transfer we do not want. Could I convert a DP volume to something else to allow a FlexGroup conversion? Thank you for your insights, Bela
... View more
After deploy the environment by "How to configure LDAP in ONTAP TR-4835" Environment 1. Windows server 2019 with LDAP services 2. CentOS7 client use sssd and realm add to the AD Domain, and use two methods according to TR, shows below [root@centos7 ~]# id u01 uid=2000(u01) gid=3000(Domain Users) groups=3000(Domain Users) [root@centos7 ~]# id u01@gtish.loc uid=1596602150(u01@GTISH.LOC) gid=1596600513(domain users@GTISH.LOC) groups=1596600513(domain users@GTISH.LOC),1596602153(all test users@GTISH.LOC) 3. From ONTAP SVM, the name services query returns correct results, shows below ::*> getxxbyyy getpwbyname -node FAS2750-01 -vserver SVM_LDAP -show-source true -use-cache false -username u01 (vserver services name-service getxxbyyy getpwbyname) Source used for lookup: LDAP pw_name: u01 pw_passwd: pw_uid: 2000 pw_gid: 3000 pw_gecos: pw_dir: pw_shell: /bin/bash Problem The LDAP user u01@gtish.loc cannot access the directory in the ONTAP NFS volume with NFSv4 ACL, shows below [u01@GTISH.LOC@centos7 ldap]$ nfs4_getfacl root # file: root A::OWNER@:rwaDxtTnNcCy A::u01@gtish.loc:rwaDxtTnNcCy [u01@GTISH.LOC@djwcentos7 ldap]$ cd root/ bash: cd: root/: access denied Any things set wrong?
... View more
Hi we have two ontap cluster with four nodes for each cluster. For planned downtime we use the procedure here https://kb.netapp.com/onprem/ontap/hardware/How_to_perform_graceful_shutdown_and_power_up_of_all_ONTAP_nodes_in_a_cluster It works quite well. But now i have to provide a script with no interaction for use by people with no kno<ledge of Netapp in case of emergency like power outage and little time available from the building battery. Does someone have that kind of script? or should i just wrote a kind of expect script to do that?
... View more