M5000_4Domains Creations Procedure

6
 Description : Configuring Four Domains in M5000 Platform : Sun Model : SPARC Enterprise M5000 Category : Configuration Problem : Need to create four domains in M5000 Procedure The Server is Fully loaded M5000 Server PSB0 with 4 CPUs (each 2 cores), MEMB(0-3) & the IOU0 (2 discs etc) PSB1 with 4 CPUs (each 2 cores), MEMB(4-7) & the IOU1 (2 discs etc) Commands to Create Four Domains in M5000: XSCF> setupfru -x 4 sb 0 XSCF> showfru sb 0 XSCF> setupfru -x 4 sb 1 XSCF> showfru sb 1 XSCF> showboards -a  v XSCF> setdcl -d 0 -a 0=00-0 XSCF> setdcl -d 0 -a 1=00-2 XSCF> addboard -c assign -d 0 00-0 00-2 XSB#00-0 will be assigned to DomainID 0. Continue?[y|n] :y XSB#00-2 will be assigned to DomainID 0. Continue?[y|n] :y XSCF> showdcl -v -d 0 XSCF> poweron -d 0 XSCF> console  d 0  y {8} ok XSCF> setdcl -d 1 -a 0=00-1 XSCF> setdcl -d 1 -a 1=00-3 XSCF> addboard -c assign -d 1 00-1 00-3 XSB#00-1 will be assigned to DomainID 1. Continue?[y|n] :y XSB#00-3 will be assigned to DomainID 1. Continue?[y|n] :y XSCF> showdcl -v -d 1 XSCF> poweron -d 1 XSCF> console  d 1  y {8} ok XSCF> setdcl -d 2 -a 0=01-0 XSCF> setdcl -d 2 -a 1=01-2 XSCF> addboard -c assign -d 2 01-0 01-2 XSB#01-0 will be assigned to DomainID 2. Continue?[y|n] :y XSB#01-2 will be assigned to DomainID 2. Continue?[y|n] :y XSCF> showdcl -v -d 2

description

M5000_4Domains Creations Procedure

