- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lifls command
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
01-18-2005 05:54 PM
01-18-2005 05:54 PM
lifls command
test#[/]lifls /dev/rdsk/c0t6d0
ODE MAPFILE SYSLIB CONFIGDATA SLMOD2
SLDEV2 SLDRV2 SLSCSI2 MAPPER2 IOTEST2
PERFVER2 PVCU SSINFO HPUX ISL
AUTO LABEL
test#[/]lifls /dev/rdsk/c3t6d0
ISL AUTO HPUX PAD LABEL
I wondered why the information was different between these two mirrored harddisks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 06:13 PM
01-18-2005 06:13 PM
Re: lifls command
#diskinfo /dev/rdsk/c0t6d0
#diskinfo /dev/rdsk/c3t6d0
what's the o/p of both the commands?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 06:22 PM
01-18-2005 06:22 PM
Re: lifls command
see the following link.it clearly describes about this problem
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=92005
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 06:29 PM
01-18-2005 06:29 PM
Re: lifls command
test#diskinfo /dev/rdsk/c0t6d0
SCSI describe of /dev/rdsk/c0t6d0:
vendor: HP 36.4G
product id: STXXXXXXXX
type: direct access
size: 35566480 Kbytes
bytes per sector: 512
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 06:45 PM
01-18-2005 06:45 PM
Re: lifls command
Propably you might have dumped this command while creating mirror
mkboot -b /usr/sbin/diag/lif/updatediaglif -p ISL -p AUTO -p HPUX -p LABEL /dev/rdsk/c3t6d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 07:04 PM
01-18-2005 07:04 PM
Re: lifls command
ISL; AUTO; HPUX; PAD
The rest are diagnostic utilities for HP-UX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 01:00 AM
01-19-2005 01:00 AM
Re: lifls command
Installation of Offline Diagnostics (ODE) on Mirrored Boot Disks
The following hardware support tools are distributed on the Support Plus Media in the OnlineDiag swinstall bundle:
Support Tools Manager (STM)
EMS Hardware Monitors
HP Predictive Support tools (Series 800 only)
LIF-resident offline diagnostics (ODE)
There is an easy way to install the ODE to the mirror if you have already installed the OnlineDiag bundle.
First, check if your system is a pure 64 bit system:
# getconf HW_CPU_SUPP_BITS
The result is either 32, 32/64 or 64. If the system is a pure 64 bit systems (e.g. N-Class) the result is 64.
Check the existence of the updatediaglif and updatediaglif2 files:
# ll /usr/sbin/diag/lif/updatediaglif*
-r--r--r-- 1 bin bin 848896 May 7 17:29 /usr/sbin/diag/lif/updatediaglif
-r--r--r-- 1 bin bin 865280 May 7 17:29 /usr/sbin/diag/lif/updatediaglif2
We will use the updatediaglif2 file only for pure 64 bit systems (e.g. N-Class). For 32 bit systems or systems that support both CPU types (e.g K-Class) we use the updatediaglif file.
List the contents of the LIF directory of the mirror:
# lifls -l /dev/rdsk/c0t5d0
volume ISL10 data size 7984 directory size 8 96/05/28 04:10:13
filename type start size implement created
===============================================================
ISL -12800 584 240 0 96/05/28 04:10:13
AUTO -12289 824 1 0 96/05/28 04:10:13
HPUX -12928 832 848 0 96/05/28 04:10:13
PAD -12290 1680 1652 0 96/05/28 04:10:14
LABEL BIN 3336 8 0 99/01/25 06:00:41
Install the ODE LIF files with mkboot and protect (-p) the existing LIF files which you detected with lifls as described above.
For 32 bit and systems that support both 32 and 64 bit:
# mkboot -b /usr/sbin/diag/lif/updatediaglif \
-p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c0t5d0
For pure 64 bit systems:
# mkboot -b /usr/sbin/diag/lif/updatediaglif2 \
-p ISL -p AUTO -p HPUX -p PAD -p LABEL /dev/rdsk/c0t5d0
Check with
# lifls /dev/rdsk/c0t5d0
One will find additional LIF files.
volume ISL10 data size 7984 directory size 8 96/05/28 04:10:13
filename type start size implement created
===============================================================
ODE -12960 584 880 0 03/05/06 20:27:48
MAPFILE -12277 1464 128 0 03/05/06 20:27:48
SYSLIB -12280 1592 353 0 03/05/06 20:27:48
CONFIGDATA -12278 1952 249 0 03/05/06 20:27:48
SLMOD -12276 2208 133 0 03/05/06 20:27:48
SLDEV -12276 2344 204 0 03/05/06 20:27:48
SLDRIVERS -12276 2552 496 0 03/05/06 20:27:48
SLSCSI -12276 3048 117 0 03/05/06 20:27:48
MAPPER -12279 3168 234 0 03/05/06 20:27:48
IOTEST -12279 3408 208 0 03/05/06 20:27:48
PERFVER -12279 3616 198 0 03/05/06 20:27:48
PVCU -12801 3816 64 0 03/05/06 20:27:48
SSINFO -12286 3880 2 0 03/05/06 20:27:48
...
Rgds...Geoff