Tivoli Monitoring, Version 6.2

tacmd createEventDest

Description

Use the tacmd createEventDest command to create a new event destination definition on the server.

CLI syntax

tacmd createEventDest {-i|--id| –serverID} ID
                     [{-p|--property|--properties} NAME=VALUE...
                     [{-f|--force }]

where:

-i|--id| –serverID
Identify the Server Destination ID of the event destination server definition to create on the server. The value must be a value between 1 and 999, inclusive, and an event destination server definition with the same ID cannot already be defined on the server.
-f|--force
Delete the event destination server definition on the server without prompting for confirmation.
-p|--property|--properties
Specifies one or more NAME=VALUE pairs that identify the properties of the new event server destination and their values. The NAME|SERVERNAME, and HOST1 properties are required.

Host properties should be specified in the format:

HOST{1|2|3|4|5|6|7|8}=HOSTNAME[:PORT]

Host entries must be defined such that they are sequential in existence; for example, you cannot specify the HOST3 property if HOST2 is not also specified. If a port value is not provided for a host entry, the port will default to 0.

A maximum of 5 default servers are allowed. To designate this event destination server as a default server, specify the DEFAULT|DEFAULTSERVER property with a value of Y.

The following property names are valid:

  • DESC|DESCRIPTION
  • NAME|SERVERNAME
  • TYPE|SERVERTYPE
  • DEFAULT|DEFAULTSERVER
  • HOST1
  • HOST2
  • HOST3
  • HOST4
  • HOST5
  • HOST6
  • HOST7
  • HOST8

CLI example

This command create a new event destination definition on the server bigTECserver:4567 with the the Server Destination ID of 123 .

   tacmd createEventDest -i 123 -p host1=bigTECserver:4567 name=myTEC

Return values

See Table 2.




Feedback

[ Top of Page | Previous Page | Next Page | Contents | Index ]