![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to grab the value of field before the line reached | ahjiefreak | Shell Programming and Scripting | 3 | 03-28-2008 01:59 AM |
| cpio: Ulimit reached for file output | dustytina | SCO | 0 | 10-25-2007 05:19 PM |
| tar: 0511-194 Reached end-of-file before expected. | Funky_ass | Shell Programming and Scripting | 4 | 08-07-2006 04:58 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Max LUN reached ? (Securepath)
Hi all,
I can not present a new Lun with my EVA 5000 storage and Securepath ... I have already 16 Lun's presented to the same server (Solaris 8), but can not add the 17th :-( Do you know if we have a limitation with Solaris or Securepath ? (Config file to update, software limits ...) Thanks a lot, Fabien |
| Forum Sponsor | ||
|
|
|
||||
|
hmmm.... there was also another thing about the sd.conf file and the lun depth... are you talking about more lun depth like c0t0d0 c0t0d1 c0t0d2 or really new targets like c0t0 c0t1 c0t2? ... if you are talking about the lun depth i think you have to edit the file that way:
find your controller, on my example it's controller 4 (c4t0d*) and add the following: name="sd" class="scsi" target=4 lun=0; name="sd" class="scsi" target=4 lun=1; name="sd" class="scsi" target=4 lun=2; and so on.... i also can remember now a way to do that without rebooting that should work: Code:
root@mp-wst01 # update_drv -f sd Cannot unload module: sd Will be unloaded upon reboot. Forcing update of sd.conf. root@mp-wst01 # |