nerdexam
Microsoft

70-648 · Question #74

Your network contains two servers named Server1 and Server2 that run a Server Core installation of Windows Server 2008 R2. Server1 has the SNMP Service installed. You need to ensure that Server2 can…

The correct answer is D. On Server2, run dism /online /enable-feature /featurename:snmp-sc. First of all, oclist was superseded by dism with the release of R2, so we would use dism. Secondly, all of the commands listed essentially install the SNMP service for ServerCore, so we need to do this from Server2, since Server1 already has SNMP installed. Server2 is…

Configuring Server Management and Maintenance

Question

Your network contains two servers named Server1 and Server2 that run a Server Core installation of Windows Server 2008 R2. Server1 has the SNMP Service installed. You need to ensure that Server2 can send SNMP traps to Server1. What should you do?

Options

  • AOn Server1, run oclist snmp-sc.
  • BOn Server2, run oclist snmp-sc.
  • COn Server1, run dism /online /enable-feature /featurename:snmp-sc.
  • DOn Server2, run dism /online /enable-feature /featurename:snmp-sc.

How the community answered

(30 responses)
  • A
    13% (4)
  • B
    3% (1)
  • C
    3% (1)
  • D
    80% (24)

Explanation

First of all, oclist was superseded by dism with the release of R2, so we would use dism. Secondly, all of the commands listed essentially install the SNMP service for ServerCore, so we need to do this from Server2, since Server1 already has SNMP installed. Server2 is essentially just going to be setup to send it's SNMP traps to Server1 for management/monitoring.

Topics

#SNMP#Server Core#Windows features#DISM

Community Discussion

No community discussion yet for this question.

Full 70-648 Practice