1830865 Members
2662 Online
110017 Solutions
New Discussion

Re: 11.31 device files

 
Oviwan
Honored Contributor

11.31 device files

Hey Folks

We have an EVA8000 and two rx3600 with 11.31.
Now we present a disk to the both server.
is there a way to be sure, that the /dev/rdisk/diskxx have the same name on both server? is there a way to rename this device files?

for our environment (ASM etc..) we need the sam e disknames.

Regards
4 REPLIES 4
Luk Vandenbussche
Honored Contributor

Re: 11.31 device files

Change the names of device files is done with ioinit

check 'man ioinit'

or

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1069989

Oviwan
Honored Contributor

Re: 11.31 device files

Thanks

Would be this the correct way to rename the disk205 to disk100

Class I H/W Path Driver S/W State H/W Type Description
===============================================================================
disk 205 0/3/1/0.3.0.0.0.0.2 sdisk CLAIMED DEVICE HP HSV200
/dev/dsk/c12t0d2 /dev/rdsk/c12t0d2

$cat infile
0/3/1/0.3.0.0.0.0.2 disk 100
$/sbin/ioinit -f infile -r

Thanks
whiteknight
Honored Contributor

Re: 11.31 device files

Oviwan,

Since you are running 11iv3,

What about using this if it is applicable ?

http://docs.hp.com/en/MassStorageStack/The_Next_Generation_Mass_Storage_Stack.pdf
Page 26.
# io_redirect_dsf â d old_dsf_name â n new_dsf_name

WK

please assign points
Problem never ends, you must know how to fix it
Oviwan
Honored Contributor

Re: 11.31 device files

Thanks to all

I'll try it next week and let you know whether it works.

Regards