单选题A customer is creating an Event Action Plan to monitor CPU utilization on their SQL server.  While creating a Simple Event Filter, the event type "Director.Director Agent.CPU Monitors" option is not available.  Which of the following is the most likely source of the problem?()AThe appropriate Hardware Status monitors have not been set.BThe appropriate Resource Monitor thresholds have not been set.CThe appropriate Windows Performance monitors have not been set.DThe appropriate Process Management thresholds have not been set.

单选题
A customer is creating an Event Action Plan to monitor CPU utilization on their SQL server.  While creating a Simple Event Filter, the event type "Director.Director Agent.CPU Monitors" option is not available.  Which of the following is the most likely source of the problem?()
A

The appropriate Hardware Status monitors have not been set.

B

The appropriate Resource Monitor thresholds have not been set.

C

The appropriate Windows Performance monitors have not been set.

D

The appropriate Process Management thresholds have not been set.


参考解析

解析: 暂无解析

相关考题:

You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server.From which base type should your custom event type inherit? ()A. IWebEventCustomEvaluatorB. WebEventProviderC. WebBaseEventD. WebAuditEvent

Your network contains a server named Server1 that runs Windows Server 2008 R2.You need to ensure that an administrator is notified by e-mail if the Event Viewer logs any error.What should you do from the Event Viewer console?()A. Create a custom view, and then click the Filter Current Custom View action.B. Create a custom view, and then click the Attach Task to This Custom View action.C. From the System log, click the Filter Current Log action.D. From the System log, select an Error event, and then click the Attach Task to This Event action.

A storage specialist is presenting DS5300 and mentions that the maximum available cache is 64GB. The customer asks if that cache is backed up to hard drives in the event of a power outage.From the following list, which competitor is most likely also talking to this customer?()A、 EMC B、 HDS C、 SUN D、 NetApp

An Information Technology (IT) staff has many calls from users who are unable to print or who lose print jobs.  After investigation, the IT staff has determined that the print spooler is stopping sporadically.  Which of the following actions in IBM Director would best resolve the issue?()A、Create an Event Action Plan to monitor the NT Event Log for Print Spooler errors.Set a task to restart the print spooler when stopped.Apply this plan to print servers.B、Using Event Management, create an Event Action Plan with a print spooler filter and set a task to restart the print spooler when stopped.  Apply this plan to print servers.C、Using Resource Manager, create a threshold to monitor the print spooler queue.Create an Event Action Plan with a print spooler filter and set a task to restart the print spooler when the queue gets above 10 jobs.Apply this plan to print servers.D、Using Process Management, create a threshold to monitor to set an error condition when the print spooler has stopped.Create an Event Action Plan using this filter and create a task to restart the print spooler when stopped. Apply plan to print servers.

A customer is creating an Event Action Plan to monitor CPU utilization on their SQL server.  While creating a Simple Event Filter, the event type "Director.Director Agent.CPU Monitors" option is not available.  Which of the following is the most likely source of the problem?()A、The appropriate Hardware Status monitors have not been set.B、The appropriate Resource Monitor thresholds have not been set.C、The appropriate Windows Performance monitors have not been set.D、The appropriate Process Management thresholds have not been set.

What does the value returned by the method getID() found in class java.awt.AWTEvent uniquely identify?()  A、The particular event instance.B、The source of the event.C、The set of events that were triggered by the same action.D、The type of event.E、The type of component from which the event originated.

Which of the following would be used to monitor unauthorized access to data files?()A、Performance Log and AlertsB、Event ViewerC、Security Configuration and AnalysisD、IP Security Monitor

When creating a SQL tuning set,which of the following steps allows the DBA to reduce the size of the SQL set by selecting specific operators and values?()A、 Filter versionsB、 Filter loadsC、 Filter tasksD、 Filter options

