2008年 12月 11日 木曜日
Messages in cipher reflected in the looking glass
(JA) FreeBSD 7.0 on Sun Fire X4150
FreeBSD 7.0 を Sun Fire X4150 で動かしてみました。
そのログです。
HBA には SG-PCIE8SAS-I-Z : 8-port Internal SAS PCI Express LSI3081E Host Bus Adapter を利用しています。
もう1つのアダプタである
SG-PCIESAS-R-INT-Z : Sun StorageTek 8-port Internal SAS RAID Host Bus Adapter
環境ではテストしていません。
dmesg の出力です。
FreeBSD では ネットワークインタフェースは em となるようです。
Sun Fire X4150 では 4つの Gigabit Ethernet インタフェースがあり、
全て Intel 製のものですが、FreeBSD は 2つしか初期化できませんでした。
Copyright (c) 1992-2008 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-RELEASE #0: Sun Feb 24 10:35:36 UTC 2008
root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(R) CPU X5460 @ 3.16GHz (3171.40-MHz K8-class CPU)
Origin = "GenuineIntel" Id = 0x10676 Stepping = 6
Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,
CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Features2=0xce3bd on cpu1
cpu2: <ACPI CPU> on acpi0
est2: failed to enable SpeedStep
p4tcc2: <CPU Frequency Thermal Control> on cpu2
cpu3: <ACPI CPU> on acpi0
est3: failed to enable SpeedStep
p4tcc3: <CPU Frequency Thermal Control> on cpu3
cpu4: <ACPI CPU> on acpi0
est4: failed to enable SpeedStep
p4tcc4: <CPU Frequency Thermal Control> on cpu4
cpu5: <ACPI CPU> on acpi0
est5: failed to enable SpeedStep
p4tcc5: <CPU Frequency Thermal Control> on cpu5
cpu6: <ACPI CPU> on acpi0
est6: failed to enable SpeedStep
p4tcc6: <CPU Frequency Thermal Control> on cpu6
cpu7: <ACPI CPU> on acpi0
est7: failed to enable SpeedStep
p4tcc7: <CPU Frequency Thermal Control> on cpu7
...(省略)...
em0: <Intel(R) PRO/1000 Network Connection Version - 6.7.3> port 0x8c00-0x8c1f m
em 0xfc6e0000-0xfc6fffff irq 18 at device 0.0 on pci4
em0: Using MSI interrupt
em0: Ethernet address: 00:1e:68:57:4a:d0
em0: [FILTER]
em1: <Intel(R) PRO/1000 Network Connection Version - 6.7.3> port 0x8800-0x881f m
em 0xfc6c0000-0xfc6dffff irq 19 at device 0.1 on pci4
em1: Using MSI interrupt
em1: Ethernet address: 00:1e:68:57:4a:d1
em1: [FILTER]
...(省略)...
em2: <Intel(R) PRO/1000 Network Connection Version - 6.7.3> port 0xac00-0xac1f m
em 0xfcde0000-0xfcdfffff,0xfcdc0000-0xfcddffff irq 16 at device 0.0 on pci11
em2: Using MSI interrupt
em2: Hardware Initialization Failed
em2: Unable to initialize the hardware
device_attach: em2 attach returned 5
em3: <Intel(R) PRO/1000 Network Connection Version - 6.7.3> port 0xa800-0xa81f m
em 0xfcd80000-0xfcd9ffff,0xfcd60000-0xfcd7ffff irq 17 at device 0.1 on pci11
em3: Using MSI interrupt
em3: Hardware Initialization Failed
em3: Unable to initialize the hardware
device_attach: em3 attach returned 5
...(省略)...
ifconfig の出力です。上記の dmesg で分かるのですが、
Gigabit Ethernet インタフェースは 2つまでになっています。
(Macアドレス、IPアドレスは一部伏せています。)
em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=19b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4>
ether xx:xx:xx:xx:xx:d0
inet xx.xx.xx.238 netmask 0xffffff00 broadcast xx.xx.xx.255
media: Ethernet autoselect
status: no carrier
em1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=19b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4>
ether xx:xx:xx:xx:xx:d1
media: Ethernet autoselect
status: no carrier
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
gnome-system-monitor の システム情報です。
eLOM の RKVMS 経由で X-Window を利用する際の注意。
FreeBSD に X-Window システムを追加した場合、Sun Fire X4150(eLOM) の
RKVMS 経由で X-Window を利用することができます。
ただし、インストール直後の状態では、
RKVMS 経由でマウス操作ができない状態になっています。
RKVMS 経由で X-Window を利用する場合、
# X -configure # cp /root/xorg.conf.new /etc/X11/xorg.conf
のように、xorg.conf を別途作成する必要があります。
Posted at 06:18午後 12 11, 2008 by Yasuhiro Fujitsuki in Linux & Solaris |