Configuring the IBM Tivoli Enterprise Console

適用於: Operations Manager 2007 R2

You must either run the System_Center_Interop_Configure_TEC task or manually configure a Tivoli rule base on the IBM Tivoli Enterprise Console server for TEC to accept alerts from Operations Manager 2007 R2. The following procedures provide steps for configuring an IBM Tivoli Enterprise Console server. Run these procedures from a command prompt on a system that has the IBM Tivoli Enterprise Console installed. You must configure the Tivoli environment before running System_Center_Interop_Configure_TEC.

To configure the Tivoli environment

  1. Open a Command Prompt window and run the following.

    For Windows operating systems:

    \Windows\system32\drivers\etc\Tivoli\setup_env.cmd
    

    For UNIX systems:

    ./etc/Tivoli/setup_env.sh
    
  2. Run the bash command to invoke the Bourne Again shell interpreter.

  3. Run the following at the command prompt to set up the Tivoli environment.

    For Windows operating systems:

    . /profile_sci
    

    For UNIX systems:

    . /.profile_sci
    

To Run the System_Center_Interop_Configure_TEC Task

  • Use the wruntask command with the following syntax.

    wruntask -t System_Center_Interop_Configure_TEC -l "System Center Interop TEC Tasks" -h <TEC Server Managed Node Name> –a <RuleBase Name> -a {ACTIVE | EXISTING | NOCLONE} -a {<RuleBase to Clone> | "__unchanged__"} -a {Y | N} -m 900
    

    Where:

    <TEC Server Managed Node Name> – is the name of the IBM Tivoli Enterprise Console server.

    <RuleBase Name> – is the name you want to apply to your new Tivoli rule base.

    1st –a option – is the name of an existing or new rule base to update or create.

    2nd –a option – specifies which rule base to clone from.
       ACTIVE – uses the currently active Tivoli rule base.
       EXISTING – uses a configured Tivoli rule base.
       NOCLONE – creates a new rule base.

    3rd –a option – is the name of the existing rule base to clone from if EXISTING was set in the 2nd –a option. If the 2nd –a option was set to ACTIVE or NOCLONE, enter the string "__unchanged__".

    4th –a option – enter Y or N to restart (Y) or not restart (N) the IBM Tivoli Enterprise Console server. If you do not restart the IBM Tivoli Enterprise Console server, the new rule base will not be active and Operations Manager alerts from the Connector will not appear.

    -m – enter a value, in seconds, for the timeout period.

    The following is an example of the wruntask command that is using the currently active rule base to clone.

    wruntask -t System_Center_Interop_Configure_TEC -l "System Center Interop TEC Tasks" -h myTECServer -a myRuleBase -a ACTIVE -a "__unchanged__" -a Y -m 900
    

注意

For details about the individual configuration parameters, see the Operations  Manager  2007  R2 Deployment Guide.