Configuring the cross-launch application
The probe is supplied with a launch-in-context feature that enables you to launch the Nokia NFM-P Web app from the Netcool/OMNIbus Web GUI Event Viewer right-click tool. Users can configure the GUI manually.
Configure the Web GUI manually
To configure the Web GUI manually, complete the following steps.
- Edit the object server alerts.status table to add ObjectFullName
field using sql file addObjectFullName.sql
For example:
$OMNIHOME/bin/nco_sql -server NCOMS -username root -password
'' </opt/IBM/tivoli/netcool/omnibus/probes/
linux2x86/NOKIA_NFMP_CrossLaunch/addObjectFullName.sql - Login into the IBM Tivoli Netcool/OMNIbus WebGUI Dashboard Application
Service Hub.
https://<DASH IP or hostname>:16311/ibm/console
Refer to the IBM Tivoli Netcool/OMNIbus Web GUI Administration and User's Guide to create a new tool of script type named
NFMP-CrossLaunch
with the following inputs.For example:
- Open the Event Management Tool (from the Dashboard's side bars)
- Select 'Tool Configuration' and create a new tool named "NFMP-CrossLaunch"
- Choose type as script and input script as below:
var objName=’{@ObjectFullName}’; var samhost = ’127.0.0.1’; var address = ’http://’ + samhost + ’/FaultManagement? view=alarmListImpacts&objectFullName=’+ encodeURIComponent(objName); window.open (address,"NFM-P Cross Launch");
- * replace the IP <127.0.0.1> with your Nokia NSP server hostname or IP address accordingly.Note: When SSL is enabled on NSP, ensure the following settings are correct:
- Ensure the protocol is changed from
http
tohttps
. - Ensure the IP address contains a port number configured for the NSP Client; for example,
127.0.0.1:4321
- Ensure the protocol is changed from
- Refer to IBM Tivoli Netcool/OMNIbus Web GUI Administration
and User's Guide to perform the menu configuration and modify
alert menu to include NFMP-CrossLaunch that should be created in step
2 from available items.
For example:
- Click on "alerts" from the available menu and click on the "Modify" button.
- Add the NFMP-CrossLaunch tool that was previously created in step 2 from the available items to the current items.
- Click Save.
- Open Event Viewer.
- Click Refresh.
- Right click on one of the alarms received from NFM-P. You should see NFMP-CrossLaunch as an option.