Hi Francesco,
Thank you for sharing feedback. Currently, we are not supporting controller name in fstab entry for generating db mapping report because a controller can have multiple IP addresses for data and management interfaces. We are taking "controller name" requirement as feedback and will make it available in next release of plug-in.
I request if you can send me the output of following SQL query to understand your database environment for RHCP scripts / FSTAB entries for mounting NFS volumes.
This Database must be residing on NetApp Storage:
You must have permissions to login to EM12c repository SQL prompt and execute below SQL.
SELECT V2.TARGET_NAME "DatabaseName", V1.FILESYSTEM "FileSystem", V2.FILE_NAME "FileName"
FROM MGMT$STORAGE_REPORT_NFS V1, MGMT$DB_DATAFILES V2
WHERE V1.MOUNTPOINT = V2.OS_STORAGE_ENTITY and V2.TARGET_NAME ='<DB_NAME>' -- Specify database name here
Please send at least three rows of each database. If you want to keep your database configurations private, please drop an email to me: sachin1@netapp.com
We appreciate your feedback to improve this plug-in.
Thanks,
Sachin Maheshwari