HP Integrity Superdome 2 8-socket HP Superdome 2 Partitioning Administrator Gu - Page 99

Shutting Down All Virtual Partitions, Managing: Removing a Virtual Partition

Page 99 highlights

NOTE: This is a graceful shutdown and allows the OS to transition through the shutdown process. To poweroff a virtual partition from the OA prompt, do one of the following: ◦ For graceful shutdown type: poweroff partition 1:1 ◦ For ungraceful shutdown (required whenever the partition is at the UEFI prompt) type: poweroff partition 1:1 force • To reset a virtual partition invoked from the OA: vparreset -f -N 1 -p 1 or reboot partition force 1:1 • To simulate a hard-reset, use the -h option: vparreset -f -p 1:1 -h or poweroff partition 1:1 force • To simulate a TOC reset, use the -t option: vparreset -f -p 1:1 -t or INIT partition 1:1 Shutting Down All Virtual Partitions You can shut down all the virtual partitions within a hard partition when there is a hardware problem, or when the nPartition modification requires the nPartition to be down. To gracefully shutdown all the virtual partitions in an nPartition, run the following command: poweroff partition OVERRIDE To ungracefully shutdown all the virtual partitions in an nPartition, run the following command: poweroff partition OVERRIDE FORCE Managing: Removing a Virtual Partition To remove a virtual partition, use the vparremove command to purge the virtual partition from the parspec. Any resources dedicated to the virtual partition will be freed and can be allocated to a different virtual partition. You must shut down the virtual partition before removing it. If the target virtual partition is running, vparremove will fail. Example To remove a virtual partition named vPar0001: 1. Login to the OA. 2. The partition must be in the Down state. vparstatus -N nPar0001 -p vPar0001 If the virtual partition is running, it can be shutdown from the OA using poweroff command, or from OS by running the following commands: Managing: Removing a Virtual Partition 99

  • 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

NOTE:
This is a graceful shutdown and allows the OS to transition through the shutdown
process.
To poweroff a virtual partition from the OA prompt, do one of the following:
For graceful shutdown type:
poweroff partition 1:1
For ungraceful shutdown (required whenever the partition is at the UEFI prompt) type:
poweroff partition 1:1 force
To reset a virtual partition invoked from the OA:
vparreset -f -N 1 -p 1
or
reboot partition force 1:1
To simulate a hard-reset, use the
-h
option:
vparreset -f -p 1:1 -h
or
poweroff partition 1:1 force
To simulate a TOC reset, use the
-t
option:
vparreset -f -p 1:1 -t
or
INIT partition 1:1
Shutting Down All Virtual Partitions
You can shut down all the virtual partitions within a hard partition when there is a hardware
problem, or when the nPartition modification requires the nPartition to be down. To gracefully
shutdown all the virtual partitions in an nPartition, run the following command:
poweroff partition <npar_id> OVERRIDE
To ungracefully shutdown all the virtual partitions in an nPartition, run the following command:
poweroff partition <npar_id> OVERRIDE FORCE
Managing: Removing a Virtual Partition
To remove a virtual partition, use the
vparremove
command to purge the virtual partition from
the parspec. Any resources dedicated to the virtual partition will be freed and can be allocated
to a different virtual partition.
You must shut down the virtual partition before removing it. If the target virtual partition is running,
vparremove
will fail.
Example
To remove a virtual partition named vPar0001:
1.
Login to the OA.
2.
The partition must be in the Down state.
vparstatus -N nPar0001 -p vPar0001
If the virtual partition is running, it can be shutdown from the OA using
poweroff
command,
or from OS by running the following commands:
Managing: Removing a Virtual Partition
99