Active IQ Unified Manager Discussions

DFM/OM export host list and group topology

daehnrich_bsh
2,806 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
2,806 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
2,807 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
2,806 Views

cool thanks, special the second command help alot!

Public