单选题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
单选题
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 aux
B
ps -el
C
ps -ef
D
ps -pl
参考解析
解析:
暂无解析
相关考题:
Anadministratorisevaluatinganapplicationforapplicationmonitoring.WhatcommandshouldbeUsedtodetermineiftheapplicationcanbemonitoredwithaprocessmonitor?() A.paauxB.ps-elC.ps-efD.ps-pl
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.
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
A user reports that they cannot cd to /tmp/application. A system administrator entered the following command: Is -Id /tmp/application drw-r-r- 4 root system 512 Jan 15 14:09 application Which of the following is the most likely cause of the problem()A、The /tmp/application should be globally writable.B、The /tmp/application directory should be executable.C、The /tmp/application directory should be owned by the user.D、The /tmp/application directory should have the sticky bit set
What does it mean for a variable in the Application Editor to be defined as a parameter?()A、The variable can be used to pass data to and from subflows. B、The value for that variable can be supplied via Application Configuration in Application Administration. C、The value for that variable is defined by the calling application. D、The variable can be used in conditional steps. E、The variable can be used to pass data to and from VoiceXML applications.
A user reports that they cannot cd to /tmp/application. A system administrator entered the following command: (1)ls -ld /tmp/application (2)drw-r--r-- 4 root system 512 Jan 15 14:09 application What is the most likely cause of the problem?()A、The /tmp/application should be globally writable.B、The /tmp/application directory should be executable.C、The /tmp/application directory should be owned by the user.D、The /tmp/application directory should have the sticky bit set.
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.
To enhance the availability of an application running under HACMP, a decision was made to use The application monitoring facility. The application consists of several components and can take several minutes to initialize. The components use socket communication and can be initialized in any order as long as it is a serial order. The customer’s concern is that if the application stop and start scripts are used during application monitoring recovery,it may take an extraordinary length of time to reset all of the application components. What can be done to ensure the best recover time?() A、 Use a process monitor that restarts the named processes in the original start order.B、 Use the defined application start and stop scripts to control the application if there is a failure.C、 Use multiple application monitors for this resource group to enable the monitoring of the specific components of the resource group.D、 Use application cleanup and restart scripts designed to determine the state of the various components of the application and start only the parts required.
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
A system administrator found a process on the server that should be stopped. What command can be used to list all the signal actions defined for this process?()A、psB、pstatC、portmapD、procsig
You are a database administrator for your company. The company uses a vendor company’s application that is based on a proprietary database. You query data from the application database and import the data into a SQL Server 2005 database. The application vendor provides you with a new OLE DB driver to be used when querying the application database. Company policy prohibits connections between the SQL Server database and the application database, except when querying this data. You need to provide a way to query data from the application database. What should you?()A、Configure a Linked Server connection to the application database.B、Write a query that uses an OPENDATASOURCE command.C、Write a query that uses an OPENQUERY command.D、Configure a Remote Server connection to the application database.
You are a desktop administrator for your company. You need to deploy a new application. The application is packaged in an .msi file. The application will be used by only a small number of users. You plan to install the application by using the Msiexec.exe program. You need to ensure that the installation process does not display a user interface. What should you do?()A、Manually perform a passive installation of the application.B、Manually perform a quiet installation of the application.C、Use a logon script to run the Msiexec.exe program.D、Use the Runas utility to run the Msiexec.exe program.
You are the network administrator for your company. The network consists of a single Active Directory domain. The network contains an application server running Windows Server 2003. Users report intermittent slow performance when they access the application server throughout the day. You find out that the network interface on the application server is being heavily used during the periods of slow performance. You suspect that a single computer is causing the problem.You need to create a plan to identify the problem computer. What should you do?()A、 Monitor the performance monitor counters on the application server by using System Monitor. B、 Monitor the network traffic on the application server by using Network Monitor.C、 Monitor network statistics on the application server by using Task Manager.D、 Run network diagnostics on the application server by using Network Diagnostics.
单选题To enhance the availability of an application running under HACMP, a decision was made to use The application monitoring facility. The application consists of several components and can take several minutes to initialize. The components use socket communication and can be initialized in any order as long as it is a serial order. The customer’s concern is that if the application stop and start scripts are used during application monitoring recovery,it may take an extraordinary length of time to reset all of the application components. What can be done to ensure the best recover time?()A Use a process monitor that restarts the named processes in the original start order.B Use the defined application start and stop scripts to control the application if there is a failure.C Use multiple application monitors for this resource group to enable the monitoring of the specific components of the resource group.D Use application cleanup and restart scripts designed to determine the state of the various components of the application and start only the parts required.
单选题You are a database administrator for your company. The company uses a vendor company’s application that is based on a proprietary database. You query data from the application database and import the data into a SQL Server 2005 database. The application vendor provides you with a new OLE DB driver to be used when querying the application database. Company policy prohibits connections between the SQL Server database and the application database, except when querying this data. You need to provide a way to query data from the application database. What should you?()AConfigure a Linked Server connection to the application database.BWrite a query that uses an OPENDATASOURCE command.CWrite a query that uses an OPENQUERY command.DConfigure a Remote Server connection to the application database.
单选题A system administrator found a process on the server that should be stopped. What command can be used to list all the signal actions defined for this process?()ApsBpstatCportmapDprocsig
单选题All client computers on your company network were recently upgraded from Windows Vista to Windows7. Several employees use a scanner to import document images into a database. They install a new scanning application on their computers. The application updates the device driver for the scanners as part of the installation process. Employees report that the application can no longer connect to the scanner. You need to ensure that the employees can use the scanner. What should you do?()ARoll back the device driver to the previous version.BReinstall the application in Windows Vista compatibility mode.CSet the application compatibility properties to run the application as an administrator.DRestart the computer by using the System Configuration tool to load only basic devices and services.
单选题You are the network administrator for your company. The network consists of a single Active Directory domain. The network contains an application server running Windows Server 2003. Users report intermittent slow performance when they access the application server throughout the day. You find out that the network interface on the application server is being heavily used during the periods of slow performance. You suspect that a single computer is causing the problem.You need to create a plan to identify the problem computer. What should you do?()A Monitor the performance monitor counters on the application server by using System Monitor. B Monitor the network traffic on the application server by using Network Monitor.C Monitor network statistics on the application server by using Task Manager.D Run network diagnostics on the application server by using Network Diagnostics.
单选题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.
单选题What does it mean for a variable in the Application Editor to be defined as a parameter?()AThe variable can be used to pass data to and from subflows. BThe value for that variable can be supplied via Application Configuration in Application Administration. CThe value for that variable is defined by the calling application. DThe variable can be used in conditional steps. EThe variable can be used to pass data to and from VoiceXML applications.
单选题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?()AConfigure the application monitor with a restart count of 0BConfigure the application monitor with a monitor mode of NotifyCConfigure the application monitor with a notify method of MonitorDConfigure the application monitor with a failure action of Notify
单选题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.
单选题A user reports that they cannot cd to /tmp/application. A system administrator entered the following command: Is -Id /tmp/application drw-r-r- 4 root system 512 Jan 15 14:09 application Which of the following is the most likely cause of the problem()AThe /tmp/application should be globally writable.BThe /tmp/application directory should be executable.CThe /tmp/application directory should be owned by the user.DThe /tmp/application directory should have the sticky bit set
单选题A user reports that they cannot cd to /tmp/application. A system administrator entered the following command: (1)ls -ld /tmp/application (2)drw-r--r-- 4 root system 512 Jan 15 14:09 application What is the most likely cause of the problem?()AThe /tmp/application should be globally writable.BThe /tmp/application directory should be executable.CThe /tmp/application directory should be owned by the user.DThe /tmp/application directory should have the sticky bit set.
单选题You are a desktop administrator for your company. You need to deploy a new application. The application is packaged in an .msi file. The application will be used by only a small number of users. You plan to install the application by using the Msiexec.exe program. You need to ensure that the installation process does not display a user interface. What should you do?()AManually perform a passive installation of the application.BManually perform a quiet installation of the application.CUse a logon script to run the Msiexec.exe program.DUse the Runas utility to run the Msiexec.exe program.