Dell APEX Metering Integration for AirGap for Dell
Introduction
This guide covers integrating Dell APEX metering software into a Cyber Vault protected by Enterprise AirGap. This integration securely transports metering data from inside the vault to a location outside the vault, where it can be collected and sent to Dell for billing purposes — without requiring a data diode or other out-of-band management path.
Requirements
- Dell EMC UCC Edge
- Eyeglass Enterprise AirGap, fully deployed and licensed (see Installation and AirGap for ECS as applicable)
Configuration
Eyeglass Enterprise AirGap
-
Deploy and configure Eyeglass, the ECA, and the Vault Agent for AirGap, including the Enterprise AirGap license. See Installation for the full deployment procedure.
-
Configure the AirGap job to be managed by the Vault Agent.
-
Modify the directory permission on the Vault Agent for the path
/opt/superna/var/logs/vaultagentso theecaadminuser has write permission:-
SSH to the Vault Agent as
ecaadmin(default password:3y3gl4ss). -
Run:
chmod 777 /opt/superna/var/logs/vaultagent
-
-
To verify, upload a test file to the Vault Agent using SFTP with the
ecaadminuser to the path/opt/superna/var/logs/vaultagent.
UCC Edge VM Deployment
Deploy the UCC Edge VM from the downloaded ucc-edge_2.1.0.ova file in the vSphere environment inside the vault network.
Dell UCC Edge deployment and configuration documentation is maintained by Dell, not Superna. Refer to Dell's UCC Edge 2.1.0 "Overview and Requirements" and "Getting Started" guides at dell.com/support for VM deployment, sizing, and general UCC Edge configuration.
Register the Vault PowerScale to Assets
- In UCC Edge, click Assets, then +Register. You can use single registration or bulk load.
- Register a new asset and set the asset type to PowerScale/Isilon.
- Enter the asset parameters, then click Click to verify. A
Verified_Successstatus confirms the connection. - Click Register to add the vault PowerScale to the assets list.
Add the Vault PowerScale to a Group
- In UCC Edge, click Groups, then +Create to create a new group.
- Specify the group name and asset type, and select the vault PowerScale asset to add to the group.
Configure Schedule
- In UCC Edge, click Schedules, then + Schedule to create a collection schedule for the vault PowerScale cluster (for example, once per day).
Configure SFTP for Uploads
- In UCC Edge, click Uploads, then +ADD in the SFTP Servers section.
- Add the Eyeglass Vault Agent as the SFTP server, using:
- IP Address: Eyeglass Vault Agent IP address
- Port:
22(default) - Authentication type: Username/Password
- Username:
ecaadmin - Password: password for
ecaadmin - Remote Path:
/opt/superna/var/logs/vaultagent - Schedule: for example, once per day
- Click TEST to confirm the connection to the Eyeglass Vault Agent SFTP server.
- Verify the uploaded test file is received on the Eyeglass Vault Agent under
/opt/superna/var/logs/vaultagent.
Upload from UCC Edge to the Eyeglass Vault Agent
Based on the configured upload schedule, UCC Edge uploads the generated collection data to the Vault Agent over SFTP. You can verify the upload job status in UCC Edge, and confirm receipt on the Vault Agent:
ecaadmin@dgva78:~> ls -l /opt/superna/var/logs/vaultagent
-rw-r--r-- 1 ecaadmin ecaadmin 47284 Oct 28 01:15 ISILON_0050569f872446854763b722490abf129535_UE-dg-ucce89_2022-10-28_05-00-05_10001.gpg
Receiving the Log File on the Eyeglass Appliance
Requirements:
- A Windows host to schedule billing-data collection from Eyeglass.
- The UCC Local Agent tool, with the Superna collection feature.
- Firewall access from the Windows host to Eyeglass on TCP port 22.
Push billing collection data to Eyeglass:
Wait for the next scheduled Vault Agent log-push job to upload the latest log to the Eyeglass appliance, under /opt/superna/sca/logs/airgap. Alternatively, run the push job manually:
-
SSH to the Vault Agent as
ecaadmin. -
Run:
ecactl airgap pushvaultagentlogs -
Monitor the job:
ecactl jobs view --follow --id <job-id> -
Once complete, use SFTP as the
adminuser to Eyeglass to confirm the latest log file under/opt/superna/sca/logs/airgap.
Configuring the UCC Local Agent tool to transfer billing data to Dell from a Windows machine:
-
Download the UCC Local Agent application to a Windows machine and unzip it (for example, to
c:\ucc). -
From a command prompt in that folder, configure the connection to Dell's SFTP billing collection server:
ucc-local-agent.exe --config -
Configure the connection to Eyeglass:
ucc-local-agent.exe --config-supernaFollow the prompts, substituting the correct IP address for your environment, then press C to confirm.
-
To test data collection to the local Windows machine, run:
ucc-local-agent.exe --fetch-superna
See Also
- Installation – Deploy Eyeglass, the ECA, and the Vault Agent before configuring this integration.
- Integration Guide – Other AirGap integration points with Ransomware Defender, Golden Copy, and Easy Auditor.