SDLab

SDLab
SDLab.org::Adminな脳み

2014年4月27日日曜日

XenServer にHDDを追加し、LocalStorage2 として使う


本番では無いかもしれないけど、テスト環境ではよくあるので。
今回の環境は、XenServer 6.2.5 build 4/23
HDDを追加して確認。
1TB。
LVMで使うので、IDは「8e」で。

[root@xs625test ~]# fdisk -l /dev/sdb
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x4155c0a4
   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1      121601   976760001   8e  Linux LVM

状態を見てみよう。

[root@xs625test ~]# pvdisplay
  --- Physical volume ---
  PV Name               /dev/sdb1
  VG Name               VG_XenStorage-fbda5740-7485-3ba7-3401-42840ec6ad84
  PV Size               931.51 GiB / not usable 10.81 MiB
  Allocatable           yes
  PE Size               4.00 MiB
  Total PE              238464
  Free PE               228708
  Allocated PE          9756
  PV UUID               EtS9LV-9CX2-SI0O-igqB-ViZ3-nxVr-s2a3ol

あれ、pvcreateしてなくても、見えるのか。
まぁ、使い回しのHDDだし。
VG Nameもしっかり入ってるので、vgdisplayでも表示される。

[root@xs625test ~]# vgdisplay VG_XenStorage-fbda5740-7485-3ba7-3401-42840ec6ad84
  --- Volume group ---
  VG Name               VG_XenStorage-fbda5740-7485-3ba7-3401-42840ec6ad84
  System ID
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  109
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                5
  Open LV               0
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               931.50 GiB
  PE Size               4.00 MiB
  Total PE              238464
  Alloc PE / Size       9756 / 38.11 GiB
  Free  PE / Size       228708 / 893.39 GiB
  VG UUID               FOZirY-XHEY-ItuW-LOyM-HNIP-5VF3-B3XMvW

LVMの確認が終わったら、Local Storage 2を作成する。

[root@xs625test ~]# xe sr-create name-label="Local Storage 2" type=lvm shared=false device-config:device=/dev/sdb1 content-type=user
bb3b4213-82a9-b8a9-6737-85f2dfd165ec

複数台ある場合には、
 host-uuid=<host-uuid>
も追加して実行ね。

[root@xs625test ~]# xe sr-list type=lvm
uuid ( RO)                : f78c0a4e-7025-0f00-360f-a559611e9a8a
          name-label ( RW): Local storage
    name-description ( RW):
                host ( RO): xs625test
                type ( RO): lvm
        content-type ( RO): user

uuid ( RO)                : bb3b4213-82a9-b8a9-6737-85f2dfd165ec
          name-label ( RW): Local Storage 2
    name-description ( RW):
                host ( RO): xs625test
                type ( RO): lvm
        content-type ( RO): user

Citrixへのリンクは下記
How to Set Up an Additional Hard Drive in XenServerhttp://support.citrix.com/article/CTX130897

0 件のコメント:

コメントを投稿