NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

DFM/OM export host list and group topology

daehnrich_bsh
3,877 Views

Hello,

we use 3 DFM Server 1 OM 2 PM 3 PA. I want use in 1 and 3 the same host list and the same group overview, is there any smart way (except Backup import) to export or sync the host list and group topology (overview)

cheers Soeren

1 ACCEPTED SOLUTION

kjag
3,877 Views

Hi,

You can develop a small script to do the above export. Please use the below commands to get the host/group list from DFM1 and add the same in DFM2.

dfm report view -F perl controllers

dfm report view -F perl groups

dfm report view group-members-recursive

Please let me know if you need any help.

Thanks,

KJag

View solution in original post

2 REPLIES 2

kjag
3,878 Views

Hi,

You can develop a small script to do the above export. Please use the below commands to get the host/group list from DFM1 and add the same in DFM2.

dfm report view -F perl controllers

dfm report view -F perl groups

dfm report view group-members-recursive

Please let me know if you need any help.

Thanks,

KJag

daehnrich_bsh
3,877 Views

cool thanks, special the second command help alot!

Public