kwtip 发表于 2013-02-01 11:38

求个E4900扩CPU板的文档

今天晚上要去客户那扩CPU板,求扩过的大牛们给个文档谢谢。

kwtip 发表于 2013-02-01 12:23

简单的步骤也成啊大牛们,在线扩。

hzg1103 发表于 2013-02-01 15:00

http://docs.oracle.com/cd/E19095-01/sfe4900.srvr/index.html

wait空白 发表于 2013-02-01 15:33

Solution TypeTechnical Instruction Sure

Solution1006136.1 :   Sun Fire V1280/E2900/3800/4800/4810/6800/E4900/E6900 & Netra 1280/1290: How to add CPUs and System Boards to a running domain

东方蜘蛛 发表于 2013-02-01 15:36

本帖最后由 东方蜘蛛 于 2013-02-01 15:38 编辑

1) Make a note of the number of CPUs on the server for comparison purposes once the CPUs have been added

# /usr/sbin/psrinfo
0       on-line   since 02/11/04 15:54:11
1       on-line   since 02/11/04 15:54:12
2       on-line   since 02/11/04 15:54:12
3       on-line   since 02/11/04 15:54:12#

2) Make a note of the current memory on the server, again, for comparison purposes

# cd /usr/platform/`uname -i`/sbin
# ./prtdiag -v

东方蜘蛛 发表于 2013-02-01 15:43

本帖最后由 东方蜘蛛 于 2013-02-01 15:43 编辑

3) View from the system controller

v4u-6800a-sc1-gmp02:SC> showboards

4) Use cfgadm to determine the attachment point (AP) ID for system boards.

# /usr/sbin/cfgadm -l -s "select=class(sbd)"

# /usr/sbin/cfgadm -a

NOTE: We will use dynamic Reconfiguration (DR) to attach SB1

5) If necessary Poweron SB1

v4u-6800a-sc1-gmp02:SC> poweron sb1
SB1: powered on
v4u-6800a-sc1-gmp02:SC>
v4u-6800a-sc1-gmp02:SC> showboards

6) Configure the domain from the system controller to use SB1.


Please be aware that the target SB to be added to the domain MUST be in the domain's Access Control List (ACL). This can be checked using the showplatform -v command on the platform shell. If modification is needed to the Domain's ACL, the platform shell command setupplatform should be used.

v4u-6800a-sc1-gmp02:SC> addboard -d a sb1
/N0/SB1: will be configured into the domain after setkeyswitch off/standbyDR can be used to configure /N0/SB1 into an active domain.
v4u-6800a-sc1-gmp02:SC>
v4u-6800a-sc1-gmp02:SC> showboard

7) Run POST on the System Board to be added to the running domain:

# /usr/sbin/cfgadm -t N0.SB1

NOTE: Confirm there are no errors reported during this step.

8) Configure the domain using cfgadm to use SB1

# /usr/sbin/cfgadm -o platform=diag=init -c configure N0.SB1

9) Use cfgadm to verify the above operation

# /usr/sbin/cfgadm -a N0.SB1

# /usr/sbin/cfgadm -av N0.SB1
10) Confirm the domain can see the new CPUs

# /usr/sbin/psrinfo

11) Confirm the additional memory is available.

# /usr/sbin/prtconf | more
System Configuration:Sun Microsystemssun4u
Memory size: 49152 Megabytes
System Peripherals (Software Nodes):
SUNW,Sun-Fire

12) Use prtdiag to verify the new configuration.

# cd /usr/platform/`uname -i`/sbin
# ./prtdiag

13) Check /var/adm/messages for confirmation

# cat /var/adm/messages





znnnz 发表于 2013-02-01 16:47

5L和6L是动态添加啊,真NB

tomer 发表于 2013-02-01 17:00

东方蜘蛛大虾一直是我的偶像

kwtip 发表于 2013-02-01 17:29

浓缩一下,大牛们给看看是这些步骤吗。

直接插入新板
SC> showboards -p version         查看板子的firmware板本如果不一样同步
SC> flashupdate -c 源板目标板      同步firmware
SC> poweron /NO/SB0               加电新板
# cfgadm -v -c configure SBX      系统里配置新板
# prtdiag -v                        查看CPU
更换完成

是这样添加新板子吗?

东方蜘蛛 发表于 2013-02-01 18:17

kwtip 发表于 2013-02-01 17:29 static/image/common/back.gif
浓缩一下,大牛们给看看是这些步骤吗。

直接插入新板


:em32: 你到底是换板还是扩板。。。。。
页: [1] 2
查看完整版本: 求个E4900扩CPU板的文档