วันพฤหัสบดีที่ 19 ธันวาคม พ.ศ. 2556

iSCSI Client and LVM Extend Size + Add disk on network ; Local


ADD Disk ON Network


------------------ iSCSI Client Install and Config ------------------ 
yum install iscsi-initiator-utils
vi /etc/iscsi/iscsid.conf

################
# iSNS settings
################
# Address of iSNS server
isns.address = 192.168.1.100
isns.port = 3260

# *************
# CHAP Settings
# *************

# To enable CHAP authentication set node.session.auth.authmethod
# to CHAP. The default is None.
node.session.auth.authmethod = CHAP

# To set a CHAP username and password for initiator
# authentication by the target(s), uncomment the following lines:
node.session.auth.username = userchapexample
node.session.auth.password = passchapexample

# To enable CHAP authentication for a discovery session to the target
# set discovery.sendtargets.auth.authmethod to CHAP. The default is None.
discovery.sendtargets.auth.authmethod = CHAP

# To set a discovery session CHAP username and password for the initiator
# authentication by the target(s), uncomment the following lines:
discovery.sendtargets.auth.username = userchapexample
discovery.sendtargets.auth.password = passchapexample

/etc/init.d/iscsi start
iscsiadm -m discovery -t sendtargets -p 192.168.1.100
/etc/init.d/iscsi restart
------------------ iSCSI Client Install and Config ------------------ 

------------------ Config New HardDisk------------------ 
fdisk  /dev/sdb

p --print ตรวจสอบ partition
n --create partition (primary 4)
p --create partition primary
1 --partition first
enter 
+100G --partition 1 กำหนดขนาดไซด์ให้เป็น 100 GB
t --เพื่อทำการเปลี่ยน type ของ partition
L --ทำการตรวจสอบ type ของ partition ทั้งหมดว่ามีอะไรบ้าง
8e --ทำการเปลี่ยน type เป็น LVM
w --บันทึกค่าทั้งหมดที่ทำการ set partition มา
------------------ Config New HardDisk------------------ 

------------------ Config PV ------------------ 
pvcreate /dev/sdb1
pvs
------------------ Config PV ------------------ 

------------------ Config VG ------------------ 
vgextend vg_cloud /dev/sdb1 ** จะเป็นการเพิ่ม physical เข้าไปยัง volumgroup
vgs
------------------ Config VG ------------------

------------------ Config LV ------------------
lvextend -L 277G /dev/vg_cloud/LogVol05
resize2fs -p /dev/vg_cloud/LogVol05
df -h 
------------------ Config LV ------------------





ADD Disk ON Local



เพิ่ม hdd บน vm esx ของ guest ที่ต้องการ **เพิ่ม disk ใหม่อีก 100 gb

restart guest 1 ครั้ง  

------------------ Config New HardDisk------------------ 
fdisk  /dev/sdc

p --print ตรวจสอบ partition
n --create partition (primary 4)
p --create partition primary
1 --partition first
enter 
+100G --partition 1 กำหนดขนาดไซด์ให้เป็น 100 GB
t --เพื่อทำการเปลี่ยน type ของ partition
L --ทำการตรวจสอบ type ของ partition ทั้งหมดว่ามีอะไรบ้าง
8e --ทำการเปลี่ยน type เป็น LVM
w --บันทึกค่าทั้งหมดที่ทำการ set partition มา
------------------ Config New HardDisk------------------ 

------------------ Config PV ------------------ 
pvcreate /dev/sdb1
pvs
------------------ Config PV ------------------ 

------------------ Config VG ------------------ 
vgextend vg_cloud /dev/sdb1 ** จะเป็นการเพิ่ม physical เข้าไปยัง volumgroup
vgs
------------------ Config VG ------------------

------------------ Config LV ------------------
lvextend -L 277G /dev/vg_cloud/LogVol05
resize2fs -p /dev/vg_cloud/LogVol05
df -h 
------------------ Config LV ------------------

ไม่มีความคิดเห็น:

แสดงความคิดเห็น