Operating System - HP-UX
1834186 Members
2519 Online
110064 Solutions
New Discussion

Question about AutoRAID disk array

 
SOLVED
Go to solution
yc_2
Regular Advisor

Question about AutoRAID disk array

Hi,

When I perform ioscan -fnCdisk in MCSG with AutoRAID host, I got the following:

Class I H/W Path Driver S/W State H/W Type Description
:
disk 15 0/12/0/0.1.5 sdisk CLAIMED DEVICE HP C5447A
/dev/dsk/c4t1d5 /dev/rdsk/disk_query
/dev/rdsk/c4t1d5
:


What does the line /dev/rdsk/disk_query means ?


Thanks in advance,
YC
4 REPLIES 4
Clemens van Everdingen
Honored Contributor
Solution

Re: Question about AutoRAID disk array

Hi,

SAM creates a temporary device file /dev/dsk/disk_query for info gathering purposes.
When this file is left behind, the vgextend command gets confused and attempts to use it.

Ther is a patch for this problem!

PHCO_19047

Check the error description

Good luck !
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
yc_2
Regular Advisor

Re: Question about AutoRAID disk array

Hi,

I have applied the patch. The statement still exist, does this cause any harm ?


Rgds,
YC
Clemens van Everdingen
Honored Contributor

Re: Question about AutoRAID disk array

Hi again,

The best way is to cleanup the corrupted LVM information on your system.
Else you will find more problems creating vg's and lvol's in the future I guess.

try the following solution:

In SAM: unconfigure every disk in the problem volume group
From the command line:
rm -fr /dev/"problem_volume_group_name"
rm /etc/lvmtab
vgscan

This should result in a /etc/lvmtab not having any /dev/dsk/disk_query entry.

Bye.
CvE
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
yc_2
Regular Advisor

Re: Question about AutoRAID disk array

Thanks Clemens for taking the time for my question.

I don't know why when I perform ioscan -fnCdisk today, the problem has gone.

Not even listed in /etc/lvmtab and /dev/.

Hope I have no problem from now onwards because I was having odd behaviour yesterday using SAM to extend a lvol in the problem VG. I was forced to use command line to accomplished the lvol extend.