Hello,
I am trying to write a query the fetch the IPSpace information from the Netapp 7-Mode system.
But it looks like all the information is available in the WFA database is incomplete,
Here is an example:
mysql> select ip_space,name from interface;
+----------+------+
| ip_space | name |
+----------+------+
| | losk |
| | e0c |
| | e0b |
| | e0a |
+----------+------+
4 rows in set (0.00 sec)
mysql>
When in on my netapp controller i do have a default-ipspace ipspace and a temp ipspace:
FAS001> ipspace list
Number of ipspaces configured: 2
default-ipspace (e0a e0b e0c losk)
temp001 (e0d)
FAS001>
Did anyone else have also experienced this before or how can i get this info in the WFA database.
,Sheel