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 commun

题目

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.
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are a network administrator for The network consists of a single Active Directory domain named.

The domain contains two Windows Server 2003 terminal servers that host applications that are used by company employees. An organization unit (OU) named TerminalServers contains only the computer accounts for these two Terminal servers. A Group Policy object (GPO) named TSPolicy is linked to the TerminalServers OU, and you have been granted the right to modify the GPO.

Users should use the terminal servers to run only authorized applications. A custom financial application suite is currently the only allowed application. The financial application suite is installed in the folder C:\Program Files\MT Apps. The financial application suite contains many executable files.

Users must also be able to use Internet Explorer to access a browser-based application on the company intranet. The browser-based application makes extensive use of unsigned ActiveX components.

The financial application suite and the browser-based application are frequently updates with patches or new versions.

You need to configure the terminal servers to prevent users from running unauthorized applications. You plan to configure software restriction policies in the TSPolicy GPO. To reduce administrative overhead, you want to create a solution that can be implemented once, without requiring constant reconfiguration.

Which three actions should you perform to configure software restriction polices?()

(Each correct answer presents part of the solution. Choose three)


参考答案:A, E, F

第2题:

A ( ) application is made up of distinct components running in separate runtime environments, usually on different platforms connected through a network.

A.database
B.analog
C.high-level
D.distributeD

答案:D
解析:
分布式应用由运行在不同环境(通常运行在同一网络中的不同平台上)的各个部件组成。

第3题:

Identify three features of shared entities.() (Choose three.)

A.enable one-time definition of objects

B.are referenced by several Oracle Application modules

C.are defined in each Oracle Application module separately

D.are owned by a single Oracle Application module for table purposes only

E.are owned by a single Oracle Application module to designate the primary user or decision maker


参考答案:A, B, D

第4题:

You use Microsoft .NET Framework 4 to create a custom Windows Presentation Foundation (WPF) application. Your environment includes several WPF applications. The applications use the same logo and style configuration as part of a corporate standard. You need to ensure that the existing applications can be updated to use the same logo and style settings without recompiling. Which two actions should you perform?()

  • A、 Mark the resource as an embedded resource in each application. 
  • B、 Create a resource in an XAML file that contains the logo and style configurations.
  • C、 Create a resource in a custom control that contains the logo and style configurations.
  • D、 Add the resource as a ResourceDictionary in the MergedDictionaries collection of each application.
  • E、 Use ResourceManager to read the content of the resource. Manually assign the style configurations included in the resource file to the appropriate control in each application.

正确答案:B,D

第5题:

Which VoIP components can permit or deny a call attempt on the basis of a network’s available bandwidth?()

  • A、MCU
  • B、Application server
  • C、Gateway
  • D、Gatekeeper

正确答案:D

第6题:

A(75)application is made up of distinct components running in separate runtime environments,usually on different platforms comected through a network.

A.database

B.analog

C.high-level

D.distributed


正确答案:D
分布式应用由运行在不同环境(通常运行在同一网络中的不同平台上)的各个部件组成。

第7题:

The objective of()is to determine what parts of the application software will be assigned to what hardware. The major software components of the system being developed have to be identified and then allocated to the various hardware components on which the system will operate. All software systems can be divided into four basic functions. The first is().Most information systems require data to be stored and retrieved, whether a small file,such as a memo produced by a word processor, or a large database, such as one that stores an organization's accounting records.The second function is the(),the processing required to access data, which often means database queries in Structured Query Language. The third function is the(请作答此空 ),which is the logic documented in the DFDs, use cases,and functional requirements.The fourth function is the presentation logic,the display of information to the user and the acceptance of the user's commands.The three primary hardware components of a system are ().


A. system requirements
B. system architecture
C.application logic
D.application program

答案:C
解析:
()的目标是确定应用软件的哪些部分将分配到何种硬件。识别出正在开发系统的主要软件构件并分配到系统将要运行的硬件构件。所有软件系统可分为四项基本功能。第一项是()。大多数信息系统需要数据进行存储并检索,不论是一个小文件,比如一个字处理器产生的一个备忘录,还是一个大型数据库,比如存储一个企业会计记录的数据库。第二项功能是(),处理过程需要访问数据,这通常是指用SQL进行数据库查询。第三项功能是(请作答此空 ),这些逻辑通过数据流图,用例和功能需求来记录。第四项功能是表示逻辑,给用户显示信息并接收用户命令。一个系统的三类主要硬件构件是()。A.系统需求 B.系统架构 C.应用程序逻辑 D.应用程序

第8题:

The operating system has several major components,including the(64),a memory management system,the file system manager,device drivers,and the system libraries.

A.application kernel

B.information kernel

C.network kernel

D.system kernel


正确答案:D
解析:操作系统包含几大组成部分,其中有系统内核,内存管理系统,文件系统管理器,设备驱动程序和系统库。

第9题:

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.

正确答案:B

第10题:

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 scripts
  • B、 Nothing, because this application cannot be controlled by HACMP and should be started  with   /etc/inittab
  • C、 Change the hard-coded hostname in the application startup routines to use the uname rather than the hostname
  • D、 Override the default ha_hostname in the cluster configuration to reflect the shared hostname rather than the default ha_hostname

正确答案:A

更多相关问题