Creates the OSI Transport module. Refer to HELP ENTITY OSI_TRANSPORT for information concerning this entity and its subentities. create [node node-id] osi transport Select application for information on creating osi transport application subentities on OpenVMS. Select template for information on creating osi transport templates.
1 – Exception Messages
o already exists An osi transport entity already exists.
2 – application (OpenVMS)
Creates an instance of the osi transport application entity. That instance is identified by the simplename application-name. create [node node-id] osi transport - application application-name An OSI Transport Application stores information about an end user that is activated for receipt of an incoming connection request when the request contains that end user's name in its Destination Name field. Example: create osi transport application osit$ivp
3 – template
Creates a instance of an osi transport template entity, identified by the simplename used in place of template-id. create [node node-id] osi transport template template-id An OSI Transport Template entity provides a collection of characteristics that supply default values for certain parameters that influence the operation of a port on a transport connection. One template, with the reserved template-id of "default", is automatically created when the osi transport entity is created. This template is used by default when a user does not specify a template-id in a call to establish a connection. The default template is deleted automatically when the osi transport entity is deleted. Similarly, the initial values of the attributes in a template are the same as the current values in the default template. Example: create osi transport template osit$rfc1006plus
3.1 – Exception Messages
o already exists An osi transport template entity by that instance name already exists.