- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hp-ux BDRA !
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
09-18-2005 01:41 AM
09-18-2005 01:41 AM
i) What is BDRA. ?
ii) How to see the BDRA of the boot disk in hp-ux.?
iii) What is a PVlink. PVkey and VGlink. VG Key And how to see it. Any command is there.
Thanks all,
Veri.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 03:18 AM
09-18-2005 03:18 AM
Re: hp-ux BDRA !
BDRA = Boot Disk Reserved Area. It can be viewed with the 'lifs' command. See the manpages (1M) for more information.
The *best* guide to some of the LVM internals is now contrained in chapter-16 of the Software Recovery Handbook in the Knowledge Tree Section of the ITRC:
http://www2.itrc.hp.com/service/iv/node.do?node=prodITRC%2FWW_Start%2FN1%7C16
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 03:20 AM
09-18-2005 03:20 AM
Re: hp-ux BDRA !
PVlink=Alternate path(s) to LUN(s).
PVkey= Physical volume number in VG (see the command pvdisplay).
Never heard about VGlink or VGkey.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 03:30 AM
09-18-2005 03:30 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 03:37 AM
09-18-2005 03:37 AM
Re: hp-ux BDRA !
PVlink= Alternate link to LUNs. Physical path.
PVKey= PV Key of a disk indicates its order in the VG. The first PV has the key0, the 2nd has the key 1 etc. This does not necessarily have to be the order of appearance in lvmtab although it is usually like that , at least when a VG is initially created.
There is no VGKey and VGlink ..heard..
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 03:42 AM
09-18-2005 03:42 AM
Re: hp-ux BDRA !
# lvdisplay -v -k /dev/vg00/lvol5 | more
--- Logical volumes ---
LV Name /dev/vg00/lvol5
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 1
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 2048
Current LE 256
Allocated PE 512
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
--- Distribution of logical volume ---
PV Name LE on PV PE on PV
/dev/dsk/c1t6d0 256 256
/dev/dsk/c2t6d0 256 256
--- Logical extents ---
LE PV1 PE1 Status 1 PV2 PE2 Status 2
00000 0 00367 current 1 00367 current
00001 0 00368 current 1 00368 current
00002 0 00369 current 1 00369 current
00003 0 00370 current 1 00370 current
00004 0 00371 current 1 00371 current
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 03:49 AM
09-18-2005 03:49 AM
Re: hp-ux BDRA !
You can use the xd command to see the PV Key because its is stored at a fixed positoin in the disk of the LVM header, and exactly 8222 bytes from the begining of the disk.
try :
# xd -j8222 -N2 /dev/rdsk/c?t?d?
When some time you see some error on syslog related to PV , like this " PV[X] is POWERFAILED , X represents the PV key .
Also you can refer the Ch:16 of the Recovery book.
Chhrs,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 03:52 AM
09-18-2005 03:52 AM
Re: hp-ux BDRA !
1. Create and view LIF and BDRA on the disk
===============================
REMARK: disk does not need to be pvcreateâ d yet.
1. Write LIF header and LIF files (ISL, AUTO, HPUX, LABEL):
# mkboot -l /dev/rdsk/c#t#d#
# lifls â l /dev/rdsk/c#t#d# (to ckeck it)
2. Write content of AUTO File (may be skipped):
# mkboot -a hpux /dev/rdsk/c#t#d#
# lifcp /dev/rdsk/c#t#d#:AUTO - (to ckeck it)
3. Install ODE files (may be skipped):
# cd /usr/sbin/diag/lif
# getconf HW_CPU_SUPP_BITS (the result is either 32, 32/64 or 64)
# mkboot -b updatediaglif -p ISL -p AUTO -p HPUX -p LABEL
/dev/rdsk/c#t#d# (if 32 or 32/64)
# mkboot -b updatediaglif2 -p ISL -p AUTO -p HPUX -p LABEL
/dev/rdsk/c#t#d# (if 64)
(the -p option preserves the specified file so that it is not overwritten)
Refer to section Offline Diagnostics (ODE) if you have problems with this.
4. Write content of LABEL file,i.e set root, boot, swap and dump device:
NOTE: This step can be omitted if you replace a failed mirror disk. Then this information has already
been restored by vgcfgrestore. To be sure to have the latest information on the disk just do the
following steps.
# lvlnboot -r /dev/
# lvlnboot -b /dev/
# lvlnboot -s /dev/
# lvlnboot -d /dev/
# lvlnboot â v (to ckeck it)
Check if the BDRA is correct.
# /usr/sbin/lvlnboot -R /dev/vg00
All the command with to check it remark are listed to view its various details.
2.PVLink refers to multiple links to the same physical device. The device is being accessed through one path at a time which is selected to create/add VG onto disk. When this link is not available the other one is used. You can have upto 7 PV-Links for one physical device but all work in active-standby mode i.e. only one is active at a time.
VGlink is also the same thing. VG Key or VGID refers to a unique VG number for a VG. And is also stored onto the conf file of VG created in /etc/lvmconf directory.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 05:09 AM
09-18-2005 05:09 AM
Re: hp-ux BDRA !
here is a sample..
$ getlvodm -v rootvg
000d48df00004c00000000fa8ca28f82
$ oslevel
5.2.0.0
------------------------
in hp-ux 11i
strings /etc/lvmconf/vg00.conf gives as follows:
# strings vg00.conf
CONFIG01
/dev/vg00
/dev/rdsk/c1t6d0
/dev/rdsk/c2t6d0
LVMREC01&
HPLVMBDRC-
LVMREC01&
HPLVMBDRC-
AOA"
AOA"
VGDA0001
VGSA0001A
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2005 05:24 AM
09-18-2005 05:24 AM