Thread: Solaris
View Single Post

  #2 (permalink)  
Old 05-04-2005, 06:14 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

scsi-initiator-id is use to start that device or to initiates communication
and usually scsi-initiator-id need to set in High Availability configurations. See url http://csit1cwe.fsu.edu/doc_link/en_....htm#A25C0fd96 for Understanding the Execution of Initiator I/O Requests and other sutff

How to change scsi-initiator-id?
You can use command like (at Solaris boot prompt, to set id to 6):

Code:
ok setenv scsi-initiator-id 6
For more info see url
http://www.filibeto.org/sun/lib/hard...I-Systems.html
Reply With Quote