AIX 5L:第二步——建立lv

lirenquan發表於2011-03-18
1、計劃安裝
將ORACLE的安裝目錄對應LV lv_soft01設為8G,將ORACLE存放資料目錄對應lv lv_data01設定為20G,通過bc計算
[tydic91:root:/]#bc
1024*8/64
128
1024*20/64
320
對應的pp數分別為128和320

2、建立邏輯卷

[tydic91:root:/]#smitty mklv
                                                        Add a Logical Volume

Type or select values in entry fields.
Press Enter AFTER making all desired changes.
按F4,列VG組,選擇oradatavg

                                                        Add a Logical Volume

Type or select values in entry fields.
Press Enter AFTER making all desired changes.

                                                        [Entry Fields]
  Logical volume NAME                                [lv_soft01]
* VOLUME GROUP name                                   oradatavg
* Number of LOGICAL PARTITIONS                       [128]                                                                        #
  PHYSICAL VOLUME names                              []                                                                          +
  Logical volume TYPE                                [jfs2]                                                                      +
  POSITION on physical volume                         middle                                                                     +
  RANGE of physical volumes                           minimum                                                                    +
  MAXIMUM NUMBER of PHYSICAL VOLUMES                 []                                                                           #
    to use for allocation
  Number of COPIES of each logical                    1                                                                          +
    partition
  Mirror Write Consistency?                           active                                                                     +
  Allocate each logical partition copy                yes                                                                        +
    on a SEPARATE physical volume?
  RELOCATE the logical volume during                  yes                                                                        +
    reorganization?
  Logical volume LABEL                               []
  MAXIMUM NUMBER of LOGICAL PARTITIONS               [512]                                                                        #
  Enable BAD BLOCK relocation?                        yes                                                                        +
  SCHEDULING POLICY for writing/reading               parallel                                                                   +
    logical partition copies
  Enable WRITE VERIFY?                                no                                                                         +
  File containing ALLOCATION MAP                     []                                                
  Stripe Size?                                       [Not Striped]                                                               +
  Serialize IO?                                       no                                                                         +
按兩次enter後:
Command: OK       stdout: yes           stderr: no

Before command completion, additional instructions may appear below.

lv_soft01

按F3返回,再建立邏輯卷lv_data01

                                                        Add a Logical Volume

Type or select values in entry fields.       
Press Enter AFTER making all desired changes.

                                                        [Entry Fields]
  Logical volume NAME                                [lv_data01]
* VOLUME GROUP name                                   oradatavg
* Number of LOGICAL PARTITIONS                       [320]                                                                        #
  PHYSICAL VOLUME names                              []                                                                          +
  Logical volume TYPE                                [jfs2]                                                                      +
  POSITION on physical volume                         middle                                                                     +
  RANGE of physical volumes                           minimum                                                                    +
  MAXIMUM NUMBER of PHYSICAL VOLUMES                 []                                                                           #
    to use for allocation
  Number of COPIES of each logical                    1                                                                          +
    partition
  Mirror Write Consistency?                           active                                                                     +
  Allocate each logical partition copy                yes                                                                        +
    on a SEPARATE physical volume?
  RELOCATE the logical volume during                  yes                                                                        +
    reorganization?
  Logical volume LABEL                               []
  MAXIMUM NUMBER of LOGICAL PARTITIONS               [512]                                                                        #
  Enable BAD BLOCK relocation?                        yes                                                                        +
  SCHEDULING POLICY for writing/reading               parallel                                                                   +
    logical partition copies
  Enable WRITE VERIFY?                                no                                                                         +
  File containing ALLOCATION MAP                     []
  Stripe Size?                                       [Not Striped]                                                               +
  Serialize IO?                                       no                                                                   
結果:
                                                           COMMAND STATUS

Command: OK            stdout: yes           stderr: no

Before command completion, additional instructions may appear below.

lv_data01

3、確認
[tydic91:root:/]#lsvg -l oradatavg
oradatavg:
LV NAME             TYPE       LPs     PPs     PVs  LV STATE      MOUNT POINT
lv_soft01           jfs2       128     128     1    closed/syncd  N/A
lv_data01           jfs2       320     320     1    closed/syncd  N/A

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12350275/viewspace-689881/,如需轉載,請註明出處,否則將追究法律責任。

相關文章