Follow these instructions to download and install a gateway OVA image on a VMware ESXi Server, using VMware vSphere client.

Download and deploy the OpsRamp Gateway as a virtual machine on your hypervisor environment using the in-app download link.

OVA download

Follow these steps to download the gateway:

  1. Go to Setup > Collector Profiles

  2. Click +ADD on the Gateway Collector Profiles page.

  3. Enter a profile name and click the Virtual Appliance (OVA) tile.

  4. Click NEXT.

  5. Click the Virtual Appliance (OVA) tile. This downloads the OVA image OpsRampGateway.ova to your local computer.

Deploy a Gateway on the VMware ESXi Server

Follow these steps to deploy a Gateway on the VMware ESXi server using VMWare vSphere client with OVA Image:

  1. Connect to the ESXi server.

  2. Click File > Deploy OVF Template and then select Deploy OVF Template.

  3. Click the Browse button and navigate to the source location, where you have downloaded the ova file.

  4. Select the file and click Open.

  5. Verify the details and click Next.

  6. From the OVA Template Details screen, verify the OVA template details, and then click Next.

  7. From the Name and Location screen, provide a unique name to the virtual machine and click Next.

  8. From the Resource Pool screen, click on VG.

  9. From the Storage screen, select the datastore for the virtual machine file and click Next.

  10. From the Disk Format screen, select Thick Provision Lazy Zeroed and click Next.

  11. From the Network Mapping screen, choose the network adaptor and click Next.

  12. From the Ready to Complete screen, verify all the deployment settings you have chosen.

  13. Click Finish. A popup appears that displays the OpsRamp gateway deployment progress.

    When the deployment is completed successfully, you will see a confirmation message, “Completed Successfully”.

    The ESXi server displays the OpsRamp Gateway virtual machine.

  14. To power on the machine, right click on the gateway virtual machine and select Power > Power On.

  15. Right click on the gateway virtual machine and select Open Console to access the gateway.

  16. Log in to the gateway using the default credentials provided in the Activation tab, inside the Gateway Collector Profiles section.

Note:

  • We recommend you to set a unique hostname once the gateway is provisioned. This best practice ensures that you have a unique host name on the network.

    Update the hostname
    Use the following command to update the hostname:

        sudo opsramp-collector-start setup updatehostname <new hostname>
        

    Run the following command to change the default OpsRamp Gateway password:

        sudo passwd gateway-admin
        

Install Kubernetes

To run the OpsRamp Gateway, you need to install the Kubernetes on the host.

Run the below command:

sudo opsramp-collector-start setup init

Click here to proceed to the gateway registration section.