Ciao, I have a thumper with Opensolaris (snv_91), and 48 disks. I would like to try a new brand of HD, by replacing a spare disk with a new one and build on it a zfs pool. Unfortunately the official utility to map a disk to the physical position inside the thumper (hd, in /opt/SUNWhd) is not present in OpenSolaris. Any idea on how - get it - or have equivalent functionality? I would nee do to map something like c1t5d0 to a number between 0 and 47 ..... thanks tommaso -- This message posted from opensolaris.org
Tommaso Boccali wrote:> Ciao, I have a thumper with Opensolaris (snv_91), and 48 disks. > I would like to try a new brand of HD, by replacing a spare disk with a new one and build on it a zfs pool. > > Unfortunately the official utility to map a disk to the physical position inside the thumper (hd, in /opt/SUNWhd) is not present in OpenSolaris. > > Any idea on how > - get it >It should have shipped with the system. But you can also download it http://www.sun.com/servers/x64/x4500/downloads.jsp Get it, install it, be happy :-) -- richard> - or have equivalent functionality? > > I would nee do to map something like c1t5d0 to a number between 0 and 47 ..... > > thanks > > tommaso > -- > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss >
> Tommaso Boccali wrote: > > Ciao, I have a thumper with Opensolaris (snv_91), and 48 disks. > > I would like to try a new brand of HD, by replacing a > spare disk with a new one and build on it a zfs pool. > > > > Unfortunately the official utility to map a disk to the > physical position inside the thumper (hd, in /opt/SUNWhd) is > not present in OpenSolaris. > > > > Any idea on how > > - get it > > > > It should have shipped with the system. But you can also download it > http://www.sun.com/servers/x64/x4500/downloads.jsp > > Get it, install it, be happy :-) >Or if you haven''t tweaked the discovery order, there''s a map at http://docs.sun.com/source/819-4359-14/figures/CH2-power-bios-9.gif --Joe
Alternatively, just follow the instructions in the x4500 manual to offline the relevant disk and you should see it light up with a nice blue "please replace me" light.>From memory the commands you need are along the lines of:# zpool offline -pool- -disk- # cfgadm -c unconfigure satax/y -- This message posted from opensolaris.org