Active IQ Unified Manager Discussions

Is there a dfm cli user guide?

MARIKOTAGAWA
12,686 Views

Hi, just a general question.

NetApp prepares a DFM command use guide? I refer dfm xxx help but help messages are not enough to fully understand all options.

For example, I'd like to get historical data of volumes latency by a script using dfm commands. I think dfm perf data can be used. I'd like to know all the detail of its options.

Does anybody know if a dfm cli user guide exist?

---------------------------------------------------------------------------------------------------------------------

# dfm perf data help

NAME

    data -- Manage performance data

SYNOPSIS

    dfm perf data list [-v | -h] [ -o <host-name-or-id> ]  [ -G <counter-group-name> ]

    dfm perf data describe [-v] <counter-group-name> <host-name-or-id>

    dfm perf data modify [ -f ] -G <counter-group-name> [ -o <host-name-or-id> ]

                [ -s <sample-rate> ] [ -r <retention-period> ]

    dfm perf data export

                [ -s <start-time> ]

                [ -e <end-time> ]

                [ -m <maximum-file-size> ]

                [ <object>[ =<export-file-directory> ] ...]

    dfm perf data enable [-p] <host-name-or-id>

                <perf-object-type> { all | <counter-name> ...}

    dfm perf data disable [-p] <host-name-or-id>

                <perf-object-type> { all | <counter-name> ...}

    dfm perf data copy [-p] <src-host-name-or-id | default> <destination-host-name-or-id>

    dfm perf data retrieve { [ -o object-name-or-id ... ] [ -C perf-counter ... ]

                        [ -V view-name ] }

                [ -d duration ] [ -b start-time ] [ -e end-time ]

                [ -M month ... ] [ -D weekday ... ] [ -T time-range ... ]

                [ -m statistical-method [ -P percentile-value ]

                        [ -S data-advance-method ] ]

                [ -s sample-rate ] [ -x output-format ] [ -R ]

DESCRIPTION

    The perf data commands allow the user to list, modify and export

    the performance data that is collected by the server

[root@uscl3-in00-is39 bin]#

9 REPLIES 9

ppavagad
12,686 Views

Hi Mariko,

The documentation for the dfm CLI commands is available under "Operations Manager -> Help -> General Help" section.

You could also try this:

C:\Users\Administrator>dfm perf data list help

NAME

    list -- List the counter groups and data collected

SYNOPSIS

    dfm perf data list [-v | -h] [ -o <host-name-or-id> ]  [ -G <counter-group-name> ]

DESCRIPTION

    List all the counter groups and data collected

                -v : generates verbose information

                -h : generates perf data space usage per host

                -o : host name or host id. Generates counter group information for specific host

                -G : counter group name. Generates details of specific counter group.

Hope this helps.

Best Regards,

Pavan

MARIKOTAGAWA
12,686 Views

Hi, Pavan. Thank you for the info. I'm a bit confused about "Operations manager". Do I need to install a new product "Operation Manager" to get the help page? I've already installed Oncommand system Manager and OnCommand Management Console. I'm looking at Help menu in those products but couldn't find the menu you gave me. I've looked for Operations manager in "Getting Started with netAPp Software" page. But I couldn't find it. So do I miss anything?

ppavagad
12,686 Views

Hi Mariko,

Operations Manager console is available with the OnCommand Core Package installation.

It can be accessed via browser. By default, the address is:

     http://<DFM_Server_IP>:8080/dfm/

You could also directly access the Operations Manager help with:

     http://<DFM_Server_IP>:8080/help/dfm.htm

Best Regards,

Pavan

MARIKOTAGAWA
12,686 Views

Hi, Pavan.

I found the menu under http://<DFM_Server_IP>:8080/dfm/

Thanks!

adaikkap
12,686 Views

Hi Tagawa-San,

     There is man pages for dfm cli, but its not available as a standalone guide.

As pavan said, it can be accessed via Operation Manager Console >Control Center > Help > General Help > Man Pages

In case of linux it can be accessed as follows.

linuxprompt>man -M /opt/NTAPdfm/man dfm

Regards

adai

MARIKOTAGAWA
12,686 Views

Hi, Adai.

Thanks for your info.. As I reply to Pavan, I haven't installed "Operation Manager". But I can get by man command.

I'm wondering where I can get "Operation Manager".

arunchak
12,686 Views

HI,

"OnCommand Core Packagecontains Operations Manager. There is no separate installer for Operations Manager.

If you have installed OnCommand Core Package then you can access the Operations Manager help files via "

  http://<DFM_Server_IP>:8080/help/dfm.htm"

Thanks,

   Arun

MARIKOTAGAWA
12,686 Views

Hi   Arun.

Thanks. Now I understand what Operations manager is. Thanks!

arunchak
12,686 Views

You are welcome .

The OnCommand core package contains following modules

Operations Manager

  Provisioning Manager

Performance Advisor and

  Protection Manager.

Thanks,

  Arun

Public