- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: RISC strings vpdb does not include a boot devi...
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-12-2008 03:58 PM
08-12-2008 03:58 PM
I have a rp8440.
First vpar on the npar
HP-UX v0 B.11.23 U 9000/800 2905991401 unlimited-user license
# lvlnboot -v
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c0t6d0 (2/0/0/2/0.6.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c0t6d0
Root: lvol3 on: /dev/dsk/c0t6d0
Swap: lvol2 on: /dev/dsk/c0t6d0
Dump: lvol2 on: /dev/dsk/c0t6d0, 0
# setboot
Primary bootpath : 2/0/0/2/0.6.0
HA Alternate bootpath :
Alternate bootpath :
Autoboot is ON (enabled)
Autosearch is OFF (disabled)
# vparcreate -p vpar0 -a mem::2048 -a cpu::2 -a io:2/0/0/2/0.6.0:boot
# strings /stand/vpdb
vpar0
/stand/vmunix
NoMoVps
----------------------
now on a comparable system.
strings /stand/vpdb
vpar0
/stand/vmunix
(3/0/1/1/0/4/0.5.0.0.0.0.0;)/stand/vmunix
NoMoVps
------------------
So no boot device is being populated when I create the vpar.
HELP PLEASE.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 06:20 PM
08-12-2008 06:20 PM
Re: RISC strings vpdb does not include a boot device
vparstatus -m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 06:24 PM
08-12-2008 06:24 PM
Re: RISC strings vpdb does not include a boot device
http://docs.fc.hp.com/en/T1335-90083/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 07:31 PM
08-12-2008 07:31 PM
Re: RISC strings vpdb does not include a boot device
I have looked thru the manual and I cant find what I am doing wrong.
# vparstatus -m
vparstatus: Error: Virtual partition monitor not running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 08:19 PM
08-12-2008 08:19 PM
Re: RISC strings vpdb does not include a boot device
I believe you should try:
vparcreate -p vpar0 -a mem::2048 -a cpu::2 -a io:2/0/0 -a io:2/0/0/2/0.6.0:boot
The above assumes the BA address is 2/0/0
Look at your ioscan output for the addres of teh ba that the boot disc sits on, for example:
0/0/0 ba ba Local PCI Bus Adapter (782)
....
0/0/0/3/0.6.0 disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2008 09:33 PM
08-12-2008 09:33 PM
Re: RISC strings vpdb does not include a boot device
# swlist | grep -i virtual
T1335BC A.04.03.03 HP-UX Virtual Partitions for 11.23
According to the
HP-UX Virtual Partitions Ordering and
Configuration Guide
T1335CC, T1335BC, T1335AC
version A.04.03 is **too old** for your system.
This version does not support the rp8440 - you need at least A.04.04 or better A.04.05 for 11.23.
see
http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1258701
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-13-2008 12:45 AM
08-13-2008 12:45 AM
Re: RISC strings vpdb does not include a boot device
#swlist | grep -i virtual
T1335BC A.04.03.03 HP-UX Virtual Partitions for 11.23
test:/home/root#uname -a
HP-UX test B.11.23 U 9000/800 2850817033 unlimited-user license
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2008 01:08 AM
08-13-2008 01:08 AM
SolutionRead it yourself:
http://docs.hp.com/en//1705/1705/oc.pdf
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-13-2008 01:12 AM
08-13-2008 01:12 AM
Re: RISC strings vpdb does not include a boot device
That is GREAT.
I have been beating on this for what feels like forever...
Now I have an official doc from HP that I can take to management.
It is worth 11 points...
Thanks very much...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2008 01:14 AM
08-13-2008 01:14 AM