opadd command

Adds an operator to the network.

All Usages Options Examples

See also: opchangetype, opget, opparm, oprm

Usages

  1. opadd [-i] [-n] [-u] [-v] type [name] [name2 ...]

With no arguments, the command prints a list of operators.

If you specify a type, the command adds an operator of that type with a generic name.

If you specify names, the command creates operators with the given names.

Options

-i

Ignores nodes that already exist.

-n

Prevents the initialization script from running.

-u

Prevents any subnet contents from being loaded for custom subnet operators.

-v

Prints the name of the created operator.

Examples

opadd geo arms legs
Creates two geo objects called “arms” and “legs”