SYNOPSIS

dpns-listgrpmap [ --gid gid ] [ --group groupname ]

DESCRIPTION

dpns-listgrpmap queries about a given group or lists all existing groups in virtual gid table.

This function requires ADMIN privilege.

OPTIONS

--gid gid

specifies the Virtual Group Id.

--group groupname

specifies the group name.

EXAMPLES

dpns-listgrpmap --gid 2688
    2688 dteam

dpns-listgrpmap --group dteam
    2688 dteam

dpns-listgrpmap
    2688 dteam
    2689 ops

EXIT STATUS

This program returns 0 if the operation was successful or >0 if the operation failed.

RELATED TO dpns-listgrpmap…