Deploy ECA Vault Agent on Hyper-V
ECA Vault Agent Hyper-V Installation Guide
The ECA Vault Agent appliance uses 2 disks:
- OS disk: 32 GB (default disk)
- Data disk: 120 GB (see instructions below to create)
Create ECA Vault Agent Hyper-V Virtual Machine
Deploy the Virtual Machine
- Download the ECA Vault Agent Hyper-V vhdx file from the Superna Support Portal.
- Deploy a new
Virtual Machine. - Enter a
Namefor the VM. - Select
Generation 1. - Set
Startup memoryto 24576 MB (24 GB). - Select a
Network Adapter. - Select
Use an existing Virtual Hard diskand browse to the downloaded ECA Vault Agent vhdx file. - Complete the Wizard.
Configure ECA Vault Agent Data Disk
After deploying the VM:
- Right-click the new VM and select
Settings. - From
IDE Controller 0, selectHard Driveand clickAdd. - Click
New. - For Disk Format, select
VHDX. - For Disk Type, select
Fixed size. - Enter a
Namefor the data disk. - Create a new blank virtual hard disk: 120 GB.
- Complete the data disk Wizard.
Configure the ECA Vault Agent
Default Credentials
- SSH username: ecadmin
- SSH password: 3y3gl4ss
Configure the ECA Vault Agent Node
-
Power up the VM and wait 5-10 minutes to allow the Superna on-boot script to run.
-
Monitor the boot log to ensure the script completes:
tail -f /var/log/superna-on-boot.logWait for the script to finish, then press Ctrl+C to return to the command prompt.
-
Run the Hyper-V setup command:
sudo spy-hyperv-setup -
When prompted, enter the
ecadminuser password (default password is: 3y3gl4ss) and provide the following network details:- IP Address
- Netmask
- Gateway
- Hostname
- DNS
- NTP
-
When prompted whether this is the master node, enter
yto complete the node setup. -
Provide the cluster name using only lowercase alphabets (no numbers or special characters).
-
When the prompt asks for additional node IPs, exit by using Ctrl+C.
-
Wait for the setup to complete. You will see a setup complete message.