- 论坛徽章:
- 0
|
初识sun的服务器,你会感觉到它和其他系统在架构上的不同,
比如v240虽然,它是一台很小的服务器,才2U,可是在硬件的架构上,却拥有了和E4900,E6900一样的模式:它可以有sysctrol和PRom的管理架构;
当然E4900,E6900也使用有了和大型机像媲美的domain架构;
我们今天就说说PRom下面的一些常用的命令:
第一部分:OpenBoot Keyboard Commands
STOP-A 命令中止
STOP 跳过 POST (加电自检功能)
STOP-D 进入诊断模式(affected by diag-switch? setting)
STOP-N 从新设置 NVRAM contents to their default values
go 再继续
sync 同步磁盘数据命令
第二部分:
.attributes 列出设备属性.
.properties 列出设备信息(newer version of .attributes).
cd 改变路径
help 各命令的使用方法
power-off 软关机
printenv NVRAM参数值
setenv 设置及修改NVRAM参数
set-default 设置某NVRAM参数值
set-defaults 将全部NVRAM设置为缺省值
enet-addr 系统以太地址
.idprom 已格式化的IDPROM内容
probe-scsi 与on-board SCSI控制器相连的设备
probe-scsi-all 与on-board SCSI及Sbus SCSI控制器相连设备
probe-fcal-all 在E3500上查看光纤通道上的设备
.version PROM版本
test-all 检测所有设备
test net 检测网络连接
watch-clock 检测系统时钟
banner 系统加电提示信息
.
第三部分:Commands Used with nvedit
CTRL-B Moves back one character
CTRL-C Exits the editor
CTRL-F Moves forward one character
CTRL-K Used at the end of a line to join it with the next line (deletes the carriage return)
CTRL-L Lifts the buffer
CTRL-N Moves to the next line
CTRL-O Inserts a new line
CTRL-P Moves to the preceding line
DELETE Deletes
RETURN Ends a line of input and moves to the next
本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/9710/showart_87085.html |
|