引言:
第二章系统控制器程序向导
这一章一步一步地介绍了怎样连接平台、域、DOMAINshell和DOMAINconsole,并且给出了示例,以及如何中止一个系统控制器会话。
摘要:
作 者: zjxjs
在http://www.tools.de/solaris/ps2wheel/中提到:
# download the solaris x86 ps/2 wheelmouse driver (14kbyte; 2003-12-30). the driver works with solaris 8 x86, solaris 9 x86 and solaris 10(b......
摘要:
本人声明如需转载请保留如下信息:
作者: llzqq
mail: llzqq@126.com
from: www.chinaunix.net
1.配置root用户ssh登陆
# vi /etc/ssh/sshd_config
listenaddress 192.168.0.10
permitrootlogin yes
# > /etc/motd
# vi /etc/defa......
SUN 6800/4810/4800/3800 系统管理手册笔记(第二章)
第二章 系统控制器程序向导
【程序编程相关:
arthur诊断故事第一集--vol的故】 【推荐阅读:
Grep 用法】
【扩展信息:
关于cp -pr复制整个目录的局限性和正】 这一章一步一步地介绍了怎样连接平台.域.domain shell与domain console,并且给出了示例,以及如何中止一个系统控制器会话.
访问platform shell
有两种方式访问platform shell,一种是通过串口连接(platform console),一种是通过telnet(网络连接).
使用telnet来访问platform shell
1. 通过telnet访问到系统控制器
2.在系统控制器主菜单下输入“p”或“0”,就进入了platform shell,出现提示符:schostname:sc>,
过程示意如下:
telnet schostname
trying xxx.xxx.xxx.xxx
connected to schostname-sc0.
escape character is ’^]’.
system controller schostname-sc0:
type 0 for platform shell
type 1 for domain a
type 2 for domain b
type 3 for domain c
type 4 for domain d
input: 0
platform shell
schostname:sc>
使用串行端口访问platform shell
使用串行端口,你可以使用三种设备进行连接.
ascii 终端
网络终端服务器
工作站
三种设备的过程有所不同
连接ascii 终端到系统控制器串口,系统控制器主菜单就会显示出来,键入“p”或“0”,就进入platform shell.
连接网络终端服务器(nts)到系统控制器串口,输入telnet命令,后跟主机名或ip地址,系统控制器就会出现主菜单,输“p”或“0”p进入platform shell....
下一页 摘要:
为了安装一台即将到货的sun 4800和t3,我仔细看了一下sun fire 6800/4810/4800/3800 system manager manual,并做了笔记,为了便于和原文对照,笔记严格按照原文的体系结构。对一些不必要的废话,都省略,力求精炼。
这一章概括地介绍了sun 6800、4800、4810、3800的一些概念。目的是让你对这些系统特征有个基础的了解。不提供系统的设置......