Archivo del Autor: carlosap

HSRP Tutorial

CORE Router: hostname R1 interface FastEthernet1/0 ip address 192.168.1.253 255.255.255.0 standby 5 ip 192.168.1.254 255.255.255.0 standby 5 timers 5 15 standby 5 priority 150 standby 5 preempt BACKUP Router: hostname R2 interface FastEthernet1/0 ip address 192.168.1.252 255.255.255.0 standby 5 timers 5 15 standby 5 priority 140 standby 5 preempt standby 5 ip 192.168.1.254 255.255.255.0 Show… Leer más »

Trunk between CISCO switch and Alcatel omniswitch 6850

CISCO ! interface GigabitEthernet1/24 description ALCATEL 6850 switchport trunk encapsulation dot1q switchport trunk native vlan 5 switchport mode trunk ! Alcatel 6850 vlan 5 name «vlan_5» vlan 2 name «vlan_2» vlan 5 port default 1/24 vlan 2 802.1q 1/24

Add hard drive to extend existing LVM volume

http://www.utahsysadmin.com/2009/12/08/add-hard-drive-to-extend-lvm/ Previously I posted how to add a hard drive and create a new volume in LVM. This time we’ll add a new hard drive and then increase or extend the size of an existing volume or partition. This is an example using an RHEL 5 derivative, OEL 5. The server is really a VM… Leer más »