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
08-27-2007 05:29 AM
08-27-2007 05:29 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 05:38 AM
08-27-2007 05:38 AM
Solution1) supported for PA-RISC systems.
2) add the tape to the vPar
# vparmodify -p winona2 -a io:1/0/14/0/0/4/0.5.0:TAPE
3) boot from tape
winona1# vparboot -p winona2 -B TAPE
4) assign points ;-)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 06:46 AM
08-27-2007 06:46 AM
Re: vpars
did a vparboot and the system came back with
failed to patch new partition's kernal
don't you have to specify the path of the kernal on tape
if so how can you read the contents of the tape?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 06:50 AM
08-27-2007 06:50 AM
Re: vpars
Please post the command you run and the result you get.
What do you want to do?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 06:58 AM
08-27-2007 06:58 AM
Re: vpars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 07:02 AM
08-27-2007 07:02 AM
Re: vpars
Is the tape taken from a vPar?
Is the system a PA-RISC (run "model")?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 07:04 AM
08-27-2007 07:04 AM
Re: vpars
vparmodify -p vpar14 -a io:3/03/1/0/4/1.3.0:TAPE
vparboot -p vpar14 -BTAPE
the result is
vpar14 booting......
failed to patch new partition's kernal
{MON}vpar14 has halted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 07:07 AM
08-27-2007 07:07 AM
Re: vpars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 07:09 AM
08-27-2007 07:09 AM
Re: vpars
The backup must include vPar support in the kernel.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 07:11 AM
08-27-2007 07:11 AM
Re: vpars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 07:16 AM
08-27-2007 07:16 AM
Re: vpars
1) install the vPar software on the source system (this will build a vPars aware kernel - this is what you need). But I'm not sure if you can install the software on your rp4440, because this system is not supported.
2) Shutdown your target system completely. Restore the image in a non-vPar environment. Install the vPar software to build a new "relocateable" kernel. Boot the vPar environment.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2007 02:59 PM
08-27-2007 02:59 PM
Re: vpars
Failed to patch new partition's kernel
reason
------
the kernel that was build does not contain vpar.
check with
# what /stand/vmunix | grep vpar
(this should return nothing if the product is not in the kernel)
check wether you have vpar and vpar_driver in /stand/system.
#grep vpar /stand/system
(should return nothing as well)
WK
please assign points