Jisoo's equipments
Developing system software often requires physical manipulation of handful of machines. Hence, several machines are dedicated for
my projects and I have to administer them by myself. Unfortunately, I often forget the current configurations or lose the memo containing that information. Here I keep track of machines that I have sole access to.
Current equipments
morgan (Dell Dimension E520. Minsk project)
- Intel Core 2, 2.13GHz, dualcore, VTX, 2MiB L2.
- 2GiB memory, 250GB SATA disk.
- Display connected to Dell 17" flatpanel (analog).
- Serial console connected to lydian.
- VNC password: d******
Serial card
Dell E520 doesn't have a serial port, so I had to install a serial IO card. I purchased a Sunix PCI card (1 port), which uses 16C650 compatible chipset with 32FIFO, baud rate up to 8*115200.
This card uses an internal clock 8 times faster than the standard serial device. The Xen (3.0.4-1) had a standard clock frequency hardcoded in the constant UART_CLOCK_HZ at xen/drivers/char/ns16550.c, which I multiplied by 8.
This PCI card does not automatically map to the legacy ISA serial IRQ line and IO port. Instead, this card maps to PCI IRQ 19 and IO port 0xdce0 with this Dell E520 after system BIOS boot. Xen enables serial console very early stage of bootstrapping, which is way before Xen enumerates/configures PCI and acpi, I had to use the BIOS values and disable apci configuration, which results in the followin grub line:
title morgan on Xen-lite ....
root (hd0,1)
kernel /xen-3.0.4-1-lite.gz console=vga,com1 com1=115200,8n1,0xdce0,19 acpi=off
module /vmlinuz-2....
Disk partition
DOS partition table. No LVM.
| number | grub ID | dev name | fs | size | label | description |
| 1 | (hd0,0) | /dev/sda1 | fat16 | 41.1M | | Dell utility |
| 2 | (hd0,1) | /dev/sda2 | ext3 | 3142MB | /boot | Shared boot partition |
| 3 | (hd0,2) | /dev/sda3 | fat32 | 3224MB | | Dell recovery (247GB-250GB) |
| 4 | (hd0,3) | /dev/sda4 | extended | 244GB | | 244G - extended |
| 5 | (hd0,4) | /dev/sda5 | ext3 | 62.9GB | /morgan | Fedora Core 6 |
| 6 | (hd0,5) | /dev/sda6 | ext3 | 62.9GB | /baileys | Fedora Core 5 |
| 7 | (hd0,6) | /dev/sda7 | swap | 2147MB | | Swap space for morgan and baileys |
| 8 | (hd0,7) | /dev/sda8 | ext3 | 39.8GB | /midori | |
| 9 | (hd0,8) | /dev/sda9 | ext3 | 40.0GB | /kahlua | |
| 10 | (hd0,9) | /dev/sda10 | RAW | 34.0GB | | HVM guest (currently FCore 6) |
| 11 | (hd0,10) | /dev/sda11 | RAW | 1768MB | | Currently not assigned |
Network
| name | MAC (original) | IP | GW | driver | description |
| eth0 | 00:19:D1:28:D4:C0 | 10.0.3.190/24 | 10.0.3.2(camel) | e1000 | Intel 100M (mboard integrated) |
Multiboot options
morgan (default)
Kinks
- E520's integrated ethernet (Intel 100M) has an incompatibility problem with Xen version 3.0.4-1 and Linux kernel 2.6.18 and prior versions. Recent Linux driver (e1000-7.3.20.tar.gz or after) must be installed. Check out /net/camel/mnt/x/download/src
- When running Xen and a user logs out, X changes the display resolution intto something that the LG Flatron can't accept. Press ctrl+alt+plus 4 times.
lydian (Dell Dimension 8400. SP3 project)
- Intel P4 3.2GHz, HT, 1M L2
- 1GiB memory, 80GB SATA disk
- Display connected to Dell widescreen (left) channel 2 (DVI)
- Serial input connected from morgan.
Disk partition
DOS partition table. No LVM.
| number | grub ID | dev name | fs | size | label | mount | description |
| 1 | (hd0,0) | /dev/sda1 | ext3 | 1045MB | /boot | /boot | boot |
| 2 | (hd0,1) | /dev/sda2 | ext3 | 41.9GB | / | /mnt/lydian | Fedora Core 3 for old sp3 devel on Xen 2.0 |
| 3 | (hd0,2) | /dev/sda3 | ext3 | 18.9GB | /mnt/alpha | / | Fedora Core 6 (current) |
| 4 | (hd0,3) | /dev/sda4 | extended | 18.1GB | | | 18.1G - extended |
| 5 | (hd0,4) | /dev/sda5 | swap | 1045MB | | | Linux swap space |
| 6 | (hd0,5) | /dev/sda6 | ext3 | 17.1GB | | /home | Home directory (current) |
Network
| name | MAC (original) | MAC (clone) | IP | GW | driver | description |
| eth0 | 00:11:11:C3:4E:AC | | 10.0.3.181/24 | 10.0.3.2 | tg3 | Broadcom BCM95751 rev4001 Gigabit Ethernet |
| eth1 | 00:04:75:B6:52:4F | 08:00:20:a5:0b:8b | dhcp (waltz) | | tulip | 3Com Office3CSOHO100B-TX 910 |
Multiboot options
lydian (Fedora Core 3 - Xen 2.0 sp3 devel)
- boot: dev/sda1 (/boot), root: dev/sda1 (/)
blade11 (HP Server Blade #11. Minsk project. AMD SimNow)
- RTCL HP Server Blade #11
- 2 AMD dual-core Opteron, 2.2GHz, 2MB L2
- 4GiB memory, 146GB SAS (Raid 1)
- ILO access via 10.0.0.21 (RTCL private)
- Remote Desktop via 10.0.0.41 (RTCL private)
Disk partition
Currently, single NTFS partition for Windows XP 64bit edition.
Network
camel (Aluminum case. Firewall/NAT router)
- Aluminium case. This machine used to be jisooy
- Intel P4 1.7GHz.
- 512M memory, 80GB ATA
- Display connected to Dell widescreen (left) channel 1 (analog)
- VNC password: d******
Disk partition
| number | grub ID | dev name | fs | size | label | mount | description |
| 1 | (hd0,0) | /dev/sda1 | ext3 | 107MB | | /mnt/b | boot (old lydian) |
| 2 | (hd0,1) | /dev/sda2 | ext3 | 41.9GB | | / | Fedora Core 6 (current) |
| 3 | (hd0,2) | /dev/sda3 | swap | 1069MB | | | Linux swap space |
| 4 | (hd0,3) | /dev/sda4 | extended | 57.9GB | | | 57.9G - extended |
| 5 | (hd0,4) | /dev/sda5 | ext3 | 57.9GB | | /mnt/x | NFS shared storage partition (download, unison, etc) |
Network
| name | label | MAC (original) | IP | route to | driver | description |
| eth0 | private | 00:04:76:F5:B9:C1 | 10.0.3.2/24 | eth1 | tg3 | Broadcom NetXtreme BCM5701 Gigabit Ethernet |
| eth1 | out to CS | 00:50:DA:5A:0E:10 | dhcp (camel) | | Tornado | 3Com 3c59X |
| eth2 | RT local | 00:04:75:B6:54:A5 | 10.10.0.45/16 | eth1 | tulip | 3Com Office3CSOHO100B-TX 910 |
NAT
NFS
- /mnt/x (57.9GB) accessible through /net/camel/mnt/x from local machines
- exports: /mnt/x 10.0.3.176/28(rw,root_squash, sync)
Unison
- repository: /mnt/x/jisooy/unison
jisooy (Dell XPS T550. Backup)
- Dell Dimension XPS T550
- Intel P3, 384MiB memory
- Display connected to Dell 17'' flatpanel (not anymore)
- KVM channel 2 (hit scrlck, scrlck, and 2) (not anymore)
- This machine used to be camel
otter (Dell Dimension E520. Windows PC)
- Dell Dimension E520. Windows PC
- Intel Core 2 2.13GHz, dualcore, VTX, 2MiB L2
- 2GiB memory, 250GB SATA disk.
- Display connected to Dell widescreen (right) flatpanel.
- Local RTCL VPN IP: 10.20.0.38
- historical: this machine replaces nimo, which replaced morapc
Network
| name | MAC (original) | MAC (clone) | IP | GW | description |
| LanLocal | 00:04:75:B6:53:04 | | 10.0.3.191/24 | 10.0.3.2(camel) | 3Com Office3CSOHO100B-TX 910 (taken from morapc) |
| LanOut | 00:19:D1:2E:53:AC | | dhcp (otter) | dhcp(xxx.212.110.1) | Intel 82562V 10/100 |
Retired equipments
mora pc (Dell Dimension 4100. P3. Windows)
- Dell Dimension 4100
- Intel P3, 384MiB memory
- Display connected to Dell 17'' flatpanel
- KVM channel 1 (hit scrlck, scrlck, and 1)
Network
| name | MAC (original) | MAC (clone) | IP | GW | description |
| LanLocal | 00:04:75:B6:53:04 | | 10.0.3.179/24 | 10.0.3.2(camel) | 3Com Office3CSOHO100B-TX 910 |
| LanOut | 00:01:03:20:CF:DA | 08:00:20:a5:0b:8b | dhcp (waltz) | dhcp(xxx.212.110.1) | 3Com EtherLink XL 10/100 (3C905C-TX) |
nimo (Dell Dimension 8200. Windows)
Eugene took over this machine at Jan 2008
- Dell Dimension 8200
- Intel P4, 1GiB memory
Network configuration
DNS resources
| name | IP | MAC | host | adapter | description |
| otter.eecs. | xxx.212.110.170/24 | 00:19:D1:2E:53:AC | otter | Lan Out | Intel 82562V |
| camel.eecs. | xxx.212.110.110/24 | 00:50:DA:5A:0E:10 | camel | eth1 | Tornado, 3Com 3c59X |
| waltz.eecs. | xxx.212.110.111/24 | 08:00:20:a5:0b:8b | lydian or otter | N/A | MAC should be cloned |
| nimo.eecs. | xxx.212.110.181/24 | ?? | N/A | N/A | ask Eugene for MAC |
| taebaek.eecs. | xxx.213.9.89 (static) | ?? | N/A | N/A | MAC should be cloned |
Private network configuration
My private network uses IP address range of 10.0.3.176/28 (10.0.3.176 - 10.0.3.191). Machines connected in the private network can access outside using NAT gateway at 10.0.3.2 (camel).
| name | IP | GW | MAC | host | adapter | description |
| camel | 10.0.3.2/24 | N/A | ?? | camel | ?? | ?? |
| mora | 10.0.3.179/28 | 10.0.3.2 | ?? | morapc | ?? | ?? |
| jisooy | 10.0.3.180/28 | 10.0.3.2 | 00:50:DA:5A:0E:10 | jisooy | ?? | ?? |
| lydian | 10.0.3.181/28 | 10.0.3.2 | ?? | lydian | ??? | ?? |
| mixolydian | 10.0.3.182/28 | 10.0.3.2 | ?? | lydian | ??? | ?? |
| aeolian | 10.0.3.183/28 | 10.0.3.2 | ?? | lydian | ??? | ?? |
| morgan | 10.0.3.190/28 | 10.0.3.2 | ?? | morgan | ??? | ?? |
| otter | 10.0.3.191/28 | 10.0.3.2 | ?? | otter | ??? | ?? |
We used to have a private network for our office using the range of 10.10.0.0/16.
| name | IP | GW | MAC | host | adapter | description |
| madbach | 10.10.0.12/16 | N/A | ?? | madbach | ?? | Howard's machine |
Printer configuration
| name | IP | model | description |
| 2230priv | xxx.212.111.120 | Xerox Phaser 5500DN PS | Printer in supply room |
| phaser4500 | xxx.212.111.74 | Xerox Phaser 4500DT PS | Admin office |
| docuprintN32 | xxx.212.110.235 | Xerox Docuprint N32 | RTCL printer |
Virtual machines
I keep couple of virtual machines in server blades.
soren (Windows VM on HP Blade, ESX server)
- Windows XP instance on HP Blade
- 10.0.0.165
- aka vm(jisoo1)
- use vmware
- vmware client downloadable from 10.0.0.7
jisoo2 (Suse, HP Blade, Xen)
-- Main.jisooy - 16 Mar 2008