2.0;intm (install_type_manager), revision 2.0, 85/12/10
INTM (INSTALL_TYPE_MANAGER) -- Install a type manager.
usage: INTM type_name [mgr_pathname] [-N node_spec] [-L] [-R] {CL}
FORMAT
INTM type_name [mgr_pathname] [options]
INTM installs a new type manager for a specified type. The manager is copied
into the type manager directory. This command does not accept wildcards.
ARGUMENTS
type_name
(required) Specify the type for which the manager is to be installed.
mgr_pathname
(optional) Specify the pathname of the manager object file to install
for this type.
Default if omitted: object file is named 'type_name'.
OPTIONS
-N node_spec Specify the node on which the type manager is to be
installed. See HELP NODE_SPEC for details about node
specification syntax. If this option is omitted, the type
manager is installed on the current node.
-L List the results of the operation.
-R Replace an existing type manager if it exists.
EXAMPLES
1. $ intm example_type /mydir/my_example_mgr.bin
2. $ intm exmaple_type /mydir/old_example_mgr.bin -n //remote_vol -l
"/mydir/old_example_mgr.bin" installed as the manager for
type example_type on volume //remote_vol.
RELATED TOPICS
More information is available. Type:
- HELP INTY
for information on installing types.