Cloud Block Store on Azure Management
Managing Cloud Block Store
Viewing Cloud Block Store Deployment
Once the deployment of Cloud Block Store completes, you can view the Cloud Block Store managed app by navigating to your resource group.
You can also view the underlying resources of your Cloud Block Store managed app by going to the managed resource group, which was automatically created as part of the deployment. Click on the Cloud Block Store managed application icon.
Click on the managed resource group.
You will notice the underlying resources include Azure VMs, Network interfaces, Managed disks, etc.
Viewing the Cloud Block Store IP Addresses in Azure Portal
You can view the IP addresses of the Cloud Block Store instance from multiple locations.
- In the resource group where you deployed the Cloud Block Store managed app, click on the Cloud Block Store managed app icon.
- In your Cloud Block Store managed application, you can view various properties of the managed application. To view the Cloud Block Store managed application's IP addresses, click on Parameters and Outputs.
- Scroll down to the Output section. You will notice floating management, management, iSCSI, and replication IP addresses for your Cloud Block Store deployment.
Note: Notice there are two IP addresses for each interface type (management, iSCSI, replication), one for each controller. For management, you can connect to the floating IP address which is an internal Load Balancer which will always redirect you to the primary controller's management interface.
You can also view the same corresponding IP address information by logging onto the Cloud Block Store instance's GUI using the management IP address.
In the GUI, you can click Settings and select the Network tab to view the IP addresses.
Logging onto Cloud Block Store
Via GUI
- Log onto a Windows or Linux host (for example, a jump host) that has access to the management network VNET of the Cloud Block Store instance.
Make sure your subnet route tables, firewalls, and network security groups allow your host network access to the Cloud Block Store instance's management interface.
- Open a browser and enter the management load balancer IP using https://. See Viewing the Cloud Block Store IP Addresses in Azure Portal section for the location of your management or load balancer IP addresses.
https://<CBS management load balancer IP address>
Note: You need to specify https:// for else the browser may not connect correctly.
- Enter the username and password:
- Default username: pureuser
- Default password: pureuser
- The Cloud Block Store's Dashboard displays high-level storage usage and performance metrics. From the Dashboard, you can navigate to the various tabs on the left to view the detailed storage usage, performance analysis, health, and other settings.
Via CLI
As a security measure, using the default pureuser login to access Cloud Block Store via SSH requires an SSH public key. You could have entered the SSH public key during deployment (see Deploying Cloud Block Store section), or you can manually add one by logging into the GUI. See Appendix A for steps to apply an SSH public key.
In order to SSH into your Cloud Block Store managed application, you must first use the GUI to create a new user.
- Log onto a Windows or Linux host that has access to the management network VNET subnet of the Cloud Block Store instance.
- Open a browser and enter the management IP address. See Viewing the Cloud Block Store IP Addresses in Azure Portal section for the location of your management IP addresses.
- Enter the username and password.
Default username: pureuser
Default password: pureuser
- Navigate to the Setting section.
- Click on the Access tab.
- Click on the ellipsis icon (three dots) and select Create User.
- Enter the desired user login name and password.
- Once a user is created, you can SSH with this new login name.
Creating Volumes
Creating Hosts
Connecting an iSCSI Host to Cloud Block Store volumes
The following example provides steps for the GUI. For CLI users, SSH into the management port and run:purevol connect --host <host name> <vol name>
Using the Cloud Block Store's GUI:
- On the left navigation pane, click Storage.
- Click Volumes.
3. Select the desired volume.
4. In the Connected Host box, click the ellipsis icon (three dots) and select Connect.
5. Select the desired host(s) and click Connect.
Ensure appropriate clustering software on your hosts is installed if you wish to connect the same volume to multiple hosts.