Hi Nitish,
Unfortunately there is no export/import function for copying the settings of OnCommand Unified Manager to multiple OCUM servers.
1. Can we create dfm reports through command line? How, to list all counters available in gui?
[root@ ~]# dfm report create help
NAME
create -- Create a custom report
SYNOPSIS
dfm report create -R <catalog> -f <field> [ -L <long-name> ]
[ -d <description> ] [ -D <display-tab> ] <report-name>
[root@ ~]#
Refer the man pages as follows and look for dfm report create.
Launch the Operations Manager Console> Control Center> Help>General Help > Man Pages.
2. Is there a way to replicate the same reports on other dfm servers?
Yes, using cli create the same. You can get the list of columns in each report you created as follows.
dfm report view <reportname-or-id> help.
Then create the same report with all the columns in another server.
Regards
adai