Cimlistener command, A-12 – Sun Microsystems 5602 User Manual

Page 186

Advertising
background image

A – Command Line Interface
CIMListener Command

A-12

59097-01 A

0

CIMListener Command

Configures CIM indication service listeners and adds subscriptions to listeners.
Refer to the

”CIMSubscription Command” on page A-14

for information about

configuring subscriptions.

Authority

Admin session and a CIM Edit session. Refer to the

”CIM Command” on

page A-11

for information about opening a CIM edit session.

Syntax

cimlistener

add [listener_name] [subscription_list]
create [listener_name]
delete [listener_name]
edit [listener_name]

Keywords

add [listener_name] [subscription_list]
Adds the set of subscriptions given by [subscription_list] to the listener given by
[listener_name]. Use a <space> to delimit subscription names in
[subscription_list].
create [listener_name]
Prompts you in a line-by-line fashion to create a CIM listener with the name given
by [listener_name]. [listener_name] can have up to 32 characters: 0-9, A-Z, a-z, _,
$, ^, and -. The CIM listener configuration parameters are described in

Table A-3

.

delete [listener_name]
Deletes the listener given by [listener_name] from the CIM database.
edit [listener_name]
Opens an editing session in which you can modify the CIM listener given by
[listener_name]. Refer to

Table A-3

for a description of the CIM listener

configuration parameters.

Table A-3. CIM Listener Configuration Parameters

Parameter

Description

Name

Listener name

Type

Listener type:

„

Permanent – S

end indications to the CIM client whether a

connection can be established or not. This is the default.

„

Transient – Sends indications to

the CIM client, but ceases

if a connection cannot be established after 60 minutes.

URL

IP address of the CIM client and the port number to which to send
indications. The default is 10.0.0.1:5000.

Advertising