1834454 Members
2583 Online
110067 Solutions
New Discussion

lvm problem - Help!

 
SOLVED
Go to solution
Vogra
Regular Advisor

lvm problem - Help!

Hi All,
my A500 (HPux11.00-64bits) was fail. After boot don??t recognize the ds2100 (4 disks-raid5). vgchange don??t produce any solution.
No led indicates fail...
Any idea?
We are spirits in the material world
9 REPLIES 9
steven Burgess_2
Honored Contributor
Solution

Re: lvm problem - Help!

Hi

Does

ioscan -fnC disk

show the disk as being claimed ?

Steve
take your time and think things through
Sanjay_6
Honored Contributor

Re: lvm problem - Help!

Hi Claudio,

Are the controllers identified in the ioscan. Can you attach your ioscan output for us to look at.

Hope this helps.

Regds
Pete Randall
Outstanding Contributor

Re: lvm problem - Help!

Claudio,

Are you saying that there are no led's lit? Does the unit have power?

Pete

Pete

Re: lvm problem - Help!

Can you still see your disks using ioscan?

ioscan -funC disk


HTH

Duncan

I am an HPE Employee
Accept or Kudo
PIYUSH D. PATEL
Honored Contributor

Re: lvm problem - Help!

Hi,

Check for the loose connections and cables. Check the terminators properly.

Are the disk showing in ioscan ???

Any changes made before ...

Piyush
Shahul
Esteemed Contributor

Re: lvm problem - Help!

Hi

Make sure that ur DS2100 is powered on and connected to the system properly. Don't hang on doubt, Please remove cables and cross check it. Then boot the system

#ioscan -fnC disk

Look for the device file corresponding to that 4 disks. If U are not able see thos, We can't blame LVM, Something is wrong with ur DS2100 or it's interface. If this is the case sort it out with H/W vendor.

Fortunately, If U are able to see the device files here, then

#strings /etc/lvmtab

Make sure that those device files are listed here under the concerned VG. If not there, do this

#vgscan

If entry is there in /etc/lvmtab, then


#vgchange -a y -q n vgxx


I hope now will be able to trace the problem

Best of luck
Shahul
James R. Ferguson
Acclaimed Contributor

Re: lvm problem - Help!

Hi Claudio:

In addition to the suggestions thus far; assuming that you can see CLAIMED devices with 'ioscan', a useful probe is to interrogate the device with 'diskinfo':

# diskinfo -v /dev/rdsk/cXtYdZ

Functional disk will return a *non-zero* size along with other information.

Regards!

...JRF...
S.K. Chan
Honored Contributor

Re: lvm problem - Help!

Apart from what's been mentioned, you may want to quickly check if you see any IO error in "dmesg" or in /var/adm/syslog/syslog.log. If you don't see any then most likely the disks are not recognized at the first place which means you'll have to "ioscan" it and check physically (connection, termintaion, SCSI id clash).
Vogra
Regular Advisor

Re: lvm problem - Help!

Hi All!

result about ioscan -fnC disk:
Class I H/W Path Driver S/W State H/W Type Description
=========================================================================
disk 0 0/0/1/1.15.0 sdisk CLAIMED DEVICE SEAGATE ST39204LC
/dev/dsk/c1t15d0 /dev/rdsk/c1t15d0
disk 2 0/0/2/0.1.0 sdisk CLAIMED DEVICE HP DVD-ROM 304
/dev/dsk/c2t1d0 /dev/dvd /dev/rdsk/c2t1d0
disk 1 0/0/2/1.15.0 sdisk CLAIMED DEVICE SEAGATE ST39204LC
/dev/dsk/c3t15d0 /dev/rdsk/c3t15d0
disk 18 0/6/2/1.0.0.0 sdisk CLAIMED DEVICE I2O RAID5
/dev/dsk/c6t0d0 /dev/rdsk/c6t0d0
===========
The ds2100 is c6t0d0;
The cables are ok. The leds indicates that de disk are powered. I did vgexport but when I try to import I get the message:
Could not open Physical Volume "/dev/dsk/c6t0d0".


I think is hardware problem
Now the technician is comming...
Thanx to everyone...
We are spirits in the material world