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

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


相似考题
更多“单选题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 witho”相关问题
  • 第1题:

    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.

    正确答案:B

  • 第2题:

    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.

    正确答案:D

  • 第3题:

    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

  • 第4题:

    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.2
    • B、Power4 to POWER5 upgrades are not supported without a application recompile
    • C、Check the placement and size of the boot logical volume and disk space requirements on the S85
    • D、AIX 4.3.3 to AIX 5L 5.2 migrations are perfectly compatible so nothing needs to be checked

    正确答案:A

  • 第5题:

    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 partition
    • B、Use AIX 5L affinity to move the application from SUSE to AIX
    • C、Use AIX 5.3 drivers to install the adapter in the Linux LPAR
    • D、Assign the adapter to an AIX 5.3 partition running Linux Affinity

    正确答案:A

  • 第6题:

    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.

    正确答案:B

  • 第7题:

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

    B

    Power4 to POWER5 upgrades are not supported without a application recompile

    C

    Check the placement and size of the boot logical volume and disk space requirements on the S85

    D

    AIX 4.3.3 to AIX 5L 5.2 migrations are perfectly compatible so nothing needs to be checked


    正确答案: D
    解析: 暂无解析

  • 第8题:

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

    B

    The ability to install an AIX system on a Linux system

    C

    The ability to compile and run a Linux application on AIX

    D

    The ability to compile and run an AIX application on Linux


    正确答案: D
    解析: 暂无解析

  • 第9题:

    单选题
    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?()
    A

    Use alt_disk_install

    B

    Backup image to NIM server

    C

    Backup using mksysb to DVD-RAM

    D

    Apply the upgrade and do not commit


    正确答案: C
    解析: 暂无解析

  • 第10题:

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

    B

     B done

    C

     A done B done

    D

     B done A done

    E

     There is no exception that the application will print anything.

    F

     The application outputs “A done” and “B done”, in no guaranteed order.


    正确答案: D
    解析: 暂无解析

  • 第11题:

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

    B

    POWER5 can run in a full system mode the same as the p690

    C

    POWER5 can run in full system mode with the purchase of PLM

    D

    POWER5 can run in a full system mode, but it is in LPAR mode


    正确答案: A
    解析: 暂无解析

  • 第12题:

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


    正确答案: C
    解析: 暂无解析

  • 第13题:

    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 adapters
    • B、APV will require the most current maintenance level for AIX 5.2
    • C、APV features will require that legacy POWER4 adapters be updated with new microcode
    • D、The Virtual IO Server must run AIX 5.3 and the LPARs can run either AIX 5.2 or AIX 5.3

    正确答案:A

  • 第14题:

    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 default
    • B、POWER5 can run in a full system mode the same as the p690
    • C、POWER5 can run in full system mode with the purchase of PLM
    • D、POWER5 can run in a full system mode, but it is in LPAR mode

    正确答案:D

  • 第15题:

    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 system
    • B、The ability to install an AIX system on a Linux system
    • C、The ability to compile and run a Linux application on AIX
    • D、The ability to compile and run an AIX application on Linux

    正确答案:C

  • 第16题:

    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 Server
    • B、AIX 5.2 ML4
    • C、Shared Ethernet Adapter
    • D、AIX 5.3 with Advanced Power Virtualization

    正确答案:D

  • 第17题:

    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.

    正确答案:C

  • 第18题:

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

    B

    AIX5.3 or i5/OS

    C

    APV, i5/OS, AIX5.3

    D

    APV, AIX5.3 or SuSE9


    正确答案: A
    解析: 暂无解析

  • 第19题:

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


    正确答案: C
    解析: 暂无解析

  • 第20题:

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


    正确答案: B
    解析: 暂无解析

  • 第21题:

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

    B

    APV will require the most current maintenance level for AIX 5.2

    C

    APV features will require that legacy POWER4 adapters be updated with new microcode

    D

    The Virtual IO Server must run AIX 5.3 and the LPARs can run either AIX 5.2 or AIX 5.3


    正确答案: C
    解析: 暂无解析

  • 第22题:

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

    B

    Use AIX 5L affinity to move the application from SUSE to AIX

    C

    Use AIX 5.3 drivers to install the adapter in the Linux LPAR

    D

    Assign the adapter to an AIX 5.3 partition running Linux Affinity


    正确答案: A
    解析: 暂无解析

  • 第23题:

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


    正确答案: B
    解析: 暂无解析

  • 第24题:

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


    正确答案: C
    解析: 暂无解析