Operating System - HP-UX
1748010 Members
4476 Online
108757 Solutions
New Discussion юеВ

No device file for presented LUN

 
SOLVED
Go to solution
Prokopets
Respected Contributor

No device file for presented LUN

Hi!
I presented a lun from eva 4400 to hp-ux 11.23. After running ioscan -C disk -fn it shows me this:

=====
..........
disk 54 0/4/2/0.4.4.0.0.0.1 sdisk CLAIMED DEVICE HP HSV300
disk 55 0/4/2/0.4.5.0.0.0.1 sdisk CLAIMED DEVICE HP HSV300
=====

So, i cannot find a device file for this paths... I tried to look in SMH (disk & filesystems management, but when i wanted to create a volume group smh shows me the same picture - no device files.
I think i did something wrong, but cannot understand, what exactly. I did same things on 11.31 without such problems... Can anyone help me?
5 REPLIES 5
Michal Kapalka (mikap)
Honored Contributor
Solution

Re: No device file for presented LUN

hi,

use insf to make a device files.

mikap
Michal Kapalka (mikap)
Honored Contributor

Re: No device file for presented LUN

hi,

on hp-ux 11.31 the insf will be make automatically ( periodically ).

mikap

PS : use insf or insf -e
SoorajCleris
Honored Contributor

Re: No device file for presented LUN

You may please run the command

#insf -C disk

or

#insf -H 0/4/2/0.4.4.0.0.0.1
and

#insf -H 0/4/2/0.4.5.0.0.0.1

Regards
Sooraj
"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity" - Dennis Ritchie
whiz_kid911
Frequent Advisor

Re: No device file for presented LUN

insf -e
Prokopets
Respected Contributor

Re: No device file for presented LUN

Wow... Thanks gentlemen! :)