AIX 5L:第一步——建立VG
最近在AIX 5L上安裝ORACLE 10G,需要先劃空間,下文將講述使用smit建立vg的過程
shell>smitty mkvg:
Move cursor to desired item and press Enter.
Add an Original Volume Group
Add a Big Volume Group
Add a Scalable Volume Group
選擇第一項即可,第2和第3項都是在增加了vg容量作出了調整,但是本文是測試,不需要多大的空間,也沒有那麼多的pv供選擇。
預設情況下是第一項,加車即可
回車後
Add an Original Volume Group
Type or select values in entry fields.
Press Enter AFTER making all desired changes.
[Entry Fields]
VOLUME GROUP name [oradata]
Physical partition SIZE in megabytes 8 +
* PHYSICAL VOLUME names [hdisk2] +
Force the creation of a volume group? no +
Activate volume group AUTOMATICALLY yes +
at system restart?
Volume Group MAJOR NUMBER [] +#
Create VG Concurrent Capable? no +
按兩次回車確認
Command: failed stdout: yes stderr: no
Before command completion, additional instructions may appear below.
0516-1208 /usr/sbin/mkvg: Warning, The Physical Partition Size of 8 requires the
creation of 35762 partitions for hdisk4. The system limitation is 16256
physical partitions per disk at a factor value of 16. Specify a larger
Physical Partition Size or a larger factor value in order create a
volume group on this disk.
0516-862 /usr/sbin/mkvg: Unable to create volume group.
暈,提示要加大pp的大小,用F3退回
因為普通vg要求 多隻能含有16256個pp,因為目前的磁碟空間是35762*8/1024約為280G
從pv上看大小,大致也可以驗證這一點:
[tydic91:root:/]#i=$((35762*8))
[tydic91:root:/]#echo $i
286096
[tydic91:root:/]#lspv hdisk4
PHYSICAL VOLUME: hdisk4 VOLUME GROUP: oradata
PV IDENTIFIER: 005f555d8f66431e VG IDENTIFIER 005f555d00004c000000012ebf74ac0f
PV STATE: active
STALE PARTITIONS: 0 ALLOCATABLE: yes
PP SIZE: 512 megabyte(s) LOGICAL VOLUMES: 0
TOTAL PPs: 558 (285696 megabytes) VG DESCRIPTORS: 2
FREE PPs: 558 (285696 megabytes) HOT SPARE: no
USED PPs: 0 (0 megabytes) MAX REQUEST: 256 kilobytes
FREE DISTRIBUTION: 112..112..111..111..112
USED DISTRIBUTION: 00..00..00..00..00
hdisk4為280G左右
16<285696/16256=17<32
因此,其最小大小應該為32M
測試下:
1)刪除VG組
[tydic91:root:/]#lspv
hdisk0 005f555d8ece14ea rootvg active
hdisk1 005f555d7afe4fe8 rootvg active
hdisk2 005f555d8f6640f8 None
hdisk3 005f555d8f66420a None
hdisk4 005f555d8f66431e oradata active
[tydic91:root:/]#varyoffvg oradata
[tydic91:root:/]#lspv
hdisk0 005f555d8ece14ea rootvg active
hdisk1 005f555d7afe4fe8 rootvg active
hdisk2 005f555d8f6640f8 None
hdisk3 005f555d8f66420a None
hdisk4 005f555d8f66431e oradata
[tydic91:root:/]#exportvg oradata
[tydic91:root:/]#lspv
hdisk0 005f555d8ece14ea rootvg active
hdisk1 005f555d7afe4fe8 rootvg active
hdisk2 005f555d8f6640f8 None
hdisk3 005f555d8f66420a None
hdisk4 005f555d8f66431e None
2)以32M建立VG
再以32M建立
VOLUME GROUP name [oradata]
Physical partition SIZE in megabytes 32 +
* PHYSICAL VOLUME names [hdisk2] +
Force the creation of a volume group? no +
Activate volume group AUTOMATICALLY yes +
at system restart?
Volume Group MAJOR NUMBER [] +#
Create VG Concurrent Capable? no +
Command: OK stdout: yes stderr: no
Before command completion, additional instructions may appear below.
oradata
果然,32M不存在這個問題
3)最後重複第2步,將卷組名設定為oradatavg,PP大小為64M
VOLUME GROUP name [oradata]
Physical partition SIZE in megabytes 64 +
* PHYSICAL VOLUME names [hdisk2] +
Force the creation of a volume group? yes +
Activate volume group AUTOMATICALLY yes +
at system restart?
Volume Group MAJOR NUMBER [] +#
Create VG Concurrent Capable? no +
Command: OK stdout: yes stderr: no
Before command completion, additional instructions may appear below.
oradatavg
[tydic91:root:/]#lspv
hdisk0 005f555d8ece14ea rootvg active
hdisk1 005f555d7afe4fe8 rootvg active
hdisk2 005f555d8f6640f8 oradatavg active
hdisk3 005f555d8f66420a None
hdisk4 005f555d8f66431e None
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12350275/viewspace-689880/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- AIX VG操作AI
- AIX 5L:第二步——建立lvAI
- AIX_EXT_VGAI
- aix系統vgAI
- aix lvm big vgAILVM
- AIX 更換硬碟重建vgAI硬碟
- AIX PV VG LV詳解AI
- AIX系統擴vg操作步驟AI
- aix 的pv vg lv 命令實踐AI
- AIX 5L學習總結2AI
- AIX 5L:第三步——在已經建立的lv上建立檔案系統AI
- aix 下刪除一個卷組vgAI
- 在AIX 5L上配置NFS Server/ClientAINFSServerclient
- IBM AIX 5L ipsec總結IBMAI
- INSTALL ORACLE11g FOR AIX 5LOracleAI
- AIX 5L網路卡管理與配置AI
- 在AIX 5L上快速部署Oracle (轉)AIOracle
- Install oracle 10g for aix 5L asmOracle 10gAIASM
- [轉]AIX 5L網路卡管理與配置AI
- AIX 5L上管理網路卡以及檢視配置AI
- IBM 小型機上AIX 5L的安裝IBMAI
- AIX(5L)效能最佳化主要工具或者方法..AI
- AIX中PV,VG,LV及FS常用相關命令AI
- AIX同步映象VG中的新LV,手工映象LVAI
- AIX 5L上管理網路卡以及檢視配置【轉】AI
- AIX 5L上管理網路卡以及檢視配置IAI
- AIX 5L 記憶體效能優化,第 3 部分AI記憶體優化
- AIX 5L 記憶體效能優化,第 2 部分:AI記憶體優化
- Direct I/O (DIO) and Concurrent I/O (CIO) on AIX 5LAI
- Linux中的建立PV-VG-LVLinux
- AIX下修改已經新增到VG裡的磁碟碟符AI
- oracle 11g for aix 5L 配置asm時遇到的問題OracleAIASM
- oracle 11g 在IBM AIX 5L上的安裝OracleIBMAI
- 建立AIX克隆盤AI
- IBM AIX 5L 系統管理員認證考試大綱IBMAI
- AIX建立rootvg的映象AI
- 元件化第一步,建立私有Pod元件化
- lucene第一步,lucene基礎,索引建立索引