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


参考解析

解析: 暂无解析

相关考题:

A client has a temporary deployment of a new static application that needs to run for a short period of time and is not going to change.How can this deployment be achieved with a minimum of effort and time?()A.Run a system WPAR and deploy the application.B.Create a new LPAR and deploy the application.C.Create an application WPAR to deploy the application.D.Create an LPAR hosted by a VIO server and deploy the application.

Companycom has a requirement to consolidate six web application servers. There is unused capacity of 2 CPUs on their new p5 570. Which operating systems and or features are required?()A、APV, AIX5.2ML4B、AIX5.3 or i5/OSC、APV, i5/OS, AIX5.3D、APV, AIX5.3 or SuSE9

An administrator has received an update CD with the latest technology level for AIX 5.3. The current operating system level of the server is at base AIX 5.3. What action needs to be taken to apply the new technology level to the server?()A、Run smit update_allB、Run smit install_allC、Boot from the installation mediaD、Run the update_all command from the mounted CD

public class A extends Thread {  A() {  setDaemon(true);  }  public void run() {  (new B()).start();  try {  Thread.sleep(60000);  } catch (InterruptedException x) {}  System.out.println(“A done”);  }  class B extends Thread {  public void run() {  try {  Thread.sleep(60000);  } catch (InterruptedException x) {}  System.out.println(“B done”);  }  }  public static void main(String[] args) {  (new A()).start();  }  }   What is the result?()  A、 A doneB、 B doneC、 A done B doneD、 B done A doneE、 There is no exception that the application will print anything.F、 The application outputs “A done” and “B done”, in no guaranteed order.

A system administrator will be migrating a server from AIX 5.1 to AIX 5.2 and is uncertain if the application running on the server will function properly after the migration. What is the fastest way to return to the previous AIX level if the application does not work?()A、Use base media to restore system to AIX 5.1.B、Use an alt_disk_install and boot back to the AIX 5.1 rootvg.C、Make a mksysb of the original AIX to restore back to the AIX 5.1 level.D、Perform the AIX 5.2 upgrade using update_all with the commit option and reject filesets to return to AIX 5.1.

Companycom is migrating from p670 systems running AIX 5.2 to p5 595 systems running AIX 5.3. They will be changing out only the system units. They will re-use the existing 61D drawers and adapters with the new p5 595 systems. What compatibility issue must be considered?() A、APV features are not supported for some legacy POWER4 adaptersB、APV will require the most current maintenance level for AIX 5.2C、APV features will require that legacy POWER4 adapters be updated with new microcodeD、The Virtual IO Server must run AIX 5.3 and the LPARs can run either AIX 5.2 or AIX 5.3

An application fails to start after a Technology Level upgrade. The application vendor recommends that two filesets upgraded as part of the new Technology Level be rejected. What is the recommended method for performing this task?()A、Run instfix -u to reject the filesets.B、Run installp -r to reject the filesets.C、Run installp -u to uninstall the filesets.D、Restore the system to previous state from the system backup.

Companycom is currently using a p690 and has just ordered a p5 590. They prefer to run in full system partition mode, since their application will utilize all the resources in the machine, and they don't want the overhead of an LPAR. What is the best response to the customer about the POWER5 capabilities?()A、POWER5 runs in an SMP mode as defaultB、POWER5 can run in a full system mode the same as the p690C、POWER5 can run in full system mode with the purchase of PLMD、POWER5 can run in a full system mode, but it is in LPAR mode

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

Which of the following best describes what is meant by Linux Affinity on AIX?()A、The ability to install a Linux system on an AIX systemB、The ability to install an AIX system on a Linux systemC、The ability to compile and run a Linux application on AIXD、The ability to compile and run an AIX application on Linux

Companycom is planning on upgrading from a pSeries S85 running AIX 4.3.3 to a p5 570 with an HMC. The new server will run AIX 5L 5.2. What should be performed prior to the migration?()A、Verify the ISV application runs on AIX 5.2B、Power4 to POWER5 upgrades are not supported without a application recompileC、Check the placement and size of the boot logical volume and disk space requirements on the S85D、AIX 4.3.3 to AIX 5L 5.2 migrations are perfectly compatible so nothing needs to be checked

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

Companycom has a requirement for an LPAR in their p5 595 to run SUSE Linux. They also require an adapter that is not currently supported in Linux. Which of the following would be the best solution to recommend?()A、Assign the adapter to an IO Hosting partitionB、Use AIX 5L affinity to move the application from SUSE to AIXC、Use AIX 5.3 drivers to install the adapter in the Linux LPARD、Assign the adapter to an AIX 5.3 partition running Linux Affinity

