Operating System - HP-UX
1753344 Members
5244 Online
108792 Solutions
New Discussion юеВ

Re: How to create a persistent special file on HPUX 11.31 !!

 
SOLVED
Go to solution
iazuarah
Advisor

How to create a persistent special file on HPUX 11.31 !!

Hello,

 

I have a strange situation with 1 disk from my san. My storage administrator delivery 4 luns (by 2 paths) for the hpux 11.31 box. When i execute the ioscan command have the next output:

 

# ioscan -m dsf

 

???????????             /dev/rdsk/c20t9d5
                                       /dev/rdsk/c18t9d5

 

/dev/rdisk/disk169       /dev/rdsk/c20t9d6
                                        /dev/rdsk/c18t9d6


/dev/rdisk/disk170       /dev/rdsk/c20t9d7
                                       /dev/rdsk/c18t9d7

 

/dev/rdisk/disk171       /dev/rdsk/c20t10d0
                                       /dev/rdsk/c18t10d0

 

One disk is missing !!!. When i check the total disks that i have in the server the output is (the four new disks are marked):

 

# ioscan -fnC disk

 

Class     I  H/W Path  Driver S/W State   H/W Type     Description
==================================================================
disk    165  40/0/0/0/0/0/0.1.159.0.0.9.5   sdisk   CLAIMED     DEVICE       HITACHI OPEN-V
                      /dev/dsk/c18t9d5   /dev/rdsk/c18t9d5
disk    166  40/0/0/0/0/0/0.1.159.0.0.9.6   sdisk   CLAIMED     DEVICE       HITACHI OPEN-V
                      /dev/dsk/c18t9d6   /dev/rdsk/c18t9d6
disk    167  40/0/0/0/0/0/0.1.159.0.0.9.7   sdisk   CLAIMED     DEVICE       HITACHI OPEN-V
                      /dev/dsk/c18t9d7   /dev/rdsk/c18t9d7
disk    168  40/0/0/0/0/0/0.1.159.0.0.10.0  sdisk   CLAIMED     DEVICE       HITACHI OPEN-V
                      /dev/dsk/c18t10d0   /dev/rdsk/c18t10d0
disk    161  41/0/0/0/0/0/1.1.138.0.0.9.5   sdisk   CLAIMED     DEVICE       HITACHI OPEN-V
                      /dev/dsk/c20t9d5   /dev/rdsk/c20t9d5
disk    162  41/0/0/0/0/0/1.1.138.0.0.9.6   sdisk   CLAIMED     DEVICE       HITACHI OPEN-V
                      /dev/dsk/c20t9d6   /dev/rdsk/c20t9d6
disk    163  41/0/0/0/0/0/1.1.138.0.0.9.7   sdisk   CLAIMED     DEVICE       HITACHI OPEN-V
                      /dev/dsk/c20t9d7   /dev/rdsk/c20t9d7
disk    164  41/0/0/0/0/0/1.1.138.0.0.10.0  sdisk   CLAIMED     DEVICE       HITACHI OPEN-V
                      /dev/dsk/c20t10d0   /dev/rdsk/c20t10d0

 

The persistent special file that involve the c20t9d5 and c18t9d5 disks is missing. How can create this persistent special file ??. Can i use the disk168 special file for this luns ??

 

Thanks in advance !!

 

3 REPLIES 3
Patrick Wallek
Honored Contributor

Re: How to create a persistent special file on HPUX 11.31 !!

Have you tried running 'insf -e' to (re)create device files?

iazuarah
Advisor

Re: How to create a persistent special file on HPUX 11.31 !!

not work !!

iazuarah
Advisor
Solution

Re: How to create a persistent special file on HPUX 11.31 !!

The problem was solved !!. My storage Administrator dettach and attach this lun again.After this action, i execute the scsimgr command and the 4 lun appears with the persistent special file.

 

# scsimgr -v -f replace_wwid -C lunpath -I 126

 

Regards !!