Configuring A Static Ip Address For The Bmc; Configuring A Bmc Static Ip Address Using Ipmitool - Nvidia DGX A100 User Manual

Hide thumbs Also See for DGX A100:
Table of Contents

Advertisement

https://apt.dockerproject.org/repo/
https://download.docker.com/linux/ubuntu/
https://nvcr.io/
To verify connection to nvcr.io, run the following command:
$ wget https://nvcr.io/v2
You should see connecting verification followed by a 401 error.
--2018-08-01 19:42:58-- https://nvcr.io/v2
Resolving nvcr.io (nvcr.io)... 52.8.131.152, 52.9.8.8
Connecting to nvcr.io (nvcr.io)|52.8.131.152|:443... connected.
HTTP request sent, awaiting response... 401 Unauthorized
7.5
Configuring a Static IP Address for
the BMC
This section explains how to set a static IP address for the BMC. You will need to do this if your
network does not support DHCP.
Use one of the methods described in the following sections:

"Configuring a BMC Static IP Address Using ipmitool"

"Configuring a BMC Static IP Address Using the System BIOS"
7.5.1
Configuring a BMC Static IP Address Using
ipmitool
This section describes how to set a static IP address for the BMC from the Ubuntu command
line.
Note: If you cannot access the DGX A100 System remotely, then connect a display (1440x900
or lower resolution) and keyboard directly to the DGX A100 system.
To view the current settings, enter the following command.
$ sudo ipmitool lan print 1
To set a static IP address for the BMC, do the following.
Set the IP address source to static.
1.
$ sudo ipmitool lan set 1 ipsrc static
Set the appropriate address information.
2.
To set the IP address ("Station IP address" in the BIOS settings), enter the following
and replace the italicized text with your information.
$ sudo ipmitool lan set 1 ipaddr <my-ip-address>
DGX A100 System
Network Configuration
DU-09821-001_v06 | 44

Advertisement

Table of Contents
loading

Table of Contents