- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Where to find LIF files?
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
04-26-2002 09:03 AM
04-26-2002 09:03 AM
As usual the root VG hasn't been mirrored.
Doing this myself I started
(n.b. /dev/rdsk/c2t2d0 is the yet unallocated disk)
pvcreate -B /dev/rdsk/c2t2d0
vgextend /dev/vg00 /dev/rdsk/c2t2d0
mkboot /dev/rdsk/c2t2d0
when I now look at the LIF area the newly created still seems to lack some utility progs
# lifls /dev/rdsk/c[12]t2d0
ODE MAPFILE SYSLIB CONFIGDATA SLMOD2
SLDEV2 SLDRV2 SLSCSI2 MAPPER2 IOTEST2
PERFVER2 PVCU SSINFO HPUX ISL
AUTO LABEL
ISL AUTO HPUX PAD LABEL
See, the new one only has 5 entries.
I guess I need to add the lacking with mkboot's -i option, but where do I find them?
I only found what seems to be the standard set
# lifls /usr/lib/uxbootlf
ISL AUTO HPUX PAD
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 09:12 AM
04-26-2002 09:12 AM
Re: Where to find LIF files?
# ll /usr/sbin/diag/lif/updatediaglif
=> For 11.x 32bit
# ll /usr/sbin/diag/lif/updatediaglif2
=> For 11.x 64bit
Your mkboot command would be ..(ex: c2t2d0)
# mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c2t2d0
=> Install ODE LIF files while "protecting" the existing LIF files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 09:14 AM
04-26-2002 09:14 AM
Re: Where to find LIF files?
cd /usr/sbin/diag/lif
#mkboot -b updatediaglif -p ISL -p HPUX -p LABEL -p AUTO /dev/rdsk/c1t5d0 or whatever
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 09:33 AM
04-26-2002 09:33 AM
Re: Where to find LIF files?
when I run this command
# mkboot -b /usr/sbin/diag/lif/updatediaglif2 $(lifls /usr/sbin/diag/lif/updatediaglif2|perl -npe 's/(\S+)/-p $1/g') /dev/rdsk/c2t2d0
it responds
LIF file ODE not present on /dev/rdsk/c2t2d0.
Does this mean I still have to install this ODE stuff?
Do I need a special license for it or is it complimentary stuff?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 09:40 AM
04-26-2002 09:40 AM
Solution# mkboot -b /usr/sbin/diag/lif/updatediaglif2 -p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c2t2d0
What do you see when you run ..
# lifls /dev/rdsk/c2t2d0
afterwards ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 09:47 AM
04-26-2002 09:47 AM
Re: Where to find LIF files?
You said it, "PRESERVE", the -p option.
I'm a complete idiot.
I first interpreted the -p switch exactly the opposite way.
Now having issued the command as you first wrote did what I wanted :-)
# lifls /dev/rdsk/c[12]t2d0
ODE MAPFILE SYSLIB CONFIGDATA SLMOD2
SLDEV2 SLDRV2 SLSCSI2 MAPPER2 IOTEST2
PERFVER2 PVCU SSINFO HPUX ISL
AUTO LABEL
ODE MAPFILE SYSLIB CONFIGDATA SLMOD2
SLDEV2 SLDRV2 SLSCSI2 MAPPER2 IOTEST2
PERFVER2 PVCU SSINFO ISL AUTO
HPUX PAD LABEL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2002 09:48 AM
04-26-2002 09:48 AM
Re: Where to find LIF files?
-pODE
-pMAPFILE
-pSYSLIB
-pCONFIGDATA
-pSLMOD2
-pSLDEV2
-pSLDRV2
-pSLSCSI2
-pMAPPER2
-pIOTEST2
-pPERFVER2
-pPVCU
-pSSINFO
which is wrong, you only want to preserve (-p option) the LIF files that are already in c2t2d0 and those files are ..
ISL AUTO HPUX PAD LABEL