Thursday 18 February 2016

Cluster mode loadshare promote


LOAD SHARE PROMOTE

create the new volume
cluster600::vserver*> volume create -vserver vs2 -volume root_ls1 -aggregate aggr_data -size 30m -type DP
create the relationship
cluster600::*> snapmirror create -source-path cl1://vs2/root_ls -destination-path cl1://vs2/root_ls1 -type LS -tries 8 -schedule 5min
initialize the relationship
cluster600::*> snapmirror initialize-ls-set -source-path cl1://vs2/root_ls
update
cluster600::*> snapmirror update-ls-set -source-path cl1://vs2/root_ls -destination-path cl1://vs2/root_ls1
promote the LS-volume
cluster600::*> snapmirror promote -destination-path cl1://vs2/root_ls1
Warning: Promote will delete the read-write volume cl1://vs2/root_ls and
replace it with cl1://vs2/root_ls1.
Do you want to continue? {y|n}:


6 comments:

Featured post

Netapp monitoring solution from scratch

I created a netapp monitoring solution on a UNIX machine... and have uploaded the static files to a free php server for so that you under...