NET/MASTER Management Services (MS) Command Reference Manual
ISR
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–127
The default ISR definition enables all flow classes for all links, allows solicited
message flow, and disallows unsolicited message flow. The default ISR definition
is:
ISR ENABLE=ALL ALL SOLICIT=YES UNSOLICIT=NO
You can change the default ISR definition by including an alternative command in
the INIT NCL procedure executed during NonStop NET/MASTER MS startup
using the ISR ALTER DEFAULT command. Once this is done, new links are
assigned the new default value. You can restore the original ISR definition using
the ISR RESET command.
You can enable a message flow even though a link is inactive. Enabling a message
flow does not start a link. The message flows between two systems begin when
the link becomes active.
For related information, see the SHOW ISR and PARAM FEATUREDISABLE
commands.
Examples
1. The following example enables all flow classes for the default ISR definition and
all links:
ISR ENABLE
2. The following example modifies the default ISR definition, enabling all flow
classes:
ISR ENABLE DEFAULT
3. The following example modifies the default ISR definition, enabling EMS message
flows, and allowing solicited messages and unsolicited messages:
ISR ENABLE=EMS DEFAULT SOLICIT=YES UNSOLICIT=YES
4. The following example enables all flow classes for the specified link, LINK1:
ISR ENABLE LINK=LINK1
5. The following example enables EMS message flow for the specified link, LINK1,
allowing solicited messages and unsolicited messages:
ISR ENABLE=EMS LINK=LINK1 SOLICIT=YES UNSOLICIT=YES