Operating System - HP-UX
1834414 Members
1829 Online
110067 Solutions
New Discussion

Re: RISC strings vpdb does not include a boot device

 
SOLVED
Go to solution
Mark Trux
Regular Advisor

RISC strings vpdb does not include a boot device

I think my prob is at the bch but what do I know, I can't fix it.

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.
9 REPLIES 9
Michael Steele_2
Honored Contributor

Re: RISC strings vpdb does not include a boot device

Sorry, my response didn't post. What does this display?

vparstatus -m
Support Fatherhood - Stop Family Law
Michael Steele_2
Honored Contributor

Re: RISC strings vpdb does not include a boot device

OK, file too large. Here's the link

http://docs.fc.hp.com/en/T1335-90083/index.html
Support Fatherhood - Stop Family Law
Mark Trux
Regular Advisor

Re: RISC strings vpdb does not include a boot device

Thanks Michael.
I have looked thru the manual and I cant find what I am doing wrong.

# vparstatus -m
vparstatus: Error: Virtual partition monitor not running.
melvyn burnard
Honored Contributor

Re: RISC strings vpdb does not include a boot device

I think it is because you do not seem to be specifying the LBA or I/O card at the vparcreate command.
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
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Torsten.
Acclaimed Contributor

Re: RISC strings vpdb does not include a boot device

Here is your solution:


# 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 Trux
Regular Advisor

Re: RISC strings vpdb does not include a boot device

I have this version running well on other systems:

#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
Torsten.
Acclaimed Contributor
Solution

Re: RISC strings vpdb does not include a boot device

Other systems are probably not rp8440's.

Read 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 Trux
Regular Advisor

Re: RISC strings vpdb does not include a boot device

Torsten,

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 Trux
Regular Advisor

Re: RISC strings vpdb does not include a boot device

Torsten answer above....