Topics: AIX, Storage, System Admin
Mounting USB drive on AIX
To familiarize yourself with using USB drives on AIX, take a look at the following article at IBM developerWorks:
http://www.ibm.com/developerworks/aix/library/au-flashdrive/
Before you start using it, make sure you DLPAR the USB controller to your LPAR, if not done so already. You should see the USB devices on your system:
After you plug in the USB drive, run cfgmgr to discover the drive, or if you don't want the run the whole cfgmgr, run:# lsconf | grep usb + usbhc0 U78C0.001.DBJX589-P2 USB Host Controller + usbhc1 U78C0.001.DBJX589-P2 USB Host Controller + usbhc2 U78C0.001.DBJX589-P2 USB Enhanced Host Controller + usbms0 U78C0.001.DBJX589-P2-C8-T5-L1 USB Mass Storage
Some devices may not be recognized by AIX, and may require you to run the lquerypv command:# /etc/methods/cfgusb -l usb0
To create a 2 TB file system on the drive, run:# lquerypv -h /dev/usbms0
# mkfs -olog=INLINE,ea=v2 -s2000G -Vjfs2 /dev/usbms0To mount the file system, run:
# mount -o log=INLINE /dev/usbms0 /usbmntThen enjoy using a 2 TB file system:
# df -g /usbmnt Filesystem GB blocks Free %Used Iused %Iused Mounted on /dev/usbms0 2000.00 1986.27 1% 3182 1% /usbmnt
If you found this useful, here's more on the same topic(s) in our blog:
- Montoring a system without logging in
- Prune old Docker data
- How to create Local Repositories in RHEL
- VGDA out of sync
- RHSM: Too many content sets for certificate
UNIX Health Check delivers software to scan Linux and AIX systems for potential issues. Run our software on your system, and receive a report in just a few minutes. UNIX Health Check is an automated check list. It will report on perfomance, capacity, stability and security issues. It will alert on configurations that can be improved per best practices, or items that should be improved per audit guidelines. A report will be generated in the format you wish, and the report includes the issues discovered and information on how to solve the issues as well.
Interested in learning more?
Interested in learning more?




