SUN的Mfx系列程序显示不全小机XSCF命令不全

修改SUN设备管理IP的步骤_百度文库
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
评价文档:
10页¥1.0013页免费14页免费2页免费2页免费6页免费5页免费2页免费4页免费2页免费
喜欢此文档的还喜欢13页4下载券29页免费6页1下载券5页免费45页免费
修改SUN设备管理IP的步骤|在​不​重​启​设​备​的​情​况​下​配​置​管​理​I​P​,​希​望​对​各​位​朋​友​有​所​帮​助
把文档贴到Blog、BBS或个人站等:
普通尺寸(450*500pix)
较大尺寸(630*500pix)
你可能喜欢Day to day technical how to – by Andrew Lin
Step by step configuration of the XSCF console for the Sun SPARC M3000 server.
I installed the new SPARC M3000 server on the rack and powered it on.
The M3000 can only be configured via the serial cable connected to the serial port for XSCF.
Any windows computer with hyperterminal should be able to connect to it’s console. Once the XSCF interface has been configured with an IP address and telnet has been enabled, you can then connect to it remotely across the network with telnet.
XSCF (eXtended System Control Facility is used to control, monitor, operate, and service SPARC Enterprise series servers and domains. You can power on/off the server (domain) via the XSCF interface.
As long as the server is plugged into a power source the XSCF console will always be online even though the domain (server) is off.
For those who are familiar with Windows servers, the XSCF is similar to the DRAC interface for Dell servers or HP Insight Manager.
When you are connected to the XSCF console, you will be prompted for a login ID.
The default ID is “default” and there is no password.
With this ID you will need to create a new administrative ID.
You also need to be standing close to the server for this process as you will be prompted to change the panel mode switch.
If you do not create a new logon ID whenever you connect to the console or when the console session times out, you will be prompted to change the panel mode switch.
login: default
Change the panel mode switch to Locked and press return…
Leave it in that position for at least 5 seconds.
Change the panel mode switch
to Service, and press return…
Check the version of XSCF.
XSCF> version -c xcp
XSCF#0 (Active )
XCP0 (Current): 1090
XCP1 (Reserve): 1090
Create a user andrew
XSCF> adduser andrew
XSCF> password
password: Permission denied
Change the password for andrew
XSCF> password andrew
New XSCF password:
Retype new XSCF password:
Grant andrew the following privileges, useradm, platadm, aplatop.
XSCF> setprivileges andrew useradm platadm platop
Here is a list of all available privileges.
domainop@n
o Can refer to the status of any hardware mounted in a domain_n.
o Can refer to the status of any part of a domain_n.
o Can refer to the information of all system boards mounted.
domainmgr@n
o Can power on, power off, and reboot a domain_n.
o Can refer to the status of any hardware mounted in a domain_n.
o Can refer to the status of any part of a domain_n.
o Can refer to the information of all system boards mounted.
o Can refer to the status of any part of the entire server but cannot change it.
o Control of the entire system
o Can operate all hardware in the system.
o Can configure all XSCF settings except the useradm and auditadm privilege settings.
o Can add and delete hardware in a domain.
o Can do the power operation of a domain.
o Can refer to the status of any part of the entire server.
o Can create, delete, invalidate, and validate user accounts.
o Can change user passwords and password profiles.
o Can change user privileges.
o Can refer to the XSCF access monitoring status and monitoring methods.
o Can monitor and control XSCF access.
o Can delete an XSCF access monitoring method.
o Allows field engineers to perform the maintenance tasks or change the server configuration.
o When the local privilege for a user is set to none, that user has no privileges, even if the privileges
for that user are defined in LDAP.
o Setting a user’s privilege to none prevents the user’s privileges from being looked up in LDAP.
XSCF firmware has two networks for internal communication. The Domain to Service Processor Communications Protocol (DSCP) network provides an internal communication link between the Service Processor and the Solaris domains. The Inter-SCF Network (ISN) provides an internal communication link between the two Service Processors in a high-end server.
Configure DSCP with an IP address using the setdscp command.
XSCF> setdscp
DSCP network
] > 10.1.1.0
DSCP netmask
[255.0.0.0
] > 255.255.255.0
XSCF address
Domain #00 address
Commit these changes to the database? [y|n] : y
Configure the XSCF interface with an IP address, this will be the adress you connect to via telnet to manage the console.
XSCF> setnetwork xscf#0-lan#0 -m 255.255.0.0. 162.10.10.11
Enable the XSCF interface you just configured with an IP address of 162.10.10.11
XSCF> setnetwork -c up lan#0
Confiure the default route
XSCF> setroute -c add -n 0.0.0.0 -g 162.10.10.1 xscf#0-lan#1
XSCF> showroute -a
Destination
Flags Interface
255.255.0.0
xscf#0-lan#0
Configure the hostname.
XSCF> sethostname xscf#0 paris
Configure the domain name.
XSCF> sethostname -
You must apply the network configurations with the applynetwork command.
XSCF> applynetwork
The following network settings will be applied:
xscf#0 hostname
DNS domain name
: xscf#0-lan#0
IP address
:162.10.10.11
:255.255.0.0
: xscf#0-lan#1
IP address
Continue? [y|n] :yes
Please reset the XSCF by rebootxscf to apply the network settings.
Please confirm that the settings have been applied by executing
showhostname, shownetwork, showroute and shownameserver after rebooting
Now reboot XSCF for the configuration to take effect.
XSCF> rebootxscf
After the reboot check the network settings.
XSCF> shownetwork -a
xscf#0-lan#0
Link encap:Ethernet
HWaddr 00:0B:5D:E3:39:B4
inet addr:162.10.10.11
Bcast:162.10.255.255
Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST
RX packets:13160 errors:0 dropped:0 overruns:0 frame:0
TX packets:5 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:.8 MiB)
TX bytes:210 (210.0 B)
Base address:0xe000
xscf#0-lan#1
Link encap:Ethernet
HWaddr 00:0B:5D:E3:39:B5
BROADCAST MULTICAST
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B)
TX bytes:0 (0.0 B)
Base address:0xc000
Enable ssh, it will require a reboot.
XSCF> setssh -c enable
Continue? [y|n] :y
Please reset the XSCF by rebootxscf to apply the ssh settings.
Enable telnet.
You probably do not need telnet if ssh is enabled.
XSCF> settelnet -c enable
XSCF> showtelnet
Telnet status: enabled
It is much easier to configure and manage XSCF via https as you do not have to remember all the commands.
I will show you how to enable https by creating a Web Server Certificate by constructing the self CA.
First generate the web server private key.
Remember the passphrase you will need it in the next step.
XSCF> sethttps -c genserverkey
Enter passphrase:
Verifying – Enter passphrase:
Create the self-signed web server certificate by speficying the DN.
XSCF> sethttps -c selfsign CA Ontario Toronto CupidPost Technology Center andrew_
CA key and CA cert already exist. Do you still wish to update? [y|n] :y
Enter passphrase:
Verifying – Enter passphrase:
Now enable https.
XSCF> sethttps -c enable
Continue? [y|n] :y
Please reset the XSCF by rebootxscf to apply the https settings.
Reboot with the rebootxscf command,
XSCF> rebootxscf
The XSCF will be reset. Continue? [y|n] :y
After the reboot you can connect to the XSCF console by telnet, ssh or https.
Leave a Reply
Copyright & 2015 . All Rights Reserved.周末接到用户电话说两台Sun fire4800*2+SE3510+ST2540组成sun cluster3.1宕机,无法启动, 经询问得知主节点erp-b由于无法登录,业务无法访问,被用户强行断电重启(),无法启动,另一台erp-a会报温度过高而宕机.
到达现场,检查erp-b坏了块SC板,用备SC加电后,启动系统有如下提示,无法进suncluster
Rebooting with comma...
hme      百兆网卡(旧机型)
qfe       四口百兆网卡
ge        光纤千兆
ce        铜缆千兆
eri        百兆网卡(Fire系列机型)
bge      铜缆千兆
nge      铜缆千兆
e1000g   铜缆千兆...
一、故障现象
XX联通SUN M500亮故障灯,检查发现MBU_B状态degraded.
XSCF& showstatus
*   MBU_B Status:D
XSCF& showhardconf -M
SPARC Enterprise M5000;...
一、故障现象
Sun cluster资源组的状态不正确显示为:stop failed
二、解决方法
1.用下列命令修复:
  # scswitch -c -h clusternode -j resource -f STOP_FAILED
