Support

 

This community forum is for users and developers of Hyperview products and services. Here, you will find FAQ's, support topics, product updates, and released features.

0

How to register Linux Data Collector to a new hostname?

Avatar
Jad Jebara
Avatar
Discard
1 Answer
1
Avatar
Jad Jebara
Best Answer

1. Generate a new registration token in Hyperview. 
    a. Login to your Hyperview instance.
    b. Navigate to Discoveries > Data Collectors
    c. Click the Add button.
    d. Copy the registration token and host name.
                     
2. SSH into the Data Collector host machine with root permission.
3. Stop running data collector containers.
    a. Navigate to /opt/datacollector/dc-docker-stack and stop the containers.
        docker compose down


 
4. Run the reconfigure.sh script.
    /opt/datacollector/bin/reconfigure.sh


5. Follow the on-screen instructions. 
    a. Accept the EULA and select OK.
    b. Paste the registration token and select OK.
    c. Paste the host name and select OK.
    d. Enter the communication port if needed (default is 443) and select OK.
    e. Choose https or http (default is https) and select OK.
    f. Add a proxy path if needed (default is none) and select OK.
    g. Wait a few seconds for the registration to complete.


6. Start the data collector containers.
    a. Navigate to /opt/datacollector/dc-docker-stack and start the containers.
        docker compose up -d

Avatar
Discard