- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to move the CELL from superdome partition
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
02-20-2006 12:38 AM
02-20-2006 12:38 AM
How to move the CELL from superdome partition
Lets assume this is the scenario,
config:-
SUPERDOME 64way
I have one partition (P=1) having 3 cell board (1,2,3) IO chassis ( 0/0/1)
partion No:2 having 2 cell board (5,6)and IO chassis ( 0/0/3)
Assume DB=ORACLE..
Both are working..
Now i want to move the cell board 3 from partion1 to partion 2.
The procedure i would like to use is as follows....
PARTITION 2:
1.shutdown -R -H
PARTITION 1:
1.parmodify -p1 -d3
2.parmodify -p2 -a3:base:y:ri -B
3.shutdown -R
IS this correct..
pls share your opinion.
thanks and regards,
Mani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 01:07 AM
02-20-2006 01:07 AM
Re: How to move the CELL from superdome partition
Hope this link will be helpful,
http://www.phptr.com/articles/article.asp?p=419049&rl=1
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 01:45 AM
02-20-2006 01:45 AM
Re: How to move the CELL from superdome partition
Commands look right to me except that you will have to shutdowm p1 before removing cell 3 from it.
Also I'd caution you to verify that the I/O chassis is *not* connected to cell 3 because if it is you'll lose all I/O in p1
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 02:06 PM
02-20-2006 02:06 PM
Re: How to move the CELL from superdome partition
Hi Mani,
We cant remove a cell from a partition which is active.
Hence pls do,
in PARTITION 1
#parmodify -p1 -m 3:base:n:ri
#shutdown -R
after reboot the P1 will have only 2 cells.
in PARTITION 2
#shutdown -R -H
This will force the cell in P2 to BIB state.
NOw run the below from P1,
#parmodify -p2 -a3:base:y:ri
after the reboot, the P2 will have cell3 added to that.
Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 04:43 PM
02-20-2006 04:43 PM
Re: How to move the CELL from superdome partition
How are you?
ok.. You meant to say that we have to deactivate the cell board being booting and rendezvous to the active partion. But do you think deactivating the partition , will remove the configuration from the active partion.
what will happen if i do like this.
Partition 1:
#parmodify -p1 -m3:base:n:ri
#shutdown -R
#parmodify -p1 -d3 (===>this is to delete from the partition config)
#shutdown -R
partition 2:
#shutdown -R -H
partition 1:
#parmodify -p2 -a3:base:y:ri
at last boot the partion 2.
regards,
Mani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 04:51 PM
02-20-2006 04:51 PM
Re: How to move the CELL from superdome partition
Hi Mani,
YES ! you are right.
This is required to remove the cell3 from P1, before adding to P2. At any point of time to do any modification in cell config wrt partitions, the cell needs to be in BIB/inactive.
So..
#parmodify -p1 -d3 (===>this is to delete from the partition config
is required..
by the way, thanks for the regards. Im fine. How about you?
Best Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 05:02 PM
02-20-2006 05:02 PM
Re: How to move the CELL from superdome partition
I am fine , thank u./
one more doupt.. do i need to reboot twice..
one after doing " -m3:base:n:ri "
and then after doing " -d3"
thanks ,
Mani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 05:07 PM
02-20-2006 05:07 PM
Re: How to move the CELL from superdome partition
Dear Mani,
NO, Deletion of inactive cells does not require a shutdown of the partition.
So, ONE reboot is sufficent.
Best Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 05:11 PM
02-20-2006 05:11 PM
Re: How to move the CELL from superdome partition
thank u Siva , Arun and Jeff..
Regards,
Mani