Stuff…

I know I will forget.

Stuff… header image 4

Entries from December 2007

Upgrade ROMMON on C6500 SUP2

December 25th, 2007 · No Comments

This publication describes how to determine if you need to upgrade the ROMMON on your Catalyst 6000 family or Cisco 7600 series Internet Router Supervisor Engine 2 (WS-X6K-S2-MSFC2, WS-X6K-S2U-MSFC2) and also provides the procedure to download the new ROMMON image from Cisco.com and then upgrade the ROMMON on your Supervisor Engine 2.

With this [...]

[Read more →]

Tags: Cisco · Networking

Software RAID

December 19th, 2007 · No Comments

Some useful links to software based RAID:

http://ubuntuforums.org/showthread.php?p=3962140
http://www.schwarzvogel.de/od2md.shtml (one disk to raid howto)
http://www.linuxforums.org/forum/linux-applications/19306-gnu-parted-problem.html

Replacing a disk
[root@server ~]# cat /proc/mdstat
Personalities : [raid1]
md1 : active raid1 hdc3[1]
78911168 blocks [2/1] [_U]
md0 : active raid1 hdc1[1]
104320 blocks [2/1] [_U]
unused devices: <none>
Replacing a software based raid disk is fairly straight forward, however, on this occasion the system saw the new disk with [...]

[Read more →]

Tags: Linux · Operating System