Monthly Archives: January 2013

clustermode date and time

define ntp-server: ntp server create -node cl1-01 -server 192.168.1.16 show ntp-server: system services ntp> ntp server show (system services ntp server show) Node Server Version —— —————————— —————————————- cl1-01 192.168.1.164 3 cl1-02 192.168.1.164 3 2 entries were displayed. enable / … Continue reading

Posted in netapp | Leave a comment

clustermode iscsi and linux

On linux: yum install iscsi-initiator-utils cat /etc/iscsi/initiatorname.iscsi InitiatorName=iqn.1994-05.com.redhat:a13e796d29d7 On cluster: create a vserver vserver setup Step 1. Create a Vserver. Enter the Vserver name: vs2 Choose the Vserver data protocols to be configured {nfs, cifs, fcp, iscsi}: iscsi Choose the … Continue reading

Posted in netapp | Leave a comment

clustermode explore & health

A collection of commands to run from script on linux to give overview of cluster-configuration. Automatic login http://uadmin.nl/init/?p=674 on cluster (192.168.1.100) is desired. more /root/scripts/explore clear >/tmp/explore echo “========NETWORK INTERFACES==========”>>/tmp/explore ssh admin@192.168.1.100 net int show >>/tmp/explore echo “========VSERVERS==========”>>/tmp/explore ssh admin@192.168.1.100 … Continue reading

Posted in netapp | Leave a comment

clustermode snapmirror loadshare (1) create and delete

1. create volume 2. create 2 loadshare mirrors 3. create 1minute schedule 4. create snapmirror relations and initialize 5. delete a loadshare volume 1. vol create -volume vs1vol1 -vserver vs1 -aggr aggr1 -size 100m 2 vol create -volume vs1vol1ls1 -vserver … Continue reading

Posted in netapp | Leave a comment

clustermode unjoin simulator

If you want to unjoin a node from a 2 node vsim-cluster, you will have to give epsilon to the surviving node before you stop the other node, since there are no shared disks. If the other node is gone … Continue reading

Posted in netapp | Leave a comment

clustermode mroot destroyed

HA-PAIR. Logged into the systemshell and completely emptied mroot on both nodes. rebooted. During boot, an mroot.tgz is extracted from /tmp and the new mroot is regenerated. You will have to set a new root password (bootmenu) and diag password … Continue reading

Posted in netapp | Leave a comment

clustermode etc backup

1 HA-PAIR. On node 1: set advanced unlock diag user ( security login unlock -username diag ) set password ( security login password -username diag ) system node systemshell -node nodename (enter diag as username and the new password). Now … Continue reading

Posted in netapp | Leave a comment

clustermode rootvol backup

selectfix::> set diag Warning: These diagnostic commands are for use by NetApp personnel only. Do you want to continue? {y|n}: y selectfix::*> system configuration backup settings show -instance Backup Destination URL: – Username for Destination: – Schedule 1: 8hour Number … Continue reading

Posted in netapp | Leave a comment

clustermode volume deduplication and compression

volume efficiency on -vserver vs-nfs -volume nfsvol volume efficiency start -vserver vs-nfs -volume nfsvol volume efficiency policy show volume efficiency modify -vserver vs-nfs -volume nfsvol1 -policy effpol1 volume efficiency modify -vserver vs-nfs -volume nfsvol1 -compression true

Posted in Uncategorized | Leave a comment

clustermode vol clone

vol clone create -vserver vs-nfs -flexclone nfsvol_clone -parent-volume nfsvol1 vol clone split start -vserver vs-nfs -flexclone nfsvol_clone vol clone split show -vserver vs-nfs -flexclone nfsvol_clone  

Posted in Uncategorized | Leave a comment

clustermode qtree quota

1. vol create -vserver vs-nfs -volume nfsvol3 -aggregate aggrn1 300m 2. vol mount -vserver vs-nfs -volume nfsvol3 -junction-path /nfsvol3 3. export-policy create -vserver vs-nfs -policyname nfspol 4. export-policy rule create -vserver vs-nfs -policyname nfspol -clientmatch -rorule any -rwrule any -superuser … Continue reading

Posted in netapp | Leave a comment

clustermode iscsi

first run vserver setup (in which you create a vserver vs-iscsi an ip-address a volume (vol1) and allow iscsi prot) 1. iscsi create -vserver vs-iscsi -target-alias iscsi-tgt -status-admin up (create target and brings it up) 2. lun igroup create -vserver … Continue reading

Posted in netapp | Leave a comment

clustermode change private addresses

change clus1 on both nodes… then change clus2 on both nodes. net int modify -vserver cl1-02 -lif clus1 -home-node cl1-02 -home-port e0a -address 169.253.210.151 -netmask 255.255.0.0

Posted in netapp | Leave a comment

clustermode enable ha

storage failover show Takeover Node Partner Possible State ————– ————– ——– ————————————- cl1-01 – – Service is not licensed or configured yet. cl1-02 – – Service is not licensed or configured yet. 2 entries were displayed. cluster ha modify -configured … Continue reading

Posted in netapp | Leave a comment

clustermode tr-xxxx documents

tr4050 – two-node clusters ???? tr3978 – 32 ti 64 bit inplace tr3832 – flash cache tr4070 – FLash pools tr4037 – infinite volumes

Posted in netapp | Leave a comment

7-mode snapvault

preperations Source filer – filer1 filer1> license add pdxmqmi filer1> options snapvault.enable on filer1> options snapvault.access host=filer2 Destination filer – filer2 filer2> license add pdxmqmi filer2> options snapvault.enable on filer2> options snapvault.access host=filer1 disable snap schedule on destination volume filer2> … Continue reading

Posted in netapp | Leave a comment

netapp 7-mode autologin

filer> license add bqoeazl A nfs site license has been installed. nfs enabled filer> exportfs -io rw=10.10.0.50/24,root=10.10.0.50/24,nosuid /vol/vol0 linux# id uid=0(root) gid=0(root) groups=0(root) linux# mkdir /filer linux# mount 10.10.0.100:/vol/vol0 /filer linux# mount | grep 10.10.0.100 10.10.0.100:/vol/vol0 on /filer type nfs … Continue reading

Posted in netapp | Leave a comment