RHEL6 – VT-d
增加 RHEL 6 的 VT-d 核心參數,參考了下面的文章 http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization/chap-Virtualization-PCI_passthrough.ht […]
增加 RHEL 6 的 VT-d 核心參數,參考了下面的文章 http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Virtualization/chap-Virtualization-PCI_passthrough.ht […]
從 RHEL 5.4 64bite 開始 Redhat 就開始支援 KVM,到了新版的 Red Hat Enterprise Linux 6 其虛擬化也只剩下 KVM( Kernel-based Virtual Machine) ,RHEL6 已經將 Xen 移除了,所以目前 RHEL 會以 KVM […]
什麼是 LVM 傳統的硬碟空間在切割完時就決定了大小,如果要重新規劃必須將資料先備份下來,硬碟磁區重新切割才可能有改變原來的硬碟磁區環境.透過 LVM (Logical Volume Manager) 就不同了,LVM 是一種可以動態變更 Volume 大小的方式 (由 LVM 所切割出來的空間稱為 […]
LVM(Logical Volume Manager) Step 1:PV 的建立 # pvcreate /dev/hdi1 /dev/hdi2 /dev/hdi3 Step 2:VG 的建立 # vgcreate -s 32M volume00 /dev/hdi1 /dev/hdi2 /dev/h […]
LVM mapping modes (linear/striped)的功能 Step 0:前言 Step 1:PV 的建立 # pvcreate /dev/hdi1 /dev/hdj1 Step 2:VG 的建立 # vgcreate volume00 /dev/hdi1 /dev/hdj1 Ste […]
使用 LVM 的 Snapshots 功能來進行備份 Step 0:前言 Step 1:建立 snapshot LV # lvcreate -s -L 3G -n sanpshot /dev/volume00/LVOL1 Step 2:掛載你的 snapshot #mount -o ro /dev/ […]
LUN(Logical Unit Number): 通常 SCSI RAID 會用多顆 SCSI HD 組合成一個邏輯裝置(LUN),SCSI 控制器就可以使用單一的邏輯裝置來做存取.除了 RAID 外最常遇見的就是在 SAN (Fiber / iSCSI) 上面,通常 SAN 指定給 Server […]
前面設定了 Install / Connect – https://benjr.tw/626 All Devices (Hosts, Routers,…) – https://benjr.tw/4733 All Stream Blocks – http […]
前面設定好了 Install / Connect – https://benjr.tw/626 All Devices (Hosts, Routers,…) – https://benjr.tw/4733 我們來設定 All Stream Blocks,在 All […]
第一步就是 TestCenter Install / Connect 設定方式請參考 https://benjr.tw/626 接下來設定 All Devices (Hosts, Routers,…) ,所需要的 Server 必須要有兩個網路埠. TestCenter 所需的網路埠也一樣是兩個而實 […]