AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
  • 1.  AIX server internal disc

    Posted Sun April 06, 2008 09:13 PM

    Originally posted by: apple08


    dear AIX admin,
    would appreciate you can enlighten me on these:
    1. lspv
    hdisk0 00cc689db80eb7d9 rootvg active
    hdisk1 00cc689db810a9c6 vg01 active
    hdisk2 00cc689d33f4dd45 vg02 active

    the rootvg is internal disc, how about the vg01 and vg02? how can i check whether it's belong to internal disc or san storage disc? hope to hear from you. thanks a lot
    #AIX-Forum


  • 2.  Re: AIX server internal disc

    Posted Mon April 07, 2008 01:38 AM

    Originally posted by: Miguel_Sanders


    Issue
    lscfg | egrep -w hdisk[012] | grep LVD | awk '{print $2}'
    This gives you a list of all internal SCSI disks.
    #AIX-Forum


  • 3.  Re: AIX server internal disc

    Posted Mon April 07, 2008 04:13 PM

    Originally posted by: kappa


    lsdev -Cc disk (old style)
    lsdev -c disk (new style)
    #AIX-Forum