单选题Companycom is migrating their application that was built on AIX 4.3, to a new p5 590 system that is running AIX 5.3. The application was a 32-bit program. What will need to be done with the application to allow it to run on the new system?()ARun without recompiling on AIX 5.3BRelink to the 32-bit kernel in order to run the applicationCRecompile to run on AIX 5.3 because the libraries are in different locationsDRecompile 32-bit applications because the compiler flags and versions have changed

单选题
Companycom is migrating their application that was built on AIX 4.3, to a new p5 590 system that is running AIX 5.3. The application was a 32-bit program. What will need to be done with the application to allow it to run on the new system?()
A

Run without recompiling on AIX 5.3

B

Relink to the 32-bit kernel in order to run the application

C

Recompile to run on AIX 5.3 because the libraries are in different locations

D

Recompile 32-bit applications because the compiler flags and versions have changed


参考解析

解析: 暂无解析

相关考题:

Microsoft's COM is a software(146)that allows applications to be built from binary software components. COM is the underlying architecture that forms the foundation for higher-level software services, like those provided by OLE. COM defines a binary standard for function calling between components, a way for components to dynamically discover the interfaces implemented by other components, and a mechanism to identify components and their interfaces uniquely.OLE is a compound(147)standard developed by Microsoft. OLE makes it possible to create(148)with one application and link or embed them in a second application. Embedded objects retain their original format and(149)to the application that created them. Support for OLE is built into the Windows and MacOS Operating Systems. A(150)compound document standard developed mainly by Apple and IBM is called OpenDoc.A.architectureB.protocolC.procedureD.structure

Microsoffs COM is a software(66)that allows applications to be built from binary software components. COM defines a binary standard for function calling between components, a way for components to dynamically discover the interfaces implemented by other components, and a mechanism to identify components and their interfaces uniquely.OLE is a compound(67)standard developed by Microsoft. OLE makes it possible to create(68)with one application and link or embed them in a second application. Embedded objects retain their original format and(69)to the application that created them. Support for OLE is built into the Windows and MacOS Operating Systems. A(70)compound document standard developed mainly by Apple and IBM is called OpenDoc.A.architectureB.protocolC.procedureD.structure

Which of these provide centralized reporting for the S-Series?()A、 M-Series applianceB、 sawmill for CiscoIronPortC、 the built-in WSA reporting infrastructureD、 Cisco application control engine

Which of the following are methods to automatically update the antivirus application?() (Select TWO).A、Establish rules in the email scheduling program to perform updates.B、Select Update Now from the program options.C、Use the Automatic Update feature built into the application.D、Use scripts.E、Use Windows Update.

You are migrating a solution to Windows Azure.   The solution includes a web application and a business logic layer.  The web application runs on three dual-core servers.  The business logic layer runs on two quad-core servers.   The Windows Azure application must match or exceed the current hardware specifications.  You need to recommend role instance sizes that minimize cost.  What should you recommend?()A、 Small for the web application and Medium for the business logic layerB、 Small for the web application and Large for the business logic layerC、 Medium for the web application and Large for the business logic layerD、 Large for the web application and Extra Large for the business logic layer

Companycom is migrating from a p690 to a p5 595 utilizing APV Virtual IO features. They have created their profiles for their two Virtual IO Servers. The first Virtual IO Server is installed and running. When trying to DLPAR the DVD/ROM the task fails on the HMC. What is the probable cause?()A、APV key is not registeredB、Networking and DNS are not configuredC、/etc/hosts table on HMC is not configuredD、Virtual IO Server dose not support DLPAR

Companycom is migrating their application that was built on AIX 4.3, to a new p5 590 system that is running AIX 5.3. The application was a 32-bit program. What will need to be done with the application to allow it to run on the new system?()A、Run without recompiling on AIX 5.3B、Relink to the 32-bit kernel in order to run the applicationC、Recompile to run on AIX 5.3 because the libraries are in different locationsD、Recompile 32-bit applications because the compiler flags and versions have changed

Companycom has just installed a p5 595 with four uncapped LPARs in a shared processor pool. The system and profile settings are still in their default states. One of the LPARs has an application that is consuming all of the available shared processor resources. Users of this application are complaining about response time. Which of the following changes to the slow LPAR would improve response time?()A、Enable SMTB、Reduce the weightC、Renice the processD、Increase the weight

Companycom wants the application server LPAR to communicate with the database LPAR on a p5 590 without using network adapters. What does the customer need to install?()A、VIO ServerB、AIX 5.2 ML4C、Shared Ethernet AdapterD、AIX 5.3 with Advanced Power Virtualization

You are designing a plan for migrating an application to the Windows Azure platform.   All users authenticate by using their Active Directory Domain Services (AD DS) credentials.  The Windows Azure application must provide single sign-on (SSO) for domain-authenticated users.   You need to recommend an authentication type for the service endpoint behavior.  What should you recommend?()A、 SAML credentialB、 Windows authenticationC、 Shared secret credentialD、 Microsoft Challenge Handshake Authentication Protocol (MSCHAP)

