aix上用smit建立檔案系統

haozg_oracle發表於2012-02-14
用smit 建立 檔案系統

1、用smit 先建立lv

# smit

                                               Add a Logical Volume

Type or select values in entry fields.
Press Enter AFTER making all desired changes.
  
[TOP]                                                   [Entry Fields]
  Logical volume NAME                                [lv10g]                                                     
* VOLUME GROUP name                                   datavg                                                     
* Number of LOGICAL PARTITIONS                       [96]                                                       #
  PHYSICAL VOLUME names                              []                                                        +
  Logical volume TYPE                                [jfs]                                                     +
  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 reading/writing               parallel                                                 +
    logical partition copies                          
  Enable WRITE VERIFY?                                no                                                       +
  File containing ALLOCATION MAP                     []
[MORE...2]
                   
F1=Help                     F+------------------------------------------------------+F4=List  
Esc+5=Reset                 E| Running command...                                   |Esc+8=Image
Esc+9=Shell                 E+------------------------------------------------------+          
                                                  COMMAND STATUS

Command: running       stdout: yes           stderr: no

Before command completion, additional instructions may appear below.

lv10g





2、用smit 建立檔案系統,如果原來有,那麼需要先把原來的檔案系統刪掉。選擇要建立檔案系統的lv,及掛載點

# smit fs

                                       Add a Standard Journaled File System 

Type or select values in entry fields.
Press Enter AFTER making all desired changes.
  
                                                        [Entry Fields]
* LOGICAL VOLUME name                                 lv10g                                                    +
* MOUNT POINT                                        [/oracle10]
  Mount AUTOMATICALLY at system restart?              no                                                       +
  PERMISSIONS                                         read/write                                               +
  Mount OPTIONS                                      []                                                        +
  Start Disk Accounting?                              no                                                       +
  Fragment Size (bytes)                               4096                                                     +
  Number of bytes per inode                           4096                                                     +
  Allocation Group Size (MBytes)                      8                                                        +
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
                   
F1=Help                     F+------------------------------------------------------+F4=List  
Esc+5=Reset                 E| Running command...                                   |Esc+8=Image                 
Esc+9=Shell                 E+------------------------------------------------------+                            
                                                  COMMAND STATUS

Command: running       stdout: yes           stderr: no

Before command completion, additional instructions may appear below.

Based on the parameters chosen, the new /oracle10 JFS file system
is limited to a maximum size of 134217728 (512 byte blocks)

New File System size is 25165824





3、掛載檔案系統到根

# mount /dev/lv10g /oracle10
# df -g
Filesystem    GB blocks      Free %Used    Iused %Iused Mounted on
/dev/hd4           2.00      1.85    8%     4455     1% /
/dev/hd2           8.00      1.90   77%   164772     8% /usr
/dev/hd9var        0.25      0.13   48%      915     2% /var
/dev/hd3           4.00      1.62   60%     4938     1% /tmp
/dev/hd1           6.00      1.17   81%   109463     7% /home
/proc                 -         -    -         -     -  /proc
/dev/hd10opt       0.12      0.05   64%     2357     8% /opt
/dev/lv00          0.12      0.12    4%       18     1% /var/adm/csd
/dev/lv9i         12.00      2.05   83%    14858     1% /oracle9i
/dev/lv11         12.00     11.62    4%      121     1% /oracle11
/dev/lv01          6.00      4.16   31%     3847     1% /sybase
/dev/fslv00      200.00      9.75   96%   857016    28% /dsg
/dev/lv10g        12.00     11.62    4%       17     1% /oracle10


擴大檔案系統後,邏輯卷就自動擴充套件了,不需要再對lv做處理。

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

相關文章