亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

[HPUX] HP Unix pv,vg,lv操作

發布時間:2020-08-13 10:15:04 來源:ITPUB博客 閱讀:189 作者:tolilong 欄目:建站服務器
[root@testdb:/#] pvcreate /dev/rdsk/c2t1d4                  #使用的字符設備
Physical volume "/dev/rdsk/c2t1d4" has been successfully created.

[root@testdb:/#] vgcreate vgora /dev/dsk/c2t1d4             #使用塊設備
Increased the number of physical extents per physical volume to 50431.
vgcreate: Volume group "/dev/vgora" could not be created:
VGRA for the disk is too big for the specified parameters. Increase the
extent size or decrease max_PVs/max_LVs and try again.

[root@testdb:/#] diskinfo /dev/rdsk/c2t1d4
SCSI describe of /dev/rdsk/c2t1d4:
             vendor: HITACHI
         product id: DF600F
               type: direct access
               size: 206569472 Kbytes
   bytes per sector: 512

一個PE Size 默認大小是4M,so...4M*50431=201724M < 201728M (206569472/1024) 所以要增加PE的大小,設置PE Size=32M.

[root@testdb:/#] vgcreate -s 32 vgora /dev/dsk/c2t1d4
Increased the number of physical extents per physical volume to 6303.
Volume group "/dev/vgora" has been successfully created.
Volume Group configuration for /dev/vgora has been saved in /etc/lvmconf/vgora.conf

[root@testdb:/#] lvcreate -L 40G -n lvoracle vgora        #不能識別G.so..delete
[root@testdb:/#] lvcreate -L 80G -n lvoradata vgora
[root@testdb:/#] lvremove /dev/vgora/lvoracle
[root@testdb:/#] lvremove /dev/vgora/lvoradata
[root@testdb:/#] lvcreate -L 40960M -n lvoracle vgora
[root@testdb:/#] lvcreate -L 81920M -n lvoradata vgora
[root@testdb:/#] vgdisplay -v vgora                       #重新查看信息.
[root@testdb:/#] newfs -F vxfs /dev/vgora/lvoracle        #需要使用字符設備的,就是一個字母帶r的.(帶r裸設備使用,不帶是文件系統使用的)
UX:vxfs newfs: ERROR: V-3-21623: /dev/vgora/lvoracle is not a character device
[root@testdb:/#] newfs -F vxfs /dev/vgora/rlvoracle
[root@testdb:/#] newfs -F vxfs /dev/vgora/rlvoradata
[root@testdb:/#] mkdir -p /oracle/testdb/oracle
[root@testdb:/#] mkdir -p /oracle/testdb/oradata
[root@testdb:/#] mount /dev/vgora/lvoracle /oracle/testdb/oracle
[root@testdb:/#] mount /dev/vgora/lvoradata /oracle/testdb/oradata
這個時候可以通過bdf查看是否掛載.
如果想要系統系統掛載filesystem,需要在/etc/fstab中添加記錄.
[root@testdb:/#] vi /etc/fstab                             #添加如下內容.
/dev/vgora/lvoracle /oracle/testdb/oracle       vxfs delaylog 0 2
/dev/vgora/lvoradata /oracle/testdb/oradata     vxfs delaylog 0 2
[root@testdb:/#] mount -a

[root@testdb:/#] lvextend -L 92160M /dev/vgora/lvoradata     #增加lv大小
[root@testdb:/#] extendfs -F vxfs /dev/vgora/lvoradata       #filesystem不能在線操作.需要umount操作
UX:vxfs extendfs: ERROR: V-3-20144: /dev/vgora/lvoradata is mounted, cannot extend.
[root@testdb:/#] fsadm -F vxfs -b 92160M /oracle/testdb/oradata     #使用fsadm 在線操作.
UX:vxfs fsadm: INFO: V-3-25942: /dev/vgora/rlvoradata size increased from 83886080 sectors to 94371840 sectors

[root@testdb:/#] umount /oracle/testdb/oradata
[root@testdb:/#] lvreduce -L 81920M /dev/vgora/lvoradata
root@testdb:/#] mount /dev/vgora/lvoradata /oracle/testdb/oradata
UX:vxfs mount: ERROR: V-3-24706: /dev/vgora/lvoradata no such device or filesystem on it missing one or more devices
[root@testdb:/#] newfs -F vxfs /dev/vgora/rlvoradata        #只能這樣了.但是這樣里面的數據都沒有了.
[root@testdb:/#] newfs -o largefiles -F vxfs /dev/vgora/rlvoradata        #不加-o 最大支持2G,加了之后支持128G.
[root@testdb:/#] mount -a

[root@testdb:/dev/vgasm#] pvcreate /dev/rdsk/c2t1d3
pvcreate: Could not perform LVM operation on VxVM disk "/dev/rdsk/c2t1d3".
[root@testdb:/dev/vgasm#] pvcreate -f /dev/rdsk/c2t1d3    #加上-f參數,強制執行
Physical volume "/dev/rdsk/c2t1d3" has been successfully created.
[root@testdb:/dev/vgasm#] vgextend vgora /dev/dsk/c2t1d3
[root@testdb:/dev/vgasm#] vgreduce vgora /dev/dsk/c2t1d3
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

孙吴县| 朝阳县| 朝阳市| 石阡县| 东乡| 桂阳县| 宝鸡市| 岳阳县| 福安市| 藁城市| 洱源县| 新丰县| 朔州市| 汕尾市| 闻喜县| 彭州市| 彭水| 卢湾区| 新建县| 左贡县| 玛纳斯县| 磴口县| 乐亭县| 泰来县| 遵化市| 安西县| 宜君县| 丰城市| 岱山县| 藁城市| 丰宁| 蒙自县| 钟祥市| 婺源县| 辽宁省| 司法| 华池县| 乐平市| 元江| 灵川县| 鄂尔多斯市|