2015年8月28日 星期五

Proxmox:Mount NFS volume in a OpenVZ container

HOST:
modprobe nfs
apt-get install nfs-common
vzctl set  $VID --features "nfs:on" --save
vzctl restart $VID

Container
yum install nfs-utils

yum 安裝 package 出現 inode空間不足( inodes on the / filesystem )解決方法

yum install --downloadonly --downloaddir=$DIR $rpm
rpm -ivh --ignoresize $DIR/*.rpm

Cisco Switch 設定筆記

interface GigabitEthernet1/2
 description eth1
 switchport
 switchport trunk encapsulation dot1q
 switchport trunk allowed vlan 10,20,30
 switchport mode trunk
 no ip address
 no cdp enable
 spanning-tree portfast trunk

2015年8月24日 星期一

Cisco Switch RSTP 相關指令

Cisco Switch RSTP 相關指令
查看STP
#sh spanning-tree

調整priority
(config)#spanning-tree vlan 1 priority xxx

啟用802.1t之priority格式
(config)#spanning-tree extend system-id

變成RSTP
(config)#spanning-tree mode rapid-pvst

跳過Listening和Learning的偵測流程
(config-if)spanning-tree portfast

LEAF bonding,VLAN 設定筆記

bonding 範例
編輯 /etc/network/interfaces
auto bond0
    iface bond0 inet static
    address 10.31.1.5
    netmask 255.255.255.0

    gateway 10.31.1.254
    slaves eth0 eth1

編輯 /etc/modules 加入
bonding mode=6 downplay=200 updelay=200 miimon=100

VLAN範例
編輯 /etc/network/interfaces
auto bond0
   iface bond0 inet manual
   up ifconfig bond0 0.0.0.0 up
  slaves eth0 eth1

auto vlan20
    iface vlan20 inet static
    address 10.20.1.5
    netmask 255.255.255.0
    vlan-raw-device bond0

編輯 /etc/modules 加入
8021q