Data Collection for Epiphany

This guide is under construction. Please excuse our dust.

Manual Collection Commands

Step 1:

Authenticate to the device, and then enter the following commands:

  • display current-config

  • display ip routing-table

  • display arp

  • display interface brief

  • display vlan all

  • display version

  • display device manuinfo

  • exit

Submission

Step 2:

  • Once all data is collected from the HPE Comware dashboard, create a .zip file named Collector_Upload.zip.

Step 3:

Submit the data via secure copy protocol (SCP):

  • Use a web browser to navigate to the Epiphany dashboard.

  • Download the PEM file to the local device.

  • Once the PEM file is downloaded, it can be used to perform SCP of the compressed map folder to the Epiphany Collector.

  • You will need to send the file to the ‘upload’ user using the instructions in step 4.

Step 4:

  • Open a terminal and use the following command:

scp -i ~/.ssh/key.pem <mapfiles> upload@<Collector_IP>:~/upload

The PEM file and map file can be anywhere on the file system, so provide that file’s pathway for the SCP command.

Last updated