使用 scadm set 命令
1. 以超级用户身份登录到主机服务器。
2. 在超级用户提示符下,键入以下命令:# scadm set variable value
其中, variable 是您要设置的变量名称, value 是它的值。
例如:# scadm set netsc_ipaddr 123.123.123.123
请注意, set 命令只接受两个参数:一个变量和一个字符串值。如果您要在变量中设置
的字符串值包含多个单词,则将整个字符串值括在引号中。例如:
# scadm set mgt_mailalert “dgd@central 3”
|
|
[root@v240b /]#>/usr/platform/SUNW,Sun-Fire-V240/sbin/scadm show
if_network="true"
if_modem="false"
if_emailalerts="false"
sys_autorestart="xir"
sys_bootrestart="none"
sys_bootfailrecovery="none"
sys_maxbootfail="3"
sys_xirtimeout="900"
sys_boottimeout="120"
sys_wdttimeout="60"
netsc_tpelinktest="true"
netsc_dhcp="false"
netsc_ipaddr="0.0.0.0"
netsc_ipnetmask="255.255.255.0"
netsc_ipgateway="0.0.0.0"
mgt_mailhost=""
mgt_mailalert=""
sc_customerinfo=""
sc_escapechars="#."
sc_powerondelay="false"
sc_powerstatememory="false"
sc_clipasswdecho="true"
sc_cliprompt="sc"
sc_clitimeout="0"
sc_clieventlevel="2"
sc_backupuserdata="true"
sys_eventlevel="2"
|
|
[root@v240b /]#>/usr/platform/SUNW,Sun-Fire-V240/sbin/scadm set netsc_ipaddr 10.198.91.56
[root@v240b /]#>/usr/platform/SUNW,Sun-Fire-V240/sbin/scadm set netsc_ipnetmask 255.255.248.0
[root@v240b /]#>/usr/platform/SUNW,Sun-Fire-V240/sbin/scadm set netsc_ipgateway 10.198.88.1
[root@v240b /]#>/usr/platform/SUNW,Sun-Fire-V240/sbin/scadm resetrsc (提交修改,过一会就能生效)
[root@v240b /]#>/usr/platform/SUNW,Sun-Fire-V240/sbin/scadm shownetwork
IP Address: 10.198.91.56
Gateway address: 10.198.88.1
Netmask: 255.255.248.0
Ethernet address: 00:03:ba:04:87:a6
|
阅读(1545) | 评论(0) | 转发(0) |