Operating System - HP-UX
1836987 Members
2104 Online
110111 Solutions
New Discussion

error when create volumn group : no device files for the selected device were found in /dev

 
SOLVED
Go to solution
Kuang Chen
Frequent Advisor

error when create volumn group : no device files for the selected device were found in /dev

we just finished configuration EVA3000 to connect our server. isocan see disk ok.

disk 3 255/255/0/0.0 sdisk CLAIMED DEVICE HSV100 HP
/dev/dsk/c11t0d0 /dev/rdsk/c11t0d0

But we I used sam to create volumn group, I had the error:
no device files for the selected device were found in /dev

Is any setup EVA3000 before?

Thanks
KC

12 REPLIES 12
Helen French
Honored Contributor

Re: error when create volumn group : no device files for the selected device were found in /dev

Do you have the proper device file installed on /dev directory? This command will recreate the missing device files:

# insf -e
Life is a promise, fulfill it!
Jeff Schussele
Honored Contributor

Re: error when create volumn group : no device files for the selected device were found in /dev

Hi KC,

Think that device you're seeing is analogous to an EMC "gatekeeper" disk & is not an actual LUN.
Have you run

ioscan -fnC disk

and an

insf

since the storage was carved & zoned?

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Kuang Chen
Frequent Advisor

Re: error when create volumn group : no device files for the selected device were found in /dev

I used ioscan -fnC disk found out disk ok
disk 3 255/255/0/0.0 sdisk CLAIMED DEVICE HSV100 HP /dev/dsk/c11t0d0 /dev/rdsk/c11t0d0

I also ran insf -e
I saw that
insf: Installing special files for sdisk instance 3 address 255/255/0/0.0

still can not use sam create volumn group

any ideal
Thierry Poels_1
Honored Contributor

Re: error when create volumn group : no device files for the selected device were found in /dev

hi,

what does "diskinfo /dev/dsk/c11t0d0" return? disksize 0?

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Kuang Chen
Frequent Advisor

Re: error when create volumn group : no device files for the selected device were found in /dev

Yes, diskinfo return right size of disk:
SCSI describe of /dev/rdsk/c11t0d0:
vendor: HP
product id: HSV100
type: direct access
size: 104857600 Kbytes
bytes per sector: 512

KC
melvyn burnard
Honored Contributor

Re: error when create volumn group : no device files for the selected device were found in /dev

I have a sneaky suspciion the problem is due to SAM not currently recognising and supporting the EVA arrays. Have you tried doing pvcreate on hte luns by comand line?
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Kuang Chen
Frequent Advisor

Re: error when create volumn group : no device files for the selected device were found in /dev

No, I only used sam.
I am not sure the my command is right, can you check for me?

#pvcreate /dev/rdsk/c11t0d0
#mkdir /dev/vg05

I am not sure about mknod and vgcreate command. Can you help me out?

Thanks
KC
Steven E. Protter
Exalted Contributor

Re: error when create volumn group : no device files for the selected device were found in /dev

pvcreate -f /dev/rdsk/c11t0d0
mkdir /dev/vg05
/dev/newvg/group c64 0x050000

You may need to adjust the last figure for your volume group name.

vgcreate ...

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Helen French
Honored Contributor
Solution

Re: error when create volumn group : no device files for the selected device were found in /dev

One thing to check is the device files for your alternative paths. Do you have alternate PVlinks available for these disks? If yes, does that show on the ioscan output. Some times, SAM will identify these alternate paths and will error out if the device file are not present.

Also fdr command line:

# pvcreate /dev/rdsk/cxtydz
# mkdir /dev/vgXX
# mknod /dev/vgXX/group c 64 0x0?0000 ( the last number is the minor number. e.g: for /dev/vg01 volume group, the minor number is normally 0x010000)
# vgcreate /dev/vgXX /dev/dsk/cxtydz (you can also replace vgcreate with vgextend if you want to extend an existing VG)
Life is a promise, fulfill it!
Kuang Chen
Frequent Advisor

Re: error when create volumn group : no device files for the selected device were found in /dev

Steve, Shiju thanks for help me out menually create volumn group for EVA.

Melvyn,
HP sam do have problem to create volumn for EVA. Is any patch I need to upgrade to fix this bug?

Thanks for every one help me out.

KC
Helen French
Honored Contributor

Re: error when create volumn group : no device files for the selected device were found in /dev

Yes there is a SAM cumulative patch for HP-UX version 11.11 - PHCO_28123. This what the patch description says:

"SAM does not recognize the following new
hardware devices:
Dual port PCI-X 2 Gb/1Gb Fibre Channel Host
Bus Adapter (Product# A6826A)
EVA GL - HSV110
EVA GL Lite - HSV100
SA5304/256 4 Port RAID HBA - (Product #: A7143A)
PCI-X 2 Gb Fibre Channel 1Gb Ethernet Combo
Card - (Product #: A9782A)
PCI-X 2-Ch Ultra320 SCSI Adapter
(Product #: A7173A)
PCI 4-channel RAID160 SA SCSI Adapter
(Product #: A7143A)
PCI-X 2Gb Fibre Channel/1000Base-T HBA
(Product #: A9784A)"
Life is a promise, fulfill it!
Harry Pieterse
New Member

Re: error when create volumn group : no device files for the selected device were found in /dev

I have checked and the patch PHCO_28123 is already installed but the problem still persists.
Can anyone tell how to get SAM recognize our EVA3000 HSV100