View Single Post

   
  #7 (permalink)  
Old 01-05-2008, 06:25 AM
Jeffrey Ross
 
Posts: n/a
Default Re: listing disk devices

"Eigenvector" <m44_master@yahoo.com> wrote in message
news:HyB9e.44$Xo6.915@news.uswest.net...
> This is a pretty basic question, but I couldn't find an answer for it
> elsewhere.
>
> How do I list out all the disk devices attached to a system under AIX 5.2?
> I come from an HPUX background and the command there is `ioscan -fnC

disk` -
> is there a corresponding command for AIX?
>


lspv
lsdev -Cc disk
lsattr -El hdisk0
lsvg -p rootvg
lscfg -vp | more

Read up on the above commands to get started in AIX disk admin.
A good way to learn the commands is to use smit and view the command that it
would run for each function that you would like to perform.

Jeffrey


Reply With Quote