Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-04 Thread Dan Swartzendruber
Okay, this may not be the most elegant solution, but... My LSI HBA in IT mode presents all drives, SAS or SATA with a GUID, so I hacked up the script to remove the prtconf/sas2ircu serial number crap and just go by the guid. Now, I am seeing: 0:01:07c2t5000C5000D3C80FFd0 ST9500430SS 5

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-04 Thread Dan Swartzendruber
ch, but my python skills are 0 - having to learn this as I go :( -Original Message- From: Rich [mailto:rerc...@acm.jhu.edu] Sent: Monday, July 02, 2012 1:45 PM To: Discussion list for OpenIndiana Subject: Re: [OpenIndiana-discuss] OI and chassis/jbod support? diskmap.py is a publicly availa

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-02 Thread Rich
Drive locator LEDs on this particular model are driven via either SGPIO over the iPASS connectors or via dedicated ports on the backplane running to {motherboard, daughter card} - the former is the case here. The chassis locator, on the other hand, is almost certainly configured as you describe.

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-02 Thread Richard Elling
On Jul 2, 2012, at 2:49 PM, Rich wrote: > Hm, we appear to have been discussing a different problem, which is > fascinating. > > I have a number of devices which are in the Supermicro SC846A-R1200 > chassis - which has no expanders, just 6 SFF-8087 ports on it, running > into LSI 9201-16i contro

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-02 Thread Rich
h the modified blob back to the SES device. >> echo "$OUTBLOB" | sg_ses --page=0x2 --control --data=- /dev/es/$SESDEV >> >> >> >> >> >> -Lucas Van Tol >> >> >>> From: dswa...@druber.com >>> To: openindiana-discuss@openindi

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-02 Thread Lucas Van Tol
g >> Date: Mon, 2 Jul 2012 17:03:14 -0400 >> Subject: Re: [OpenIndiana-discuss] OI and chassis/jbod support? >> >> True enough. Honestly though, I've got a small number of disks, I just >> don't want to have to be bothered figuring out which drive is where if

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-02 Thread Rich
B"|grep '[0-9]') > > ##Modify OUTBLOB to change the state of any LED's you want to update; than > push the modified blob back to the SES device. > echo "$OUTBLOB" | sg_ses --page=0x2 --control --data=- /dev/es/$SESDEV > > > > > > -Luc

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-02 Thread Lucas Van Tol
ck to the SES device. echo "$OUTBLOB" | sg_ses --page=0x2 --control --data=- /dev/es/$SESDEV -Lucas Van Tol > From: dswa...@druber.com > To: openindiana-discuss@openindiana.org > Date: Mon, 2 Jul 2012 17:03:14 -0400 > Subject: Re: [OpenIndiana-discuss] OI and chassis

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-02 Thread Dan Swartzendruber
penindiana-discuss@openindiana.org Subject: Re: [OpenIndiana-discuss] OI and chassis/jbod support? I think the only reason to use mine would be if you didn't like/couldn't use sas2ircu for some reason (used by diskmap.py). I didn't have much luck turning on locator LED's on faile

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-02 Thread Rich
ocator LED's on failed drives using > sas2ircu; which is why I had used sg_ses and sg_vpd instead. > > -Lucas Van Tol > > >> Date: Mon, 2 Jul 2012 15:29:00 -0400 >> From: dswa...@druber.com >> To: openindiana-discuss@openindiana.org >> Subject: Re: [OpenIn

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-02 Thread Lucas Van Tol
> Date: Mon, 2 Jul 2012 15:29:00 -0400 > From: dswa...@druber.com > To: openindiana-discuss@openindiana.org > Subject: Re: [OpenIndiana-discuss] OI and chassis/jbod support? > > > Lucas, thanks for the sg utils tip - I think I will go with the > diskmap.py Rich suggested

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-02 Thread Dan Swartzendruber
Lucas, thanks for the sg utils tip - I think I will go with the diskmap.py Rich suggested - it worked pretty much out of the box, so I needn't hack on anything else for now... ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-02 Thread Dan Swartzendruber
On 7/2/2012 1:45 PM, Rich wrote: diskmap.py is a publicly available script written by someone else whose name escapes me ATM which is useful for this. Rich, I got diskmap.py downloaded and tweaked to work on my system. Looks good so far. The rackables enclosure has 16 slots in a 4x4, numb

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-02 Thread Rich
$DISKSIZE" > fi > done > else > echo "Disk $UDISK $DISKSAS at NUL on NUL size $DISKSIZE ##No > SES detected" > fi > else > echo "Disk $UDISK NUL at NUL on NUL size $DISKSIZE

Re: [OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-02 Thread Lucas Van Tol
at NUL on NUL size $DISKSIZE ##No SAS detected" fi -Lucas Van Tol > From: dswa...@druber.com > To: openindiana-discuss@openindiana.org > Date: Sun, 1 Jul 2012 19:14:01 -0400 > Subject: [OpenIndiana-discuss] OI and chassis/jbod support? > > > >

[OpenIndiana-discuss] OI and chassis/jbod support?

2012-07-01 Thread Dan Swartzendruber
During my brief experiment with S11, I was pleasantly surprised at the croinfo app, which shows you which disks are in which enclosure/slot. Is there anything like that for OI? If not, any idea what doing this would entail? ___ OpenIndiana-discuss m