Pre-Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: xmas50

NVIDIA NCP-AII - NVIDIA AI Infrastructure

Page: 4 / 4
Total 123 questions

You are a network administrator responsible for configuring an East-West (E/W) Spectrum-X fabric using SuperNIC. The Bluefield-3 devices in your network should be set to NIC mode with RoCE enabled to optimize data flow between servers. You have access to the Spectrum-X management tools and the necessary documentation. You need to use specific configuration commands to achieve this setup. Which of the following steps and commands are necessary to configure the Bluefield-3 devices in NIC mode for the E/W Spectrum-X fabric using SuperNIC? (Pick the 2 correct responses below)

A.

Use the command sudo mlxconfig -d /dev/mst/ < device > set LINK_TYPE_P1=2 to enable Ethernet on the Bluefield-3 devices.

B.

Use the command sudo mlxconfig -d /dev/mst/ < device > set DISABLE_SPECTRUM_X=1 to reduce overhead.

C.

Use the command sudo mlxconfig -d /dev/mst/ < device > set INTERNAL_CPU_OFFLOAD_ENGINE=1 to configure the SuperNIC to operate in NIC mode.

D.

Use the command sudo mlxconfig -d /dev/mst/ < device > set DPU_MODE=1 to set up the Bluefield-3 devices in DPU mode.

During a DGX cluster deployment, what is the most effective way to verify the health and integrity of the local RAID storage array?

A.

Run a read/write benchmark utility, such as FIO, across the RAID array, looking for expected speed and latency metrics as proof of storage integrity.

B.

Verify that all configured RAID volumes are mounted and available in the operating system, and that disk utilization levels are within recommended limits.

C.

Use the mdadm --examine and mdadm --detail commands to review the RAID array’s status, checking for drive failures, array consistency, and error events.

A system engineer needs to set the vGPU scheduling behavior for all GPUs to share the scheduling equally with the default time slice length. What command should be used?

A.

esxcli system module parameters set -m nvidia -p " NVreg_RegistryDwords=RmPVMRL=0x01 "

B.

esxcli graphics module parameters set -m nvidia -p " NVreg_RegistryDwords=RmPVMRL=0x01 "

C.

esxcli system module parameters set -m nvidia -p " NVreg_RegistryDwords=FRL=0x01 "

D.

esxcli system module parameters set -m nvidia -p " NVreg_RegistryDwords=RmPVMRL=0x00 "

An administrator needs to manually deploy the BlueField image on a target DPU. The administrator downloads the new image file and needs to flash it to the hardware. Which command should the administrator use?

A.

/opt/mellanox/mlnx-fw-updater/mlnx_fw_updater.pl

B.

apt install doca-runtime

C.

dd if=/root/bf.image of=/dev/bf bs=4096k

D.

bfb-install --rshim

An engineer needs to verify the current firmware versions of all components (ATF, BSP, NIC, UEFI) on a BlueField-3 DPU ' s BMC. Which Redfish API command provides this information?

A.

mlxconfig -d < dev > q

B.

curl -k -u root: < password > -X GET https:// < DPU-BMC-IP > /redfish/v1/UpdateService/FirmwareList

C.

mstflint -d < PCI_ID > query full

D.

curl -k -u root: < password > -X GET https:// < DPU-BMC-IP > /redfish/v1/UpdateService/FirmwareInventory

A customer has just completed the first boot of their DGX system and is prompted to create an administrative user. What is the correct approach for setting up this user to ensure secure BMC and GRUB access?

A.

Create a unique, strong, lower-case username and password that will be used for both BMC and GRUB access, avoiding default or weak credentials.

B.

Create separate usernames for BMC and GRUB to maximize flexibility.

C.

Skip the creation of a new user and retain the default admin account for BMC and GRUB access.

D.

Use “sysadmin” as the username and a simple password for ease of management.