About this task
This task lists the various views and queries that provide information on the network space.
Prerequisites
This task assumes that the following entity is already defined:
- Network space
Viewing the network space on the GUI
- Click the GUI Settings icon and then go to the Network Spaces tab.
All network spaces are listed on the screen. - Click a network space to expand its view.
- On the left pane you can see the network space definitions:
- Services
- Interfaces
- Rate limit
- On the right pane you can see the network spaces IP addresses.
- On the left pane you can see the network space definitions:
Querying for network space details on InfiniShell
Querying for the network space definitions
Run config.net_space.query
. The output looks like this:
NAME SERVICE NETWORK RATE LIMIT GATEWAY IPS INTERFACES default_nas_space NAS 172.16.32.0/19 - - 6 n1eth-data1, n2eth-data1, n3eth-data1
Querying for the network space IP addresses
Run config.net_space.ip.query
. The output looks like this:
NETWORK SPACE IP ADDRESS ENABLED NODE NETWORK INTERFACE REPLICATION MANAGEMENT IP default_rmr_space 172.16.63.126 yes 1 n1eth-data1 yes default_rmr_space 172.16.63.127 yes 1 n1eth-data1 no default_rmr_space 172.16.63.128 yes 2 n2eth-data1 no default_rmr_space 172.16.63.129 yes 3 n3eth-data1 no default_rmr_space 172.16.63.130 yes 1 n1eth-data1 no default_rmr_space 172.16.63.131 yes 2 n2eth-data1 no
The first IP address is for management and all other IP addresses are for data.
Related tasks
For creating a network space see: Creating a network space.
Comments