更多“se tactive partition的含义()”相关问题
  • 第1题:

    用Ghost进行分区对拷(复制),需要选择的命令是()

    • A、“LOCAL”→“DISK”→“TO PARTITION”
    • B、“LOCAL”→“PARTITION”→“FROM IMAGE”
    • C、“LOCAL”→“DISK”→“TO DISK”
    • D、“LOCAL”→“PARTITION”→“TO PARTITION”

    正确答案:D

  • 第2题:

    英文缩写SE的含义:()。

    • A、网络拓扑
    • B、状态估计
    • C、调度员潮流
    • D、负荷预报

    正确答案:B

  • 第3题:

    SE的中文含义是()。

    • A、潮流计算
    • B、状态估计
    • C、网络拓扑
    • D、网络重构

    正确答案:B

  • 第4题:

    After making changes to the profile for an LPAR, the administrator asks the operator to bring the LPAR back up into a running state with the new changes. Which of the following is the correct way to do this?()

    • A、Shutdown and activate the partition profile
    • B、Reboot the partition using the reboot command
    • C、Reboot the partition using the 'shutdown -r' command
    • D、Right click on the partition profile and select the 'apply changes' option

    正确答案:A

  • 第5题:

    If the ADD DBPARTITIONNUM command is used to add a new database partition to an existing DB2 instance,which statement is correct? ()

    • A、All existing databases in the instance are expanded to the new database partition but data cannot be stored on the newpartition until it has been added to a partition group.  
    • B、Database partition groups within existing databases will automatically include the new database partition and willredistribute their existing data to the new partition.  
    • C、Any single partition databases within the instance will automatically become multi-partition databases once the newpartition is added to the instance.  
    • D、A database administrator would need to modify the db2nodes.cfg file to complete the addition of the new partition tothe instance.

    正确答案:A

  • 第6题:

    Which of the following explains the relationship between a physical and logical partition?()

    • A、A physical partition is hosted on one or more logical partitions. A logical partition is used when describing storage.
    • B、A logical partition is hosted on one or more physical partitions. A physical partition is used when describing storage.
    • C、A physical partition is used when describing only a SCSI or SAS disk. A logical partition is used when describing a SAN LUN.
    • D、A logical partition is used when describing only a SATA or SAS disk. A physical partition is used when describing RAID or mirrored arrays.

    正确答案:B

  • 第7题:

    You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named Dworks in the instance. The Dworks database has a table named Orderthings. The Orderthings table is partitioned on the OrderId column. The first partition contains integer values greater than 100,000, while the second partition contains integer values between 1 and 100,000. You have to add a new partition. The new partition should contain integer values greater than 200,000. What should you do? ()

    • A、A new partition function should be created 
    • B、You should change the existing partition scheme 
    • C、You should use a Merge clause to change the existing partition function 
    • D、You should use a Split clause to change the existing partition function 

    正确答案:D

  • 第8题:

    单选题
    Company.com wants to reassign a host bus adapter (HBA) from one partition to another to  handle increased I/O workload on that partition. What needs to be done to dynamically move the card?()
    A

    Use the rmdev command to remove the card from the current partition before doing the DLPAR process.

    B

    Take the source partition down and do the DLPAR function on the target partition.

    C

    Assign the card to the required section of the target partition and run cfgmgr.

    D

    Dynamically remove the card from the source and add to target profile then reactivate the target profile.


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

  • 第9题:

    单选题
    An administrator has setup three partitions using shared pool with 2 processing units. They are activated in the following sequence: Partition one: Min. = 1.0, max = 2.0, desired = 1.5 Partition two: Min. = 1.0, max = 2.0, desired = 1.0 Partition three: Min. = 0.1, max = 1.0, desired = 0.8. What is the outcome?()
    A

    Partition one starts and has 2.0 processors allocated. Partition two does not start. Partition three does not start. 

    B

    Partition one starts and has 1.0 processors allocated. Partition two starts and has 1.0 allocated. Partition three does not start. 

    C

    Partition one starts and has 1.5 processors allocated. Partition two does not start. Partition three starts and has 0.8 processors allocated capacity. 

    D

    Partition one starts and has 1.5 processors allocated. Partition two does not start. Partition three starts and has an allocated capacity of 0.5 processors. 


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

  • 第10题:

    单选题
    Company.com has recently received a new p5-570 in the data center and intends to Micro-Partition the server. In which order should installation steps be taken?()
    A

    Connect to the network,power on the server,Micro-Partition the server

    B

    Connect to the HMC,power on the server,Micro-Partition the server,connect to the network

    C

    Power on server,connect to the network,Micro-Partition the server,connect to the HMC

    D

    Power on the server,connect to the HMC,Micro-Partition the server,connect to the network


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

  • 第11题:

    单选题
    Which of the following explains the relationship between a physical and logical partition?()
    A

    A physical partition is hosted on one or more logical partitions. A logical partition is used when describing storage.

    B

    A logical partition is hosted on one or more physical partitions. A physical partition is used when describing storage.

    C

    A physical partition is used when describing only a SCSI or SAS disk. A logical partition is used when describing a SAN LUN.

    D

    A logical partition is used when describing only a SATA or SAS disk. A physical partition is used when describing RAID or mirrored arrays.


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

  • 第12题:

    单选题
    下面哪一项是完成设置活动分区的操作()。
    A

    CREATE DOS PARTITION OR LOGICAL DOS DRIVED

    B

    dele dos PARTITION OR LOGICAL

    C

    dos drive display partition information

    D

    SET ACTIVe partition


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

  • 第13题:

    Which data organization schemes are supported?()

    • A、PARTITION BY HASH and ORGANIZE BY  
    • B、PARTITION BY RANGE and ORGANIZE BY KEY SEQUENCE  
    • C、PARTITION BY HASH and ORGANIZE BY KEY SEQUENCE 
    • D、PARTITION BY RANGE and ORGANIZE BY

    正确答案:D

  • 第14题:

    下列关于kafka中的partition说法正确的是()

    • A、partition是逻辑存在的
    • B、partition是最小的逻辑单元
    • C、topic是真正数据存储的地方
    • D、partition不存储数据

    正确答案:C

  • 第15题:

    在FDISK中,以下哪一项可能显示当前磁盘的分区信息()

    • A、Create DOS partition or Logical DOS Drive
    • B、Set active partition
    • C、Delete partition or Logincal DOS Drive
    • D、Display partition information

    正确答案:D

  • 第16题:

    In which two environments would intra-partition parallelism be used? ()

    • A、Single database partition, single processor  
    • B、Single database partition, multiple processors  
    • C、Multiple database partitions, single processor  
    • D、Multiple database partitions, multiple processors

    正确答案:B,D

  • 第17题:

    One of Company.com’s Linux partitions is experiencing excessive paging. They want to provide more memory to the partition to resolve this problem. What is the best method to add the memory?()

    • A、Add an additional virtual swap device to the partition.
    • B、Use DLPAR to dynamically add the required memory to the partition.
    • C、Shut down the partition and redefine its profile with additional memory.
    • D、Change Partition Load Manager parameters to provide the partition with additional memory shares.

    正确答案:C

  • 第18题:

    You need to design a storage mode for the ProductOrderStatus measure group. What should you do?()

    • A、Use ROLAP for the Historical partition and MOLAP for the CurrentDay partition.
    • B、Use MOLAP for the Historical partition and ROLAP for the CurrentDay partition.
    • C、Use ROLAP for the Historical partition and Automatic MOLAP for the CurrentDay partition.
    • D、Use HOLAP for the Historical partition and Low-latency MOLAP for the CurrentDay partition.

    正确答案:B

  • 第19题:

    单选题
    A customer has a 32-core Power 770 with 4 AIX partitions and 2 IBM i partitions. They want to improve network availability and allow for concurrent maintenance. What will support the customer requirement at least cost?()
    A

    Build the logical partition infrastructure based on 6 or more VLANs.

    B

    Build the logical partition infrastructure based on two or more IVEs.

    C

    Build the logical partition infrastructure based on Partition Mobility.

    D

    Build the logical partition infrastructure based on redundant VIO Servers.


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

  • 第20题:

    多选题
    In which two environments would intra-partition parallelism be used? ()
    A

    Single database partition, single processor

    B

    Single database partition, multiple processors

    C

    Multiple database partitions, single processor

    D

    Multiple database partitions, multiple processors


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

  • 第21题:

    单选题
    Which of the following BEST describes the initial process of setting up a new operating system from a CD-ROM? ()
    A

    Format a partition, install device drivers, and install the operating system.

    B

    Create a partition, format the partition, and install the operating system.

    C

    Install the operating system, create a partition, and install device drivers.

    D

    Install the operating system, install device drivers, and create a partition.


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

  • 第22题:

    单选题
    A system administrator is implementing a new 2-way POWER5 server with APV that is to be divided into three partitions. The application groups have requested the following CPU entitlements for the partitions:  Partition 1: min = 1.0, max = 2.0, desired = 1.5  Partition 2: min = 1.0, max = 2.0, desired = 1.0  Partition 3: min = 0.1, max = 1.0, desired = 0.8  The administrator immediately finds that the three partitions cannot be started in order to run concurrently.  What changes can be made to entitlement configuration to allow all three partitions to be started in order?()
    A

    Change the max on Partition 1 to 1.5.

    B

    Change the desired on Partition 1 to 1.0.

    C

    Change the max and desired on Partition 1 and 2 to 1.0.

    D

    Change the min and desired on Partition 1 and 2 to 0.9.


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

  • 第23题:

    单选题
    Company.com is having trouble installing a fresh AIX image onto a newly defined partition on a p5-520. The assignment of the adapters to the each of the partitions is as follows: Fibre Channel Card 01 - partition one - required  Fibre Channel Card 02 - partition one - required  SCSI adapter 01 - partition one - desired  IDE adapter 01 - partition one - required  Ethernet adapter 01 - partition one - required  Ethernet adapter 01 - partition two - required  SCSI adapter 02 - partition two - required  IDE adapter 01 - partition two - desired  Which of the following actions will enable the installation of the AIX image?()
    A

    Change the IDE adapter from desired to required in partition two and restart the partition to release the resource.

    B

    Purchase a SCSI DVD-ROM drive to connect to the SCSI adapter in partition two.

    C

    Purchase an LTO tape drive so that a system image backup can be created to install a new AIX partition.

    D

    Change the IDE adapter from required to desired in partition one and restart the partition to release the resource.


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