IBM Tivoli Netcool Omnibus Interview Questions & Answer

 IBM Tivoli Netcool Omnibus Interview Questions & Answer

Q1:-  Give The Brief Overview Of Netcool/omnibus?
Ans :- Netcool is a SLM tool which is used to monitor the real time networks, flow of data from one tool to another. It provides the consolidated view of the events generated on one screen collected from another tool. Netcool can gather various informations like server down alerts, CPU utilization high alerts, memory alerts, disk space, mount point full related alerts etc. etc.

Q2:- Name The Components Of Netcool/omnibus.?
Ans:-
     1)       The ObjectServer
     2)       Probes
     3)       Gateways
     4)       Desktop Tools
     5)       Administration Tools

Q3:- Define Object Server?
Ans:-The ObjectServer is the in-memory database server at the core of Tivoli Netcool/OMNIbus. Event information is forwarded to the ObjectServer from external programs such as probes and gateways.This information is stored and managed in database tables, and displayed in the event list.

Q4:- Explain The Process Of Deduplication In Object Server?
 

Ans:-Single server can generate the alert repeatedly until the problem is not resolved related to that alert.
            So deduplication is used by object server in Netcool/Omnibus.
            This process makes sure to avoid the multiple entries generated in the Event List.
            Therefore repeated events are collected, identified and updated as a single event.
            This process reduces the size of data as well.

Q5:- Define The Process Of Automation In Object Server?
 

Ans:-Automation can be done in object server which facilitates the user to detect changes in the object server and we generate responses to these changes. This help the admin that he will get to know about the changes done in the object server without taking any action.

Q6:- Define Probes In Netcool/omnibus?
 

Ans:-Probe is a java written code which works as a agent it connect to the source where there is possibility of generating an event. It detects it, collects it and forward the data to object server as events where it is displayed in event list.
            Probes are event source specific.
            Rules for the event detection and collection are define in the rules file.
            The event collected are updated in the table alerts.status.

Q7:- Define Gateways In Netcool/omnibus?
 

Ans:- Gateways are the intermediaries between the object server and the third party application such as databases for the exchange of events.
            Gateways can also be used to replicate events and to maintain the backup of object server.

Q8:- How We Can Import And Export Utility In Netcool?
Ans:-Import and export Tivoli Netcool/OMNIbus ObjectServer configurations to deploy duplicate Tivoli Netcool/OMNIbus systems in your network.
            Extract a subset of configuration items from Tivoli Netcool / OMNIbus Object Servers and import them into other ObjectServers.
            Save Tivoli Netcool/OMNIbus ObjectServer configuration data for backup purposes.

Q9:- What Are The Components Of Desktop Tools In Netcool/omnibus?
 

Ans:- The components are as follows:
            1) Conductor
            2) Event List
            3) Filter Builder
            4) View Builder

Q10:- How We Can Access Conductor In Netcool/omnibus?
 

Ans:-            For UNIX: From a command prompt, type: $NCHOME/omnibus/bin/nco &
            For Windows: From the Windows Start menu, click Netcool Conductor.
            Type your user name.
            Type your password
            The ObjectServer name defaults to NCOMS
            Click Ok.

Q11:- How We Start The Event List In Netcool/omnibus?
 

Ans:- For Unix:            From the Conductor window, click Event List in the button bar.
            From a command prompt, enter: $NCHOME/omnibus/bin/nco_event &

        For Windows:            From the Conductor menu, select Event List.
            From the Windows Start menu, select Programs ? Netcool Suite ? Event List.
            From a command prompt, enter: %NCHOME%omnibusdesktopNCOEvent.exe

Q12:- How We Can Open The Transient Event List From The Command Line?
 

Ans:-        For Unix:
            Open the transient event list by command: nco_elct

        For windows:
            Open the transient event list by command:NCOelct.exe

Q13:- How We Can Start The Transient Event List From The Command Line?
 

Answer :
        For Unix
            $NCHOME/omnibus/bin/nco_elct option

        For Windows
            %NCHOME%omnibusdesktopNCOelct.exe option

Q14:- Give The Steps To View Event List?
Ans:-Columns to include in the event list and the order in which they should be displayed
            Alternative titles or aliases for the columns
  Column formatting, including column widths, and alignment of the column headers and data
   Whether certain columns should remain in view at all times when scrolling horizontally across the event list
            Sort orders and the sort priority of the columns
            Whether to restrict the number of rows that are displayed in the event list

