Configuration
Definition¶
The Quorum Server configuration includes adding the Quorum Server IPs for the connection to the devices, signing the certificates from the storage devices to ensure a safe connection and whitelisting the storage devices in the Quorum.
IP Adding¶
- Access the Quorum Server:
qsadmin - Add the IP(s) of the Quorum Server:
add server ip XX.XX.XX.XX - Check for the IPs inside the Quorum Server:
show server_ip
Certificate Signing¶
- Access the Storage Device(s) that will connect to the Quorum Server through DeviceManager
- Access Settings > Certificates in DeviceManager

- Select 'HyperMetro arbitration certificate' and Export Request File

- Move the .csr file generated to the Quorum Server VM: /opt/quorum_server/export_import
- Give permissions to the file for the Quorum Server:
chown quorumsvr:quorumsvr FILENAME.csr - Sign the .csr file and generate the CA .crt file:
generate tls_cert csr=FILENAME.csr cert_name=FILENAME.crt - Obtain the CA file (cps_ca.crt) and the signed HyperMetro arbitration certificate (FILENAME.crt) from the /opt/quorum_server/export_import directory
- Access Settings > Certificates in DeviceManager for the Storage Device
- Select 'HyperMetro arbitration certificate' and Import Certificate

- Upload 'Certificate File' as the signed HyperMetro arbitration certificate (FILENAME.crt)
- Upload 'CA Certificate File' as the trusted entity signature (cps_ca.crt)

- Press OK and finish the certificate signing process
Device Whitelisting¶
- Access the Quorum Server:
qsadmin - Query the certificate ID and record the 'Cert id' value:
show tls_cert
- Whitelist the Storage Device(s):
add white_list sn=xxxxxxxxxxxxx cert_id=0