Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