Q15:- Give The Steps To Start The View Builder?
Ans:-
From the event list, click View Builder on the toolbar, or select Edit ? Edit View.
            From the UNIX Conductor, click View Builder on the button bar, or double-click a saved view (.elv) file in the personal library.
            From the Event List Configuration window, click the New or Edit button.

Q16:- What Is Probes In Netcool/omnibus?
Ans:- Probe is a java written code which works as a agent it connect to the source where there is possibility of generating an event. It detects it, collects it and forward the data to object server as events where it is displayed in event list.
            Probes are event source specific.
            Rules for the event detection and collection are define in the rules file.
            The event collected are updated in the table alerts.status.

Q17:- What Is Gateways In Netcool/omnibus?
Ans :-Gateways are the intermediaries between the object server and the third party application such as databases for the exchange of events.
            Gateways can also be used to replicate events and to maintain the backup of object server.

IBM Tivoli Netcool Omnibus multiple choice Question and Answer

IBM Tivoli Netcool Omnibus multiple choice Question and Answer

Multiple Choice Q & A

1.A company is deploying a multi-tiered architecture with collection, aggregation, and display layers. Which stepsare required to create the primary and backup aggregation ObjectServers? 

 

A) Configure the omni.dat or Server Editor and generate the interfaces file for NCOMS_P, NCOMS_B and NCOMS_V.Run nco_dbinit with the -customconfigfile option to load the aggregation.sql and initialize the ObjectServer.Start the ObjectServers NCOMS_P and NCOMS_B.
 
B) Configure the omni.dat or Server Editor and generate the interfaces file for AGG_P, AGG_B and AGG_V.Run nco_dbinit with the -customconfigfile option to load the primary.sql or backup.sql and initialize the ObjectServerStart the ObjectServers AGG_P and AGG_B.
 
C) Configure the omni.dat or Server Editor and generate the interfaces file for AGG_P, AGG_B and AGG_V.Run nco_dbinit with the -customconfigfile option to load the aggregation.sql and initialize the ObjectServer.Start the ObjectServers AGG_P and AGG_B.
 
D) Configure the omni.dat or Server Editor and generate the interfaces file for NCOMS_P, NCOMS_B and NCOMS_V.Run nc o_dbinit with the -customconfigfile option to load the primary.sql or backup.sql and initialize theObjectServer.Start the ObjectServers AGG_P and AGG_B

2.The command nco_store_resize -newhardlimit 500mb changes which hard limit to 500MB? 

 

A) the memstoreoftheNCOMS ObjectServer
B) the amount of disk space available for the IBM Tivoli Netcool/OMNIbus installation
C) the memory footprint of any OMNIbus process
D) the amount of memory available to probe buffering

3.When configuring a Backup ObjectServer, what are the default property values for ActingPrimary andBackupObjectServer?

A) ActingPrimary is TRUE and BackupObjectServer TRUE
B) ActingPrimary is FALSE and BackupObjectServer FALSE
C) ActingPrimary is TRUE and BackupObjectServer FALSE
D) ActingPrimary is FALSE and BackupObjectServer TRUE
 
4.When upgrading probes, what does the UPGRADE.SH script do? 
 

A) It overwrites the probe older versions with the latest versions.
B) It reinstalls the probes and migrates data to the $NCHOME/omni bus/probes/mi grated directory
C) It migrates probes data to the $NCHOME/omni bus/probes/mi grated directory.
D) It configures the probe files (rules and props) with the latest available information
 
5.Which combination of properties can be used to enable an ObjectServer to serve files to a HTTP client? 
 

A) NHttpd.EnableHTTP, NHttpd.ListeningPort, NHttpd.SSLEnable, NHttpd.SSLListeningPort
B) NHttpd.AuthenticationDomain, NHttpd.SSLCertificate, NHttpd.DocumentRoot, NHttpd.EnableFileServing
C) NHttpd.DocumentRoot, NHttpd.EnableFileServing, NHttpd.AccessLog, NHttpd.EnableHTTP
D) NHttpd.EnableHTTP, NHttpd.ListeningPort, NHttpd.DocumentRoot, NHttpd.EnableFileServing

6.Which command line tool does the WebGUI administrator use to export and import portal data? 

 

A) export.sh
B) webportal.bin
C) tipcli.sh
D) run_waapi