You work as a database administrator for Supportcenter.cn. You suspect that in one of your applications the customer table is being accessed by some unauthorized users. Which option would you use to monitor the queries being executed on the customer table?()A、Monitor thealert.logfileB、Enable server-side SQL tracing for user sessionsC、Enable fine-grained auditing for the customer tableD、Enable Fine-Grained Access Control (FGAC) for the customer tableE、Write a database trigger on the customer table on the SELECT event

You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()A、IWeb Event Custom EvaluatorB、Web Event ProviderC、Web Base EventD、Web Audit Event

You are creating a Windows Forms application by using the .NET Framework 3.5. The application displays employee names by using the TreeView control. You need to implement the drag and drop functionality in the TreeView control.Which two actions should you perform?()A、Set theAllowDrag property to true.Create an event handler for the DragOver event.B、Set theAllowDrag property to true.Create an event handler for the ItemDrag event to call the DoDragDrop method.C、Set theAllowDrag property to true.Create an event handler for the DragEnter event to call the DoDragDrop method .D、Create an event handler for the DragDrop event to handle the move or copy by itself.E、Create an event handler for the DragEnter event to handle the move or copy by itself.

You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()A、IWebEventCustomEvaluatorB、WebEventProviderC、WebBaseEventD、WebAuditEvent

You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()A、IWebEventCustomEvaluatorB、WebEventProviderC、WebBaseEventD、WebAuditEvent

A customer is running business-critical applications on a few SQL servers in their environment.  The customer needs to know if and when the SQL server stops, so the service can be restarted immediately.  Which of the following will accomplish this?()A、Use the Capacity Manager to monitor the processes on the servers.Log the events to the event log and use the resource monitor to restart the SQL process.B、Use the System Availability tool that comes with IBM Director to improve the availability of the SQL applications.C、Use the IBM Director Application PING function to watch the SQL service. When the SQL service goes down, restart the service remotely on the managed server using the software distribution function.D、Utilize Process Management and create a threshold to monitor the SQL process.Create an Event Action Plan and set the task to restart the SQL process when stopped and apply it to the managed SQL servers.

Which statements concerning the event model of the AWT are true?()  A、At most one listener of each type can be registered with a component.B、Mouse motion listeners can be registered on a List instance.C、There exists a class named ContainerEvent in package java.awt.event.D、There exists a class named MouseMotionEvent in package java.awt.event.E、There exists a class named ActionAdapter in package java.awt.event.

单选题You work as a database administrator for Certkiller .com. You suspect that in one of your applications the customer table is being accessed by some unauthorized users. Which option would you use to monitor the queries being executed on the customer table?()AMonitor thealert.logfileBEnable server-side SQL tracing for user sessionsCEnable fine-grained auditing for the customer tableDEnable Fine-Grained Access Control (FGAC) for the customer tableEWrite a database trigger on the customer table on the SELECT event

单选题You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()AIWebEventCustomEvaluatorBWebEventProviderCWebBaseEventDWebAuditEvent

单选题You are the network administrator for The network consists of a single Active Directory domain named All network servers run Windows Server 2003. A member server named Testking1 runs IIS and hosts all content for company Web sites. One Web site is redesigned. When you browse the redesigned site, you select a hyperlink and receive the following error message: "HTTP Error 404 - File or directory not found." You verify that a necessary content file is missing from Testking1. You need to discover whether the same error was generated by any other Web server requests. What should you do?()AOpen the most recent file in C:/windows/system32/inetsrv/History. Search for error entries of type 404.BOpen the most recent file in C:/windows/system32/LogFiles/W3SVC1. Search for error entries of type 404.COpen Event Viewer and connect to Testking1. Filter the system event log to display only events from the IISLOG event source with event ID 404.DOpen Event Viewer and connect to Testking1. Filter the application event log to display only events from the WebClient event source with event ID 404.

