Displays list of managed service adaptors or information for specified service adaptors.
msh(tsa********)> show sa [<SA Code>]
Parameter |
Description |
---|---|
(Optional) <SA Code> |
Managed SA codes |
Output examples for commands are shown below.
Read list of managed service adaptors
msh(tsa********)> show sa
---
- SA_0:
SA Code: tss00000000
SA Label: Service adapter
Description:
Distribution ID:
Preferred Push Method:
Up: false
- SA_1:
SA Code: tsw11111111
SA Label: Label
Description:
Distribution ID: 0000-1111-2222-3333-4444-5555-6666-7777
Preferred Push Method:
Up: true
msh(tsa********)>
Read information for specified service adaptors
msh(tsa********)> show sa tsw00000000
---
SA Code: tsw00000000
SA Label: Label
Description:
Distribution ID:
Preferred Push Method: none
Up: false
msh(tsa********)>
Set service adaptor details.
msh(tsa********)> set sa <SA Code> [name <Name>] [description <Description>] [distributionid <Distribution ID>] [preferredpushmethod <Preferred Push Method>]
Parameter |
Description |
---|---|
<SA Code> |
SA code |
(Optional) <Name> |
Label of the service adaptor |
(Optional) <Description> |
Memo |
(Optional) <Distribution ID> |
ID for identifying service adaptor. Link 1-to-1 with SA codes
|
(Optional) <Preferred Push Method> |
Connection mode proposed by SACM (none, simple, tunnel) |
Output examples for commands are shown below.
msh(tsa********)> set sa tsw00000000 name Label description Memo preferredpushmethod none
---
SA Code: tsw00000000
SA Label: Label
Description: Memo
Distribution ID:
Preferred Push Method: none
up: false
msh(tsa********)>
Update service adaptor setting values to default values.
msh(tsa********)> unset sa <SA Code> [name] [description] [distributionid] [preferredpushmethod]
Parameter |
Description |
---|---|
<SA Code> |
SA code |
Output examples for commands are shown below.
msh(tsa********)> unset sa tsw00000000 name description preferredpushmethod
---
SA Code: tsw00000000
SA Label: tsw00000000
Description:
Distribution ID:
Preferred Push Method: none
Up: false
msh(********)>
The default values set when each option is specified are as follows.
Parameter / Option |
Default value |
---|---|
name |
(SA code) |
description |
(Empty string) |
distributionid |
(Empty string) |
preferredpushmethod |
none |