It's not a question of sorting, but the fact that netXX doesn't match nxgeXX :

root@t5240b:~# dladm show-phys | sort -n -t t +1
LINK              MEDIA                STATE      SPEED  DUPLEX    DEVICE
net0              Ethernet             unknown    0      unknown   nxge4
net1              Ethernet             unknown    0      unknown   nxge5
net2              Ethernet             unknown    0      unknown   nxge6
net3              Ethernet             unknown    0      unknown   nxge7
net4              Ethernet             unknown    0      unknown   nxge0
net5              Ethernet             unknown    0      unknown   nxge1
net6              Ethernet             unknown    0      unknown   nxge2
net7              Ethernet             unknown    0      unknown   nxge3
net8              Ethernet             down       0      unknown   nxge8
net9              Ethernet             unknown    0      unknown   nxge9
net10             Ethernet             unknown    0      unknown   nxge10
net11             Ethernet             unknown    0      unknown   nxge11

On Thu, Feb 7, 2013 at 3:10 PM, Travis Freeland
<travis.freel...@gmail.com> wrote:
> Pretty hard to run the solaris 11 manual install program piped through
> sort.... but for entertainment value definitely worth trying. :)
>
> Trav ... tra...@geelong.com
>
>
> On 7 February 2013 15:05, Mark A. Lane <mark.andrew.l...@gmail.com> wrote:
>>
>> Man sort might help.
>>
>> Regards,
>>
>> Mark A. Lane
>>
>>
>> On 07/02/2013, at 14:20, Chris Wells <chris.unix.d...@gmail.com> wrote:
>>
>> > Oh for goodness sake. Why can't Solaris 11 number the PCIe network
>> > devices in a contiguous fashion. This is as bad as Linux:
>> >
>> >                         Manual Network Configuration
>> >
>> >   Select the one wired network connection to be configured during
>> >   installation
>> >
>> >     net0 (nxge4)
>> >     net1 (nxge5)
>> >     net10 (nxge2)
>> >     net11 (nxge3)
>> >     net2 (nxge6)
>> >     net3 (nxge7)
>> >     net4 (nxge8)
>> >     net5 (nxge9)
>> >     net6 (nxge10)
>> >     net7 (nxge11)
>> >     net8 (nxge0)
>> >     net9 (nxge1)
>> >
>> > On Thu, Feb 7, 2013 at 12:28 PM, Chris Wells <chris.unix.d...@gmail.com>
>> > wrote:
>> >> Ok, problem mostly solved. I had to create a Hardware RAID logical
>> >> volume using an optional Adaptec ISO that I had to download.
>> >> (Oracle don't make it easy huh?)
>> >>
>> >> I couldn't work out a way to bypass the hardware RAID (Hmmm - Maybe
>> >> create two logical disks with RAID 0, each striped across only
>> >> itself?!)
>> >>
>> >>
>> >> # arcconf CREATE 1 LOGICALDRIVE METHOD QUICK MAX 1 0,0 0,1
>> >> Controllers found: 1
>> >>
>> >> Do you want to add a logical device to the configuration?
>> >> Press y, then ENTER to continue or press ENTER to abort: y
>> >>
>> >> Creating logical device: Device 0
>> >> devfsadm: mkdir failed for /dev 0x1ed: Read-only file system
>> >>
>> >> Command completed successfully.
>> >>
>> >>
>> >> # arcconf getconfig 1 LD
>> >> Controllers found: 1
>> >> ----------------------------------------------------------------------
>> >> Logical device information
>> >> ----------------------------------------------------------------------
>> >> Logical device number 0
>> >>   Logical device name                      : Device 0
>> >>   RAID level                               : 1
>> >>   Status of logical device                 : Optimal
>> >>   Size                                     : 139890 MB
>> >>   Read-cache mode                          : Enabled
>> >>   Write-cache mode                         : Enabled (write-back)
>> >>   Write-cache setting                      : Enabled (write-back)
>> >> when protected by battery
>> >>   Partitioned                              : No
>> >>   Protected by Hot-Spare                   : No
>> >>   Bootable                                 : Yes
>> >>   Failed stripes                           : No
>> >>   --------------------------------------------------------
>> >>   Logical device segment information
>> >>   --------------------------------------------------------
>> >>   Segment 0                                : Present (0,0)
>> >> 00092780PZJ4        3SD0PZJ4
>> >>   Segment 1                                : Present (0,1)
>> >> 00092780QWEK        3SD0QWEK
>> >>
>> >>
>> >>
>> >> Command completed successfully.
>> >>
>> >>
>> >> # cfgadm -al
>> >> Ap_Id                          Type         Receptacle   Occupant
>> >> Condition
>> >> c1                             scsi-bus     connected    unconfigured
>> >> unknown
>> >> c2                             scsi-bus     connected    configured
>> >> unknown
>> >> c2::dsk/c2t0d0                 disk         connected    configured
>> >> unknown
>> >> usb0/1                         unknown      empty        unconfigured
>> >> ok
>> >> usb0/2                         unknown      empty        unconfigured
>> >> ok
>> >> usb0/3                         unknown      empty        unconfigured
>> >> ok
>> >> usb1/1                         unknown      empty        unconfigured
>> >> ok
>> >> usb1/2                         unknown      empty        unconfigured
>> >> ok
>> >> usb2/1                         unknown      empty        unconfigured
>> >> ok
>> >> usb2/2                         usb-storage  connected    configured
>> >> ok
>> >> usb2/3                         unknown      empty        unconfigured
>> >> ok
>> >> usb2/4                         usb-hub      connected    configured
>> >> ok
>> >> usb2/4.1                       unknown      empty        unconfigured
>> >> ok
>> >> usb2/4.2                       unknown      empty        unconfigured
>> >> ok
>> >> usb2/4.3                       unknown      empty        unconfigured
>> >> ok
>> >> usb2/4.4                       unknown      empty        unconfigured
>> >> ok
>> >> usb2/5                         unknown      empty        unconfigured
>> >> ok
>> >>
>> >> # format
>> >> Searching for disks...done
>> >>
>> >> c2t0d0: configured with capacity of 136.59GB
>> >>
>> >>
>> >> AVAILABLE DISK SELECTIONS:
>> >>       0. c2t0d0 <Sun-STKRAIDINT-V1.0 cyl 17831 alt 2 hd 255 sec 63>
>> >>          /pci@400/pci@0/pci@c/scsi@0/sd@0,0
>> >>
>> >>
>> >>
>> >> On Thu, Feb 7, 2013 at 11:53 AM, Chris Wells
>> >> <chris.unix.d...@gmail.com> wrote:
>> >>>>>> I believe it is an Adaptec card not Intel anyway as per the
>> >>>>>> attached document .....
>> >>>
>> >>> No, it's a SPARC live CD , and does contain the arcconf software to be
>> >>> able to interrogate physical and logical disks.
>> >>>
>> >>> So now I just need to delete a LV, and use physical disks, or create a
>> >>> LV and not use ZFS.
>> >>>
>> >>> I'm still bemused that all this can't be done either thru the ILOM or
>> >>> through Solaris 10/11 at install time.
>> >>>
>> >>>
>> >>>
>> >>> # arcconf getconfig 1 PD
>> >>> Controllers found: 1
>> >>> ----------------------------------------------------------------------
>> >>> Physical Device information
>> >>> ----------------------------------------------------------------------
>> >>>      Device #0
>> >>>         Device is a Hard drive
>> >>>         State                              : Ready
>> >>>         Supported                          : Yes
>> >>>         Transfer Speed                     : SAS 3.0 Gb/s
>> >>>         Reported Channel,Device            : 0,0
>> >>>         Reported Location                  : Enclosure 0, Slot 0
>> >>>         Reported ESD                       : 2,0
>> >>>         Vendor                             : SEAGATE
>> >>>         Model                              : ST914603SSUN146G
>> >>>         Firmware                           : 0768
>> >>>         Serial number                      : 00092780PZJ4
>> >>> 3SD0PZJ4
>> >>>         World-wide name                    : 5000C50013406EB0
>> >>>         Size                               : 140009 MB
>> >>>         Write Cache                        : Disabled (write-through)
>> >>>         FRU                                : None
>> >>>         S.M.A.R.T.                         : No
>> >>>      Device #1
>> >>>         Device is a Hard drive
>> >>>         State                              : Ready
>> >>>         Supported                          : Yes
>> >>>         Transfer Speed                     : SAS 3.0 Gb/s
>> >>>         Reported Channel,Device            : 0,1
>> >>>         Reported Location                  : Enclosure 0, Slot 1
>> >>>         Reported ESD                       : 2,0
>> >>>         Vendor                             : SEAGATE
>> >>>         Model                              : ST914603SSUN146G
>> >>>         Firmware                           : 0768
>> >>>         Serial number                      : 00092780QWEK
>> >>> 3SD0QWEK
>> >>>         World-wide name                    : 5000C5001343D774
>> >>>         Size                               : 140009 MB
>> >>>         Write Cache                        : Disabled (write-through)
>> >>>         FRU                                : None
>> >>>         S.M.A.R.T.                         : No
>> >>>      Device #2
>> >>>         Device is an Enclosure services device
>> >>>         Reported Channel,Device            : 2,0
>> >>>         Enclosure ID                       : 0
>> >>>         Type                               : SES2
>> >>>         Vendor                             : ADAPTEC
>> >>>         Model                              : Virtual SGPIO
>> >>>         Firmware                           : 0001
>> >>>         Status of Enclosure services device
>> >>>            Temperature                     : Normal
>> >>>      Device #3
>> >>>         Device is an Enclosure services device
>> >>>         Reported Channel,Device            : 2,1
>> >>>         Enclosure ID                       : 1
>> >>>         Type                               : SES2
>> >>>         Vendor                             : ADAPTEC
>> >>>         Model                              : Virtual SGPIO
>> >>>         Firmware                           : 0001
>> >>>         Status of Enclosure services device
>> >>>            Temperature                     : Normal
>> >>>
>> >>>
>> >>> Command completed successfully.
>> >>>
>> >>> On Thu, Feb 7, 2013 at 12:00 AM, Greg Mitchell
>> >>> <greg.mitch...@oracle.com> wrote:
>> >>>> Chris,
>> >>>>
>> >>>> The Intel software is probably for an Intel CPU and not Sparc.
>> >>>>
>> >>>> I believe it is an Adaptec card not Intel anyway as per the attached
>> >>>> document and from your probe-scsi-all.
>> >>>>
>> >>>> I would remove the cables from the PCIE RAID card and plug them into
>> >>>> the
>> >>>> motherboard and use ZFS instead of the HW RAID.
>> >>>>
>> >>>> You should see the disks under the following path if they are plugged
>> >>>> into
>> >>>> the motherboard...
>> >>>>
>> >>>> /pci@400/pci@0/pci@8/scsi@0
>> >>>>
>> >>>> MPT Version 1.05, Firmware Version 1.27.02.00
>> >>>>
>> >>>> Target 0
>> >>>> Unit 0   Disk     HITACHI H103030SCSUN300GA2A8    585937500 Blocks,
>> >>>> 300 GB
>> >>>>  SASAddress 5000cca00aadc129  PhyNum 0
>> >>>> Target 1
>> >>>> Unit 0   Disk     HITACHI H103030SCSUN300GA2A8    585937500 Blocks,
>> >>>> 300 GB
>> >>>>  SASAddress 5000cca00aadc2d1  PhyNum 1
>> >>>> Target 2
>> >>>> Unit 0   Disk     HITACHI H103030SCSUN300GA2A8    585937500 Blocks,
>> >>>> 300 GB
>> >>>>  SASAddress 5000cca00aadb195  PhyNum 2
>> >>>> Target 3
>> >>>> Unit 0   Disk     HITACHI H103030SCSUN300GA2A8    585937500 Blocks,
>> >>>> 300 GB
>> >>>>  SASAddress 5000cca00aaeda21  PhyNum 3
>> >>>>
>> >>>> /pci@400/pci@0/pci@1/pci@0/usb@0,2/hub@4/device@4/storage@0
>> >>>>  Unit 0   Removable Read Only device    TEAC    DV-W28SS-R 1.0C
>> >>>>
>> >>>> Regards Greg
>> >>>>
>> >>>>
>> >>>> On 6/02/13 11:37 PM, Chris Wells wrote:
>> >>>>>
>> >>>>> Thanks. Didn't make a difference:
>> >>>>>
>> >>>>> {0} ok set-defaults
>> >>>>> Setting NVRAM parameters to default values.
>> >>>>> {0} ok setenv auto-boot? false
>> >>>>> auto-boot? =            false
>> >>>>> {0} ok reset-all
>> >>>>>
>> >>>>>
>> >>>>> T5240, No Keyboard
>> >>>>> Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
>> >>>>> OpenBoot 4.30.2.b, 32544 MB memory available, Serial #86408354.
>> >>>>> Ethernet address 0:21:28:26:7c:a2, Host ID: 85267ca2.
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> {0} ok probe-scsi-all
>> >>>>> /pci@400/pci@0/pci@c/scsi@0
>> >>>>> Waiting for AAC Controller to start: . . . . . . . Started
>> >>>>>
>> >>>>> AAC Kernel Version: 15825
>> >>>>>
>> >>>>>
>> >>>>> /pci@400/pci@0/pci@8/scsi@0
>> >>>>>
>> >>>>> MPT Version 1.05, Firmware Version 1.27.00.00
>> >>>>>
>> >>>>>
>> >>>>> /pci@400/pci@0/pci@1/pci@0/usb@0,2/storage@2
>> >>>>>   Unit 0   Removable Read Only device    TSSTcorpCD/DVDW
>> >>>>> TS-T632ASR03
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> On Wed, Feb 6, 2013 at 11:34 PM, Greg Mitchell
>> >>>>> <greg.mitch...@oracle.com>
>> >>>>> wrote:
>> >>>>>>
>> >>>>>> Chris,
>> >>>>>>
>> >>>>>> Have you done a set-defaults at the OBP ?
>> >>>>>>
>> >>>>>> Regards Greg
>> >>>>>>
>> >>>>>>
>> >>>>>> On 6/02/13 11:03 PM, Chris Wells wrote:
>> >>>>>>>
>> >>>>>>> maybe, but given both T5240s are in the same state, why would
>> >>>>>>> neither
>> >>>>>>> show either:
>> >>>>>>>
>> >>>>>>> a) logical volumes
>> >>>>>>> b) physical volumes
>> >>>>>>>
>> >>>>>>> and given these are recycled servers, I would doubt that people
>> >>>>>>> would
>> >>>>>>> unplug the disks completely.
>> >>>>>>>
>> >>>>>>> Next step - unless there's some more OBP magic, to download the
>> >>>>>>> Intel
>> >>>>>>> live RAID ISO and see what that shows.
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> On Wed, Feb 6, 2013 at 11:00 PM, greg.mitch...@oracle.com
>> >>>>>>> <greg.mitch...@oracle.com> wrote:
>> >>>>>>>>
>> >>>>>>>> Chris,
>> >>>>>>>>
>> >>>>>>>> If you can take the lid off see where the SAS cables go from the
>> >>>>>>>> diskback
>> >>>>>>>> plane as most T5xx0 system went to the mother board not a raid
>> >>>>>>>> card.
>> >>>>>>>>
>> >>>>>>>> Maybe you can move the cables to the from the raid card to the
>> >>>>>>>> mother
>> >>>>>>>> board..
>> >>>>>>>>
>> >>>>>>>> Greg
>> >>>>>>>>
>> >>>>>>>> Sent from my phone...
>> >>>>>>>>
>> >>>>>>>> On 06/02/2013, at 10:08 PM, Chris Wells
>> >>>>>>>> <chris.unix.d...@gmail.com>
>> >>>>>>>> wrote:
>> >>>>>>>>
>> >>>>>>>>> Still none-the-wiser:
>> >>>>>>>>>
>> >>>>>>>>> Booting Solaris10U10 into single user mode:
>> >>>>>>>>>
>> >>>>>>>>> # raidctl
>> >>>>>>>>> Controller: 1
>> >>>>>>>>> # format -Me
>> >>>>>>>>> Searching for disks...done
>> >>>>>>>>> No disks found!
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> # cfgadm -val
>> >>>>>>>>> Ap_Id                          Receptacle   Occupant
>> >>>>>>>>> Condition
>> >>>>>>>>> Information
>> >>>>>>>>> When         Type         Busy     Phys_Id
>> >>>>>>>>> c1                             connected    unconfigured unknown
>> >>>>>>>>> unavailable  scsi-sata    n
>> >>>>>>>>> /devices/pci@400/pci@0/pci@8/scsi@0:scsi
>> >>>>>>>>> c2                             connected    unconfigured unknown
>> >>>>>>>>> unavailable  scsi-bus     n
>> >>>>>>>>> /devices/pci@400/pci@0/pci@c/scsi@0:scsi
>> >>>>>>>>> usb0/1                         empty        unconfigured ok
>> >>>>>>>>> unavailable  unknown      n
>> >>>>>>>>> /devices/pci@400/pci@0/pci@1/pci@0/usb@0:1
>> >>>>>>>>> usb0/2                         empty        unconfigured ok
>> >>>>>>>>> unavailable  unknown      n
>> >>>>>>>>> /devices/pci@400/pci@0/pci@1/pci@0/usb@0:2
>> >>>>>>>>> usb0/3                         empty        unconfigured ok
>> >>>>>>>>> unavailable  unknown      n
>> >>>>>>>>> /devices/pci@400/pci@0/pci@1/pci@0/usb@0:3
>> >>>>>>>>> usb1/1                         empty        unconfigured ok
>> >>>>>>>>> unavailable  unknown      n
>> >>>>>>>>> /devices/pci@400/pci@0/pci@1/pci@0/usb@0,1:1
>> >>>>>>>>> usb1/2                         empty        unconfigured ok
>> >>>>>>>>> unavailable  unknown      n
>> >>>>>>>>> /devices/pci@400/pci@0/pci@1/pci@0/usb@0,1:2
>> >>>>>>>>> usb2/1                         empty        unconfigured ok
>> >>>>>>>>> unavailable  unknown      n
>> >>>>>>>>> /devices/pci@400/pci@0/pci@1/pci@0/usb@0,2:1
>> >>>>>>>>> usb2/2                         connected    configured   ok
>> >>>>>>>>> Mfg: Texas Instruments Incorporated  Product: 6250 FW:
>> >>>>>>>>> 03.05.02.22.562AD423  NConfigs: 1  Config: 0  <no cfg str descr>
>> >>>>>>>>> unavailable  usb-storage  n
>> >>>>>>>>> /devices/pci@400/pci@0/pci@1/pci@0/usb@0,2:2
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> So next step, I guess I have to download the Intel HBA live CD:
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> http://www.intel.com/support/motherboards/server/sunraid/index.htm
>> >>>>>>>>>
>> >>>>>>>>> Will look more tomorrow. But if this is the case, then it's a
>> >>>>>>>>> bit
>> >>>>>>>>> weird how you can't install Solaris or blow away a HW RAID
>> >>>>>>>>> config
>> >>>>>>>>> without access to the internet, an ISO, cdrom writer.
>> >>>>>>>>>
>> >>>>>>>>>
>> >>>>>>>>> Cheers - Chris
>> >>>>>>>>>
>> >>>>>>>>> On Wed, Feb 6, 2013 at 9:01 PM,  <chris.unix.d...@gmail.com>
>> >>>>>>>>> wrote:
>> >>>>>>>>>>
>> >>>>>>>>>> Yeah, I was wondering if hw raid was a factor.....
>> >>>>>>>>>>
>> >>>>>>>>>> Never liked hw RAID due to lack of control and flexibility.
>> >>>>>>>>>>
>> >>>>>>>>>> Googling required.
>> >>>>>>>>>>
>> >>>>>>>>>>
>> >>>>>>>>>> Sent via BlackBerry® from Telstra
>> >>>>>>>>>>
>> >>>>>>>>>> -----Original Message-----
>> >>>>>>>>>> From: "greg.mitch...@oracle.com" <greg.mitch...@oracle.com>
>> >>>>>>>>>> Date: Wed, 6 Feb 2013 20:50:47
>> >>>>>>>>>> To: Chris Wells<chris.unix.d...@gmail.com>
>> >>>>>>>>>> Cc: Melbourne OpenSolaris Users
>> >>>>>>>>>> Group<ug-msosug@opensolaris.org>
>> >>>>>>>>>> Subject: Re: [ug-msosug] T5240 reset to Factory Defaults - no
>> >>>>>>>>>> disks
>> >>>>>>>>>> visible.
>> >>>>>>>>>>
>> >>>>>>>>>> Chris,,
>> >>>>>>>>>>
>> >>>>>>>>>> Looks like ur running a RAID controller.
>> >>>>>>>>>>
>> >>>>>>>>>> Google the following message and u should get some
>> >>>>>>>>>> information....
>> >>>>>>>>>>
>> >>>>>>>>>> "Waiting for AAC Controller to start: . . Started"
>> >>>>>>>>>>
>> >>>>>>>>>> Phasers on stun... Kirk out...
>> >>>>>>>>>>
>> >>>>>>>>>> Wells <chris.unix.d...@gmail.com> wrote:
>> >>>>>>>>>>
>> >>>>>>>>>>> A couple of questions if I may
>> >>>>>>>>>>>
>> >>>>>>>>>>> A) Anyone from the Western Suburbs (Point Cook) going to
>> >>>>>>>>>>> MSOSUG this
>> >>>>>>>>>>> time, and can car/taxi pool?
>> >>>>>>>>>>>
>> >>>>>>>>>>> B) I've got this issue with some re-purposed T5240 systems
>> >>>>>>>>>>> that I do
>> >>>>>>>>>>> not know the history of, and may have stale LDOM config. I
>> >>>>>>>>>>> can't see
>> >>>>>>>>>>> the hard disks (physically they're there), but not detectable
>> >>>>>>>>>>> in
>> >>>>>>>>>>> Solaris 10, 11, or the OBP.
>> >>>>>>>>>>>
>> >>>>>>>>>>> I've already reset the ILOM and the HOST.
>> >>>>>>>>>>>
>> >>>>>>>>>>> Any assistance gratefully accepted - for now this has got both
>> >>>>>>>>>>> Nathan
>> >>>>>>>>>>> and myself flummoxed.
>> >>>>>>>>>>>
>> >>>>>>>>>>> Cheers - Chris.
>> >>>>>>>>>>>
>> >>>>>>>>>>>
>> >>>>>>>>>>> ----------------
>> >>>>>>>>>>>
>> >>>>>>>>>>> logs below:
>> >>>>>>>>>>>
>> >>>>>>>>>>>
>> >>>>>>>>>>> -> cd /SP
>> >>>>>>>>>>> /SP
>> >>>>>>>>>>>
>> >>>>>>>>>>> -> set reset_to_defaults=factory
>> >>>>>>>>>>> Set 'reset_to_defaults' to 'factory'
>> >>>>>>>>>>>
>> >>>>>>>>>>> -> reset
>> _______________________________________________
>> ug-msosug mailing list
>> ug-msosug@opensolaris.org
>> http://mail.opensolaris.org/mailman/listinfo/ug-msosug
>
>



-- 
Regards,

Chris
_______________________________________________
ug-msosug mailing list
ug-msosug@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/ug-msosug

Reply via email to