单选题Your network contains a server named Server1 that runs Windows Server 2008 R2. You need to ensure that an administrator is notified by e-mail if the Event Viewer logs any error. What should you do from the Event Viewer console?()ACreate a custom view, and then click the Filter Current Custom View action.BCreate a custom view, and then click the Attach Task to This Custom View action.CFrom the System log, click the Filter Current Log action.DFrom the System log, select an Error event, and then click the Attach Task to This Event action.

单选题A customer is running business-critical applications on a few SQL servers in their environment.  The customer needs to know if and when the SQL server stops, so the service can be restarted immediately.  Which of the following will accomplish this?()AUse the Capacity Manager to monitor the processes on the servers.Log the events to the event log and use the resource monitor to restart the SQL process.BUse the System Availability tool that comes with IBM Director to improve the availability of the SQL applications.CUse the IBM Director Application PING function to watch the SQL service. When the SQL service goes down, restart the service remotely on the managed server using the software distribution function.DUtilize Process Management and create a threshold to monitor the SQL process.Create an Event Action Plan and set the task to restart the SQL process when stopped and apply it to the managed SQL servers.

单选题When creating a SQL tuning set,which of the following steps allows the DBA to reduce the size of the SQL set by selecting specific operators and values?()A Filter versionsB Filter loadsC Filter tasksD Filter options

单选题A storage specialist is presenting DS5300 and mentions that the maximum available cache is 64GB. The customer asks if that cache is backed up to hard drives in the event of a power outage.From the following list, which competitor is most likely also talking to this customer?()A EMC B HDS C SUN D NetApp

单选题You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()AIWebEventCustomEvaluatorBWebEventProviderCWebBaseEventDWebAuditEvent

单选题An Information Technology (IT) staff has many calls from users who are unable to print or who lose print jobs.  After investigation, the IT staff has determined that the print spooler is stopping sporadically.  Which of the following actions in IBM Director would best resolve the issue?()ACreate an Event Action Plan to monitor the NT Event Log for Print Spooler errors.Set a task to restart the print spooler when stopped.Apply this plan to print servers.BUsing Event Management, create an Event Action Plan with a print spooler filter and set a task to restart the print spooler when stopped.  Apply this plan to print servers.CUsing Resource Manager, create a threshold to monitor the print spooler queue.Create an Event Action Plan with a print spooler filter and set a task to restart the print spooler when the queue gets above 10 jobs.Apply this plan to print servers.DUsing Process Management, create a threshold to monitor to set an error condition when the print spooler has stopped.Create an Event Action Plan using this filter and create a task to restart the print spooler when stopped. Apply plan to print servers.

单选题You create a large, n-tier Web application that has a custom event tracking system. You need to create a custom event type that enables your event tracking system to record all relevant event details for all types of events. The events must be stored in Microsoft SQL Server. From which base type should your custom event type inherit? ()AIWeb Event Custom EvaluatorBWeb Event ProviderCWeb Base EventDWeb Audit Event

单选题You are creating a Windows Forms application by using the .NET Framework 3.5.You plan to develop a new control for the application.You need to ensure that the control extends the DataGridView control by allowing the cells to contain multicolored text.What should you do?()AOverride the OnPaint method.BWrite a code segment to handle the CellPainting event.CWrite a code segment to handle the CellParsing event.DWrite a code segment to handle the RowPostPaint event.

单选题A customer is creating an Event Action Plan to monitor CPU utilization on their SQL server.  While creating a Simple Event Filter, the event type "Director.Director Agent.CPU Monitors" option is not available.  Which of the following is the most likely source of the problem?()AThe appropriate Hardware Status monitors have not been set.BThe appropriate Resource Monitor thresholds have not been set.CThe appropriate Windows Performance monitors have not been set.DThe appropriate Process Management thresholds have not been set.

单选题What does the value returned by the method getID() found in class java.awt.AWTEvent uniquely identify?()AThe particular event instance.BThe source of the event.CThe set of events that were triggered by the same action.DThe type of event.EThe type of component from which the event originated.