[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 4


rmdsmitd Command

Purpose

Removes domains from the member list in the Distributed System Management Interface Tool (DSMIT).

Syntax

rmdsmitd-f ] Domain [ ,Domain ] ... 

Note: Do not put a space between the comma and multiple values for the Domain parameter.

Description

The rmdsmitd command removes domains from the member list in DSMIT. The Domain parameter specifies the domains to be removed. The rmdsmitd command removes only empty domains. To remove nonempty domains, specify the rmdsmitd command with the -f flag.

Flags


-? Displays the usage statement.
-f Removes all the specified domains, including nonempty ones.

Examples

  1. To remove the empty domain_1 domain, enter:

    rmdsmitd domain_1
    
  2. To remove a nonempty domain_1 domain, enter:

    rmdsmitd -f domain_1
    

Files


/usr/share/DSMIT/domains Contains the list of domains used by DSMIT.

Related Information

The chdsmitd command, mkdsmitd command.

Distributed System Management Interface Tool (DSMIT) Overview in the Distributed SMIT 2.2 for AIX: Guide and Reference.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]