Viewing the List of Virtual IPs
Explains how to view the list of VIPs using either the Control System or the CLI.
Viewing the List of VIPs Using the Control System
Procedure
Log in to the Control System and go to the service information page for NFS.
The page displays the following:
You can add and remove VIPs.
Column Name | Column Description |
---|---|
VIP Range | The Virtual IP range. |
Virtual IP | The VIP (in the range) of the associated node. |
Node Name | The host name of the node. |
Physical IP | The physical IP of the associated node. |
MAC Address | The MAC address of the network interface that is assigned to the associated VIP. |
Retrieving the List of VIPs Using the CLI and REST API
About this task
- CLI
- The basic command to retrieve a list of VIPs is:
maprcli virtualip list
- REST
- Send a request of type GET. For example:
curl -X GET 'https://<host>:8443/rest/virtualip/list' --user <username>:<password>
For complete reference, see
virtualip list
.