A technician wants to compare a new server performance over a period of time. Which of the following should the technician do FIRST?()A. Monitor processor performance logsB. Constantly check the task managerC. Use performance server logsD. Establish a bas

题目
A technician wants to compare a new server performance over a period of time. Which of the following should the technician do FIRST?()

A. Monitor processor performance logs

B. Constantly check the task manager

C. Use performance server logs

D. Establish a baseline for the server


相似考题
更多“A technician wants to compare a new server performance over a period of time. Which of the following should the technician do FIRST?() ”相关问题
  • 第1题:

    You copy the contents of the Windows 2000 Professional CD to a shared network folder named \\Server1\Win2000p. You use the shared folder to perform. over-the-network installations of Windows 2000 Professional on new computers purchased by your company.

    You receive a Windows 2000 Service Pack CD. You apply the Service Pack to Server1 and to the \\Server1\Win2000p folder.

    You discover that the Service Pack contains several files that are incompatible with the new computers.

    You want to make sure that the Service Pack files are not installed on any new computers until the problem has been corrected. What can you do?

    A.Use Update.exe from the Service Pack CD on server1.

    B.Select the Uninstall option.

    C.Copy the contents of the Windows 2000 Professional CD to \\Server1\Win2000p again, allowing the operating system to overwrite newer files while copying.

    D.Run\\Server1\Win2000p\WinNT32.exe/uon the new computer.

    E.RunUpdate.exe/s:\\Server1\Win2000p/ufrom the Service Pack CD on Server1.


    正确答案:B
    解析:Explanation: The service pack that has been applied, or slipstreamed, to the installation files and cannot be unapplied. You thus have to replace the installation files in the network share with the original Windows 2000 installation files.

    Incorrect answers:
    A: The update.exe utility does not have an uninstall option.

    C: The winnt32 /u command performs an unattended installation of Windows 2000. It does not remove the service pack from the installation files.

    D: The Update.exe /s command applies the service pack to the Windows 2000 installation files - it slipstreams the service pack. This has already been done, and you want to make this undone.

  • 第2题:

    YournetworkcontainsanActiveDirectorydomainnamedcontoso.com.ThedomaincontainsaservernamedServer1.Server1runsWindowsServer2012R2.Youneedtocreate3-TBvirtualharddisk(VHD)onServer1.Whichtoolshouldyouuse?()

    A.FileServerResourceManager(FSRM)

    B.New-StoragePool

    C.Diskpart

    D.ShareandStorageManagement


    参考答案:C

  • 第3题:

    8、基于initial语句产生普通时钟信号, parameter clk_period = 10; reg clk; initial begin clk = 0; ________________; end

    A.always #(clk_period/2) clk = ~clk

    B.forever #(clk_period/2) clk = ~clk

    C.always #(clk_period) clk = ~clk

    D.forever #(clk_period) clk = ~clk


    always #(clk_period/2) clk = ~clk;forever #(clk_period/2) clk = ~clk

  • 第4题:

    以下程序的运行结果为______。 char *c []={ "ENTER", "NEW", "POINT", "FIRST" }; char **cp []={ c+3, c+2, c+1, c}; char ***cpp=cp; main () {printf ("%s\n",**++cpp); }

    A.ENTER

    B.NEW

    C.POINT

    D.FIRST


    正确答案:C

  • 第5题:

    Whichtwostatementsaboutthebgpdeterministic-medandbgpalways-compare-medcommandsare true?()

    A.Thebgpdeterministic-medcommandisusedtoinfluencetheBGProuteselectionprocesstocausethe MEDattributetohavehigherprecedenceovertheASpathlength

    B.Thebgpalways-comparecommandisusedtoinfluencetheBGProuteselectionprocesstocausethe MEDattributetohavehigherprecedenceovertheASpathsystem

    C.Enablingthebgpdeterministic-medcommandensuresthecomparisonoftheMEDvariablewhen choosingroutesadvertisedbydifferentpeersinthesameautonomoussystem.

    D.Enablingthebgpalways-compare-medcommandensuresthecomparisonoftheMEDvariablefor pathsfromneighborsindifferentautonomoussystems.

    E.Thebgpdeterministic-medandbgpalways-compare-medcommandsareenabledbydefult.


    参考答案:C, D

  • 第6题:

    基于initial语句产生普通时钟信号, parameter clk_period = 10; reg clk; initial begin clk = 0; ________________; end

    A.always #(clk_period/2) clk = ~clk

    B.forever #(clk_period/2) clk = ~clk

    C.always #(clk_period) clk = ~clk

    D.forever #(clk_period) clk = ~clk


    always #(clk_period/2) clk = ~clk;forever #(clk_period/2) clk = ~clk