A client has a temporary deployment of a new static application that needs to run for a short period of time and is not going to change. How can this deployment be achieved with a minimum of effort and time?()  A、Run a system WPAR and deploy the application.B、Create a new LPAR and deploy the application.C、Create an application WPAR to deploy the application.D、Create an LPAR hosted by a VIO server and deploy the application.

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.

单选题Companycom has a requirement to consolidate six web application servers. There is unused capacity of 2 CPUs on their new p5 570. Which operating systems and or features are required?()AAPV, AIX5.2ML4BAIX5.3 or i5/OSCAPV, i5/OS, AIX5.3DAPV, AIX5.3 or SuSE9

单选题Companycom is planning on upgrading from a pSeries S85 running AIX 4.3.3 to a p5 570 with an HMC. The new server will run AIX 5L 5.2. What should be performed prior to the migration?()AVerify the ISV application runs on AIX 5.2BPower4 to POWER5 upgrades are not supported without a application recompileCCheck the placement and size of the boot logical volume and disk space requirements on the S85DAIX 4.3.3 to AIX 5L 5.2 migrations are perfectly compatible so nothing needs to be checked

单选题A client has a temporary deployment of a new static application that needs to run for a short period of time and is not going to change. How can this deployment be achieved with a minimum of effort and time?()ARun a system WPAR and deploy the application.BCreate a new LPAR and deploy the application.CCreate an application WPAR to deploy the application.DCreate an LPAR hosted by a VIO server and deploy the application.

单选题Which of the following best describes what is meant by Linux Affinity on AIX?()AThe ability to install a Linux system on an AIX systemBThe ability to install an AIX system on a Linux systemCThe ability to compile and run a Linux application on AIXDThe ability to compile and run an AIX application on Linux

单选题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 has a system running AIX 5.2 and wants to upgrade to AIX 5.3. What method would provide the quickest recovery if the upgrade failed?()AUse alt_disk_installBBackup image to NIM serverCBackup using mksysb to DVD-RAMDApply the upgrade and do not commit

单选题Companycom is migrating from p670 systems running AIX 5.2 to p5 595 systems running AIX 5.3. They will be changing out only the system units. They will re-use the existing 61D drawers and adapters with the new p5 595 systems. What compatibility issue must be considered?()AAPV features are not supported for some legacy POWER4 adaptersBAPV will require the most current maintenance level for AIX 5.2CAPV features will require that legacy POWER4 adapters be updated with new microcodeDThe Virtual IO Server must run AIX 5.3 and the LPARs can run either AIX 5.2 or AIX 5.3

单选题public class A extends Thread {  A() {  setDaemon(true);  }  public void run() {  (new B()).start();  try {  Thread.sleep(60000);  } catch (InterruptedException x) {}  System.out.println(“A done”);  }  class B extends Thread {  public void run() {  try {  Thread.sleep(60000);  } catch (InterruptedException x) {}  System.out.println(“B done”);  }  }  public static void main(String[] args) {  (new A()).start();  }  }   What is the result?()A A doneB B doneC A done B doneD B done A doneE There is no exception that the application will print anything.F The application outputs “A done” and “B done”, in no guaranteed order.

单选题Companycom has a requirement for an LPAR in their p5 595 to run SUSE Linux. They also require an adapter that is not currently supported in Linux. Which of the following would be the best solution to recommend?()AAssign the adapter to an IO Hosting partitionBUse AIX 5L affinity to move the application from SUSE to AIXCUse AIX 5.3 drivers to install the adapter in the Linux LPARDAssign the adapter to an AIX 5.3 partition running Linux Affinity

单选题Companycom is currently using a p690 and has just ordered a p5 590. They prefer to run in full system partition mode, since their application will utilize all the resources in the machine, and they don't want the overhead of an LPAR. What is the best response to the customer about the POWER5 capabilities?()APOWER5 runs in an SMP mode as defaultBPOWER5 can run in a full system mode the same as the p690CPOWER5 can run in full system mode with the purchase of PLMDPOWER5 can run in a full system mode, but it is in LPAR mode

单选题A system administrator will be migrating a server from AIX 5.1 to AIX 5.2 and is uncertain if the application running on the server will function properly after the migration. What is the fastest way to return to the previous AIX level if the application does not work?()AUse base media to restore system to AIX 5.1.BUse an alt_disk_install and boot back to the AIX 5.1 rootvg.CMake a mksysb of the original AIX to restore back to the AIX 5.1 level.DPerform the AIX 5.2 upgrade using update_all with the commit option and reject filesets to return to AIX 5.1.

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