Saturday, May 11, 2013

toy cluster

I built a quick lab at home to learn some new cluster tools. I got four Dell OptiPlex 755s (Intel Core 2 Duo, 3G RAM, 50G disk) named James, Lars, Kirk, and Cliff. They are connected with a Cisco 806. As previously documented I am using minicom to reach the Cisco. My next move is to uplink the Cisco to my WRT54G. Time for a crash course in IOS.

Router>show version
Cisco Internetwork Operating System Software 
IOS (tm) C806 Software (C806-K9OSY6-M), Version 12.3(26), RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2008 by cisco Systems, Inc.
Compiled Mon 17-Mar-08 20:31 by dchih

ROM: System Bootstrap, Version 12.2(1r)XE2, RELEASE SOFTWARE (fc1)

Router uptime is 3 hours, 35 minutes
System returned to ROM by power-on
System image file is "flash:c806-k9osy6-mz.123-26.bin"
...
CISCO C806 (MPC855T) processor (revision 0x301) with 30720K/2048K bytes of memory.
Processor board ID JAD05510XLM (908819059), with hardware revision 0000
CPU rev number 5
Bridging software.
2 Ethernet/IEEE 802.3 interface(s)
128K bytes of non-volatile configuration memory.
16384K bytes of processor board System flash (Read/Write)
2048K bytes of processor board Web flash (Read/Write)

Configuration register is 0x2102

Router>


Tuesday, April 16, 2013

Good old tape?

The need for large storage that can be very slow is becoming clearer at work. If that data must be kept on site then getting 150T usable (in R1-like config) in 5U via a TS3310 is appealing. So is being able to grow to 2.5 PB in a 41U configuration.

Thursday, March 21, 2013

Cisco UCS lsmod on VIC

A UCS blade's most popular daughter card is a VIC which can provide both Fibre and Ethernet connectivity. Support for this hardware is in a vanilla RHEL6 Linux kernel and a screen cap of running lsmod and modinfo on a machine with this hardware is below. This hardware allows you to present virtual Ethernet or HBAs directly to a virtual machine on RHEV. Cisco's name for this is VM-FEX and RedHat has benchmarks on VM-FEX and KVM performance.



Update: Cisco has documentation on Configuring VM-FEX for KVM.

Tuesday, March 19, 2013

Tried UCS in a Lab

I got to try Cisco UCS in a lab environment yesterday. So far I like it more than my Dells. You can SSH into either fabric interconnect and find NX-OS running:

and use NX-OS to display information about your servers:

The GUI lets you copy information about any object including its XML:

Tuesday, March 12, 2013

querying sip SRV records

box:~ dude$ nslookup
> set q=srv
> _sip._udp.colab.sipfoundry.com
Server:  141.133.112.120
Address: 141.133.112.120#53

Non-authoritative answer:
*** Can't find _sip._udp.colab.sipfoundry.com: No answer

Authoritative answers can be found from:
_sip._udp.colab.sipfoundry.com
 origin = ns1.sedoparking.com
 mail addr = hostmaster.sedo.de
 serial = 2007021501
 refresh = 86400
 retry = 10800
 expire = 604800
 minimum = 86400
> 
> _sip._udp.sip.redhat.com
Server:  141.133.112.120
Address: 141.133.112.120#53

Non-authoritative answer:
_sip._udp.sip.redhat.com service = 3 0 5060 sipx-sbc03.geo.redhat.com.
_sip._udp.sip.redhat.com service = 4 0 5060 sipx-sbc04.geo.redhat.com.
_sip._udp.sip.redhat.com service = 1 0 5060 sipx-sbc01.geo.redhat.com.
_sip._udp.sip.redhat.com service = 1 0 5060 sipx-sbc02.geo.redhat.com.
_sip._udp.sip.redhat.com service = 2 0 5060 sipx-sbc03.geo.redhat.com.

Authoritative answers can be found from:
> _sip._udp.sbc.lafayette.edu
Server:  141.133.112.120
Address: 141.133.112.120#53

** server can't find _sip._udp.sbc.lafayette.edu: NXDOMAIN
> ^D 
box:~ dude$