ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system services manager install show

    Display a list of installed services

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The system services manager install show command displays information about installed services.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-service <text>] - Service

    Selects information about installed services that have the name you specify.

    [-version <service version>] - Version

    Selects information about installed services that have the version number you specify.

    [-constituent <text>] - Constituent

    Selects information about installed services that have the constituent process you specify.

    [-nodes {<nodename>|local}] - Nodes

    Selects information about services that are installed on the nodes you specify.

    [-description <text>] - Description

    Selects information about installed services that match the description you specify.

    Examples

    The following example shows typical output from a two-node cluster.

    cluster1::> system services manager install show
    Service           Version Constituent Nodes
    ----------------- ------- ----------- ---------------------------------------
    diagnosis
                      1.0     schmd       node1, node2
                      1.0     shmd        node1, node2
    2 entries were displayed.
    Top of Page