Link to home
Start Free TrialLog in
Avatar of Dario Vercelli
Dario VercelliFlag for Italy

asked on

AIX - Add USB to lpar

I connected to the vios  an "integrated multifunction card with copper sfp" , now I would like to create an adapter to associate a usb port to the lpar, how should I do?

System Model: IBM,9179-MHC

by vios :
# lsdev | grep Multifunction
ent44      Available 0J-00       Int Multifunction Card w/ Copper SFP+ 10GbE (a219100714100a04)
ent45      Available 0J-01       Int Multifunction Card w/ Copper SFP+ 10GbE (a219100714100a04)
ent46      Available 0J-04       Int Multifunction Card w/ Base-TX 10/100/1000 1GbE (a21910071410d203)
ent47      Available 0J-05       Int Multifunction Card w/ Base-TX 10/100/1000 1GbE (a21910071410d203)
# lslpp -l | grep usb
  devices.common.IBM.usb.diag
  devices.common.IBM.usb.rte
  devices.usbif.010100.rte   6.1.7.0  COMMITTED  USB Audio Device Driver
  devices.usbif.03000008.rte
  devices.usbif.030101.rte   6.1.7.0  COMMITTED  USB Keyboard Client Driver
  devices.usbif.030102.rte   6.1.7.0  COMMITTED  USB Mouse Client Driver
  devices.usbif.08025002.diag
  devices.usbif.08025002.rte
  devices.usbif.080400.diag  6.1.0.0  COMMITTED  USB Diskette Diagnostics
  devices.usbif.080400.rte   6.1.7.0  COMMITTED  USB Diskette Client Driver
  devices.common.IBM.usb.rte
  devices.usbif.010100.rte   6.1.7.0  COMMITTED  USB Audio Device Driver
  devices.usbif.03000008.rte
  devices.usbif.030101.rte   6.1.7.0  COMMITTED  USB Keyboard Client Driver
  devices.usbif.030102.rte   6.1.7.0  COMMITTED  USB Mouse Client Driver
  devices.usbif.08025002.rte
Avatar of Dario Vercelli
Dario Vercelli
Flag of Italy image

ASKER

I solved, I did see the usb port directly to the logical partition

root@CnctMapD01:(/)# lsdev |grep usb
 usb0            Available             USB System Software
 usbhc0          Available 02-08       USB Host Controller (33103500)
 usbhc1          Available 02-09       USB Host Controller (33103500)
 usbhc2          Available 02-0a       USB Enhanced Host Controller (3310e000)


At this point just insert the USB support, do a cfgmgr and then you can mount the device, correct?
ASKER CERTIFIED SOLUTION
Avatar of dfke
dfke

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of dfke
dfke

Hi,

can you post an update please?

Cheers
Solution accepted

Open in new window