Has anyone built out a CMDB Class for DFS/Windows Shared Folders, or a Discovery Pattern for the same?

Jonah Piascik
Tera Expert

Has anyone built out a CMDB Class for DFS/Windows Shared Folders, or a Discovery Pattern for the same?  Looking to manage our Shared Folder Requests (New Build, Request Access) using CMDB CIs.  Thanks.

8 REPLIES 8

Thank link does not seem to be working anymore.  I am very interested in this.

Randy Jenkins
Kilo Contributor

Done -- upvoted & commented. 

Jonah Piascik
Tera Expert

I want to keep this post active as I and others work through this...so updating with some progress on a design strategy I'm trying:

I've been successful in querying our Active Directory using LDAP Query to get the list of DFS Namespaces and Links with paths.  I'm thinking this might be a simpler approach then trying to discover them.  We know where they are stored, just need to maintain the list.  So with the LDAP source defined, I'm hoping I can use IntegrationHub ETL to import these into the CMDB (thinking cmdb_ci_appl table, or extended table for MS-DFS), and go from there.

Keep the thoughts coming!

mikemorales
Kilo Guru

I am currently looking into how to solution this as well.  The idea of using the cmdb_ci_storage_fileshare table to store the information has me intrigued.  It is nice to see that there might be an oob table for this, although creating a new class wouldn't be an issue.  One concern is with using this table would be what the actual intent or designed usage of this table actually is.  Storing the incorrect data and then having to move it later is something to avoid of course.

Anyone have any additional information on the table usage?  I see that it extends from cmdb_ci and that the cmdb_ci_storage_fileshare_pure extends it.

Thank you