2011-02-06 07:29 PM
I'm attempting to create a report using third party tools via an ODBC connection to the DFM database. I've read repeatedly that the DFM database only exposes the DFMGROUP.* views rather than the DFM.* tables that underly them. However, I'm curious why there is not a view for the initiators associated with a particular initiator group? Is this a view that will be added to a future version, or is there some other way to access the information? Any help is greatly appreciated.
Thank you.
--
Joshua Colson
2011-03-24 10:12 PM
Did you look through the db schema for the views that's exposed, which are documented in the man pages which can be accessed from the help general help from the webui?
Regards
adai
2011-04-04 01:45 PM
Yes, I've reviewed the exposed views. Based on the exposed views I can create a relationship of filer->aggr->volume->lun->igroup. However, I would like to be able to see the initiators that are defined within the igroup (eg: filer->aggr->volume->lun->igroup->initiator).