Deploying a tie breaker node to an existing UnityVSA HA
Deploy a tie breaker node to an existing UnityVSA HA using the GUI
Procedure
- Launch the UnityVSA HA Deployment Utility, and select Deploy a new Tie Breaker Node to an existing Dual-SP UnityVSA deployment.
- Provide the IP address and login credentials for the vCenter service.
The deployment utility automatically discovers the UnityVSA HA managed by the specified vCenter.
- Select the UnityVSA for which to deploy a Tie Breaker Node (TBN).
- Enter the name of the TBN VM, and then select the template, host, and datastore to use for the TBN.
- Review your choices and click Deploy.
Deploy a tie breaker node to an existing UnityVSA HA using the CLI
Format
You can deploy a tie breaker node to an existing UnityVSA HA using the deployment tool CLI instead of the GUI.
UnityVSADeployUtilityCLI --hypervisor <value> --username <value>
--password value --tbnfile value --tbnname <value> --hosttbn value
---datastoreprivatetbn value --hb0net value --hb1net value
Action qualifiers
Qualifier
|
Description
|
---|---|
--hypervisor
|
IP address or hostname of the vCenter service.
|
--username
|
Username used to log in to the vCenter service.
|
--password
|
Password used to log in to the vCenter service.
|
--file
|
Path to the OVA or OVF file to deploy.
|
--tbnfile
|
Path to the TBN file to deploy.
|
--tbnname
|
Name of the TBN file to deploy.
|
--hosttbn
|
Host on which to deploy the TBN.
|
--datastoreprivatetbn
|
Datastore that the TBN will reside on. The SPA and SPB hosts must be able to access this datastore.
|
--hb0net
|
Heartbeat 0 port group to which the TBN will connect.
|
--hb1net
|
Heartbeat 1 port group to which the TBN will connect.
|
Deploying a TBN on an existing UnityVSA HA using an existing switch
The following example deploys a TBN called tbn1 on an existing UnityVSA:
UnityVSADeployUtilityCLI
--hypervisor 10.244.236.244
--username admin
--password admin123
--file unityvsa/tbn.ova
--tbnfile tbn1
--tbnname vvnx-dual-test
--hostspa vvnx-esx1.usd.lab.emc.com
--hostspb vvnx-esx3.usd.lab.emc.com
--hosttbn vvnx-esx1.usd.lab.emc.com
--datastoreprivatespa datastore3_esx1
--datastoreprivatespb datastore3_esx3
--datastoreshared obsim_nfs_ds
--datastoreprivatetbn datastore3_esx1
--hb0net vsa-hb0-pg
--hb1net vsa-hb1-pg