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

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


7.8 Assigning a System Board (PSB) to a Physical Partition (PPAR)
Based on the physical partition configuration list (PCL), assign a system board (PSB) to a logical system board (LSB) of the physical partition (PPAR).
  1. Execute the showboards command to check the system board (PSB) status.
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 system board (PSB) to the physical partition.
    The following example adds system board 00-0 to physical partition 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 system boards 01-0, 02-0, and 03-00 to physical partition 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 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