网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
Company.com has crated a process application monitor for an application that is initiated by a "c"  Shell script. The application monitor is not functioning as designed.  What could be the issue with eh application monitor?()
A

 A process monitor cannot monitor an application started by a shell.

B

 For process monitors to function correctly, they must use the korn shell.

C

 A custom monitor cannot de3termine the status of applications started by shell scripts.

D

 The process monitor script is not existing with a zero return code after checking the status of the application.


参考答案

参考解析
解析: 暂无解析
更多 “单选题Company.com has crated a process application monitor for an application that is initiated by a "c"  Shell script. The application monitor is not functioning as designed.  What could be the issue with eh application monitor?()A  A process monitor cannot monitor an application started by a shell.B  For process monitors to function correctly, they must use the korn shell.C  A custom monitor cannot de3termine the status of applications started by shell scripts.D  The process monitor script is not existing with a zero return code after checking the status of the application.” 相关考题
考题 You are in the process of creating a new application.This new application has to be able to read all data from a text file.What should you do?() A.B.C.D.

考题 You have recently completely creating a new application for Certkiller .com.This new application has to load an instance of the Inventory class from a large file named Inventory.dat.You need to ensure that the application executes the loading process in as little time as possible.What should you do?()A.B.C.D.

考题 A cluster administrator decides ti implement application monitoring in order to monitor both a web application and its supporting database. The plan is to use a single resource group prod_rg and to configure one monitor method for the web app and one monitor method for the database.  Which of the following statements best describes the need for custom resource monitor?()  A、 Multiple application servers must be in a single resource group.B、 Multiple application servers per resource group may be monitored.C、 Multiple resource groups must each contain a single application server.D、 Multiple application servers in a cluster cannot use process monitoring.

考题 Note the functionalities of various background processes:  1:Perform recovery at instance startup. SMON  2:Free the resources used by a user process when it fails. PMON  3:Cleanup the database buffer cache when a process fails. PMON  4:Dynamically register database services with listeners. PMON  5:Monitor sessions for idle session timeout. PMON  6:Cleanup unused temporary segments. SMON  7:Record the checkpoint information in control file. CKPT  Which option has the correct functionalities listed for a background process()A、Checkpoint (CKPT): 1, 2, 5B、System Monitor (SMON): 1, 6C、Process Monitor (PMON): 4, 6, 7D、Database Writer (DBWR): 1, 3, 4

考题 Which of the following is a good choice to use a process application monitor?()A、 A process stated by cronB、 A shell script owned by a non-root userC、 A process with a specific name and ownerD、 An application defined to SRC without the restart (-O) flag

考题 Company.com has an application that has a hard-coded hostname in the startup routines. The application is being made highly available using HACMP. During testing, the application does not start on the standby node because the hostname was not what the application expected.  What can be done to fix this problem?()A、 Manage the hostname in the application server start ands top scriptsB、 Nothing, because this application cannot be controlled by HACMP and should be startedwith /etc/inittabC、 Change the hard-coded hostname in the application startup routines to use the uname rather than the hostnameD、 Override the default ha_hostname in the cluster configuration to reflect the shared hostname rather than the default ha_hostname

考题 Which of the following is TRUE for the DB2 isolation level Cursor Stability (CS)?()A、An application process acquires at least a share lock on the current row of every cursor.B、Any row that is read during a unit of work cannot be changed by other application processes until the unit of work is complete.C、Any row changed by another application process can be read, even if the change has not been committed by that application process.D、An application process that issues the same query more than once in a unit of work will not see additional rows caused by other application processes appending new information to the database.

考题 Company.com has non-IBM fibre attached storage. The storage is connected to a node in the  cluster that has multiple adapters and virtual paths. There is a concern about detecting the loss of one of the fibre adapters since there is no indication to the administrator that one has failed.  What feature of HACMP can be sued to assist with this issue?()  A、 Disk heartbeatB、 Error notificationC、 Event notificationD、 Application monitor

考题 Company.com has crated a process application monitor for an application that is initiated by a "c"  Shell script. The application monitor is not functioning as designed.  What could be the issue with eh application monitor?()  A、 A process monitor cannot monitor an application started by a shell.B、 For process monitors to function correctly, they must use the "korn" shell.C、 A custom monitor cannot de3termine the status of applications started by shell scripts.D、 The process monitor script is not existing with a zero return code after checking the status of the application.

考题 During initial cluster planning session, a requirement is mandated that application monitoring will  Be used to monitor the production database and three application servers. Since all the application servers rely on the database being active, only one resource group has been planned to manage the starting/stopping of the cluster resources.  How ill the initial design impact the use of application monitoring?()  A、 Only one application server per resource group can be monitored.B、 Process monitoring is part of RSCT and requires no special scripts.C、 Any application can be monitored as long as it has an application server.D、 Having all application servers in one resource group improves recovery time.

考题 An administrator is evaluating an application for application monitoring. What command should be  Used to determine if the application can be monitored with a process monitor?()  A、 pa auxB、 ps -elC、 ps -efD、 ps -pl

考题 You have set Tablespace Full Metrics Threshold values for the USERS tablespace as follows:Warning (%): 90Critical (%): 95 Which background process is responsible for issuing alerts when the threshold is crossed()A、System monitor (SMON)B、Process monitor (PMON)C、Memory manager process (MMAN)D、Manageability Monitor process (MMON)

考题 You have set Tablespace Full Metrics Threshold values for the USERS tablespace as follows: Warning (%): 90  Critical (%): 95  Which background process is responsible for issuing alerts when the threshold is crossed()A、System monitor (SMON)B、Process monitor (PMON)C、Memory manager process (MMAN)D、Manageability Monitor process (MMON)

