ONTAP Discussions
ONTAP Discussions
Hi,
yesterday I installed the NetApp Storage Plugin in our Test Cloud Control environment.
Everything works fine so far but under the (for us - the dba team) interesting link "Consolidated Database Storage Performance" we face the Info: "Database is not on NFS mounted storage. Hence, no views available."
All(most) of our databases run on NFS storage(more exact directNFS is enabled).
Database Version: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
Database Server OS: Oracle Linux Server release 6.2
Clound Control Version: Oracle Enterprise Manager Cloud Control 12c Release 3 - 12.1.0.3.0 (db-plugin version 12.1.0.5.)
Cloud Control Server OS: Oracle Linux Server release 6.2
NetApp Plugin Version: NetApp Storage System Plug-in - netapp.storage.sys - 12.1.0.2.0
Any ideas how to get it work?
Thanks & regards,
Martin
Are you open for a quick call ? I think it may be the quickest way to resolve this ?
Thanks
Naveen
Sure. we can discuss in the call. I was a co-developer and tester for this tool.
can you call my cell: 919-xxx-xxxx after 1 hour?
regards,
Karthikeyan.N
edit: number removed
Yes.
Hi Naveen,
Thank you for sharing data. I request you to please validate the following steps:
SELECT V2.TARGET_NAME, V1.FILESYSTEM, SUBSTR(V1.FILESYSTEM,INSTR(V1.FILESYSTEM,':')+6, (CASE WHEN (INSTR(V1.FILESYSTEM,'/',1,3) > 0)
THEN INSTR(V1.FILESYSTEM,'/',1,3) - INSTR(V1.FILESYSTEM,'/',1,2) - 1 ELSE 100 END)) "VOLUMENAME"
FROM MGMT$STORAGE_REPORT_NFS V1, MGMT$DB_DATAFILES V2
WHERE V1.MOUNTPOINT = V2.OS_STORAGE_ENTITY and V2.TARGET_NAME='<DATABASE_NAME>' -- Please specify database name here
If above SQL doesn’t show data, we will have call tonight to drill down this problem further.
Regards,
Sachin Maheshwari
Hi Sachin,
I can't find any link to attach a file. I will email you.
Thanks.
The following steps worked for us.
1. In StorageIPAddressMapping.xml file, edit the entry for interface name: “nfsdata01a” and set the Interface short name to: “rdnetapp01adata”. Make the manual mapping flag to true.
2. Change the collection schedule from 4 hours to 5 minutes for Network interface metric. Once this schedule change is done, wait for 5 minutes to reflect the changes in same metric “Network interface List” . Please make sure that last upload time has changed (because when you click the metric, it fetches the real time data and we want here to store the data to be uploaded. We have to enhance the manual mapping flag in next release of plug-in to work at interface entry level in xml file because next time, it again refreshes the data and set the flag to false and you lose changes that you edit in xml file.
3. Once the metric is uploaded and last upload time is reflected, we will disable the loading of this metric. (“Network Interface list”) (from 5 minutes to disable). This will not impact your storage monitoring.
4. After that you launch the performance views again and let us know if it works.
Thanks to both Karthik and Sachin for their help.
Naveen Garg (CTDI)