IBM C9560-519 IBM Tivoli Netcool/OMNIbus V8.1 Implementation Online Training
IBM C9560-519 Online Training
The questions for C9560-519 were last updated at Nov 19,2024.
- Exam Code: C9560-519
- Exam Name: IBM Tivoli Netcool/OMNIbus V8.1 Implementation
- Certification Provider: IBM
- Latest update: Nov 19,2024
When using the configuration files that are included with IBM Tivoli Netcool/OMNIbus to create a collection layer ObjectServer and collection to aggregation gateway, how are events removed from the collection layer ObjectServer?
- A . A database trigger in the collection ObjectServer deletes the events based on the SELECT operations from the gateway.
- B . The gateway updates a custom event column after the event is sent to the aggregation layer ObjectServer, and a trigger removes the events based on the value of the column.
- C . A signal trigger in the collection ObjectServer deletes the events based on receipt of a signal from the aggregation layer ObjectServer.
- D . The gateway deletes the events after they are forwarded to the aggregation layer ObjectServer.
What is installed by the command, %NCHOME%onmibusbinnco_pad /INSTALL, on a Windows platform?
- A . the ProcessAgent
- B . the ObjectServer as a service
- C . the Process Agent as a service
- D . the ObjectServer
A company is planning to deploy IBM Tivoli Netcool/OMNIbus (Netcool/OMNIbus) V8.1 in a multi-tiered environment with three pairs of Collection ObjectServers, one pair of Aggregation ObjectServers, and three Display ObjectServers. In addition to receiving events from IBM Tivoli Monitoring, they require integrations with other applications that will send events through SNMP traps, UNIX Syslog, and by connecting to a TCP/IP socket. They will automatically create tickets for events through IBM Tivoli Service Request Manager (TSRM) and require three months of historical event data for reporting purposes.
Which Netcool/OMNIbus probe and gateway integrations does the corporation require?
- A . Tivoli EIF probe, SNMP probe, Syslog probe, Simnet probe, TSRM gateway and JDBC gateway
- B . Tivoli EIF gateway, SNMP gateway, Syslog gateway, Simnet gateway, TSRM probe, and JDBC probe
- C . Tivoli EIF gateway, SNMP gateway, Syslog gateway, Socket gateway, TSRM probe and JDBC probe
- D . Tivoli EIF probe, SNMP probe, Syslog probe, Socket probe, TSRM gateway and JDBC gateway
Which three statements are true regarding Accelerated Event Notification configuration using Netcool/OMNIbus Administrator?
- A . Set up channels to define the type of event data to be included in accelerated event notifications, and the recipients of this event data.
- B . Notification channels are not restricted to specific users.
- C . Configure post-insert, post-update, or post-reinsert triggers to act on accelerated events that are inserted or updated in the alerts.status table.
- D . Set up the conditions of notification flag in the probe rules file.
- E . IDUC must be set to at least 300 seconds for the AEN channel.
- F . Set up a dedicated event column to flag an event for acceleration, if required.
Which role is required to be able to create filters, views and maps?
- A . ncw_admin
- B . isc_admin
- C . netcool_rw
- D . webggi_admin
Which steps must be taken to enable running local command tools from the Event Viewer?
- A . change ‘eventviewer. tools.command: 0’ to ‘eventviewer.tools.command: V in WEBGUI_HOME/etc/server.init, and restart the server
- B . change ‘eventviewer.tools.command:disabled’ to ‘eventviewer.tools.command:enabled’ in WEBGUMHOME/etc/server.init, and restart the server
- C . change ‘eventviewer.tools.command.false’ to ‘eventviewer.tools.command:true’ in WEBGUI_HOME/etc/server.init, and restart the server
- D . comment out the line reading ‘eventviewer.tools.command:false’ in WEBGUI_HOME/etc/server.init, and restart the server
There is a requirement to replicate the configuration and contents of the NEWYORK production ObjectServer, including: users, groups, properties, and event records.
A test ObjectServer must be created with the same configuration.
Which technique can be used to satisfy this requirement?
- A . Configure an ObjectServer gateway between the ObjectServers, and transfer the contents from the NEWYORK ObjectServer to the test ObjectServer.
- B . Transfer the latest NEWYORK ObjectServer checkpoint file and transaction log to the test server, rename the files to the test ObjectServer name, and restart the test ObjectServer.
- C . Use nco_osreport to create SQL files based on the NEWYORK ObjectServer, and use nco__dbinit to create the test ObjectServer using those SQL files.
- D . Use nco_confpack to export the NEWYORK configuration, and to import the same configuration into the test ObjectServer.
Which IBM Tivoli Netcool/OMNIbus V8.1 utility is used to install the EIF Probe?
- A . nco_install_integration
- B . Deployment Engine
- C . Common Installer
- D . IBM Installation Manager
What can be specified by a -rulesfile command-line option when running the Probe Rules Syntax Checker?
- A . the full path and file name of the rules file to check
- B . the default-original name of rules files of the specific Probe must be used
- C . the full path and file name of the configuration file to use the Probe Rules Syntax Checker.
- D . the full path and file name of the log file to write the syntax errors
IBM Tivoli Netcool/OMNIbus (Netcool/OMNIbus) is supposed to run as user ncosys on a 64-bit Linux server. The Netcool/OMNIbus process agent is running as root. The admin user, John, is a member of ncoadmin group and needs to be able to administrate the Netcool/OMNIbus application.
How can John add the required Netcool/OMNIbus libraries to the shared library path?
- A . add $NCHOME/platform/linux2x86/lib64 to $L1BPATH
- B . run nco_add_shared_libs $NCHOME/platform/linux2x86/lib64
- C . add $NCHOME/platform/linux2x86/lib64 to $LD_LIBRARY_PATH
- D . run/bin/libloader $NCHOME/platform/linux2x86/lib64