2.0;inty (install_type), revision 2.0, 86/07/30
INTY (INSTALL_TYPE) -- Install a new type.
usage: INTY type_name source_volume [-N node_spec] [-L] [-R] {CL}
FORMAT
INTY type_name source_volume [-N node_spec] [options]
INTY installs a type from one node to another. It will install both the type
name and type manager on the target node (given by the -N option).
ARGUMENTS
type_name
(required) Specify the name of the type to be installed.
source_volume
(required) Specify the pathname of the source volume from which to
copy the type name and type manager.
OPTIONS
-N node_spec Specify the node on which the type is to be installed.
See HELP NODE_SPEC for details about node specification
syntax. You may also specify the entry directory of a
volume mounted for software installation, as shown in the
example below. If this option is omitted, the type is
installed on the current node.
-L List the results of the installation.
-R Replace any existing type name/manager pair that currently
exists.
EXAMPLES
1. $ inty example_type //test_vol
Type "example_type" installed.
2. $ inty example_type //my_vol -n //test_vol -l
Type "example_type" installed on volume //test_vol.
3. $ mtvol w /mounted_disk
$ inty net_ethernet //rocket_j -n /mounted_vol -l
Type "net_ethernet" installed on //my_node/mounted_vol.
In this case, the disk has been mounted for software installation.
RELATED TOPICS
More information is available. Type:
- HELP INTM
for information on installing type managers.