Netapp snapmirror replication¶
Command set¶
- start
Acquire read/write access to the snapmirrored resources. Either swapping the syncs direction (in geocluster mode), or breaking-off the syncs (default disaster recovery mode).
- stop
noop
- sync update
Trigger a snapmirror sync.
- sync quiesce
Trigger an ultimate snapmirror sync then suspend the resync scheduling.
- sync resume
Resume snapmirror sync schedule (rollbacks the effect of quiesce).
- sync break
Break-off the snapmirror resource.
- sync resync
Re-establish the snapmirror synchronization.
- sync swap
Re-establish the snapmirror synchronization using current destination as new source.
Force flag¶
The –force flag is honored by the “start” command only. It disables the exit on quiesce failure in the “quiesce -> break” sequence. Be aware it means that the service will take over with a lagged data cursor.
Status¶
- up
The snapmirror are operational and the lag in under sync_max_delay
- warn
The snapmirror are in one of the following state: * transfer is in progress * lag is beyond sync_max_delay
- undef
slave filer is unreachable
- down
resource is not in snapmirrored state
Service configuration for Netapp¶
Pre-requisites¶
Key-based ssh access to the filers. The root account’s key-pair is used by OpenSVC. The filer account used is settable in the service configuration file. The filer account must have snapmirror handling capabilities granted. Cluster mode
- split
This is the default disaster recovery mode. Upon service startup on a DRP node, the snapmirrored resources are quiesced if the master filer is still joinable, then broken-off. The DRP node data cursor on the broken-off resources is considered volatile (still can be manually synchronized to the primary filer before failback to production node).
- swap
This mode is dedicated to multi-site clusters. Upon service startup on a secondary node, the snapmirrored are quiesced and sync directions are swapped to set the “source” to the filer local to the secondary node taking over the service.
The mode is deduced from the node’s host mode : a PRD host mode implies the swap sync mode, otherwise the split sync mode is selected.
Keywords¶
- sync.netapp
- filer
- path
- user
- blocking_post_provision
- blocking_post_start
- blocking_post_startstandby
- blocking_post_stop
- blocking_post_sync_drp
- blocking_post_sync_nodes
- blocking_post_sync_restore
- blocking_post_sync_resync
- blocking_post_sync_update
- blocking_post_unprovision
- blocking_pre_provision
- blocking_pre_start
- blocking_pre_startstandby
- blocking_pre_stop
- blocking_pre_sync_drp
- blocking_pre_sync_nodes
- blocking_pre_sync_restore
- blocking_pre_sync_resync
- blocking_pre_sync_update
- blocking_pre_unprovision
- comment
- disable
- encap
- monitor
- optional
- pg_blkio_weight
- pg_cpu_quota
- pg_cpu_shares
- pg_cpus
- pg_mem_limit
- pg_mem_oom_control
- pg_mem_swappiness
- pg_mems
- pg_vmem_limit
- post_provision
- post_start
- post_startstandby
- post_stop
- post_sync_drp
- post_sync_nodes
- post_sync_restore
- post_sync_resync
- post_sync_update
- post_unprovision
- pre_provision
- pre_start
- pre_startstandby
- pre_stop
- pre_sync_drp
- pre_sync_nodes
- pre_sync_restore
- pre_sync_resync
- pre_sync_update
- pre_unprovision
- provision
- provision_requires
- restart
- restart_delay
- schedule
- shared
- standby
- start_requires
- stop_requires
- subset
- sync_break_requires
- sync_drp_requires
- sync_max_delay
- sync_nodes_requires
- sync_restore_requires
- sync_resync_requires
- sync_update_requires
- tags
- unprovision
- unprovision_requires
Netapp user account setup¶
Create a role¶
toaster> useradmin role add opensvc -a login-ssh,cli-snapmirror*,cli-snap*
Create account¶
toaster> useradmin group add osvc -r opensvc
toaster> useradmin user add opensvc -g osvc
Setup ssh key-based authentication¶
Avertissement
If the ssh setup has already been done skip the following command. Run secureadmin status to check.
toaster> secureadmin setup ssh
SSH Setup
---------
Determining if SSH Setup has already been done before...no
SSH server supports both ssh1.x and ssh2.0 protocols.
SSH server needs two RSA keys to support ssh1.x protocol. The host key is
generated and saved to file /etc/sshd/ssh_host_key during setup. The server
key is re-generated every hour when SSH server is running.
SSH server needs a RSA host key and a DSA host key to support ssh2.0 protocol.
The host keys are generated and saved to /etc/sshd/ssh_host_rsa_key and
/etc/sshd/ssh_host_dsa_key files respectively during setup.
SSH Setup will now ask you for the sizes of the host and server keys.
For ssh1.0 protocol, key sizes must be between 384 and 2048 bits.
For ssh2.0 protocol, key sizes must be between 768 and 2048 bits.
The size of the host and server keys must differ by at least 128 bits.
Please enter the size of host key for ssh1.x protocol [768]
Please enter the size of server key for ssh1.x protocol [512]
Please enter the size of host keys for ssh2.0 protocol [768]
You have specified these parameters
host key size = 768 bits
server key size = 512 bits
host key size for ssh2.0 protocol = 768 bits
Is this correct? [yes]
Setup will now generate the host keys. It will take a minute.
After Setup is finished the SSH server will start automatically.
toaster> Tue Feb 9 10:02:20 GMT [secureadmin.ssh.setup.success:info]
SSH setup is done and ssh2 should be enabled.
Host keys are stored in /etc/sshd/ssh_host_key, /etc/sshd/ssh_host_rsa_key, and /etc/sshd/ssh_host_dsa_key.
toaster>
Trust keys¶
Trust all PRD nodes root public keys on all filers. Trust DRP nodes root public keys only on their local filer.
Append the keys to /nasprd/vol/vol0/etc/sshd/opensvc/.ssh/authorized_keys2
:
$ cat /nasprd/vol/vol0/etc/sshd/opensvc/.ssh/authorized_keys2
ssh-dss AAAAB3NzaC1kc3MAAACBAMGX7dH ... == root@vm5
ssh-dss AAAAB3NzaC1kc3MAAACBAIPCpkA ... == root@vm4
Snapmirror configuration¶
OpenSVC does not provide assistance in initial snapmirror configuration. The necessary steps are described below to help you kickstart a service setup. OpenSVC declines liability for your breaking your filers. For accurate information please refer to Netapp documentations.
On Source toaster : Ensure target toaster is trusted¶
nasprd> rdfile /etc/snapmirror.allow
Check that target toaster hostname in present in the file
On Target toaster : Restrict destination volume¶
nasdrp> vol restrict vol1
On Target toaster : Initialize snapmirror replication¶
nasdrp> snapmirror initialize -S nasprd:vol1 nasdrp:vol1
On Target toaster : Fill in the /etc/snapmirror.conf to specify the snapmirror policy¶
nasdrp> rdfile /etc/snapmirror.conf
nasprd:vol1 nasdrp:vol1 - - * * *
nasdrp:vol1 nasprd:vol1 - - * * *
Note
The scheduling is disabled because syncs are drived by OpenSVC and that both replication directions are provisionned for swaps (one of them will appear as “Uninitialized” in status).
Examples¶
Quiesce a replication¶
# om unxprdencap sync quiesce
2010-02-09 16:51:22,419 - SYNC.NETAPP - INFO - /usr/bin/ssh opensvc@nasdrp snapmirror quiesce nasdrp:vol1
Resume a replication¶
# om unxprdencap sync resume
2010-02-09 16:49:29,059 - SYNC.NETAPP - INFO - /usr/bin/ssh opensvc@nasdrp snapmirror resume nasdrp:vol1
Split a replication¶
# om unxprdencap sync break
2010-02-09 16:41:15,359 - SYNC.NETAPP - INFO - /usr/bin/ssh opensvc@nasdrp snapmirror break nasdrp:vol1
Resync a replication¶
# om unxprdencap sync resync
2010-02-09 16:54:59,290 - SYNC.NETAPP - INFO - /usr/bin/ssh opensvc@nasdrp snapmirror resync -f nasdrp:vol1
Diskstart in disaster recovery (split) mode¶
# om unxprdencap start --rid disk
* SYNC.NETAPP - INFO - /usr/bin/ssh opensvc@nasdrp snapmirror quiesce nasdrp:vol1
* SYNC.NETAPP - INFO - start waiting quiesce to finish (max 300 seconds)
* SYNC.NETAPP - INFO - /usr/bin/ssh opensvc@nasdrp snapmirror break nasdrp:vol1
* FS - INFO - mount -t nfs -o rw,intr,soft nasdrp:/vol/vol1 /unxprdencap/netapp
Diskstart in multi-site cluster (swap) mode¶
# om unxprdencap startdisk
* SYNC.NETAPP - INFO - /usr/bin/ssh opensvc@nasprd snapmirror quiesce nasprd:vol1
* SYNC.NETAPP - INFO - start waiting quiesce to finish (max 60 seconds)
* SYNC.NETAPP - INFO - /usr/bin/ssh opensvc@nasprd snapmirror break nasprd:vol1
* SYNC.NETAPP - INFO - /usr/bin/ssh opensvc@nasdrp snapmirror resync -f -S nasprd:vol1 nasdrp:vol1
* SYNC.NETAPP - INFO - /usr/bin/ssh opensvc@nasdrp snapmirror release vol1 nasprd:vol1
* SYNC.NETAPP - INFO - /usr/bin/ssh opensvc@nasprd snap delete vol1 nasprd(0099904947)_vol1.1
* FS - INFO - mount -t nfs -o rw,intr,soft nasprd:/vol/vol1 /unxprdencap/netapp