Practice C9560-519 Questions With Certification guide Q&A from Training Expert TopExamCollection
Free IBM C9560-519 Test Practice Test Questions Exam Dumps
IBM C9560-519 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
| Topic 6 |
|
| Topic 7 |
|
| Topic 8 |
|
| Topic 10 |
|
| Topic 11 |
|
NEW QUESTION 33
A customer wants to migrate from IBM Tivoli Netcool/Webtop V2.x to Web GUI V8.1. What are two valid settings for the Importer.Destination-Choice property in the Import Module used during migration?
- A. Dynamic
- B. NCOS
- C. External
- D. FBAUTH
- E. NICOS
Answer: A,E
NEW QUESTION 34
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.false' to 'eventviewer.tools.command:true' in WEBGUI_HOME/etc/server.init, and restart the server
- C. change 'eventviewer.tools.command:disabled' to 'eventviewer.tools.command:enabled' in WEBGUMHOME/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
Answer: D
NEW QUESTION 35
What is installed by the command, %NCHOME%\onmibus\bin\nco_pad /INSTALL, on a Windows platform?
- A. the ProcessAgent
- B. the ObjectServer
- C. the ObjectServer as a service
- D. the Process Agent as a service
Answer: D
NEW QUESTION 36
How are a newly created series of ObjectServer tools made available to end user Event Lists?
- A. Assign users the ncw_execute role and have them log in again.
- B. Add the tools to the appropriate Event List menu(s).
- C. Reload the event list
- D. Users can add created tools from the tools menu in the Event List.
Answer: C
NEW QUESTION 37
Below is sample output recorded in the ObjectServer profile log file
NCHOME/omnibus/log/NCOMS_profiler_report.log.
What would be reviewed to determine why client connections are taking 29.98 seconds of the ObjectServer granularity period?
- A. Event List filters used by the highest desktop client
- B. SQL commands issued through nco_sql
- C. SQL within the highest ObjectServer triggers
- D. event floods from the highest probe client
Answer: C
NEW QUESTION 38
A probe has been configured to enable remote administration without authentication by setting Nhttpd-properties accordingly. Which command can be used on a remote server to force the probe to reload its rules file?
- A. telnet <hostname>:<port>, then execute reloadrules
- B. nco_probe_connect -host <hostname> -port <port> -command relo
- C. nco_sendhup -host <hostname> -port <port>
- D. nco_probereloadrules -host <hostname> -port <port>
Answer: C
NEW QUESTION 39
Which three statements are true regarding the Netcool MIB Manager?
- A. It can import Syslog files and generate the rules files to use with generic probe.
- B. It has a Web GUI interface to resolve MIB dependencies and show the results online using Web GUI.
- C. It can be accessed through the Web GUI interface.
- D. It can export some or all of the imported SNMP objects to Netcool rules files and other file formats.
- E. It imports SNMP MIB files and resolves MIB dependencies to build an Object Identifier (OlD) tree.
- F. It has a command-line interface that can be used to import MIB data and export rules files.
Answer: A,E,F
NEW QUESTION 40
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. 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.
- B. Use nco_confpack to export the NEWYORK configuration, and to import the same configuration into the test ObjectServer.
- C. 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.
- D. Configure an ObjectServer gateway between the ObjectServers, and transfer the contents from the NEWYORK ObjectServer to the test ObjectServer.
Answer: B
NEW QUESTION 41
Which three statements are true regarding Accelerated Event Notification configuration using Netcool/OMNIbus Administrator?
- A. Configure post-insert, post-update, or post-reinsert triggers to act on accelerated events that are inserted or updated in the alerts.status table.
- B. IDUC must be set to at least 300 seconds for the AEN channel.
- C. Notification channels are not restricted to specific users.
- D. Set up channels to define the type of event data to be included in accelerated event notifications, and the recipients of this event data.
- E. Set up the conditions of notification flag in the probe rules file.
- F. Set up a dedicated event column to flag an event for acceleration, if required.
Answer: B,C,D
NEW QUESTION 42
Which product code should be used to check if Desktop features can be installed with the Prerequisite Scanner for IBM Tivoli Netcool/OMNIbus ?
- A. NOS
- B. NOP
- C. NOA
- D. NOD
Answer: D
NEW QUESTION 43
What are three supported databases for the JDBC gateway?
- A. Oracle
- B. Derby
- C. Microsoft SQL Server
- D. PostgreSQL
- E. ISQLLite
- F. DB2
Answer: A,C,F
Explanation:
Explanation
https://www.ibm.com/support/knowledgecenter/SSSHTQ/omnibus/gateways/jdbcgw/wip/reference/jdbcgw_db
NEW QUESTION 44
What is the default directory to check for log files generated by probes?
- A. $NCHOME/probes/log
- B. $NCHOME/omnibus/log
- C. $NCHOME/log
- D. $NCHOME/omnibus/probes/log
Answer: C
NEW QUESTION 45
Which ObjectServer role is required for a user to add an external tool to a menu?
- A. ToolsAdmin
- B. MenuAdmin
- C. DesktopAdmin
- D. Administrator
Answer: C
NEW QUESTION 46
An ObjectServer has a large volume of alerts.details entries which is impacting the ObjectServer performance. How can details be prevented from being written to the ObjectServer by the probe?
- A. uncomment all details($*) functions in the probe rules file and HUP the probe
- B. connect to the probe HTTP interface and set the DisableDetails property to 1
- C. enable the clean_details_table automation in the ObjectServer
- D. on the ObjectServer issue the SQL command delete from alerts.details
Answer: C
NEW QUESTION 47
What is the process to create an ObjectServer in a multi-tiered architecture?
- A. Initialize the ObjectServer with nco_dfoinit specifying the relevant multi-tiered extension SQL files.
- B. Run the multi-tiered ObjectServer creation script to create the relevant ObjectServer.
- C. Initialize the ObjectServer with nco_dbinit -restore <servername> and modify it manually to include the multi-tiered specific features.
- D. Initialize the ObjectServer with nco_dbinit and then import the relevant multi-tiered extension SQL files through the Administrator GUI.
Answer: A
NEW QUESTION 48
A role and corresponding view have been created, and need to be assigned to a group of users. Where is this configured?
- A. the Console Preference Profiles
- B. the View Preference Profiles
- C. the User Preference Profiles
- D. the Group Preference Profiles
Answer: C
NEW QUESTION 49
What does the gateway do when the property, Gate.Writer.UseBulklnsCmd, is enabled or set to TRUE?
- A. The gateway makes no changes to the insert statement before sending events to the ObjectServer.
- B. The gateway deletes all bulk entry statements.
- C. The gateway ignores bulk insert statements before sending events to the ObjectServer.
- D. The gateway changes the format of the insert statement to enable the ObjectServer to process bulk inserts more efficiently.
Answer: D
NEW QUESTION 50
Which IBM Tivoli Netcool/OMNIbus V8.1 utility is used to install the EIF Probe?
- A. nco_install_integration
- B. Common Installer
- C. Deployment Engine
- D. IBM Installation Manager
Answer: D
NEW QUESTION 51
......
Prepare Top IBM C9560-519 Exam Audio Study Guide Practice Questions Edition: https://www.topexamcollection.com/C9560-519-vce-collection.html

