- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: VPAR modify
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
04-08-2007 09:40 AM
04-08-2007 09:40 AM
VPAR modify
N par
i have 4 vpars with 8 slots each
out of the 8 slots 5 have cards in them.
I want to create another Vpar.
But before that i need to remove the empty slots allocated to the 4 vpars so i can use them with the CPU's and memory (New).
What process i need to follow can i use rad -q to remove the slots from the vpar.
Please guide me through.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2007 10:35 AM
04-08-2007 10:35 AM
Re: VPAR modify
Then halt one vpar, use vparmodify from another vpar to remove the required slot(s).
Reboot that vpar and verify.
Do the same for each other vpar that has slots assigned that you wish removed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2007 08:45 PM
04-09-2007 08:45 PM
Re: VPAR modify
I need to remove 2 empty slots from each of the vpars.
will i need to rebuild.
Is there any risk of loosing the vpars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2007 09:41 PM
04-09-2007 09:41 PM
Re: VPAR modify
You can see the allacocated resources for a Vpar from the vprastatus -v comand output. Then get an idea about the cards which you eant to remove from each vpar and then use the vparmodify command to modify the VPDB.
vparmodify -p
Contact if you need further assistance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2007 11:46 PM
04-09-2007 11:46 PM
Re: VPAR modify
Do you think still the empty slots can be freed after using vparmodify -p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2007 01:19 AM
04-10-2007 01:19 AM
Re: VPAR modify
vparmodify can do the trick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2007 01:45 AM
04-10-2007 01:45 AM
Re: VPAR modify
4 i/o busses, 1 VPAR on each bus.
Bus 0 = vpxx.
Bus 1 = vpxx1.
Bus 2 = vpxx2,
Bus 3 = vpxx3
Each VPAR also has exclusive use of its own core i/o card, which houses a SCSI interface and a 1000-T lan interface used by ODBC connections on
Each VPAR has a 1000-T card plugged into the new network switch. This is a cold standby lan which is also used to ignite boot/create the partition.
Each VPAR has a 10GbE card plugged into the new network switch. This is the main database lan.
VPAR configuration allows for individual card slots to be dedicated to a partition, not just the whole bus. Specifying the whole bus was quick and easy for getting the cluster up and running in the first place and allows for expansion of each VPAR.
do you still feel it can be done using vparmodify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2007 01:51 AM
04-10-2007 01:51 AM
Re: VPAR modify
You can remove IO slot specifying hardware path which is not in use.
vparmodify -p vpar1 -d IO:1/2
means delete 1/2 IO path for vpar1.
It is ok to remove unused IO paths.