摘要:
物理卷(PV) 指磁盘分区,逻辑上与磁盘分区具有同样功能的设备,磁盘类型为8e (lvm),类似物理磁盘的分区,区别在于磁盘的分区格式类型不一样 Device Boot Start End Blocks Id System/dev/sdb1 1 652 5237158+ 8e Linux LVM 卷 阅读全文
摘要:
DHCP配置及中继 dhcp enable# dhcp server database enable#dhcp server group dhcpgroup200 dhcp-server 172.29.210.1 0#interface Ethernet0/0/21 port link-type a 阅读全文
摘要:
#!/bin/bash for p in 27 28;do for i in `seq 0 1 2`;do fping 172.${p}.${i}.1 > /dev/null sleep 1 if [ $? -eq 0 ];then echo 172.${p}.${i}.1 >> online-ip 阅读全文