Transcript of M5000_4Domains Creations Procedure

  • Description : Configuring Four Domains in M5000

    Platform : Sun

    Model : SPARC Enterprise M5000

    Category : Configuration

    Problem : Need to create four domains in M5000

    Procedure

    The Server is Fully loaded M5000 Server

    PSB0 with 4 CPUs (each 2 cores), MEMB(0-3) & the IOU0 (2 discs etc)

    PSB1 with 4 CPUs (each 2 cores), MEMB(4-7) & the IOU1 (2 discs etc)

    Commands to Create Four Domains in M5000: XSCF> setupfru -x 4 sb 0 XSCF> showfru sb 0 XSCF> setupfru -x 4 sb 1 XSCF> showfru sb 1 XSCF> showboards -a v XSCF> setdcl -d 0 -a 0=00-0 XSCF> setdcl -d 0 -a 1=00-2 XSCF> addboard -c assign -d 0 00-0 00-2 XSB#00-0 will be assigned to DomainID 0. Continue?[y|n] :y XSB#00-2 will be assigned to DomainID 0. Continue?[y|n] :y XSCF> showdcl -v -d 0 XSCF> poweron -d 0 XSCF> console d 0 y {8} ok XSCF> setdcl -d 1 -a 0=00-1 XSCF> setdcl -d 1 -a 1=00-3 XSCF> addboard -c assign -d 1 00-1 00-3 XSB#00-1 will be assigned to DomainID 1. Continue?[y|n] :y XSB#00-3 will be assigned to DomainID 1. Continue?[y|n] :y XSCF> showdcl -v -d 1 XSCF> poweron -d 1 XSCF> console d 1 y {8} ok XSCF> setdcl -d 2 -a 0=01-0 XSCF> setdcl -d 2 -a 1=01-2 XSCF> addboard -c assign -d 2 01-0 01-2 XSB#01-0 will be assigned to DomainID 2. Continue?[y|n] :y XSB#01-2 will be assigned to DomainID 2. Continue?[y|n] :y XSCF> showdcl -v -d 2

  • XSCF> poweron -d 2 XSCF> console d 2 y {8} ok XSCF> setdcl -d 3 -a 0=01-1 XSCF> setdcl -d 3 -a 1=01-3 XSCF> addboard -c assign -d 3 01-1 01-3 XSB#00-1 will be assigned to DomainID 3. Continue?[y|n] :y XSB#00-3 will be assigned to DomainID 3. Continue?[y|n] :y XSCF> showdcl -v -d 3 XSCF> poweron -d 3 XSCF> console d 3 y {8} ok Output XSCF> setupfru -x 4 sb 0 // This Commands set the Physical System board 0 in QUAD Mode. XSCF> showfru sb 0 Device Location XSB Mode Memory Mirror Mode sb 00 Quad no XSCF> setupfru -x 4 sb 1 // This Commands set the Physical System board 1 in QUAD Mode. XSCF> showfru sb 1 Device Location XSB Mode Memory Mirror Mode sb 01 Quad no XSCF> showboards -a v // This Command shows the XSBs. XSB R DID(LSB) Assignment Pwr Conn Conf Test Fault COD ---- - -------- ----------- ---- ---- ---- ------- -------- ---- 00-0 SP Unavailable n n n Unknown Normal n 00-1 SP Unavailable n n n Unknown Normal n 00-2 SP Unavailable n n n Unknown Normal n 00-3 SP Unavailable n n n Unknown Normal n 01-0 SP Unavailable n n n Unknown Normal n 01-1 SP Unavailable n n n Unknown Normal n 01-2 SP Unavailable n n n Unknown Normal n 01-3 SP Unavailable n n n Unknown Normal n XSCF> setdcl -d 0 -a 0=00-0 // This Command assigns the XSB 00-0 to LSB 00. XSCF> setdcl -d 0 -a 1=00-2 // This Command assigns the XSB 00-2 to LSB 01. XSCF> addboard -c assign -d 0 00-0 00-2 XSB#00-0 will be assigned to DomainID 0. Continue?[y|n] :y XSB#00-2 will be assigned to DomainID 0. Continue?[y|n] :y

  • XSCF> showdcl -v -d 0 DID LSB XSB Status No-Mem No-IO Float Cfg-policy 00 Powered Off FRU 00 00-0 False False False 01 00-2 False False False 02 - 03 - 04 - 05 - 06 - 07 - 08 - 09 - 10 - 11 - 12 - 13 - 14 - 15 - XSCF> setdcl -d 1 -a 0=00-1 // This Command assigns the XSB 00-1 to LSB 00. XSCF> setdcl -d 1 -a 1=00-3 // This Command assigns the XSB 00-3 to LSB 01. XSCF> addboard -c assign -d 1 00-1 00-3 XSB#00-1 will be assigned to DomainID 1. Continue?[y|n] :y XSB#00-3 will be assigned to DomainID 1. Continue?[y|n] :y XSCF> showdcl -v -d 1 DID LSB XSB Status No-Mem No-IO Float Cfg-policy 01 Powered Off FRU 00 00-1 False False False 01 00-3 False False False 02 - 03 - 04 - 05 - 06 - 07 - 08 - 09 - 10 - 11 - 12 - 13 - 14 - 15 -

  • XSCF> setdcl -d 2 -a 0=01-0 // This Command assigns the XSB 01-0 to LSB 00. XSCF> setdcl -d 2 -a 1=01-2 // This Command assigns the XSB 01-2 to LSB 01. XSCF> addboard -c assign -d 2 01-0 01-2 XSB#01-0 will be assigned to DomainID 2. Continue?[y|n] :y XSB#01-2 will be assigned to DomainID 2. Continue?[y|n] :y XSCF> showdcl -v -d 2 DID LSB XSB Status No-Mem No-IO Float Cfg-policy 02 Powered Off FRU 00 01-0 False False False 01 01-2 False False False 02 - 03 - 04 - 05 - 06 - 07 - 08 - 09 - 10 - 11 - 12 - 13 - 14 - 15 - XSCF> setdcl -d 3 -a 0=01-1 // This Command assigns the XSB 01-1 to LSB XSCF> setdcl -d 3 -a 1=01-3 // This Command assigns the XSB 01-3 to LSB XSCF> addboard -c assign -d 3 01-1 01-3 XSB#00-1 will be assigned to DomainID 3. Continue?[y|n] :y XSB#00-3 will be assigned to DomainID 3. Continue?[y|n] :y XSCF> showdcl -v -d 3 DID LSB XSB Status No-Mem No-IO Float Cfg-policy 03 Powered Off FRU 00 01-1 False False False 01 01-3 False False False 02 - 03 - 04 - 05 - 06 - 07 - 08 - 09 -

  • 10 - 11 - 12 - 13 - 14 - 15 - XSCF> showdomainstatus -a DID Domain Status 00 Powered Off 01 Powered Off 02 Powered Off 03 Powered Off XSCF> poweron -d 0 y // To poweron Domain 0 XSCF> console d 0 y // To access Domain 0 Sun SPARC Enterprise M5000 Server, using Domain console Copyright 2007 Sun Microsystems, Inc. All rights reserved. Copyright 2007 Sun Microsystems, Inc. and Fujitsu Limited. All rights reserved. OpenBoot 4.24.4, 16384 MB memory installed, Serial #75514041. Ethernet address 0:14:4f:80:40:b9, Host ID: 848040b9. {8} ok #. To return to console. XSCF> poweron -d 1 y // To poweron Domain 1 XSCF> console d 1 y // To access Domain 1 Sun SPARC Enterprise M5000 Server, using Domain console Copyright 2007 Sun Microsystems, Inc. All rights reserved. Copyright 2007 Sun Microsystems, Inc. and Fujitsu Limited. All rights reserved.OpenBoot 4.24.4, 16384 MB memory installed, Serial #75514041. Ethernet address 0:14:4f:80:40:b9, Host ID: 848040b9. {8} ok #. To return to console. XSCF> poweron -d 2 y // To poweron Domain 2 XSCF> console d 2 y // To access Domain 2 Sun SPARC Enterprise M5000 Server, using Domain console Copyright 2007 Sun Microsystems, Inc. All rights reserved. Copyright 2007 Sun Microsystems, Inc. and Fujitsu Limited. All rights reserved. OpenBoot 4.24.4, 16384 MB memory installed, Serial #75514041. Ethernet address 0:14:4f:80:40:b9, Host ID: 848040b9.

  • {8} ok #. To return to console. XSCF> poweron -d 3 y // To poweron Domain 3 XSCF> console d 3 y // To access Domain 3 Sun SPARC Enterprise M5000 Server, using Domain console Copyright 2007 Sun Microsystems, Inc. All rights reserved. Copyright 2007 Sun Microsystems, Inc. and Fujitsu Limited. All rights reserved.OpenBoot 4.24.4, 16384 MB memory installed, Serial #75514041. Ethernet address 0:14:4f:80:40:b9, Host ID: 848040b9. {8} ok #. To return to console.