AIX

AIX

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


#Power
 View Only
  • 1.  AIX mount disk

    Posted Wed December 06, 2006 05:20 AM

    Originally posted by: SystemAdmin


    Dear

    We are using AIX 5.3L with ESS storage, after create the patrition on ESS with AIX mac address. I can connect the ESS using FC card with Fiber cable. It can show the connection and device using below command

    1. cfgmge
    2. lsdev -Cc disk
    disk0 Available 03-08-00-4,0 16 Bit LVD SCSI Disk Drive
    hdisk1 Available 25-08-00-5,0 16 Bit LVD SCSI Disk Drive
    hdisk2 Available 17-08-01 1722-600 (600) Disk Array Device
    hdisk3 Available 17-08-02 1722-600 (600) Disk Array Device

    What should I do next? how can i mount the drive? what commmand can i use? create VG frist?
    #AIX-Forum


  • 2.  Re: AIX mount disk

    Posted Wed December 06, 2006 08:38 AM

    Originally posted by: orphy


    I take that you are trying to create some filesystems? If so, you need
    mkvg
    mklv
    crfs

    Either look at their man pages or execute each of the above commands with
    "smitty <cmd>" and go from there.
    Orphy! :-)
    #AIX-Forum