Skip to main content
  1. Home >
  2. Products >
  3. Computing Products >
  4. Servers >
  5. Fujitsu SPARC servers >
  6. Downloads >
  7. User Manuals >
  8. Fujitsu SPARC M12-2S Installation Guide >
  9. 7.8.1 Assigning a Physical System Board (PSB) to a Physical Partition (PPAR)

7.8.1 Assigning a Physical System Board (PSB) to a Physical Partition (PPAR)


7.8.1 Assigning a Physical System Board (PSB) to a Physical Partition (PPAR)
Assign the physical system board (PSB) defined for a PPAR configuration list to a physical partition (PPAR).
  1. Execute the showboards command to check the physical system board (PSB) status.
    BBs are displayed under the PSB section in the format of xx-0. xx is the BB-ID.
XSCF> showboards -a
PSB PPAR-ID(LSB) Assignment Pwr Conn Conf Test Fault
---- ------------ ----------- ---- ---- ---- ------- --------

00-0 SP Unavailable n n n Unknown Normal
01-0 SP Unavailable n n n Unknown Normal
02-0 SP Unavailable n n n Unknown Normal
03-0 SP Unavailable n n n Unknown Normal
  1. Execute the addboard command to assign the physical system board (PSB) to the physical partition.
    The following example adds BB#00 (PSB 00-0) to physical partition 0 (PPAR-ID 0).
XSCF> addboard -c assign -p 0 00-0
PSB#00-0 will be assigned to PPAR-ID 0. Continue?[y|n] :y
  1. The following example adds BB#01 (PSB 01-0), BB#02 (PSB 02-0), and BB#03 (PSB 03-0) to physical partition 1 (PPAR-ID 1).
XSCF> addboard -c assign -p 1 01-0 02-0 03-0
PSB#01-0 will be assigned to PPAR-ID 1. Continue?[y|n] :y
PSB#02-0 will be assigned to PPAR-ID 1. Continue?[y|n] :y
PSB#03-0 will be assigned to PPAR-ID 1. Continue?[y|n] :y
  1. Execute the showboards command to check the physical system board (PSB) status.
XSCF> showboards -a
PSB PPAR-ID(LSB) Assignment Pwr Conn Conf Test Fault
---- ------------ ----------- ---- ---- ---- ------- --------

00-0 00(00) Assigned n n n Unknown Normal
01-0 01(00) Assigned n n n Unknown Normal
02-0 01(01) Assigned n n n Unknown Normal
03-0 01(02) Assigned n n n Unknown Normal