HP Integrity Superdome 2 8/16 HP Superdome 2 Partitioning Administrator Guide - Page 82

vparmodify, CPU-core: Adding or Deleting by Socket Local Processor (SLP)

Page 82 highlights

Example • To create a virtual partition with 3 CPUs, set num to 3: vparcreate -N nParID -p vParID -a cpu::3 or vparcreate -p nparID:vParID -a cpu::3 vparmodify With the vparmodify command, you can use: • -a option to add num CPUs to the virtual partition, • -d option to delete num CPUs from the virtual partition, • -m option to modify (set) to num the number of CPUs assigned to the partition. Examples • If an existing partition has 2 CPUs and you want to set the number of CPUs to 3, modify the number of CPUs assigned to the partition using the -m option and set num to 3: vparmodify -N nPar0001 -p vPar0001 -m cpu::3 To set the number of CPUs back to two, use the -m option and set num to 2: vparmodify -N nPar0001 -p vPar0001 -m cpu::2 • If you want to add 1 CPU-core to an existing partition, regardless of its current CPU-core count, you can add 1 CPU-core by using the -a option and setting num to 1: vparmodify -N nPar0001 -p vPar0001 -a cpu::1 To remove the added CPU-core from the partition, use the -d option and set num to 1: vparmodify -N nPar0001 -p vPar0001 -d cpu::1 CPU-core: Adding or Deleting by Socket Local Processor (SLP) SLP is similar to the socket local memory (SLM), and refers to CPUs in a specific socket on a specific blade. The syntax to specify SLP is: -a, -d socket:socket_ID:cpu::num where: -a is adding -d is deleting socket_ID is the path (enclosure#/blade#/socket#) num is the number of CPU-cores from the socket to be added to or deleted from the virtual partition. Note that the num CPU-cores must be available in the socket and in the nPartition before they can be added. To verify the allocation of num CPU-cores, use the vparstatus -A command when the nPartition is booted in vPar mode. 82 Planning Your System for Virtual Partitions

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110

Example
To create a virtual partition with 3 CPUs, set
num
to 3:
vparcreate -N nParID -p vParID -a cpu::3
or
vparcreate -p nparID:vParID -a cpu::3
vparmodify
With the
vparmodify
command, you can use:
-a
option to add
num
CPUs to the virtual partition,
-d
option to delete
num
CPUs from the virtual partition,
-m
option to modify (set) to
num
the number of CPUs assigned to the partition.
Examples
If an existing partition has 2 CPUs and you want to set the number of CPUs to 3, modify the
number of CPUs assigned to the partition using the
-m
option and set
num
to 3:
vparmodify -N nPar0001 -p vPar0001 -m cpu::3
To set the number of CPUs back to two, use the
-m
option and set
num
to 2:
vparmodify -N nPar0001 -p vPar0001 -m cpu::2
If you want to add 1 CPU—core to an existing partition, regardless of its current CPU—core
count, you can add 1 CPU—core by using the
-a
option and setting
num
to 1:
vparmodify -N nPar0001 -p vPar0001 -a cpu::1
To remove the added CPU—core from the partition, use the
-d
option and set
num
to 1:
vparmodify -N nPar0001 -p vPar0001 -d cpu::1
CPU-core: Adding or Deleting by Socket Local Processor (SLP)
SLP is similar to the socket local memory (SLM), and refers to CPUs in a specific socket on a specific
blade. The syntax to specify SLP is:
-a, -d socket:
socket_ID
:cpu::
num
where:
-a
is adding
-d
is deleting
socket_ID
is the path
(enclosure#/blade#/socket#)
num
is the number of CPU-cores from the socket to be added to or deleted from the
virtual partition. Note that the
num
CPU-cores must be available in the socket and
in the nPartition before they can be added. To verify the allocation of num
CPU-cores, use the
vparstatus -A
command when the nPartition is booted in
vPar mode.
82
Planning Your System for Virtual Partitions