> For the complete documentation index, see [llms.txt](https://docs.reveald.com/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveald.com/technical-documentation/data-sources-early-access/hpe-comware/data-collection-for-epiphany.md).

# Data Collection for Epiphany

{% hint style="warning" %}
This guide is under construction. Please excuse our dust.
{% endhint %}

## **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:

{% tabs %}
{% tab title="Linux" %}

* Open a terminal and use the following command:

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

{% hint style="info" %}
The PEM file and map file can be anywhere on the file system, so provide that file’s pathway for the SCP command.
{% endhint %}
{% endtab %}

{% tab title="Windows 10" %}

* Enable OpenSSH Client on Windows 10 by going to **Settings** > **Apps and features** > **Optional Features.**
* Select **Add a feature**.
* Search for **OpenSSH Client.** If it's not already installed, install **OpenSSH Client**.
* Open a command prompt and use the following command:

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

{% hint style="info" %}
The PEM file and map file can be anywhere on the file system, so provide that file’s path for the SCP command.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.reveald.com/technical-documentation/data-sources-early-access/hpe-comware/data-collection-for-epiphany.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
