- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Creating Partitions
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
10-18-2004 03:02 AM
10-18-2004 03:02 AM
Creating Partitions
parstatus -AC results - none unassigned
parstatus -p0 results:
Num=0
Status=Active
#cells=2
#I/O chassis=2
Core cell=cab0,cell1, partition 0
cab0,cell0 active base 2cpu 6GB mem
cab0,cell1 active core 2cpu 6GB mem = Par 0
"IF" I understand the guidance correctly, to create two (2) partitions I should:
# parmodify -p0 -d0 -B
# shutdown -R
then:
# parstatus -AC for info
# parcreate -c1:base:y:ri
# parmodify -p1 -P "Partition 1"
# parmodify -p1 -r0/0
# parmodify -p1 -b 1/0/1/1/0/1/1.6.0
# parstatus -V -p1
# shutdown -r
At this point I should have:
cab0,cell0 active base 2cpu 6GB mem = Par 1
cab0,cell1 active core 2cpu 6GB mem = Par 0
I should see both partitions from MP>CO. Am I anywhere close??? Need confirmation.
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 03:12 AM
10-18-2004 03:12 AM
Re: Creating Partitions
This will delete cell 0 from the partition
leaving cell 1 in the partition
# parcreate -c1:base:y:ri
This will try to use cell 1 for the new parttion, change it to use cell 0.
# parmodify -p1 -P "Partition 1"
# parmodify -p1 -r0/0
# parmodify -p1 -b 1/0/1/1/0/1/1.6.0
why not have all of this on your parcreate command line?
parcreate -P "partition 1" -c :base:y:ri \
-r 0/0 -b 1/0/1/1/0/1/1.6.0
making sure that you are using the correct hardware paths. I think you may find that the boot device will actually be 0/0/1/1/0/1/1.6.0
# shutdown -r
You should not need to shutdown the running partion that you are issuing these commands on, just go in via the MP and bo the relevant partition, or add the -B option to the parcreate command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 03:16 AM
10-18-2004 03:16 AM
Re: Creating Partitions
"HP System Partitions Guide"
http://docs.hp.com/hpux/onlinedocs/5990-8170/5990-8170.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 03:31 AM
10-18-2004 03:31 AM
Re: Creating Partitions
burnard -
Bear with me. So, from the active partition:
# parmodify -p0 -d0 -B (remove cell 0)
# parcreate -p1 "Partition 1" -c0:base:y:ri -r0/0 -b 0/0/1/1/0/1/1.6.0
# shutdown -r
The reason I felt I need the "parstatus -AC" was to confirm the boot path - as you noted - prior to actually using it.
Will the existing OS in Partition 0 survive - i.e. be bootable after this?
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 03:44 AM
10-18-2004 03:44 AM
Re: Creating Partitions
# parcreate -P "Partition 1" -c0:base:y:ri -r0/0 -b 0/0/1/1/0/1/1.6.0
Roger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 03:52 AM
10-18-2004 03:52 AM
Re: Creating Partitions
fine
but you will need to do a shutdown -R to initiate a reconfiguration of the partioin to see that cell 0 has been removed
# shutdown -R 0
The partition should reboot, but watch it via the vfp, to check whether it comes up into BIB mode, in which case issue the BO command from the MP Command Menu
# parcreate -p1 "Partition 1" -c0:base:y:ri -r0/0 -b 0/0/1/1/0/1/1.6.0
# shutdown -r <<<<< Not necessary as this will reboot the current partition, and yoyu do not have to do this
You then need to go back to the MP, check the new partion is there, and possibly boot this if you have not added the -B option to the parcreate command
The other way is to use the parmgr GUI, in /opt/parmgr/bin
This provides a nice graphical environment to allow you to do this