HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remove cell from partition
Operating System - HP-UX
1834869
Members
2432
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 05:09 AM
07-31-2003 05:09 AM
Remove cell from partition
I have a SD64, I must remove 2 cell from a partition with 8 cells, the cells are active, I must use
parmodyfy -p 3 -d 0/4 -d 0/5
or with -B option?
parmodyfy -p 3 -d 0/4 -d 0/5 -B
Please help me
Filo
parmodyfy -p 3 -d 0/4 -d 0/5
or with -B option?
parmodyfy -p 3 -d 0/4 -d 0/5 -B
Please help me
Filo
Sistem engeneer expert
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2003 05:45 AM
07-31-2003 05:45 AM
Re: Remove cell from partition
Hi,
from manual ManagingSuperdome page 181:
Removing Cells from a Partition
Removing a cell involves
1. using a partition configuration tool to designate that the cell be
removed from a partition
2. rebooting the partition for reconfiguration (performing a
reboot-for-reconfig).
Once a cell is removed from a partition, the cell is unassigned and
available for general use, along with any I/O resources connected to the
cell.
Note that, when you remove a cell from a partition, the cell???s I/O chassis
also is removed from the partition. As a result, any I/O devices associated
with the cell are made unavailable to the partition.
Also note that at least one cell in each partition must be connected to an
I/O chassis that has a core I/O card installed and an HP-UX boot device
attached.
Step 1. List the current partition assignments for all cells.
Use the parstatus -C command to list all cells in the complex, and
check the partition assignment for cell that you want to remove.
Determine the partition number of the partition to which the cell is
assigned.
Step 2. List the current status for the partition.
Use the parstatus -p# command to list the partition???s status (active or
inactive); specify the partition number for the cell???s partition.
The partition to which the cell is assigned must be inactive, or the cell
must be assigned to the local cell.
Step 3. Remove the cell from the partition to which it is assigned.
If the cell is the last cell in the partition, you must instead use the
parremove command to remove the partition. (See ???parremove
Command??? on page 213 for details.)
To remove the cell from its partition, issue the parmodify command.
??? If removing from the local partition, specify the -B option.
Specify parmodify -p# -d# -B and specify the partition number
(-p#) and the cell ID for the cell to be deleted (-d#).
??? If removing from an inactive remote partition, you need not specify -B
unless you want to reboot the partition immediately.
Specify parmodify -p# -d# and specify the partition number (-p#)
and the cell ID for the cell to be deleted (-d#).
Specify -B when removing the remote partition???s cell only if you want
to reboot-for-reconfig the partition immediately after the cell is
removed.
Step 4. As necessary, perform a reboot-for-reconfiguration on the partition being
modified.
On the local partition, you must issue the shutdown -R command or the
reboot -R command to reboot the partition and perform the partition
reconfiguration (deleting the cell).
On the remote partition, if you did not specify -B, then use the GSP
command menu???s BO command to boot the partition.
Good Luck.
Enrico.
from manual ManagingSuperdome page 181:
Removing Cells from a Partition
Removing a cell involves
1. using a partition configuration tool to designate that the cell be
removed from a partition
2. rebooting the partition for reconfiguration (performing a
reboot-for-reconfig).
Once a cell is removed from a partition, the cell is unassigned and
available for general use, along with any I/O resources connected to the
cell.
Note that, when you remove a cell from a partition, the cell???s I/O chassis
also is removed from the partition. As a result, any I/O devices associated
with the cell are made unavailable to the partition.
Also note that at least one cell in each partition must be connected to an
I/O chassis that has a core I/O card installed and an HP-UX boot device
attached.
Step 1. List the current partition assignments for all cells.
Use the parstatus -C command to list all cells in the complex, and
check the partition assignment for cell that you want to remove.
Determine the partition number of the partition to which the cell is
assigned.
Step 2. List the current status for the partition.
Use the parstatus -p# command to list the partition???s status (active or
inactive); specify the partition number for the cell???s partition.
The partition to which the cell is assigned must be inactive, or the cell
must be assigned to the local cell.
Step 3. Remove the cell from the partition to which it is assigned.
If the cell is the last cell in the partition, you must instead use the
parremove command to remove the partition. (See ???parremove
Command??? on page 213 for details.)
To remove the cell from its partition, issue the parmodify command.
??? If removing from the local partition, specify the -B option.
Specify parmodify -p# -d# -B and specify the partition number
(-p#) and the cell ID for the cell to be deleted (-d#).
??? If removing from an inactive remote partition, you need not specify -B
unless you want to reboot the partition immediately.
Specify parmodify -p# -d# and specify the partition number (-p#)
and the cell ID for the cell to be deleted (-d#).
Specify -B when removing the remote partition???s cell only if you want
to reboot-for-reconfig the partition immediately after the cell is
removed.
Step 4. As necessary, perform a reboot-for-reconfiguration on the partition being
modified.
On the local partition, you must issue the shutdown -R command or the
reboot -R command to reboot the partition and perform the partition
reconfiguration (deleting the cell).
On the remote partition, if you did not specify -B, then use the GSP
command menu???s BO command to boot the partition.
Good Luck.
Enrico.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP