Service adaptor command

show sa

Overview

Displays list of managed service adaptors or information for specified service adaptors.

Syntax

msh(tsa********)> show sa [<SA Code>]

Parameter

Parameter

Description

(Optional) <SA Code>

Managed SA codes

Description

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 sa

Overview

Set service adaptor details.

Syntax

msh(tsa********)> set sa <SA Code> [name <Name>] [description <Description>] [distributionid <Distribution ID>] [preferredpushmethod <Preferred Push Method>]

Parameter

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

Ex.) 1234-abcd-0000-000b-02e0-4dff-fe10-0c88

(Optional) <Preferred Push Method>

Connection mode proposed by SACM (none, simple, tunnel)

Description

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********)>

unset sa

Overview

Update service adaptor setting values to default values.

Syntax

msh(tsa********)> unset sa <SA Code> [name] [description] [distributionid] [preferredpushmethod]

Parameter

Parameter

Description

<SA Code>

SA code

Description

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(********)>

Default value

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