Skip to content

img0

HyperIQ

HyperIQ Installation

HyperIQ is available in two forms:

  • Virtual Appliance installed on VMWare or VirtualBox
  • Containerized Application installed on Docker

Note

As we want HyperIQ to monitor HyperBalance (as well as monitoring your HyperStore system), before installing HyperIQ you must enable the Prometheus exporter on each of your HyperBalance nodes. On each HyperBalance node, log into the HyperBalance UI, go to Cluster Configuration -> Layer 7 -- Advanced Configuration and then check the "Enable Prometheus Exporter" checkbox.

Install Docker

Instructions

  1. Your instructor will bring online a node for you to utilise as your HIQ install node.
  2. Log in to this node using the root account and the password provided by your instructor.
  3. Install Docker and Docker-compose
    curl -fsSL https://get.docker.com -o get-docker.sh  
    sudo sh get-docker.sh  
    yum install docker-compose  
    systemctl start docker  
    

Install HyperIQ

Instructions

  1. Log-in to the Host Server via SSH if you have not already
  2. Download the HyperIQ Binary
    wget --user=admin --password=cloudian123 http://10.150.1.252:8080/images/HyperIQ_2.0.bin
    
  3. Make the binary executable
    chmod +x HyperIQ_2.0.bin
    
  4. Run the binary with the install option and type 'yes' to proceed
    ./HyperIQ_2.0.bin install
    
  5. When prompted for a unique name, enter studentX where X is your student number
    Please enter a unique name for this HyperStore custer []: studentX
    
  6. When prompted for an IP address of a HyperStore node, enter the IP of your node1 from your HyperStore cluster
    Please enter the iP address of a HyperStore node []: <Node1 IP Address>
    
  7. When prompted for username, enter the HyperStore Shell username of root
  8. When prompted for the SSH password for user root enter the nodes root password
  9. When prompted to add another HyperStore cluster, answer no
  10. When prompted for the password for HyperIQ UI, enter 123cloudian456. Confirm your input in the next prompt.
    Please enter password for HyperIQ UI (minimum 9 characters) []: 123cloudian456
    

Explore HyperIQ Dashboard

Instructions

  1. Open a browser and navigate to "http://< Host Server IP >:3000"
  2. Log-in as cloudian_admin user and 123cloudian456 password

Info

The following is an overview of the dashboard

Info

To view details about each of the widgets, hover over the 'i' button on the top left corner of the widget

Instructions

  1. Navigate to various panels available on the dashboard to familliarise yourself with the different options