- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extra LIF files? Mirrored drives.
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-04-2008 02:02 PM
09-04-2008 02:02 PM
Extra LIF files? Mirrored drives.
ODE
MAPFILE
SYSLIB
CONFIGDATA
SLMOD2
SLDEV2
SLDRV2
SLSCSI2
MAPPER2
IOTEST2
PERFVER2
PVCU
SSINFO
ISL
AUTO
HPUX
PAD
LABEL
And only the following on my newly created mirror drive:
ISL
AUTO
HPUX
PAD
LABEL
I realize that the mirror drive has the necessary files to boot the system, but is there any value in bringing the other files over via lifcp? Is there any documentation you could reference that gives me detailed information about what each function is?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2008 03:22 PM
09-04-2008 03:22 PM
Re: Extra LIF files? Mirrored drives.
To be certain, schedule and run a boot test.
SEP
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
09-04-2008 08:28 PM
09-04-2008 08:28 PM
Re: Extra LIF files? Mirrored drives.
The "extra" files are the offline diagnostics, not needed for normal operation.
Just in case you need them one day, you need to download, use and/or install from this ISO:
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=PA0809
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
09-04-2008 08:58 PM
09-04-2008 08:58 PM
Re: Extra LIF files? Mirrored drives.
Can you give a brief here how you have created mirror.
Also is it IA or PA-RISC server?
Use model to confirm....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2008 09:05 PM
09-04-2008 09:05 PM
Re: Extra LIF files? Mirrored drives.
Offline diags on an Integrity looks different:
# efi_ls -d /dev/rdsk/c2t0d0s1 /EFI
FileName Last Modified Size
. 3/20/2008 0
.. 3/20/2008 0
HPUX/ 3/20/2008 0
Intel_Firmware/ 3/20/2008 0
DIAG/ 3/20/2008 0
HP/ 3/20/2008 0
TOOLS/ 3/20/2008 0
total space 523251712 bytes, free space 413958144 bytes
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
09-05-2008 06:41 AM
09-05-2008 06:41 AM
Re: Extra LIF files? Mirrored drives.
pvcreate -B /dev/rdsk/c2t2d0
vgextend /dev/vg00 /dev/dsk/c2t2d0
mkboot /dev/rdsk/c2t2d0
mkboot -a "hpux -lq" /dev/rdsk/c2t2d0
mkboot -a "hpux -lq" /dev/rdsk/c1t2d0
lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t2d0
lvextend -m 1 ... through lvol10
setboot -a 0/0/2/0.2.0
added "l /dev/dsk/c2t2d0" to my /stand/bootconf
If you have any additional suggestions to my procedure I'd gladly take them!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2008 06:42 AM
09-05-2008 06:42 AM
Re: Extra LIF files? Mirrored drives.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2008 06:45 AM
09-05-2008 06:45 AM
Re: Extra LIF files? Mirrored drives.
I would only add
lvlnboot -r /dev/vg00/lvol3
lvlnboot -b /dev/vg00/lvol1
lvlnboot -s /dev/vg00/lvol2
lvlnboot -d /dev/vg00/lvol2
Consider to boot from as a final test.
As said before, IMHO you don't need to install the offline diags.
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
09-05-2008 06:55 AM
09-05-2008 06:55 AM
Re: Extra LIF files? Mirrored drives.
Based on this post from Pete Randall (http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1220626102732+28353475&threadId=1091081) I was under the impression that lvlnboot commands were no longer required with 10.0? I am running 11.0. Could you confirm?
"This command should be run in recovery mode (-R)
whenever the configuration of the root volume group is
affected by one of the following commands: lvextend,
lvmerge, lvreduce, lvsplit, pvmove, lvremove, vgextend,
or vgreduce (see lvextend(1M), lvmerge(1M), lvreduce(1M),
lvsplit(1M), pvmove(1M), lvremove(1M), vgextend(1M), and
vgreduce(1M)). Starting with HP-UX Release 10.0, this is
done automatically."
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2008 07:11 AM
09-05-2008 07:11 AM
Re: Extra LIF files? Mirrored drives.
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad.pdf
(see appendix)
but I prefer the single steps.
IMHO better to do it now than having problems later ...
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
09-05-2008 07:43 AM
09-05-2008 07:43 AM
Re: Extra LIF files? Mirrored drives.
To use offline diagnostics, it is important to ensure that all the diagnostics are installed on the LIF area of both boot disks. The following short script will copy over all the relevant utilities:
for lif in $(lifls
do
lifls
if [ $? -ne 0 ] ; then
lifcp
fi
done
so for your config we would do:
for lif in $(lifls /dev/dsk/cXtYdZ)
do
lifls /dev/dsk/c2t2d0 | grep -q ${lif}
if [ $? -ne 0 ] ; then
lifcp /dev/dsk/cXtYdZ:${lif} /dev/dsk/c2t2d0:${lif}
fi
done
Replacing cXtYdZ with your own original boot disk
HTH
Duncan
I am an HPE Employee