单选题You are planning to migrate an existing web application to Windows Azure.  The application consists of an ASP.NET web application and a set of native Win32 Windows Services that provide data to the application by using named pipes. The Windows Services cannot be modified.  You need to recommend a strategy for migrating the application to Windows Azure.  What should you recommend?()A Define a Windows CommunicationFoundation (WCF) contract for the services.B Deploy each Windows Service to a separate worker role.  Deploy the ASP.NET application to a web role.C Deploy the application and Windows Services in a Windows Azure VM role.D Upload service binaries to a web role by using the Windows Azure Service Management API.

单选题You create a multiple form application- Which built-in must you use to invoke the form modules to enable you to programmatically control navigation between the multiple forms in your application?()ANEW_FORM BOPEN_FORM CCALL_FORM DCLOSE_FORM

单选题Which of these provide centralized reporting for the S-Series?()A M-Series applianceB sawmill for CiscoIronPortC the built-in WSA reporting infrastructureD Cisco application control engine

多选题Your application requires that you programmatically manipulate a nonquery record group. Which three built-ins can you use?()ACREATE_GROUPBADD_GROUP_NOWCPOPULATE_GROUPDADD_GROUP_COLUMNECREATE_GROUP_FROM_QUERY

单选题How can you change the cursor style in your form? ()AOpen the form module property palette and set the Cursor Style property. BFrom the Tools menu, select Preferences--Runtime Settings. CUse the GET_APPLICATION_PROPERTY and SET_APPLICATION_PROPERTY built-ins. DYou cannot change the cursor style.

多选题Which two built-ins would you use to remove the HOUR_ALARM timer using the timer_id parameter?()AFIND_TIMERBCREATE_TIMERCSET_TIMERDDELETE_TIMEREGET_APPLICATION_PROPERTY

单选题You are creating a new form for the Order Entry application. You define a record group that will be created when the form is executing this built in: CREATE_GROUP(rg_emplist, global_scope) Which form(s) in the application will have access to this record group?()AAll forms in the application. BAny forms opened by the user who initiated the record group. COnly the form issuing the CREATE_GROUP built-in. DAny forms referenced by the form that contains the procedure.

单选题Companycom wants to reduce the number of copper, Ethernet adapters on their 4 way p5 570 running AIX 5.3 used in each of the four LPARs. Companycom has one database LPAR, two application LPARs, and one web LPAR. Only the Web LPAR needs to communicate with the outside world. What is the minimum number of Ethernet adapters that should be provided to ensure redundancy and no single point of failure?()AOne single port Ethernet adapterBFour dual port Ethernet adaptersCTwo single port Ethernet adaptersDEight single port Ethernet adapters

单选题Which built-in do you use to determine which timer in form module has expired?()AFIND_TIMER BGET_TIMER_PROPERTYCGET_APPLICATION_PROPERTY DGET_CUSTOM_ITEM_EVENT_PROPERTY

单选题Companycom is moving their application to a p5 590 and at the same time moving to a new version of the application. The customer knows only about the resource requirements of the old version. Which of the following is the best method to migrate their application to POWER5?()AAdd CPU and memory COD so they have room to grow if requiredBMake the server configuration twice as large as the current requirementCConfigure the server for the current capacity requirementsDMake the server configuration a little larger than the current capacity requirements

单选题You are responsible for migrating client computers from Windows 98 and Windows NT Workstation 4.0 to Windows 2000 Professional. You have installed Windows 2000 Professional and reinstalled the necessary application on 10 computers. You have returned these computers to their users. The users of these computers report that their word processing application will not start. What should you do?()ASet the permission on the application to Execute.BAdd the application to the Run key in the registry.CApply the Securews.inf security template on the users’ computers.DApply the compatws.inf security template on the users’ computers.

单选题You are designing a plan for migrating an application to the Windows Azure platform.   All users authenticate by using their Active Directory Domain Services (AD DS) credentials.  The Windows Azure application must provide single sign-on (SSO) for domain-authenticated users.   You need to recommend an authentication type for the service endpoint behavior.  What should you recommend?()A SAML credentialB Windows authenticationC Shared secret credentialD Microsoft Challenge Handshake Authentication Protocol (MSCHAP)

单选题You are migrating a solution to Windows Azure.   The solution includes a web application and a business logic layer.  The web application runs on three dual-core servers.  The business logic layer runs on two quad-core servers.   The Windows Azure application must match or exceed the current hardware specifications.  You need to recommend role instance sizes that minimize cost.  What should you recommend?()A Small for the web application and Medium for the business logic layerB Small for the web application and Large for the business logic layerC Medium for the web application and Large for the business logic layerD Large for the web application and Extra Large for the business logic layer

单选题Microsoft's COM is a software(1)that allows applications to be built from binary software components. COM is the underlying architecture that forms the foundation for higher-level software services, like those provided by OLE.COM defines a binary standard for function calling between components,a way for components to dynamically discover the interfaces implemented by other components,and a mechanism to identify components and their interfaces uniquely. OLE is a compound(2)standard developed by Microsoft.OLE makes it possible to create(3)with one application and link or embed them in a second application.Embedded objects retain their original format and(4)to the application that created them.Support for OLE is built into the Windows and MacOS Operating Systems.A(5)compound document standard developed mainly by Apple and IBM is called OpenDoC.空白(4)处应选择()AcharacteristicsBaddressCpageDlinks