Unix Technical Forum

mounting a USB external drive to U30 under Sol10

This is a discussion on mounting a USB external drive to U30 under Sol10 within the Sun Solaris Hardware forums, part of the Solaris Operating System category; --> I bought (based on http://www.sun.com/io_technologies/PCI.html ) a AUA 4000A USB2.0 4 port Host Controller to use with my U30 ...


Go Back   Unix Technical Forum > Unix Operating Systems > Solaris Operating System > Sun Solaris Hardware

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-16-2008, 04:23 PM
Mauricio Tavares
 
Posts: n/a
Default mounting a USB external drive to U30 under Sol10

I bought (based on http://www.sun.com/io_technologies/PCI.html) a
AUA 4000A USB2.0 4 port Host Controller to use with my U30 running
Solaris 10. Do I need to use the usbconfig script with Solaris 10?

As I test, I connected a USB external HD (i.e. an IBM deskstar IDE drive
in a USB/firewire case. Works fine under OSX and XP) to the card. This
is what I see:

# prtconf -D
System Configuration: Sun Microsystems sun4u
Memory size: 1024 Megabytes
System Peripherals (Software Nodes):

SUNW,Ultra-30 (driver name: rootnex)
scsi_vhci, instance #0 (driver name: scsi_vhci)
packages
terminal-emulator
deblocker
obp-tftp
disk-label
SUNW,builtin-drivers
sun-keyboard
ufs-file-system
chosen
openprom
client-services
options, instance #0 (driver name: options)
aliases
memory
virtual-memory
pci, instance #0 (driver name: pcipsy)
ebus, instance #0 (driver name: ebus)
auxio
power (driver name: power)
SUNW,pll
sc
se, instance #0 (driver name: se)
su, instance #0 (driver name: su)
su, instance #1 (driver name: su)
ecpp, instance #0 (driver name: ecpp)
fdthree, instance #0 (driver name: fd)
eeprom
flashprom
SUNW,CS4231, instance #0 (driver name: audiocs)
network, instance #0 (driver name: hme)
scsi, instance #0 (driver name: glm)
disk (driver name: sd)
tape (driver name: st)
sd, instance #1 (driver name: sd)
sd, instance #0 (driver name: sd)
sd, instance #6 (driver name: sd)
usb, instance #0 (driver name: ohci)
usb, instance #1 (driver name: ohci)
usb, instance #0 (driver name: ehci)
hub, instance #0 (driver name: hubd)
storage, instance #2 (driver name: scsa2usb)
disk, instance #4 (driver name: sd)
storage, instance #1 (driver name: scsa2usb)
disk, instance #3 (driver name: sd)
[...]
counter-timer
SUNW,UltraSPARC-II
SUNW,ffb, instance #0 (driver name: ffb)
pseudo, instance #0 (driver name: pseudo)
# ls -l /dev/rdsk/c*0 | grep usb
lrwxrwxrwx 1 root root 58 Mar 23 12:13 /dev/rdsk/c1t0d0s0
-> ../../devices/pci@1f,4000/usb@2,2/storage@2/disk@0,0:a,raw
lrwxrwxrwx 1 root root 64 Mar 24 21:46 /dev/rdsk/c2t0d0s0
-> ../../devices/pci@1f,4000/usb@2,2/hub@3/storage@4/disk@0,0:a,raw
lrwxrwxrwx 1 root root 58 Apr 24 00:13 /dev/rdsk/c3t0d0s0
-> ../../devices/pci@1f,4000/usb@2,2/storage@4/disk@0,0:a,raw
# /etc/init.d/volmgt stop
# rmformat -l /dev/rdsk/c2t0d0s0
Could not open device : No such file or directory
# rmformat -l /dev/rdsk/c3t0d0s0
Looking for devices...
No removable devices found or no media in the device.
# rmformat -l /dev/rdsk/c1t0d0s0
Could not open device : No such file or directory
#

Any reason I cannot connect to the drive?


--
Mauricio raub-kudria-com
(if you need to email me, use this address =)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-16-2008, 04:23 PM
Casper H.S. Dik
 
Posts: n/a
Default Re: mounting a USB external drive to U30 under Sol10

Mauricio Tavares <uce@ftc.gov> writes:

> I bought (based on http://www.sun.com/io_technologies/PCI.html) a
>AUA 4000A USB2.0 4 port Host Controller to use with my U30 running
>Solaris 10. Do I need to use the usbconfig script with Solaris 10?


>As I test, I connected a USB external HD (i.e. an IBM deskstar IDE drive
>in a USB/firewire case. Works fine under OSX and XP) to the card. This
>is what I see:


> usb, instance #0 (driver name: ohci)
> usb, instance #1 (driver name: ohci)
> usb, instance #0 (driver name: ehci)
> hub, instance #0 (driver name: hubd)
> storage, instance #2 (driver name: scsa2usb)
> disk, instance #4 (driver name: sd)
> storage, instance #1 (driver name: scsa2usb)
> disk, instance #3 (driver name: sd)



># /etc/init.d/volmgt stop


Volmgmt should have found it, really.

Try "cfgadm -lv".

Look for messages in /var/adm/messages

Casper
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-16-2008, 04:27 PM
Jack-Benny
 
Posts: n/a
Default Re: mounting a USB external drive to U30 under Sol10

On Mon, 24 Apr 2006 10:19:42 -0400, Mauricio Tavares wrote:

> I bought (based on http://www.sun.com/io_technologies/PCI.html) a
> AUA 4000A USB2.0 4 port Host Controller to use with my U30 running
> Solaris 10. Do I need to use the usbconfig script with Solaris 10?
>
> As I test, I connected a USB external HD (i.e. an IBM deskstar IDE drive
> in a USB/firewire case. Works fine under OSX and XP) to the card. This
> is what I see:
>
> # prtconf -D
> System Configuration: Sun Microsystems sun4u
> Memory size: 1024 Megabytes
> System Peripherals (Software Nodes):
>
> SUNW,Ultra-30 (driver name: rootnex)
> scsi_vhci, instance #0 (driver name: scsi_vhci)
> packages
> terminal-emulator
> deblocker
> obp-tftp
> disk-label
> SUNW,builtin-drivers
> sun-keyboard
> ufs-file-system
> chosen
> openprom
> client-services
> options, instance #0 (driver name: options)
> aliases
> memory
> virtual-memory
> pci, instance #0 (driver name: pcipsy)
> ebus, instance #0 (driver name: ebus)
> auxio
> power (driver name: power)
> SUNW,pll
> sc
> se, instance #0 (driver name: se)
> su, instance #0 (driver name: su)
> su, instance #1 (driver name: su)
> ecpp, instance #0 (driver name: ecpp)
> fdthree, instance #0 (driver name: fd)
> eeprom
> flashprom
> SUNW,CS4231, instance #0 (driver name: audiocs)
> network, instance #0 (driver name: hme)
> scsi, instance #0 (driver name: glm)
> disk (driver name: sd)
> tape (driver name: st)
> sd, instance #1 (driver name: sd)
> sd, instance #0 (driver name: sd)
> sd, instance #6 (driver name: sd)
> usb, instance #0 (driver name: ohci)
> usb, instance #1 (driver name: ohci)
> usb, instance #0 (driver name: ehci)
> hub, instance #0 (driver name: hubd)
> storage, instance #2 (driver name: scsa2usb)
> disk, instance #4 (driver name: sd)
> storage, instance #1 (driver name: scsa2usb)
> disk, instance #3 (driver name: sd)
> [...]
> counter-timer
> SUNW,UltraSPARC-II
> SUNW,ffb, instance #0 (driver name: ffb)
> pseudo, instance #0 (driver name: pseudo)
> # ls -l /dev/rdsk/c*0 | grep usb
> lrwxrwxrwx 1 root root 58 Mar 23 12:13 /dev/rdsk/c1t0d0s0
> -> ../../devices/pci@1f,4000/usb@2,2/storage@2/disk@0,0:a,raw
> lrwxrwxrwx 1 root root 64 Mar 24 21:46 /dev/rdsk/c2t0d0s0
> -> ../../devices/pci@1f,4000/usb@2,2/hub@3/storage@4/disk@0,0:a,raw
> lrwxrwxrwx 1 root root 58 Apr 24 00:13 /dev/rdsk/c3t0d0s0
> -> ../../devices/pci@1f,4000/usb@2,2/storage@4/disk@0,0:a,raw
> # /etc/init.d/volmgt stop
> # rmformat -l /dev/rdsk/c2t0d0s0
> Could not open device : No such file or directory
> # rmformat -l /dev/rdsk/c3t0d0s0
> Looking for devices...
> No removable devices found or no media in the device.
> # rmformat -l /dev/rdsk/c1t0d0s0
> Could not open device : No such file or directory
> #
>
> Any reason I cannot connect to the drive?


Hmm, shuldnt be any problem.
If you use CDE it should pop-up automaticly on the desktop...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 12:57 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com