版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡介
1、 8/8原創(chuàng) veritas volume manager(常用命令集) 終于在春節(jié)前把veritas volume manager寫完了.希望對(duì)要學(xué)習(xí)這個(gè)的朋友有一些幫助吧.最后一部分把常用命令給大家希望可以有一個(gè)幫助吧.(前面的一部分內(nèi)容是我轉(zhuǎn)貼過來的)做了一個(gè)組合吧.剛寫好的,可能有些亂,還請(qǐng)大家不要介意.謝謝大家的支持! 二、添加License的命令 license -c 三、查看License的命令 # license -p 四、名詞解析 VRTSvm VxVM軟件 VRTSlic VxVM licensing utilities VRTSvmdoc VxVM電子文檔 VRTSvmm
2、an VxVM幫助手冊(cè) VRTSvmdev VxVM developers package VRTSsa VxVM圖形管理界面 VRTSfs VxFS軟件 VRTSfsdoc VxFS文檔 五、添加VxVM和VxFS包 mount -F hsfs -o ro /dev/dsk/c0t6d0s2 /mnt # pkgadd -d path_name product_packages 注意:要以超級(jí)用戶權(quán)限登錄系統(tǒng),完了后還要重啟系統(tǒng)。 六、安裝VxFS后,修改/etc/system ,在里面添加一行: set lwp_default_stksize=0 x4000 并將原始的文件拷貝一份。 七、
3、檢查安裝包: pkginfo 列出所有安裝的包 pkginfo | grep VRTS 列出安裝的VERITAS的包 pkginfo -l pkckage 列出某個(gè)安裝包的詳細(xì)信息 八、用install來創(chuàng)建rootdg 。 選擇Custom安裝。 九、顯示執(zhí)行過的命令: tail -f /var/opt/vmsa/logs/command 十、命令行 在如下幾個(gè)目錄中,可以找到在命令行中使用的命令: /etc/bin /usr/sbin /usr/lib/vm/bin 注:把這些目錄加入到PATH環(huán)境變量中去。 十一、幾條常用命令: assist 、print 、dg 、disk 、info
4、 、diskadm 十二、檢查是否有別的VMSA版本存在: pkginfo -l | grep vmsa 如果有則刪除: pkgrm VRTSvmsa 十三、啟動(dòng)VMSA 1以root用戶登錄; 2./vmsa_server & 3xhost system_name (這一步有時(shí)需要做) 4DISPLAY=uname -n :0.0 ;export DISPLAY(這一步有時(shí)需要做) 十四、啟動(dòng)VMSA客戶端 1本地啟動(dòng):# vmsa 2遠(yuǎn)程啟動(dòng):# vmsa remote_machine_name 十五、幾個(gè)命令 1確定VMSA是否運(yùn)行:# vmsa_server -q 2停止VMSA服務(wù):
5、 # vmsa_server -k 3顯示VMSA運(yùn)行版本:# vmsa_server -v 4啟動(dòng)自動(dòng)模式:# autostart on 5顯示當(dāng)前運(yùn)行模式:# netstat -a | grep vmsa 6改變自動(dòng)模式:# autostart off 7運(yùn)行在只讀模式下:# vmsa_server -r & 和# vmsa -r & 十六、添加磁盤的方法:(行命令) 1disksetup :configures a disk for VxVM 2dg addisk :add a disk to a disk group 3# /etc/bin/disksetup -i disk_addr
6、ess attributes 注: The disk_address defines the controller , target , and SCSI logical unit number of the disk to be set up and takes the form c # t # d # . The -i option writes a disk header to the disk , making the disk derectly usable . 4# dg -g diskgroup adddisk disk_name=device_name 十七、查看磁盤信息(命令
7、行) 1disk list :list disk information 2prtvtoc :Display VTOC configuration 3disk -o alldgs list :show all disk groups in the output . 4# disk list disk_name :顯示某個(gè)磁盤的信息。 5# prtvtoc physical_disk_path 6# prtvtoc /dev/rdsk/c1t10d0s2 注:注意磁盤在卷中和不在卷中,prtvtoc命令結(jié)果顯示的不同。 十八、Evacuating a disk / remove a disk(命
8、令行) 1evac -g diskgroup from_diskname to_diskname 2例子:# evac -g datadg datadg02 datadg03 3dg rmdisk :returns a disk to the free disk pool 4diskunsetup :returning a disk to an uninitialized state 5dg -g diskgroup rmdisk disk_name 6例子:# dg -g newdg rmdisk newdg02 7/etc/bin/diskunsetup -C disk_address 8
9、例子:# diskunsetup c1t0d0 十九、給磁盤重命名(命令行) 1# edit -g diskgroup rename old_diskname new_diskname 2Using dg deport and dg import rename a disk group 二十、 The rootdg disk group cannot be destroyed and must exist on every system , beca use it is an essential part of the VxVM boot process . 二十一、創(chuàng)建磁盤組(命令行) 1d
10、g init diskgroup disk_name=device_name 2# dg init newdg newdg01=c1t1d0s2 二十二、創(chuàng)建備用磁盤 dg -g diskgroup set spare=on|off disk_media_name 二十三、Deporting a disk group(命令行) 1# unmount /filesystem(先卸載磁盤組上的文件系統(tǒng)) 2# dg deport diskgroup 3# dg -n new_name deport old_name(deport and rename a disk group) 4# dg -h
11、hostname deport diskgroup(deport to a new host) 二十四、Importing a disk group(命令行) 1# dg import diskgroup 2# dg -n new_name import old_name(import and rename a disk group) 3# dg -t -n temp_name import old_name(import and rename temporaily) 4# dg -tC -n newerdg import newdg(clear import locks,add the -C
12、 option)5# dg -f import newdg(force an import) 二十五、Rename a disk group:CLI 1# dg -n new_name deport old_name 2# dg import new_name 以上是第一種方式 3# dg deport old_name 4# dg -n new_name import old_name 5# vol -g diskgroup_newname startall(在命令行中重命名磁盤組后要重啟volume) 二十六、Destroying a disk group # dg destroy dis
13、kgroup 二十七、查看磁盤組信息 1disk -s list 顯示磁盤組名和ID 2disk -o alldg list 顯示所有磁盤組的信息,包括已經(jīng)destroy的。 3dg -g diskgroup free 顯示磁盤組中的free space 。 4dg free 二十八、顯示磁盤組的版本 1# dg list diskgroup 2# print -l 二十九、升級(jí)磁盤組版本 1dg -T version upgrade diskgroup 2# dg -T 40 upgrade datadg(把datadg從20升級(jí)到40) 3# dg upgrade datadg(把data
14、dg升級(jí)到當(dāng)前的版本90) 4# dg -T 50 init newdg newdg01=c0t3d0s2(創(chuàng)建版本為50的磁盤組) rootmir doesnt join the secondary boot disk into rootdg disk group and it on ly mirrors rootvol. The correct procedure to mirror your boot disk is: 1. install Veritas volume manager and license 2. install 3. choose custom install 4.
15、answer yes to encapsulate your boot disk and supply rootdisk01 as your boo t disk name 5. leave all the other disks alone 6. reboot your system 7. export PATH=$PATH:/etc/bin 8. select a disk on a different controler as your secondary boot disk, for inst ance, c1t0d0 9. disksetup -i c1t0d0 10. dg -g
16、rootdg adddisk rootdisk02=c1t0d0 11. print -hg rootdg | grep v and note down the volume names other than root vol 12. nohup rootmir rootdisk02 & 13. nohup assist -g rootdg mirror volume_name rootdisk02 & 14. task list to monitor the progress 15. eeprom | grep boot-device, normally it should be -root
17、disk01 -rootdisk0 2 16. init 0 17. boot -rootdisk02 to verify If you want to break the mirror, youll have to detach and deassociate the mirr ored plexes, and then remove them. Below is the example of how to remove the se cond plex for rootvol: 1 print -g rootdg -ht rootvol | grep pl (the plex name s
18、hould be rootvol-02 ) 2 plex -g rootdg det rootvol-02 3 plex -g rootdg dis rootvol-02 4 edit -g rootdg -rf rm rootvol-02 (this removes plex and the subdisk) 5 do 1-4 for other volumes in rootdg 6 print -hg rootdg, you should see no subdisk nor plex should resides on roo tdisk02 7 If you want to remo
19、ve the second boot disk out of rootdg, do dg -g rootdg rmdisk rootdisk02 8 disk list (you should see the disk is online but not belong to any disk gr oup) 我們可以從根盤(假設(shè)它是c0t0d0s2)“偷”出一點(diǎn)空間來,再做出一個(gè)slice,比如是 c0t0d0s7,最好從swap的尾部分出,假設(shè)swap slice從柱面1000到3000,那么你可以把2900到3000分給slice7,具體要根據(jù)你的硬盤情況,但要保證slice7至少有10M
20、的大小。用format命令完成這一步。 然后用以下步驟重新做一個(gè)rootdg: 1.首先建立一個(gè)文件: #touch /etc/reconfig.d/state.d/install-db 2. reboot system 3. input following commands: #configd -m disable #dctl init #dg init rootdg #dctl add disk c0t0d0s7 type=simple #disk -f init c0t0d0s7 type=simple #dg -g rootdg adddisk c0t0d0s7 #dctl enabl
21、e 風(fēng)之幻想回復(fù)于:2007-02-09 11:35:10 4. 刪除文件install-db # rm /etc/reconfig.d/state.d/install-db 5.reboot system again 管理磁盤 diskadm 使用基于菜單的界面管理 VxVM 磁盤。 diskadd devicename 添加由設(shè)備名指定的磁盤。 edit rename olddisk newdisk 重命名由 VxVM 控制的磁盤。edit set reserve=on|off diskname 留出/ 不留出磁盤組中的某個(gè)磁盤。 edit set nohotuse=on|off disk
22、name 不允許/ 允許將磁盤的上空閑空間用于熱重定位。 edit set spare=on|off diskname 在熱重定位備用磁盤池中添加/ 刪除磁盤。 disk offline devicename 使磁盤脫機(jī)。 dg -g diskgroup rmdisk diskname 將磁盤從其磁盤組中刪除。disk rm diskname 從 VxVM 的控制中刪除磁盤。 創(chuàng)建和管理磁盤組 dg init diskgroup diskname=devicename dg -s init diskgroup diskname=devicename dg -n newname deport d
23、iskgroup dg -n newname import diskgroup dg -n newname -s import diskgroup dg -o expand listmove sourcedg targetdg object . dg -o expand move sourcedg targetdg object . dg -o expand split sourcedg targetdg object . dg -o expand join sourcedg targetdg dg -g diskgroup set activation=ew|ro|sw|off recove
24、r -g diskgroup -sb dg destroy diskgroup 創(chuàng)建和管理子磁盤 make sd subdisk diskname,offset,length 創(chuàng)建子磁盤。 sd assoc plex subdisk . 將子磁盤與現(xiàn)有的 plex 關(guān)聯(lián)。 sd assoc plex subdisk1:0 . subdiskM:N- 將子磁盤添加到條帶卷或 RAID-5 卷的列尾。 sd aslog plex subdisk 將日志子磁盤與現(xiàn)有的 plex 關(guān)聯(lián) sd mv oldsubdisk newsubdisk 替換子磁盤。 sd -s size split subdis
25、k sd1 sd2 將一個(gè)子磁盤分割為兩個(gè)子磁盤。 sd join sd1 sd2 subdisk 結(jié)合兩個(gè)子磁盤。 assist -g diskgroup move volume !olddisk newdisk unreloc -g diskgroup original_disk 將子磁盤重定位到原始磁盤。 sd dis subdisk 從 plex 中分離子磁盤。 edit rm subdisk 刪除子磁盤。 sd -o rm dis subdisk 從 plex 中分離并刪除子磁盤。 創(chuàng)建和管理 Plex make plex plex sd=subdisk1,subdisk2,. ma
26、ke plex plex layout=stripe|raid5stwidth=W ncolumn=N sd=subdisk1,subdisk2 ,. plex att volume plex plex det plex mend on plex plex mv oldplex newplex plex cp volume newplex plex fix clean plex plex -o rm dis plex 創(chuàng)建卷 assist -g diskgroup maxsize layout=layout attributes assist make volume length layout
27、=layout attributes assist make volume length layout=mirrornmirror=N attributes assist make volume length layout=layout exclusive=on attributes assist make volume length layout=stripe|raid5 stripeunit=W ncol=N attrib utes assist make volume length layout=layout mirror=ctlr attributes make -Uusage_typ
28、e vol volume len=length plex=plex,. vol start volume vol init zero volume 管理卷 assist mirror volume attributes 將鏡像添加到卷。 assist remove mirror volume attributes 從卷中刪除鏡像。 assist addlog volume attributes 將日志添加到卷。 assist remove log volume attributes 從卷中刪除日志。 vol set fastresync=on|off volume 打開或關(guān)閉卷的快速重同步。 assist growto volume len
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 醫(yī)院全員核酸檢測(cè)工作總結(jié)(6篇)
- 關(guān)于項(xiàng)目合作的意向書(6篇)
- 《siji酒店調(diào)研報(bào)告》課件
- 體育課程活動(dòng)策劃的實(shí)踐與效果評(píng)估報(bào)告
- 企業(yè)園區(qū)的綠化美化實(shí)踐探索
- 辦公新境界宋城辦公環(huán)境規(guī)劃與設(shè)計(jì)思路
- 創(chuàng)新設(shè)計(jì)打造安全舒適的學(xué)生餐廳環(huán)境
- 辦公新紀(jì)元打造高效辦公環(huán)境-辦公環(huán)境與設(shè)備綜合改善計(jì)劃書
- 辦公自動(dòng)化系統(tǒng)中的數(shù)學(xué)算法優(yōu)化
- 辦公用品客戶需求調(diào)研與高效采購方法
- 2024消防維保投標(biāo)文件模板
- HG∕T 3792-2014 交聯(lián)型氟樹脂涂料
- 人教版數(shù)學(xué)六年級(jí)上冊(cè)期末考試卷含完整答案【各地真題】
- 國際私法(華東政法大學(xué))智慧樹知到期末考試答案章節(jié)答案2024年華東政法大學(xué)
- 海洋學(xué)智慧樹知到期末考試答案章節(jié)答案2024年海南熱帶海洋學(xué)院
- 園林綠化一二三級(jí)養(yǎng)護(hù)標(biāo)準(zhǔn)及收費(fèi)方案
- 酒店前臺(tái)-客人入住登記表
- 單位檔案安全檢查記錄表
- 【概率論在生活中的應(yīng)用5000字(論文)】
- 地雷基本知識(shí)課件
- 2023年心理咨詢技能考試題庫(含答案)
評(píng)論
0/150
提交評(píng)論