Users Guide

共享名 (-n)
共享类型 -s (0 = NFS, 2 = CIFS)
IP 地址 - 文件共享的 IP 地址。(-i )
用户名 - 对于 CIFS (-u) 是必需的
密码 - 对于 CIFS (-p) 是必需的
关闭类型 - 指定正常强制(-d)
超时等待 - 默认值为 300 (-t
终端主机电源状态 - (-e)
Linux
上配置选项
43
和选项
60
更新 /etc/dhcpd.conf 文件。类似于 Windows,步骤为:
1. 留出可由此 DHCP 服务器分配的地址块或地址池。
2. 设置选项 43,并为选项 60 使用名称供应商类标识符。
例如:
option myname code 43 = text; subnet 192.168.0.0 netmask 255.255.0.0 { #default
gateway option routers 192.168.0.1; option subnet-mask 255.255.255.0;
option nis-domain "domain.org"; option domain-name "domain.org"; option
domain-name-servers 192.168.1.1; option time-offset -18000; # Eastern
Standard Time # option ntp-servers 192.168.1.1; # option netbios-name-
servers 192.168.1.1; # --- Selects point-to-point node (default is hybrid).
Don't change this unless # -- you understand Netbios very well # option
netbios-node-type 2; option vendor-class-identifier "iDRAC"; set vendor-string
= option vendor-class-identifier; option myname "2001::9174:9611:5c8d:e85//
xmlfiles/dhcpProv.xml -u root -p calvin"; range dynamic-bootp 192.168.0.128
192.168.0.254; default-lease-time 21600; max-lease-time 43200; # we want the
nameserver to appear at a fixed address host ns { next-server
marvin.redhat.com; hardware ethernet 12:34:56:78:AB:CD; fixed-address
207.175.42.254; } }
使用 iDRAC Web 界面启用自动配置功能
确保已启用 DHCPv4 Enable IPv4(启用 IPv4)选项,并且已禁用自动查找功能。
要启用自动配置功能,请执行以下操作:
1. iDRAC Web 界面中,转至概览 iDRAC 设置 网络
随即会显示 Network(网络)页面。
2. Auto Config(自动配置)部分中,选择以下选项之一以启用自动配置
Enable Once(启用一次) 仅使用 DHCP 服务器所引用的 XML 文件来配置组件一次。此次配置
后,将禁用自动配置。
在重设后启用一次 重设 iDRAC 之后,仅使用 DHCP 服务器所引用的 XML 文件来配置组件一次。
此次配置后,将禁用自动配置
要禁用自动配置功能,请选择 Disable(禁用)。
3. 单击应用应用设置。
使用 RACADM 启用自动配置功能
要使用 RACADM 启用自动配置功能,请使用 iDRAC.NIC.AutoConfig 对象。有关更多信息,请参阅
iDRAC8 RACADM Command Line Interface Reference GuideiDRAC8 RACADM 命令行界面参考指南)。
48