Introduction
The gateway is deployed in Azure Cloud environment to monitor and manage your resources.
Prerequisites
To obtain an Azure Gateway VDI, submit a ticket to the OpsRamp Support team. An email is sent with the required URL to access blobs and containers.
Azure configuration
Azure configuration involves the following steps:
- Creating resource groups.
- Setting up the gateway with Storage Explorer.
- Creating an image.
- Deploying a virtual machine (VM) using the gateway image.
Step 1: Create resource groups
This step creates resource group with a storage account using an Azure account.
A resource is a manageable item that is available through Azure. Virtual machines, storage accounts, web apps, databases, and virtual networks are examples of resources.
Note
Resource groups includes resources that you want to manage as a group.To create resource groups:
- Log into the Azure account where you want to install the gateway.
- Create a resource group for the OpsRamp gateway:
- On the left pane, click Resource groups.
- From the Resource groups screen, click +Add.
- Provide the Resource group name, select the required Resource group location, and click Create.
- Verify that the Resource Group was created.
- Create a storage account within the same resource group:
- On the left pane, click Storage accounts and click +Add.
- Select the resource group that you created for the OpsRamp gateway and click Review and Create.
Success
A resource group with a storage account was created.Step 2: Setup a gateway with Storage Explorer
To setup the OpsRamp gateway using Storage Explorer:
- Install Storage Explorer.
- Open Azure Storage Explorer and add the Azure account (the same account that you created in previous steps).
- Copy the OpsRamp VHD file to the Azure account and do the following:
- Go to Storage account and select the storage account that was created.
- Click the Connection icon to launch the Connect to Azure Storage screen.
- Select the Use a shared access signature (SAS) URI option and click Next.
- From the Attach with SAS URI screen, enter the Gateway blob container link (provided by OpsRamp support) and click Next.
- Click Connect.
The VHD file is downloaded. - Copy the OpsRamp gateway VHD file from the OpsRamp blob container to the Azure account blob container that you created.
Step 3: Create an image
Azure allows you to define VM images or use pre-defined images. These images can be used to create one or more VM instances that look alike.
To create a new image for the gateway:
- On the left pane, click +Create a resource.
- Enter
Image
in the search bar. - Click Create.
- From the Create Image screen, provide the following:
- Name: Enter a unique name for the gateway.
- Subscription: Select the account for spining up the gateway.
- Resource Group: Select the resource created for the gateway.
- Location: Select the location from the drop-down options.
- OS disk: Linux
- Storage Blob: Browse and select the downloaded OpsRamp Gateway VHD file and click Create.
- Verify that the new image was created.
Step 4: Deploy a VM
To deploy a VM for the gateway using the created image:
- From Images list, click the name of the image for the VM.
- Click +Create VM, provide the following information and click Next.
- Resource Group: Resources created for the OpsRamp gateway.
- Virtual Machine Name: Unique name for the VM.
- Image: Gateway image that was created.
- Size: Minimum requirement is 2 vCPUs, 4GiB memory.
- Authentication Type: Password or SSH public key.
- On the disk screen, specify
Premium SSD
for the OS disk type and click Next. - Go to NIC network security group > Advanced and ensure that port 22 and port 5480 are allowed on the gateway.
These ports are required for accessing the web and serial user interface. - Click Next.
- (Optional) Configure Advanced and Tags and click Review + Create.
- From the Validation screen, click Create.
Gateway registration
Gateway registration includes the following steps:
- Creating a management profile
- Configuring the gateway registration
Step 1: Create a management profile
To create a management profile:
- Go to Setup > Device Management > Management Profile.
- Select the client for gateway registration.
- Click +Add to create a profile.
- From the Management Profile page, specify
OpsRamp Gateway
for the Profile type. - Enter Profile Name and click Submit.
Note: The activation token is automatically generated. - Copy the activation token.
Step 2: Configure the gateway registration
After creating a management profile, configure the gateway registration using one of the following methods:
- Gateway administration console
- Gateway web user interface
Configuring with the administration console
To configure the gateway using the administration console:
- Log into the gateway VM with provided username and password.
For default login credentials to log into the administration console, contact OpsRamp Support. - From the left pane, click General.
- Verify that the Registration Status is
Not Registered
and the Tunnel Status isNot Established
.
Note: During the installation of the OpsRamp gateway, the first screen prompts you to set a hostname for the gateway. If the hostname is not provided, the gateway is identified based on the MAC Address that is displayed across the user interface. - Click Network, select Use Static IP address and then click Save.
- To configure gateway to use Proxy, use CTRL+P to navigate to Proxy Settings. By default, Direct connection to the Internet is selected.
- Provide the server (
api.vistanet.jp
) information and enter the activation token. - Click Update Now to register the gateway to OpsRamp.
- Verify that the gateway is registered with OpsRamp.
Configuring with the web user interface
To configure the gateway using the web user interface:
- On the web browser, enter the URL using the following syntax:
https://<enter Gateway IP address>:5480
. - From the gateway login screen, provide a default username and password.
- Click Network. If required, clear the Obtain an IP Address from DHCP selection and provide the static address.
- (Optional) Enter VLAN, Static Routing, Proxy information.
- From the Administration menu, click Registration and provide the activation token.
- Provide the SaaS endpoint details (
app.vistanet.jp
) and click Activate. - Verify that the Registration Status displays a Registered and Success status.