- 论坛徽章:
- 2
|
本帖最后由 东方蜘蛛 于 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 Microsystems sun4u
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
|
|