Guillaume,
@ if wfa could check on a file (csv or another format) it could assign an IP address without future conflict
WFA can definitely do it and in multiple possible ways. If you have a CSV file with list of Reserved/Available IPs then WFA can check on it by the following ways:
- Acquire this CSV file in WFA DB and then you can create filters/finders on it. There is a Video available on how to do in in WFA. https://communities.netapp.com/videos/3351 .
- Its a CSV, so you can writes WFA powershell commands which can do it for you. Powershell provides very easy and convenient handling of CSV files. I can post an example if you want.
- As said above, if you have a DB which has list of Reserved/Available IPs, this can be acquired in WFA. The external DB can be from any vendor, only you would need to get the connecting driver for it.
Which is the better approach? Well, they all have their advantages, and none of them are too difficult. So take your pick.
@ could we have a filter or a finder who list resources by performance ?
Filters are basically SQL queries querying data from WFA DB. So if you have performance data in your WFA DB through Datasource acquisition, you can certainly write filters and finders.
sinhaa
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.