Before using this information and the product it supports, read the information in Appendix A. "Notices" on page 25.
This edition applies to 1.0.3744 of Netcool/OMNIbus Probe for Nortel CNM (SC23-6398-02) and to all subsequent releases
and modifications until otherwise indicated in new editions.
Netcool/OMNIbus Probe for Nortel CNM Reference Guideiv
docscontrol.fm December 22, 2007
Document control page
The Netcool/OMNIbus Probe for Nortel CNM documentation is provided in softcopy
format only. To obtain the most recent version, visit the IBM Tivoli Netcool Information
Center:
Netcool/OMNIbus Probe for Nortel CNM Reference Guidevi
Nortel CNM.fm December 22, 2007
Probe for Nortel CNM
Nortel CNM (CDMA Network manager) is a networking and service management system
that provides a real-time view of the service provisioning, order managment, fault and
performance management for an enterprise customer’s network. This system supports
multiple wireless network technologies, and customer management interfaces for the
creation, delivery, and playback of multimedia over GSM and CDMA2000 wireless
networks.
The Probe for Nortel CNM collects alarms from Nortel CNM system using a 3GPP2 CORBA
(Common Object Request Broker Architecture) interface for CDMA2000 networks.
This guide contains the following sections:
•Summary
•Supported platforms
•Basic configuration
•Data acquisition
•Peer-to-Peer failover functionality
•Internationalization support
•Properties and command line options
•Elements
•Error messages
•ProbeWatch messages
Probe for Nortel CNM1
Summary
Table 2 provides a summary of the Probe for Nortel CNM.
RequirementsA currently supported version of Tivoli Netcool/OMNIbus.
JDK 1.5
probe-compatibility-3.x (for Tivoli Netcool/
OMNIbus 3.6)
probe-nonnative-base
probe-nonnative-java
nco_p_commandport-0
probe-visibroker-support
Note: The Visibroker patch is not available on the support
site; to obtain this patch, you must contact IBM
Technical Support.
Connection methodCORBA
Remote connectivityYes
LicensingElectronic licensing is no longer implemented in Tivoli
Netcool/OMNIbus products. All Tivoli products now use
the IBM Tivoli software licensing process.
InternationalizationAvailable
Peer-to-peer failover functionalityAvailable
IP environmentIPv4 and IPv6
Note: The probe only supports the IPv6 environment on
Tivoli Netcool/OMNIbus v7.x running on Solaris.
Netcool/OMNIbus Probe for Nortel CNM Reference Guide2
Supported platforms
For details of the versions of HP-UX and Solaris on which this probe is supported, see the
following page on the IBM Tivoli Netcool Information Center:
This section describes the basic configuration requirements for the Probe for Nortel CNM.
Installation requirements
Before running the probe, you must install the JDK 1.5 runtime libraries and the following
IBM Tivoli Netcool/OMNIbus patches in the following order:
1.probe-compatibility-3.x
2.probe-nonnative-base
3.probe-nonnative-java
4.nco_p_commandport-0
5.probe-visibroker-support
Note: These patches (except the VisiBroker patch) are available from the IBM Support
Site. To obtain the VisiBroker patch, you must contact IBM Support.
Updating the rules file
The Probe for Nortel CNM is supplied with a lookup table (Corba_3gpp2_
R6C1.lookup). This file is installed in the following location:
$OMNIHOME/probes/includes/
This file is referenced in the rules file by the following command:
include "/opt/netcool/probes/includes/Corba_3gpp2_R6C1.lookup"
If the Tivoli Netcool/OMNIbus installation directory is different from /opt/netcool/,
you must update the rules file include statement accordingly.
Note: $OMNIHOME cannot be used in the paths to the lookup files; you must enter the full
path to the Tivoli Netcool/OMNIbus installation directory.
Probe for Nortel CNM3
Data acquisition
The Probe for Nortel CNM gathers events from the Nortel CNM 3GPP servers using a
Common Object Request Broker Architecture (CORBA) interface. CORBA is an Object
Management Group specification that provides a standard interface definition between
objects in a distributed environment; that is, it allows applications to communicate with one
another regardless of where they are located or who has designed them.
Connecting to the CORBA interface
The Probe for Nortel CNM acts as an Integration Reference Point (IRP) Manager. The
AlarmIRPOperation and NotificationIRPOperation points form a part of the IRP agent to
which the probe connects through a CORBA interface.
The probe uses the Using Interoperable Object Reference (IOR) files for this connection:
Using IOR files
To connect to the CORBA interface, the probe uses the SecurityIRPAgent Interoperable
Object Reference (IOR) file. If the IOR file is on a remote machine, specify the FTP command
that the probe must use to access it using the SecurityIrpFtpCommand property. If the
IOR file is on a local machine, specify its location using the NortelSecurityIrpFile
property.
Connecting to a remote system
The probe uses secure mode to connect to the remote machine where the IOR file is
available.
To access the IOR file on the remote machine, perform the following steps:
1.Set up the required OpenSSL environment in both the probe server and target system.
2.Create your own PKI key. Remember the password that you specify while creating the
PKI key.
3.Change the access permissions of the PKI key for the SSH to access.
4.Edit the download_ior.sh script so that the IOR_FILE_NAME script variable points
to the same value as the NortelSecurityIrpFile property.
5.Replace the <remote machine name>:<remote path to nortel ior file>
text in the download_ior.sh script with the location and name of the remote
machine.
6.Replace the <password> text in the add-passwd script with the password you
specified while creating the PKI key.
7.Run the probe.
Netcool/OMNIbus Probe for Nortel CNM Reference Guide4
The FTP command is run in the user’s home directory. For FTP users other than root, you
must change the default path specified by the NortelSecurityIrpFile property to
enable the probe to locate the security IRP file; for example, if the FTP user is norteluser,
the home directory for this user will be /home/norteluser. In this case, you must change
the default path specified by the NortelSecurityIrpFile property to:
The probe checks the status of the IRP agent every 60 seconds. You can change this
frequency if required using the Agentheartbeat property.
Retrieving objects
If the Resynch property is set to true, the probe initially receives a list of all active alarms
from the AlarmIRP server. The probe then connects to the NotificationIRP server and uses
the CORBA notification push model to receive new alarms from the server as they are
generated. If the Resynch property is set to false, the probe only receives new alarms.
The probe initially receives a list of all active alarms from the AlarmIRP server. The probe
then connects to the NotificationIRP server and uses the CORBA notification push model
to receive new alarms from the server as they are generated.
Running multiple probes
You can run multiple instances of the Probe for Nortel CNM. For each instance running,
you must specify a different port to which the server listens using the ORBLocalport
property.
Shutting down the probe
To stop an instance of the probe, you must issue a stop signal to the process associated with
that probe instance.
Timeout
The Probe for Nortel CNM has a timeout facility that al lows it to di sconne ct from the sys tem
if there is no activity for a predefined amount of time. You can specify how long the probe
waits before disconnecting using the Timeout property.
Probe for Nortel CNM5
Filtering notifications and alarms
The NotificationFilter and AlarmFilter properties allow you to specify what
notifications and alarms the probe expects from the device. When you use these properties,
you must use the actual token names. For example, the token h represents the element NV_PERCEIVED_SEVERITY; so, to specify that the probe is only sent notifications with a
perceived severity of 3, you must set the NotificationFilter property to $h == 3.
You can specify more complex filters using and and or statements; for example, to specify
that the probe is sent notifications with a perceived severity of 3 or 4, you must set the
NotificationFilter property to $h==3or$h== 4.
Note: The filtering of elements sent from the device can only be configured at the Nortel
CNM 3GPP2 (CORBA). For details of the syntax required for filtering the object
classes refer to your CORBA documentation, or contact your system administrator.
Table 3 displays the token mappings for use with the AlarmFilter and
NotificationFilter properties.
Table 3. Token mappings (1 of 2)
ElementToken
NV_NOTIFICATION_ID a
NV_EVENT_TIMEb
NV_SYSTEM_DN c
NV_MANAGED_OBJECT_CLASS d
NV_MANAGED_OBJECT_INSTANCE e
NV_ALARM_ID f
NV_PROBABLE_CAUSE g
NV_PERCEIVED_SEVERITY h
NV_SPECIFIC_PROBLEM i
NV_ADDITIONAL_TEXT j
NV_ACK_TIME k
NV_ACK_USER_ID l
NV_ACK_SYSTEM_IDm
NV_ACK_STATE n
NV_COMMENTSo
NV_BACKED_UP_STATUS p
NV_BACK_UP_OBJECT q
NV_THRESHOLD_INFO r
NV_TREND_INDICATION s
Netcool/OMNIbus Probe for Nortel CNM Reference Guide6
Table 3. Token mappings (2 of 2)
ElementToken
NV_STATE_CHANGE_DEFINITION t
NV_MONITORED_ATTRIBUTES u
NV_PROPOSED_REPAIR_ACTIONS v
NV_CORRELATED_NOTIFICATIONS w
NV_REASON x
CLEAR_USER_IDy
CLEAR_SYSTEM_IDz
NV_ALARM_LIST_ALIGNMENT_
REQUIREMENT
NV_SERVICE_USERgg
NV_SERVICE_PROVIDERhh
NV_SECURITY_ALARM_DETECTORii
NV_VENDOR_SPECIFIC_ALARM_TYPEjj
NV_ALARM_RAISED_TIMEkk
NV_ALARM_CLEARED_TIMEll
Command line interface
ff
The Probe for Nortel CNM is supplied with a command line interface (CLI). This interface
allows you to perform commands using the probe (for example, to acknowledge alarms or
to request a full resynchronization of the CORBA interface).
To use the CLI, you must use the CommandPort property in the properties file to specify a
port through which commands will be sent. When you want to perform commands, telnet
to this port. Table 4 describes the commands that you can use with the command line
interface.
Table 4. CLI commands (1 of 2)
CommandDescription
acknowledge_alarmAllows you to acknowledge an alarm in the 3GPP2
interface.
Note: This command takes as a parameter the
NV_ALARM_ID of the alarm being
acknowledged. Only one alarm can be
acknowledged at a time.
helpDisplays online help about the CLI.
resynch_allAllows you to perform a full resynchonization with
the 3GPP2 interface.
Probe for Nortel CNM7
Table 4. CLI commands (2 of 2)
CommandDescription
resynch_filterAllows you to a perform partial resynchronization
with the 3GPP2 interface.
Note: This command takes as a parameter a filter in
the same format as the AlarmFilter
property. For details, see "Filtering
notifications and alarms" on page 6.
unacknowledge_alarmAllows you to unacknowledge an alarm in the
3GPP2 interface.
userid_clear_alarmsAllows you to clear an alarm in the 3GPP2 interface
user_clear_alarmsAllows you to clear the identity of the user who who
userid_acknowledge_alarmAllows you to acknowledge an alarm in the 3GPP2
userid_unacknowledge_alarmAllows you to unacknowledge an alarm in the
versionDisplays the version of the probe.
by specifying the USER_ID. This parameter is
specified by the ClearSystemId property.
invokes the clearAlarms operation.
interface by specifying the NV_ALARM_ID and the
NV_ACK_USER_ID. These parameters are specified
by the AckSystemId and AckUserId properties,
respectively.
3GPP2 interface by specifying the NV_ALARM_ID
and the NV_ACK_USER_ID.
Note: Since the CLI is based upon telnet connections, you can connect to the probe from
anywhere. This means that simple scripts can be set up to allow users to
acknowledge selected events from the Tivoli Netcool/OMNIbus event list by
creating desktop tools to telnet to the probe, send a command, and then close the
connection.
Netcool/OMNIbus Probe for Nortel CNM Reference Guide8
Peer-to-Peer failover functionality
The Probe for Nortel CNM supports failover configurations where two probes run
simultaneously. One probe acts as the master probe, sending events to the ObjectServer; the
other acts as the slave probe on standby. In the event of the master probe failing, the slave
probe activates.
While the slave probe receives heartbeats from the master probe, it will not forward events
to the ObjectServer. If the master shuts down, the slave probe will stop receiving heartbeats
from the master and any events it receives thereafter will be forwarded to the ObjectServer
on behalf of the master probe. When the master is running again, the slave will continue to
receive events from the trap forwarder, but will no longer send them to the ObjectServer.
Example property file settings for peer-to-peer failover
The following configuration shows the peer-to-peer settings from the properties file of an
example master probe:
Server:"NCOMS"
RulesFile:"master_rules_file"
MessageLog :"master_log_file"
PeerHost:"slave_hostname"
PeerPort: 5555 # [communication port between master and slave probes]
Mode:"master"
The following configuration shows the peer-to-peer settings from the properties file of the
corresponding slave probe:
Server:"NCOMS"
RulesFile:"slave_rules_file"
MessageLog :"slave_log_file"
PeerHost:"master_hostname"
PeerPort: 5555 # [communication port between master and slave probes]
Mode:"slave"
Probe for Nortel CNM9
Internationalization support
The Probe for Nortel CNM supports multi-byte character sets. To view the character sets
correctly, you must configure the locale settings on the host machine correctly. Each
multi-byte character set is configured slightly differently on each platform. The following
section describes example locale configurations on a UNIX platform; other character sets on
other platforms will be configured in a similar way.
Example multi-byte character set configuration on Solaris
The following steps describe how to configure Solaris to use the Japanese character set:
1.Install the necessary components for Japanese on to the host machine using the Solaris
CD.
2.Set the LANG and LC_ALL environment variables to ja_JP PCK. This uses SJIS
encoding.
Note: You may have to set LANG in the host machine’s default settings file and reboot
to make the changes take effect.
3.Make sure that the following entry is present in the $OMNIHOME/platform/arch/
locales/locales.dat file:
locale = ja_JP PCK, japanese, sjis
where ja_JP PCK is the vendor locale, japanese is the Sybase language, and sjis
is the Sybase character set.
Netcool/OMNIbus Probe for Nortel CNM Reference Guide10
Properties and command line options
Table 5 describes the properties and command line options specific to this probe. For
information about generic probe properties and command line options, see the IBM Tivoli Netcool/OMNIbus Probe and Gateway Guide, (SC23-6387).
Table 5. Properties and command line options (1 of 4)
Property nameCommand line optionDescription
AckSystemId string-acksystemid
string
AckUserId string-ackuserid stringName of the user acknowledging the
Agentheartbeat
integer
AlarmFilter string-alarmfilter
AlarmIrpName
string
ClearSystemId
string
ClearUserId string-clearuserid
-agentheartbeat
integer
string
-alarmirpname
string
-clearsystemid
string
string
Processing system on which the IRP
Manager runs. This is used by the
acknowledge_alarm CLI function.
The default is "".
alarm. This is used by the acknowledge_ alarm CLI function.
The default is "".
Frequency (in seconds) with which the
probe checks the status of the IRP agent.
The default is 60.
Filter the alarm IRP uses to limit the alarms
sent to the probe.
The default is "".
Name of the Alarm IRP Agent.
The default is 32.111-3 V6.5.
Name of the IRP Manager that supports the
user who clears the alarms using the CLI.
It can be used to identify the system, such
as system 6, or it can contain no
information such as "".
The default is "".
For more information on CLI, see
"Command line interface" on page 7.
Name of the user clearing the alarms used
by the CLI function of the probe.
The identity can be a human operator such
as "John Smith", or a group such as
"Team Six", or it can contain no
information such as "".
The default is "".
For more information on CLI, see
"Command line interface" on page 7.
Probe for Nortel CNM11
Table 5. Properties and command line options (2 of 4)
Property nameCommand line optionDescription
CommandPort
integer
CommandPortLimit
integer
EntryPointIrpName
string
NortelSecurityIrp
File string
Notification
Categories string
Notification
Filter string
NotificationIrp
Name string
ORBLocalPort
integer
-commandport
integer
-commandportlimit
integer
-entrypointirpname
string
-nortelsecurityirp
file string
-notification
categories string
-notification
filter string
-notificationirp
name string
-orblocalport
integer
Specifies the port to which users can telnet
to communicate with the 3GPP2 interface
using the Command Line Interface (CLI)
supplied with the probe. For more
information on CLI, see "Command line
interface" on page 7.
The default is 6970.
Maximum number of telnet connections
that can be made to the probe.
The default is 10.
Name used to resolve the EntryPoint IRP.
The default is 32.363 V6.4.
File that provides an object reference to the
Nortel security object.
Resynch string-resynchstringSpecifies whether the probe should
resynchronize the events in the Nortel
CNM system:
true - probe resynchronizes events in the
system
false - probe does not resynchronize
events in the system
he default is false.
Retry string-retrystringSpecifies whether the probe attempts to
reconnect to the system following a
timeout:
false - probe does not attempt to
reconnect to the system
true - probe attempts to reconnect to the
system
The default is false.
SecurityIrpFtp
Command string
Timeout integer-timeout integerTime (in seconds) that the probe allows the
-securityirp
ftpcommand string
FTP command to retrieve the Nortel
Security IRP IOR file.
The default is "" (the probe retrieves IOR
file from the default local location).
port to be silent before disconnecting.
The default is 0 (probe never disconnects).
Probe for Nortel CNM13
Table 5. Properties and command line options (4 of 4)
Property nameCommand line optionDescription
TimeTick integer-timetick integerTime (in minutes) that the Notificiation IRP
session remains open to connections. This
is used by the 3GPP server.
The default is 15.
Note: A value of -1 keeps the session
forever open.
Username string-username stringUsername required by the Nortel Security
Building Block to provide the object
reference to the EntryPoint IRP.
The default is "".
Netcool/OMNIbus Probe for Nortel CNM Reference Guide14
Elements
Table 6 describes the elements generated by the Probe for Nortel CNM.
Table 6. Elements (1 of 2)
Element nameElement description
AttributeValue(element_name) Contains the value of an element being monitored.
This element is generated dynamically and its content
is dependent on the IRP agent.
Note: The element_name part of this element and
the next element can be the name of any of the other
elements in this table.
AttributeValueChange(element_
name)
CLEAR_USER_IDIdentity of the user who clears the alarms.
CLEAR_SYSTEM_IDIdentity of the the IRPManager where the alarms are
DOMAIN_NAMEDomain name from which the notification originated.
EVENT_NAMEExtended event type for this IRP.
EVENT_TYPEEvent type of the notification.
NV_ACK_STATEAcknowledgement state of the alarm.
NV_ACK_SYSTEM_IDSystem ID of the IRP Manager processing the
NV_ACK_TIMETime at which the user acknowledged the alarm.
NV_ACK_USER_IDIdentifies the last user who has changed the
NV_ADDITIONAL_TEXTInformation about the network element from which
NV_ALARM_TIMEDate when the alarm is cleared. Date is in the
NV_ALARM_IDIdentification information of the alarm as it appears
NV_ALARM_LIST_ALIGNMENT_
REQUIREMENT
NV_ALARM_ALARM_RAISED_TIMEDate when the the alarm is raised. Date is in the
NV_BACK_UP_OBJECT Distinguished Name (DN) of the backup object.
NV_COMMENTSComments about the alarms.
NV_BACKED_UP_STATUSIdentifies whether the object has been backed up.
Indicates how the value of the element being
monitored has changed.
cleared.
notification.
acknowledgement state.
the alarm originated.
mm/dd/yy format.
in the alarm list.
Indicates whether the alarm list requires alignment.
mm/dd/yy format.
Probe for Nortel CNM15
Table 6. Elements (2 of 2)
Element nameElement description
NV_CORRELATED_NOTIFICATIONS_
notif_ID_Set
NV_CORRELATED_NOTIFICATIONS_
SOURCE
NV_EVENT_TIMETime at which the event occurred.
NV_MANAGED_OBJECT_CLASSManaged object class of the network resource.
NV_MANAGED_OBJECT_INSTANCEManaged object instance of the network resource.
NV_MONITORED_ATTRIBUTEManaged object attribute of the network resource.
NV_NOTIFICATION_IDIdentification information of the notification.
NV_PERCEIVED_SEVERITYRelative level of urgency for operator attention.
NV_PROBABLE_CAUSEProvides further information about the probable
NV_PROPOSED_REPAIR_ACTIONSProposed repair actions associated with the
NV_REASONReason that triggered the proposed repair action.
NV_SERVICE_USERName of the user who uses the service.
NV_SERVICE_PROVIDERName of the service provider.
NV_SECURITY_ALARM_DETECTORSecurity alarm detector for the device.
NV_SPECIFIC_PROBLEMFurther information about the problem to which the
NV_STATE_CHANGE_DEFINITIONInformation about the status change of the alarm.
NV_SYSTEM_DNDistinguished name (DN) used to identify the system.
NV_THRESHOLD_INFOProvides information about a threshold that has been
NV_TREND_INDICATIONIndicates how an observed condition has changed.
NV_VENDOR_SPECIFIC_ALARM_TYPEAlarm type specific to the vendor.
Set of notifications to which this notification is
considered to be correlated. This element is generated
dynamically and its content is dependent on the IRP
agent.
Source of the notification set.
cause of the alarm.
notification.
notification relates.
crossed.
Netcool/OMNIbus Probe for Nortel CNM Reference Guide16
Error messages
Table 7 describes the error messages specific to this probe. For information about generic
error messages, see the IBM Tivoli Netcool/OMNIbus Probe and Gateway Guide, (SC23-6387).
Table 7. Error messages (1 of 4)
ErrorDescriptionAction
Cannot initialize the
Orb:
Command_Port Error
occurred
Command_Port Failed
to get
CommandPortLimit
property - using 10
Command_Port Failed
to get property
CommandPort
Command_Port Failed
to open listening
socket, shutting down
Thread!
Command_Port Failed
to send probewatch
message!
Command_Porthost
Failed to close
command socket
Command_Porthost
Failed to get socket
IO
Command_Port host
Failed to read
command
Command_Port Thread
shutting down due to
error!
NetcoolIRPManager:
Failed to
acknowledge_alarms()
NetcoolIRPManager:
Failed to
Unacknowledge_
alarms()
The probe could not initialize
the ORB.
There was a problem with
command port functionality.
Ensure your CLASSPATH
contains the path to the
Visibroker jar files.
Check that you have specified the
command port correctly. Check
the connection between the probe
and the command port.
Probe for Nortel CNM17
Table 7. Error messages (2 of 4)
ErrorDescriptionAction
BAD_PARAM Exception
i.e one or more of
the in/out parameter
is null
InvalidParameter
Exception
NetcoolIRPManager:
Exception occurred.
Stack trace to stderr
OperationNotSupported
Exception
Unexpected CORBA
Exception
COMMUNICATION FAILURE
Exception i.e Server
is dead
GetSubscriptionStatus
Exception
NetcoolIRPManager:Bot
h NameServiceHost and
NSPort property needs
to be set
NetcoolIRPManager:
'Alarmirp' property
needs to be set
NetcoolIRPManager:
'Notificationirp'
property needs to be
set
NetcoolIRPManager:
Failed to perform
resynch
There is a problem with the
CORBA interface.
The probe cannot connect to the
server.
Refer to your CORBA
documentation.
Check that the Nortel CNM
server is running correctly.
Check that you have specified the
parameters correctly in the
properties file.
Netcool/OMNIbus Probe for Nortel CNM Reference Guide18
Table 7. Error messages (3 of 4)
ErrorDescriptionAction
Error to parse event
completely
Failed to parse event
completely
Name is null, cannot
create Element
NetcoolIRPManager:
Category Value NOT
supported: Discarding
Alarm
NetcoolIRPManager:
Error when parsing
event
NetcoolIRPManager:
Failed to send event
Failed to get timeout
property value,
defaulting to 0
Failed to find the
AlarmIRP object
Failed to find the
NotificationIRP
object
Failed to perform
resynch
Failed to narrow
Security IRP
interface
SECURITY: Failed to
get IRP object :
SECURITY: Unknown
exception occured
NetcoolIRPManager:
Stack Trace to stder:
NetcoolIRPManager:
Failed to retrieve
EntryPointIRP object
from security
interface:
The probe cannot parse the
alarm; this is probably because
the alarm is not in a format that
the probe can understand.
The Timeout property has not
been set.
The probe could not get the
AlarmIRP object using the
EntryPoint IRP.
The probe could not get the
NotificationIRP object
using the EntryPoint IRP.
The probe could not
resynchronize the alarms with
device.
The probe has failed to get the
EntryPointIRP object.
This message is generated by
the Netcool IRP Manager.
The probe has failed to get the
EntryPointIRP object.
Check that the Nortel CNM
server is running correctly.
Check the value for the Timeout
property; change this value if
necessary.
Check the value for the
AlarmIrpName property;
change this value if necessary.
Check the value for the
NotificationIrpName
property; change this value if
necessary.
Check the value for the Resynch
property; change this value if
necessary.
Check the value for the
SecurityIrpFtpCommand
property; change this value if
necessary.
This message is intended for use
when debugging.
Check the value for the
SecurityIrpFtpCommand
property; change this value if
necessary.
Probe for Nortel CNM19
Table 7. Error messages (4 of 4)
ErrorDescriptionAction
NetcoolIRPManager:
Failed to retrieve
EntryPointIRP object
from security
interface:
Problem while trying
to connect to the IRP
points
Failed to ping
notification service
OperationNotSupported
Exception
Communication failure
- lost connection to
NoticiationIRP:
CORBA.TRANSIENT
exception raised.
NotificationIRP is
down!
CORBA.OBJECT_NOT_
EXIST exception
raised.
NotificationIRP is
down!
Failed to Connect
Either, the server is
not running, the IOR
is out of date, or
probe cannot reach
remote Server
Cannot proceed.
Shutting down!
Failed to iterate
through resynch
alarms
The probe has failed to take the
Corba Object of the Security IRP
and narrow it to its specific
type.
The probe found a problem
while connecting to the
AlarmIRP or
NotificationIRP points.
The probe found a problem
while connecting to the
NotificationIRP point.
The Nortel system doesn’t
support the Notification IrpSystem.idl.
The NotificationIRP point
from the Nortel System is not
responding.
There was a problem with the
resynchronization process.
Check the value for the
SecurityIrpFtpCommand
property; change this value if
necessary.
Check the values set for the
AlarmIrpName, and
NotificationIrpName
property; change the values if
necessary.
Check the values set for the
NotificationIrpName
property; change the values if
necessary.
Contact the IBM support.
Check that the Nortel CNM
system is still running.
Check that the Nortel CNM
system is running correctly.
Check that you have specified the
Resynch property correctly.
Netcool/OMNIbus Probe for Nortel CNM Reference Guide20
ProbeWatch messages
Table 8 describes the raw ProbeWatch error messages that the probe generates. For
information about generic ProbeWatch messages, see the IBM Tivoli Netcool/OMNIbus Probe and Gateway Guide, (SC23-6387).
Table 8. ProbeWatch messages (1 of 3)
ProbeWatch messageDescriptionTriggers/causes
Communication failure
- lost connection to
NoticiationIRP
Failed to get
subscripton status
CORBA TIMEOUT
Exception while
trying to get
subscription status
from NotificationIRP
CORBA.OBJECT_NOT_
EXIST Exception: Lost
connection to
NotificationIRP
CORBA.TRANSIENT
Exception: Lost
connection to
NotificationIRP
Connection to
NotificationIRP
server has been
established
Detaching
subscription
END SYNCHRONIZATIONThe probe is closing the
Failed to find IOR
file ior_file_name
The probe has failed to get the
subscription status from the
NotificationIRP point.
The probe has successfully
established a connection to the
NotificationIRP point.
The probe is disconnecting from
the NotificationIRP point.
synchronization process.
The probe could not find the
specified file.
The Notification service is not
available.
The probe has successfully
subscribed to the Notification
service.
Either the probe has not received
any events for the specified
timeout period, the probe is
shutting down, or the probe has
received a stop signal.
The probe has finished receiving
alarms from the alarm list.
The IRP Manager has not been
set up correctly using the
properties file.
Probe for Nortel CNM21
Table 8.
ProbeWatch messages (2 of 3)
ProbeWatch messageDescriptionTriggers/causes
Failed to log in to
the Nortel Security
IRP - incorrect
username/password
Failed to log in to
interface
PermissionDenied
Failed to get IRP
Outline
Failed to find IOR
file ior_file_name
Failed to listen for
commands on port
number listening_port
Failed to connect to
NotificationIRP:
ae.reason. Shutting
down
Going DownThe probe is shutting down.The probe has started shutting
Invalid IRPVersion
Failed to get IRP
reference
Inactivity: No events
received for timeout
seconds
NetcoolIRPManager:
Failed to find IOR
file alarmirp_ior
_file
NetcoolIRPManager:
Failed to find IOR
file notificationirp_
ior_file
RunningThe probe is successfully
START SYNCHRONIZATION The probe is synchronizing the
The probe could not login to the
SecurityIRP file.
The probe could not find the
specified file.
The probe could not open the
socket specified by the port to
listen for commands.
The probe could not connect to
the NotificationIRP point.
The probe could not retrieve the
NotificationIRP point.
The probe has exceeded the
time out period already set.
The probe has failed to get the
IOR file specified.
The probe has failed to get the
IOR file.
running.
events.
Incorrect username and
password given in the properties
file.
The IRP Manager has not been
set up correctly using the
properties file.
The specified port is in use for
another process.
The specified reason has failed
the connection to the
NotificationIRP point.
down the connection.
Incorrect NotificationIRP
name specified in the properties
file.
The probe did not receive events
for the specified period.
The AlarmirpFile property in the
properties file is incorrectly set.
The NotificationirpFile
property in the properties file is
incorrectly set.
The probe has started
functioning.
The probe has started receiving
alarms from the alarm list.
Netcool/OMNIbus Probe for Nortel CNM Reference Guide22
Table 8. ProbeWatch messages (3 of 3)
ProbeWatch messageDescriptionTriggers/causes
SYNCHRONIZATION
FAILED
Unable to get eventsThe probe could not get events
Unexpected fatal
error, failed to
connect
Unexpected fatal
error when connecting
to interface
Unexpected fatal
error while getting
IRP Outline
Unexpected fatal
error when getting
IRP reference from
Entry Point IRP
Will listen for
commands on port
number listening_port
The probe could not get new
alarms.
from Nortel CNM 3GPP2.
The probe encountered an
unexpected fatal error.
The probe is listening for
commands on the specified
port.
The probe failed to get the alarm
list, or failed to perform
resynchronization of alarms.
The probe has failed to get
events.
Contact the IBM support.
The specified port is ready to
receive commands.
Probe for Nortel CNM23
Netcool/OMNIbus Probe for Nortel CNM Reference Guide24
appnotices.fm December 22, 2007
Appendix A. Notices
This appendix contains the following:
•"Notices" on page 25
•"Trademarks" on page 27
Notices
This information was developed for products and services offered in the U.S.A.
IBM may not offer the products, services, or features discussed in this document in other
countries. Consult your local IBM representative for information on the products and
services currently available in your area. Any reference to an IBM product, program, or
service is not intended to state or imply that only that IBM product, program, or service
may be used. Any functionally equivalent product, program, or service that does not
infringe any IBM intellectual property right may be used instead. However, it is the user's
responsibility to evaluate and verify the operation of any non-IBM product, program, or
service.
IBM may have patents or pending patent applications covering subject matter described in
this document. The furnishing of this document does not grant you any license to these
patents. You can send license inquiries, in writing, to:
IBM Director of Licensing
IBM Corporation
North Castle Drive
Armonk, NY 10504-1785
U.S.A.
For license inquiries regarding double-byte (DBCS) information, contact the IBM
Intellectual Property Department in your country or send inquiries, in writing, to:
IBM World Trade Asia Corporation
Licensing
2-31 Roppongi 3-chome, Minato-ku
Tokyo 106-0032, Japan
The following paragraph does not apply to the United Kingdom or any other country
where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS
MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT
WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT
25
LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT,
MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not
allow disclaimer of express or implied warranties in certain transactions, therefore, this
statement may not apply to you.
This information could include technical inaccuracies or typographical errors. Changes are
periodically made to the information herein; these changes will be incorporated in new
editions of the publication. IBM may make improvements and/or changes in the product(s)
and/or the program(s) described in this publication at any time without notice.
Any references in this information to non-IBM Web sites are provided for convenience only
and do not in any manner serve as an endorsement of those Web sites. The materials at
those Web sites are not part of the materials for this IBM product and use of those Web sites
is at your own risk.
IBM may use or distribute any of the information you supply in any way it believes
appropriate without incurring any obligation to you.
Licensees of this program who wish to have information about it for the purpose of
enabling: (i) the exchange of information between independently created programs and
other programs (including this one) and (ii) the mutual use of the information which has
been exchanged, should contact:
IBM Corporation
958/NH04
IBM Centre, St Leonards
601 Pacific Hwy
St Leonards, NSW, 2069
Australia
IBM Corporation
896471/H128B
76 Upper Ground
London SE1 9PZ
United Kingdom
IBM Corporation
JBFA/SOM1
294 Route 100
Somers, NY, 10589-0100
United States of America
Such information may be available, subject to appropriate terms and conditions, including
in some cases, payment of a fee.
The licensed program described in this document and all licensed material available for it
are provided by IBM under terms of the IBM Customer Agreement, IBM International
Program License Agreement or any equivalent agreement between us.
Netcool/OMNIbus Probe for Nortel CNM Reference Guide26
Any performance data contained herein was determined in a controlled environment.
Therefore, the results obtained in other operating environments may vary significantly.
Some measurements may have been made on development-level systems and there is no
guarantee that these measurements will be the same on generally available systems.
Furthermore, some measurements may have been estimated through extrapolation. Actual
results may vary. Users of this document should verify the applicable data for their specific
environment.
Information concerning non-IBM products was obtained from the suppliers of those
products, their published announcements or other publicly available sources. IBM has not
tested those products and cannot confirm the accuracy of performance, compatibility or any
other claims related to non-IBM products. Questions on the capabilities of non-IBM
products should be addressed to the suppliers of those products.
All statements regarding IBM's future direction or intent are subject to change or
withdrawal without notice, and represent goals and objectives only.
This information contains examples of data and reports used in daily business operations.
To illustrate them as completely as possible, the examples include the names of individuals,
companies, brands, and products. All of these names are fictitious and any similarity to the
names and addresses used by an actual business enterprise is entirely coincidental.
Trademarks
The following terms are trademarks of International Business Machines Corporation in the
United States, other countries, or both:
AIX
AIX 5L
Netcool
Intel, Intel Inside (logos), MMX, and Pentium are trademarks of Intel Corporation in the
United States, other countries, or both.
Microsoft, Windows, Windows NT, and the Windows logo are trademarks of Microsoft
Corporation in the United States, other countries, or both.
Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in the United
States, other countries, or both.
Linux is a trademark of Linus Torvalds in the United States, other countries, or both.
UNIX is a registered trademark of The Open Group in the United States and other
countries.
Other company, product, or service names may be trademarks or service marks of others.
Appendix A. Notices27
Netcool/OMNIbus Probe for Nortel CNM Reference Guide28
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.