2.停资源组:
  # s...
湖北联通SF4810异常宕机,VCS资源无法自动切换,计费采集业务中断. 系统版本:solaris 10 VCS版本:5.0 VXVM版本:5.0 二、处理过程 2.1检查硬件、启系统到达现场检查发现IB6、RP0、RP2故障: sun4810_sc1:SC& showlog -v Mar 14 09:53:10 sun4810_sc1 Platform.SC: [ID 846693 local0.notice] Device will not be polled Mar 14 09:53:10 sun48...
1.故障现象XX移动网管中心CMNET三期扩容T5120*4+ST2530*1安装。安装系统完成后配置probe-based IPMP后,首次网卡切换测试,拔出e1000g0网线后,浮动IP自动切换到e1000g1,再插入e1000g0网线后,浮动IP无法切回,e1000g0网卡显示failed,重启系统后,系统始终检测到第二块网卡failed,导致ipmp无法切换。 Jul 29 16:31:42 HB01-DNS-SV02 in.mpathd[249]: NIC fa...
XX省移动一台SUN F280R硬盘故障,并且没有做Raid1镜像,导致其业务中断。还好用户曾经做过系统全备,只需恢复备份就行. 更换硬盘后,由于F280R没有磁带机,从另一台服务器下一台DAT72外置磁带机,连接到F280R#reboot -- -r   重启F280R,重新扫描设备{0} ok probe-scsi-all/pci@8,700000/scsi@3Target 0   U...
lom&showlog -v Tue Dec 09 17:17:13
lom: [ID 976571 local0.warning] /N0/SB0/P3/B1/D0 is CHS disabled. Tue Dec 09 17:17:26
lom: [ID 976571 local0.warning] /N0/SB0/P3/B1/D0 is CHS disabled. Tue Dec 09 17:34:21 noname.exam...
访问:51400次
排名:千里之外
原创:29篇
(2)(1)(2)(2)(2)(4)(7)(16)(2)201012 Sun Mx000系列服务器XSCF升级方法_百度文库
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
评价文档:
32页免费5页免费9页免费46页免费31页4下载券4页免费4页免费56页1下载券38页1下载券151页1下载券
201012 Sun Mx000系列服务器XSCF升级方法|
把文档贴到Blog、BBS或个人站等:
普通尺寸(450*500pix)
较大尺寸(630*500pix)
你可能喜欢97Sun M4000 服务器维护指南 V1.0
上亿文档资料,等你来发现
97Sun M4000 服务器维护指南 V1.0
SunM服务器维护指南;一、配置M服务器XSCF;1、串口线一头是RJ-45接口,插入XSCF的串;图1串行端口位置;表1串行端口线缆线序;表2设置串口的属性值;2、将操作面板上的钥匙设置到“维修”位置;3、在超级终端窗口中,当系统提示以下信息时,输入;login:;4、当系统提示以下信息时,将操作面板上的钥匙设置;C
Sun M服务器维护指南 一、 配置 M服务器 XSCF1、串口线一头是RJ-45 接口,插入 XSCF 的串行端口。图1
串行端口位置 表1 串行端口线缆线序 表2设置串口的属性值 2、将操作面板上的钥匙设置到“维修”位置。3、在超级终端窗口中,当系统提示以下信息时,输入用户名default。login:4、 当系统提示以下信息时,将操作面板上的钥匙设置到“锁定”位置,然后按“Enter”。Change the panel mode switch to Locked and press return...5、当系统提示以下信息时,将操作面板上的钥匙设置到“维修”位置,等待5秒以上,然后按“Enter”。Leave it in that position for at least 5 seconds.
Change thepanel mode switch to Service, and press return...6、执行以下命令,还原XSCF 设置的默认值。还原出厂设置过程中,当系统提示输入[yes/no]的时候,一律输入yes。XSCF& restoredefaults -c factory7、当系统提示以下信息时,XSCF 将会自动重启。Please stand by while rebooting the system.(15)Restarting system 8、当系统再次提示以下信息时,输入用户名default。login:9、当系统提示以下信息时,将操作面板上的钥匙设置到“锁定”位置,然后按“Enter”。Change the panel mode switch to Locked and press return...10、当系统提示以下信息时,将操作面板上的钥匙设置到“维修”位置,等待5秒以上,然后按“Enter”。Leave it in that position for at least 5 seconds.
Change the panel mode switch toService, and press return...11、执行以下命令,创建adminuser用户。XSCF& adduser adminuser12、添加adminuser用户权限。XSCF& setprivileges adminuser platadm useradm auditadm fieldeng mode13、设置adminuser用户的密码,推荐密码为adminuser。XSCF& password adminuserNew XSCF password:*********Retype new XSCF password:*********14、执行以下命令,退出default用户。XSCF& exit15、当系统提示以下信息,输入用户名adminuser 及其密码adminuser。login: adminuserPassword:16、设置用户超时退出时间,推荐时间为 60min。XSCF& setautologout -s 6017、设置XSCF 网络配置。1). 执行以下命令,开始配置XSCF。XSCF& setupplatform2). 当系统提示 Do you want to set up an account? [y|n]:时,输入n。3). 当系统提示 Do you want to set up networking? [y|n]:时,输入y。 4). 当系统提示 Do you want to set up the XSCF network interfaces?[y|n]:时,输入y。5). 设置xscf#0-lan#0的 IP 地址、子网掩码和网关 IP。a. 当系统提示Do you want to configure xscf#0-lan#0? [y|n]:时,输入y。b. 当系统提示以下信息时,输入 XSCF 网卡0规划的IP 地址、子网掩码和网关 IP。xscf#0-lan#0 ip address? []:xscf#0-lan#0 netmask? [255.255.255.0]:xscf#0-lan#0 default gateway? []:c. 确认输入的相关信息。xscf#0-lan#0 ip address: 192.168.8.141xscf#0-lan#0 netmask: 255.255.255.0xscf#0-lan#0 default gateway: 192.168.8.254Are these settings correct? [y|n]: y6). 设置 xscf#0-lan#1的 IP 地址、子网掩码和网关IP。a. 当系统提示Do you want to configure xscf#0-lan#1? [y|n]:时,输入y。b. 当系统提示以下信息时,输入 XSCF 网卡1规划的IP 地址、子网掩码和网关 IP。xscf#0-lan#1 ip address? []:xscf#0-lan#1 netmask? [255.255.255.0]:xscf#0-lan#1 default gateway? []:c. 确认输入的相关信息。xscf#0-lan#1 ip address: 192.168.9.141xscf#0-lan#1 netmask: 255.255.255.0xscf#0-lan#1 default gateway: 192.168.9.254Are these settings correct? [y|n]: y7). 当系统提示 Do you want to configure lan#0? [y|n]:时,输入n,不配 置网卡0的take over功能。8). 当系统提示Do you want to configure lan#1? [y|n]:时,输入n,不配 置网卡1的take over功能。9). 当系统提示Do you want to set up the DSCP network? [y|n]:时,输 入n,不配置 DSCP 协议。10). 设置服务器域名。a. 当系统提示Do you want to set up the domain name service?[y|n]:时,输入y。b. 当系统提示Primary DNS server ip address? []:时,输入0.0.0.0,DNS server 的IP 地址默认为 0.0.0.0。c. 当系统提示Do you want a secondary DNS server? [y|n]:时,输入n,不配置次DNS。d. 当系统提示以下信息时,输入默认的域名 。Do you want to specify a domain name? [y|n]: yDomain name [localdomain]: e. 当系统提示以下信息时,输入XSCF 网卡0的hostname,默认为&服务器主机 名&-xscf0。XSCF#0 hostname [localhost]:f. 确认输入的相关信息。Primary DNS server ip address: 0.0.0.0Secondary DNS server ip address:Tertiary DNS server ip address:Domain name: XSCF#0 hostname: osssvr-1-xscf0Are these settings correct? [y|n]: y11). 当系统提示Do you want to set up the network time protocol? [y| n]:时,输入n ,不配置 NTP 服务。12). 配置 SSH 服务。a. 当系统提示Do you want to set up ssh? [y|n]:时,输入y,设置SSH协议。b. 当系统提示Enable ssh service? [y|n]:时,输入y,启动SSH 服务。13). 当系统提示Do you want to set up https? [y|n]:时,输入n,不开启 https。14). 当系统提示Do you want to configure email reports? [y|n]:时,输 入n,不启用 email。15). 使网络配置生效。a. 当系统提示Do you want to apply the network changes? [y|n]:时,输入y。b. 确认XSCF 网络配置信息。The following network settings will be applied:xscf#0 hostname
:osssvr-1-xscf0DNS domain name
:interface
:xscf#0-lan#0status
:upIP address
:192.168.8.141netmask
:255.255.255.0route
:-n 0.0.0.0 -m 0.0.0.0 -g 192.168.8.254interface
:xscf#0-lan#1status
:upIP address
:192.168.9.141netmask
:255.255.255.0route
:-n 0.0.0.0 -m 0.0.0.0 -g 192.168.9.254Continue? [y|n] :y18、设置XSCF 的海拔高度。1). 当系统提示 Do you want to reboot the XSCF now? [y|n]:时,输入n, 暂时不重启XSCF。2). 当系统提示Do you want to set up the chassis altitude? [y|n]:时,输入y,设置海拔高度。3). 当系统提示Chassis altitude in meters:时,输入5004). 确认 XSCF 的海拔高度信息。Chassis altitude in meters: 500Is this setting correct? [y|n]: y19、设置XSCF 的时区、日期和时间。1). 当系统提示 Do you want to reboot the XSCF now? [y|n]:时,输入n, 暂时不重启XSCF。2). 当系统提示Do you want to set up the XSCF time zone? [y|n]:时,输入y,设置时区。3). 当系统提示Continue setting up the XSCF time zone? [y|n]:,输入y。4). 当系统提示以下信息时,输入490,时区编号为490(PRC)。0
Africa/Abidjan1
Africa/Accra2
Africa/Addis_Ababa3
Africa/Algiers?Enter number to choose time zone or return for next set of time zones:注意时区编号要根据实际情况输入,此步骤以PRC 对应的时区编号为“490”进行举例说明。5). 确认时区信息,确认正确后输入y。XSCF time zone: PRCIs this setting correct? [y|n]: y6). 执行以下命令启动servicetag agents。XSCF& setservicetag -c enable7). 执行以下命令启动telnet。XSCF& settelnet -c enable8). 执行以下命令设置日期和时间。日期和时间根据实际情况设置,格式如: YYYY.MM.DD-HH:MM:SSXSCF& setdate -s -16:10:00步骤 20 当系统提示The XSCF will be reset. Continue? [y|n] :时,输入y完成对 服务器 XSCF 的配置。二、 ----结束 启动M 服务器1. 执行命令telnet 服务器的XSCF的IP地址登录到XSCF。2. 输入用户名及密码。3.将服务器正面操作面板上的钥匙设置到“维修”位置。执行poweron 命令,给域0上电。XSCF& poweron -d 0DomainIDs to power on: 00Continue? [y|n] :y4.
执行以下命令,进入域0。XSCF& console -d 05.
确认操作面板上的“XSCF 就绪”LED指示灯(绿色)亮起。包含各类专业文献、生活休闲娱乐、应用写作文书、中学教育、幼儿教育、小学教育、行业资料、97Sun M4000 服务器维护指南 V1.0等内容。 
 V1.0 暂无评价 | 0人阅读 | 0次下载 |举报文档 SU...Sun M 服务器维护指南一、 配置 M 服务器 XSCF 1、...  Sun M4000 服务器维护指南 V1.0_计算机硬件及网络_IT/计算机_专业资料 暂无评价 | 0人阅读 | 0次下载 |举报文档 Sun M4000 服务器维护指南 V1.0_计算机...  10、将操作面板上的钥匙设置到“维修”位置,然后按...v error 二、M4000 服务器操作系统安装 1、安装 ... SUN M4000 安装指南 68页 1下载券 SUN_M4000...   201101 Sun M4000 XSCF清除设备黑名单_计算机硬件及网络_IT/计算机_专业资料...《技术文档》 页 第 1页 共5 版本说明版本号 V110110 拟制/修改责任人 王...  通过SC 连接 M4000 为了便于用户对 Sun 服务器进行...说明: 说明: 如果是第一次配置则屏幕会提示以下...0;选 Y 进入 OK 状态,输入:boot Cv 引导系统...   SUN M4000安装(机器安装、集群安装)_IT/计算机_专业资料。SUN M4000安装(机器...终端服务器(或者连接到终端服务器的配线架) 个人计算机 图 1-1 说明了 XSCF ...   文档2、安装配置SUN Enterprise M4000主机_IT/...使用服务器附带的串行电缆将管理控制台连接到串行端口...中无特别说明的部分按照系统默认选项安装 选择 6 ...   51CTO下载-SUN日常预防性维护手册v1.1(1)_信息与...2*256M 4、系统硬件运行状况 1) 处理器运行状态 ...即运行队列是空的 如果 id 一直是 0,则说明 CPU...  sun MM 更换扩展系统控制卡(...v XSCF#0 (Active ) XCP0 (Reserve): 1101 ...version=、 卡配置网络地址, 服务等...

我要回帖

更多关于 fx系列程序显示不全 的文章

 

随机推荐