7.What are wires used for when developing a custom set of pages in the WebGUI portal? 

 

A) to link portlets in different workspaces
B) to allow the communication of information between two different users using the same custom portal page
C) to create a link to publish content from one page to another
D) to route or connect client-side events between source and target portlets

8.In the multi-tiered architecture, when an event is reinserted from the collection to the aggregation layer, what is the default deduplication behavior for severity? 

 

A) The severity is changed only if the incoming severity is higher than the existing severity.
B) Only closed events are reawakened on deduplication. The severity is changed only if the old severity is 0 (clear) and thenew severity is greater than 0 (not clear).
C) The Severity field is always updated on deduplication. The severity from the collection layer will overwrite the severity atthe aggregation layer.
D) The Severity field is never updated on deduplication. The severity from the collection layer is dropped and the severity atthe aggregation layer is kept unchanged.
 
9.The WAAPI host, port, username, password is configured in which file? 
 

A) $NCHOME/omnibus_webgui/etc/waapi.init
B) $NCHOME/omnibus_webgui/waapi/etc/server.init
C) $NCHOME/omnibus_webgui/etc/server.init
D) $NCHOME/omnibus_webgui/waapi/etc/waapi.init

10.The optional nco_security section of a ProcessAgent config file is used for what? 

 

A) to list commands/binaries that the ProcessAgent will run from a remote request
B) to configure how username/passwords are authenticated for incoming connections to that ProcessAgent
C) to configure a whitelist of all hosts that the ProcessAgent will accept incoming connections from
D) to list usernames/passwords that are required for authentication connections to other Process Agents

11.Review the output from a rules file syntaxcheck:What is the cause of this error? 

 

A) CustomerD is not a valid parameter.
B) A call to an undefined variable CustomerD was made on line 39 in the rules file.
C) CustomerD was not set properly in the rulesfile.
D) The CustomerD field does not exist in the ObjectServer NCOMS_P.
 
12.An ObjectServer has been set up to create checkpoint files, and a utility is available to check the validity of the checkpoint files. Which command checks the files? 
 

A) nco_storepoint
B) nco check_store
C) nco_check_file
D) nco_checkpoint

13.A consultant is working on an IBM Tivoli Netcool/OMNIbus V7.2.1 ObjectServer upgrade to V7.4.Which high level steps migrate the key database? 

 

A) move the omni.kdb file to a temporary location, create a new key database with nc_gskcmd, import the certificates
B) move the omni.kdb file to a temporary location /nc_gskcmd withthe-load //omni.kbd
C) export the omni.kdb file to a flat file with nco_g_crypt -d, create a new key database with nc_gskcmd, import thecertificates
D) move the omni.kdb to a temporary location, perform the upgrade, move the omni.kdb into the$NCHOME/ etc/security/keys directory

14.A company is deploying a multi-tiered architecture with a collection, aggregation, and display layers. Which steps are required to create a pair of collection layer ObjectServers? 

 

A) Configure the omni.dat or Server Editor and generate the interfaces file for COL_P_1, COL_B_1 and COL_V_1Edit the properties file for COL_P_1 and COL_B_1 to specify the ObjectServers as collection ObjectServers.Start the ObjectServers COL_P_1 and COL_B_1.
 
B) Configure the omni.dat or Server Editor and generate the interfaces file for COL_P_1, COL_B_1 and COL_V_1Run nco_dbinit with the -customconfigfile option to load the collection.sql to initialize the ObjectServers.Start the ObjectServers COL_P_1 and COL_B_1.
 
C) Configure the omni.dat or Server Editor and generate the interfaces file for COL_P_1, COL_B_1 and COL_V_1Run nco_dbinit with the -customconfigfile option to load the collection.sql.Start the ObjectServers COL_P_1, COL_B_1 and COL_V_1.
 
D) Configure the omni.dat or Server Editor and generate the interfaces file for COL_P_1, COL_B_1 and COL_V_1Start the ObjectServers COL_P_1 and COL_B_1.
 
15.What is the default location of the ObjectServer, probe, and gateway log files? 
 

A) $NCHOME/log
B) $OMNIHOME/omnibus/log
C) $NCHOME/probes/log
D) $NCHOME/omnibus/log

Answers :-

 
1-C    2-D    3-C    4-C    5-D    6-C    7-D    8-C    9-D    10-C    11-D
12-B    13-A    14-B    15-D