Active IQ Unified Manager Discussions
Active IQ Unified Manager Discussions
Hello,
I was trying to list of available cluster which are available.I used the below SQL queries.Query was sucessful but not giving any output.Don't know exactly where i m doing the mistake:-(.Can some one help me?.
SELECT
Name AS 'Name',
Primary_Address AS 'Primary Address',
version AS 'Version'
FROM
cm_storage.cluster
ORDER BY
Name ASC
Output i have attached here..
BR
Rao.
Solved! See The Solution
Hi Rao:
Is a cache acquisition done in WFA?
It is better to use a tool like SQLYog, connect to the DB using wfa/Wfa123,
run the query and see if you are getting any results.
I can the query in SQLYog and it is returning the results.
Regards
Abhi
Hi Rao:
Is a cache acquisition done in WFA?
It is better to use a tool like SQLYog, connect to the DB using wfa/Wfa123,
run the query and see if you are getting any results.
I can the query in SQLYog and it is returning the results.
Regards
Abhi
Thanks abhi,It was probl with acquisition.
One more question...
If I add individual filer/cluster to WFA instead of DFM,is it Possible to do the acquisition?.
Hi Rao,
Below is the answer to your question
If I add individual filer/cluster to WFA instead of DFM,is it Possible to do the acquisition?.
Rao, I would like to understand, more on why you want to add filer as a datasource directly, instead via a OCUM/DFM.
Regards
adai
Thanks Adai
We are in the phase of validating the WFA for cluster mode.So I was just varifying "filer/cluster as datasource" for documentation purpose.
Regards
Rao.
Hi Rao:
You can take a look at this post.
https://communities.netapp.com/docs/DOC-33054#comment-20099
Regards
Abhi