考题 Note the following functionalities of various background processes: 1. Record the checkpoint information in data file headers. 2. Perform recovery at instance startup. 3. Cleanup unused temporary segments. 4. Free the resources used by a user process when it fails. 5. Dynamically register database services with listeners. 6. Monitor sessions for idle session timeout. Which option has the correct functionalities listed for a background process()A、Archiver Process (ARCn): 1, 2, 5B、System Monitor Process (SMON): 1, 4, 5C、Process Monitor Process (PMON): 4, 5, 6D、Database Writer Process (DBWn): 1, 3, 4

考题 单选题Company.com has an application that has a hard-coded hostname in the startup routines. The application is being made highly available using HACMP. During testing, the application does not start on the standby node because the hostname was not what the application expected.  What can be done to fix this problem?()A  Manage the hostname in the application server start ands top scriptsB  Nothing, because this application cannot be controlled by HACMP and should be startedwith /etc/inittabC  Change the hard-coded hostname in the application startup routines to use the uname rather than the hostnameD  Override the default ha_hostname in the cluster configuration to reflect the shared hostname rather than the default ha_hostname

考题 单选题An administrator is configuring an application monitor. Upon encountering an unrecoverable error the administrator does not want the resource group to failover. How can the application monitor be configured toachieve this?()A Configure the application monitor with a restart count of 0B Configure the application monitor with a monitor mode of NotifyC Configure the application monitor with a notify method of MonitorD Configure the application monitor with a failure action of Notify

考题 单选题Which of the following is TRUE for the DB2 isolation level Cursor Stability (CS)?()A An application process acquires at least a share lock on the current row of every cursor.B Any row that is read during a unit of work cannot be changed by other application processes until the unit of work is complete.C Any row changed by another application process can be read, even if the change has not been committed by that application process.D An application process that issues the same query more than once in a unit of work will not see additional rows caused by other application processes appending new information to the database.

考题 单选题You have set Tablespace Full Metrics Threshold values for the USERS tablespace as follows: Warning (%): 90  Critical (%): 95  Which background process is responsible for issuing alerts when the threshold is crossed()A System monitor (SMON)B Process monitor (PMON)C Memory manager process (MMAN)D Manageability Monitor process (MMON)

考题 单选题Which of the following is a good choice to use a process application monitor?()A  A process stated by cronB  A shell script owned by a non-root userC  A process with a specific name and ownerD  An application defined to SRC without the restart (-O) flag

考题 单选题A cluster administrator decides ti implement application monitoring in order to monitor both a web application and its supporting database. The plan is to use a single resource group prod_rg and to configure one monitor method for the web app and one monitor method for the database.  Which of the following statements best describes the need for custom resource monitor?()A  Multiple application servers must be in a single resource group.B  Multiple application servers per resource group may be monitored.C  Multiple resource groups must each contain a single application server.D  Multiple application servers in a cluster cannot use process monitoring.

考题 单选题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.

考题 单选题Company.com has non-IBM fibre attached storage. The storage is connected to a node in the  cluster that has multiple adapters and virtual paths. There is a concern about detecting the loss of one of the fibre adapters since there is no indication to the administrator that one has failed.  What feature of HACMP can be sued to assist with this issue?()A  Disk heartbeatB  Error notificationC  Event notificationD  Application monitor

考题 单选题Note the following functionalities of various background processes:  1:Record the checkpoint information in data file headers. CKPT  2:Perform recovery at instance startup. SMON  3:Cleanup unused temporary segments. SMON  4:Free the resources used by a user process when it fails.  5:Dynamically register database services with listeners.  6:Monitor sessions for idle session timeout.  Which option has the correct functionalities listed for a background process()A Archiver Process (ARCn):1, 2,5B System Monitor Process (SMON):1,4,5C Process Monitor Process (PMON):4,5,6D Database Writer Process (DBWn):1,3,4

考题 单选题You have set Tablespace Full Metrics Threshold values for the USERS tablespace as follows:Warning (%): 90Critical (%): 95 Which background process is responsible for issuing alerts when the threshold is crossed()A System monitor (SMON)B Process monitor (PMON)C Memory manager process (MMAN)D Manageability Monitor process (MMON)

考题 单选题Note the following functionalities of various background processes: 1. Record the checkpoint information in data file headers. 2. Perform recovery at instance startup. 3. Cleanup unused temporary segments. 4. Free the resources used by a user process when it fails. 5. Dynamically register database services with listeners. 6. Monitor sessions for idle session timeout. Which option has the correct functionalities listed for a background process()A Archiver Process (ARCn): 1, 2, 5B System Monitor Process (SMON): 1, 4, 5C Process Monitor Process (PMON): 4, 5, 6D Database Writer Process (DBWn): 1, 3, 4

考题 单选题An administrator is evaluating an application for application monitoring. What command should be  Used to determine if the application can be monitored with a process monitor?()A  pa auxB  ps -elC  ps -efD  ps -pl

考题 单选题During initial cluster planning session, a requirement is mandated that application monitoring will  Be used to monitor the production database and three application servers. Since all the application servers rely on the database being active, only one resource group has been planned to manage the starting/stopping of the cluster resources.  How ill the initial design impact the use of application monitoring?()A  Only one application server per resource group can be monitored.B  Process monitoring is part of RSCT and requires no special scripts.C  Any application can be monitored as long as it has an application server.D  Having all application servers in one resource group improves recovery time.