HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LIF File during mirroring
Operating System - HP-UX
1826230
Members
4574
Online
109692
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-01-2003 06:04 AM
08-01-2003 06:04 AM
LIF File during mirroring
Well, here another mirroring question. I trying to mirror the root disk.
pvcreate -B /dev/rdsk/c2txdx
vgextend /dev/vg00 /dev/dsk/c2txdx
mkboot -l /dev/rdsk/c2txdx
mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/c2txdx
for i in 1 2 3 4 5 6 7 8
do
lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/c2txdx
done
lifls /dev/rdsk/c1txdx
lifls /dev/rdsk/c2txdx
cd /usr/sbin/diag/lif
mkboot -b updatediaglif2 -i ODE -i MAPFILE -i SYSLIB -i CONFIGDATA -i SLMOD2 -i SLDDEV2 -i SLSCSI2 -i MAPPER2 -i IOTEST2 -i PERVER2 -i PVCU -i SSINFO -p ILS -p AUTO -p HPUX -p LABEL /dev/rdsk/c2txdx
Then I receive the message:
LIF file in ILS not present on /dev/rdsk/c3t6d0
Any ideas? Thanks
pvcreate -B /dev/rdsk/c2txdx
vgextend /dev/vg00 /dev/dsk/c2txdx
mkboot -l /dev/rdsk/c2txdx
mkboot -a "hpux -lq /stand/vmunix" /dev/rdsk/c2txdx
for i in 1 2 3 4 5 6 7 8
do
lvextend -m 1 /dev/vg00/lvol$i /dev/dsk/c2txdx
done
lifls /dev/rdsk/c1txdx
lifls /dev/rdsk/c2txdx
cd /usr/sbin/diag/lif
mkboot -b updatediaglif2 -i ODE -i MAPFILE -i SYSLIB -i CONFIGDATA -i SLMOD2 -i SLDDEV2 -i SLSCSI2 -i MAPPER2 -i IOTEST2 -i PERVER2 -i PVCU -i SSINFO -p ILS -p AUTO -p HPUX -p LABEL /dev/rdsk/c2txdx
Then I receive the message:
LIF file in ILS not present on /dev/rdsk/c3t6d0
Any ideas? Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 06:19 AM
08-01-2003 06:19 AM
Re: LIF File during mirroring
If you follow proper mirroring procedures, you will get a correct response to the lifls command.
Here is a more complete guide.
Michael Tully
# pvcreate -Bf /dev/rdsk/c2t6d0
# vgextend /dev/vg00 /dev/dsk/c2t6d0
# mkboot /dev/rdsk/c2t6d0
# mkboot -a "hpux -lq (0/0/2/1.6.0;0)/stand/vmunix" /dev/rdsk/c2t6d0
# lvlnboot -R
# for LVOL in /dev/vg00/lv*
> do
> echo $LVOL
> lvextend -m 1 $LVOL
> done
#
P.H Vogt
mkboot
mkboot -a "hpux -lq"
for both rootvg disks.
If you get a non boot disk message with mkboot your mirror disk is not bootable.
step 2 make a make_recovery tape If possible use the option -A.
step 3 stop all applications or even better go in single user mode.
step 4 just physically remove 1 disk from the system.
step 5 lvreduce all lv's and do a vgreduce -f vg00
step 6 upgrade to 11i
step 7 install the 11i mirroring software B2491BA and put the disk in the system again
step 8 pvcreate -fB
/dev/rdsk/c#t#d0
vgextend vg00
for f in `find /dev/vg00 - type b`
do
lvextend -m 1 $f
done
mkboot
mkboot -a "hpux -lq"
I was too lazy to type in my own procedure.
test after with lifls
lvlnboot -v
Important NOTE: You are not certain of success merely by running a command. The only way to be sure this worked right is to BOOT off the alternate disk.
SEP
Here is a more complete guide.
Michael Tully
# pvcreate -Bf /dev/rdsk/c2t6d0
# vgextend /dev/vg00 /dev/dsk/c2t6d0
# mkboot /dev/rdsk/c2t6d0
# mkboot -a "hpux -lq (0/0/2/1.6.0;0)/stand/vmunix" /dev/rdsk/c2t6d0
# lvlnboot -R
# for LVOL in /dev/vg00/lv*
> do
> echo $LVOL
> lvextend -m 1 $LVOL
> done
#
P.H Vogt
mkboot
mkboot -a "hpux -lq"
for both rootvg disks.
If you get a non boot disk message with mkboot your mirror disk is not bootable.
step 2 make a make_recovery tape If possible use the option -A.
step 3 stop all applications or even better go in single user mode.
step 4 just physically remove 1 disk from the system.
step 5 lvreduce all lv's and do a vgreduce -f vg00
step 6 upgrade to 11i
step 7 install the 11i mirroring software B2491BA and put the disk in the system again
step 8 pvcreate -fB
/dev/rdsk/c#t#d0
vgextend vg00
for f in `find /dev/vg00 - type b`
do
lvextend -m 1 $f
done
mkboot
mkboot -a "hpux -lq"
I was too lazy to type in my own procedure.
test after with lifls
lvlnboot -v
Important NOTE: You are not certain of success merely by running a command. The only way to be sure this worked right is to BOOT off the alternate disk.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2003 06:48 AM
08-01-2003 06:48 AM
Re: LIF File during mirroring
Regarding "...LIF file in ILS not present on /dev/rdsk/c3t6d0..."
Is that c3t6d0 the problem?
If c3t6d0 is the problem then you've probably leaked onto it during lvextend.
pvdisplay -v /dev/rdsk/c3t6d0 | more
Is that c3t6d0 the problem?
If c3t6d0 is the problem then you've probably leaked onto it during lvextend.
pvdisplay -v /dev/rdsk/c3t6d0 | more
Support Fatherhood - Stop Family Law
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP