LV的組成如下:
HDD-->PV--->VG--->(LV0,LV1,LV2......)
簡單來說步驟如下:
1.先發現硬碟. 用fdisk -l 或check dmesg
stellaforauto 發表在 痞客邦 留言(0) 人氣(25)
This is because you need to connect to internet thru proxy in your network env. Try to edit /etc/yum.conf and add the following lines after [main] tag:
proxy=http://xxx.xxx.xx.xx:8080
proxy_username=username
proxy_password=password
stellaforauto 發表在 痞客邦 留言(0) 人氣(32)
when install ubuntu 16.04 LTS, there is a msg showed like this
solution: dowload iso tool: win32diskimager to make your bootable device
Reference: https://wiki.ubuntu.com/Win32DiskImager/iso2usb
stellaforauto 發表在 痞客邦 留言(0) 人氣(142)
env:
master--10.86.6.178
slave--10.86.6.213
domain--stella.com
stellaforauto 發表在 痞客邦 留言(0) 人氣(72)
--CentOS7
1. check SELinux status: getenforce
2. disable SELinux temporarily:setenforce 0
3. disable SELinux permanent: vi /etc/sysconfig/selinux and replace "SELINUX=enforcing" to "SELINUX=disabled" then reboot.
stellaforauto 發表在 痞客邦 留言(0) 人氣(1,460)
stellaforauto 發表在 痞客邦 留言(0) 人氣(1)
stellaforauto 發表在 痞客邦 留言(0) 人氣(1)
stellaforauto 發表在 痞客邦 留言(0) 人氣(0)
CentOS 6.5 -->7.0
chkconfig-->systemctl
for example
service xxx (start/stop/restart) or /etc/init.d/xxx (start/stop/restart) --> systemctl xxx (start/stop/restart)
stellaforauto 發表在 痞客邦 留言(0) 人氣(7)
之前有寫過類似的文章,不過是ubuntu的,現在來寫寫RHEL版本的
FC LUN:
$host=`ls /sys/class/fc_host`
stellaforauto 發表在 痞客邦 留言(0) 人氣(12)