Thank you, Andreas Pfister, Carlos Tijerina, Emanuele Lombardi
Izzet Ergas, Joe Carrico, Ken Kleiner for the replies.
And the winner is:
Yup - I just ran into this myself. From what I can see, this utility
does not look at the new Tru64 device naming conventions. In my case, it
was looking for a file called /dev/rre0c, as that is the 'c' slice on
disk 0 of my 3 channel array. So - what I did was create a link to
/devices/rdisk/dsk0c and called it /dev/rre0c. That worked for me - you
may need to change the 0 to something else if your raid array is not
disk0.
I used the command :
ln -s /devices/rdisk/dsk0c /dev/rre0c.
Hope this helps....let me know if you have other problems...
Received on Fri Jan 19 2001 - 07:41:46 NZDT