2005年10月アーカイブ
ふむ、一度、dladm create-aggr して、/etc/aggregation.conf が作ってしまえば、reboot かけて
# dladm up-aggr
# ifconfig aggr99 plumb
とかするだけで interface 作成できてしまいますね。
つか、LACP を active にすると、panic してしまいまふ(´・ω・`)
まだってことなのかな・・・
なんとか設定する方法はけーん。
つか、dladm の manual は、nevada b25 から提供されてます。
また、link aggregation を利用可能な network interface は限られるので注意が必要。
eri とか hme はダメ。
network interface の driver に ldd かまして、misc/mac とか出てくればいけそうな予感・・・
準備としては、aggregation する interface は、plumb されていない状態でなければならない。
流れとしては、dladm で aggregation を行う interface を登録し、ifconfig で仮想的な interface である aggr を作成し、普通の network interface と同様に IP address などの設定をおこなうという感じになる。
まず、e1000g0 を使って、aggregation の create をおこなう。
# dladm create-aggr -d e1000g0 99
-d は、aggregation をおこなう interface を指定。 99 は、key となっているが、とりあえず 99 にしておく。
これは、aggregation の index 番号みたいなもので、aggr interface を作成する際、instance 番号にも使われる。
これらの設定は、/etc/aggregation.conf に情報が格納されます。
作成した aggregation の定義は、dladm show-aggr で確認できる。
こんな感じになる。
--
# dladm show-aggr
key: 99 (0x0063) policy: L4 address: 0:e:c:6e:e8:ec (auto)
device address speed duplex link state
e1000g0 0:e:c:6e:e8:ec 1000 Mbps full up standby
--
1つでも登録してしまえば、ifconfig で aggr interface を作成できるので、作ってみる。
aggr99 という network interface ができる。
--
# ifconfig aggr99 plumb
# ifconfig -a
lo0: flags=2001000849
inet 127.0.0.1 netmask ff000000
eri0: flags=1000843
inet 192.168.0.210 netmask ffffff00 broadcast 192.168.0.255
ether 0:3:ba:12:ba:19
aggr99: flags=1000842
inet 0.0.0.0 netmask 0
ether 0:e:c:6e:e8:ec
--
あとは、aggr99 に IP address とか netmask の設定をして普通に up させれば通信できまふ。
が、interface が1つだとおもしろくないので、aggr99 に、もう一つ interface を追加してみます。
#はじめっから、複数で構成する場合は、dladm -dev e1000g0 -dev e1000g1 とかすればおっけ
key: 99 の aggregatin に e1000g1 を追加するには、dladm add-aggr を実行。
# dladm add-aggr -d e1000g1 99
こんな感じになりまふ。
--
# dladm show-aggr
key: 99 (0x0063) policy: L4 address: 0:e:c:6e:e8:ec (auto)
device address speed duplex link state
e1000g0 0:e:c:6e:e8:ec 1000 Mbps full up attached
e1000g1 0:e:c:6e:e8:ed 1000 Mbps half down standby
--
#この状態は、aggregation 化したものの、実際にケーブルが接続されているのは e1000g0 のみという環境でし
実際の通信は、家に帰ったらやってみますです。
ちなみに、aggr interface は、Jumbo Frame に対応していないというオチがあります(´・ω・`)
#いままで、aggregation の spell 間違ってますた orz
available とかいいつつ、link は b24 のままですが。
ついに、Solaris x86 binary もリリースされますた。
もちろん、SPARC 版もあるお。
Solaris Express 10/05 (Nevada b23) がリリースされました。
http://www.sun.com/software/solaris/solaris-express/
Whats new はこちらで。
http://blogs.sun.com/roller/page/dp/20051018
e1000g driver の announce もありますね。
--
Notable New Features in Solaris "Nevada", Build 23 (10/2005)
Desktop Technologies
* StarOffice 7 and StarSuite 7 are updated to Product Update 5
* Mozilla is patched up through MFSA 2005-55
For Developers
* GNU autoconf, Fortran 77 and gdb are now bundled with the system as /usr/
sfw/bin/autoconf, /usr/sfw/bin/g77 and /usr/sfw/bin/gdb.
* Medialib is now v2.3, and now includes 64-bit SSE2 libraries for AMD64, as
well as new functions for transparency, alpha blending, signal functions
for normalized LMS filtering, vector/matrix averaging functions, and
normalized cross correlation functions for images. 342 new functions were
added in all. On SPARC, a multithreaded version of the library is
now available as well (see libmlib_mt(3lib)).
System Enhancements
* fsck_ufs has been enhanced to more accurately report error messages and
suggest the next course of action, and a '-o v' for verbose output has been
added. fsck will now also automatically search for superblock backups in
the event that it needs them; you may now see:
LOOK FOR ALTERNATE SUPERBLOCKS?
* A new pam_allow PAM module has been added. pam_allow returns PAM_SUCCESS
for all calls. It's the opposite of pam_deny(5). This can be useful for
allowing an automatic login for a kiosk, or for allowing anonymous sftp.
[6305906]
* The vacation(1) filtering facility can now also accept negated entries.
This means that you can now have .vacation.filter files such as:
!host.subdomain.sun.com
sun.com
!wife@mydomain.com
mydomain.com
onefriend@hisisp.com
anotherfriend@herisp.com
* SVM's default interlace and resync buffer sizes are increased, which should
improve resync performance
* volfs(5d) (i.e. vold) can now support "no media" nodes-- in other words, it
will display device nodes for empty media, allowing utilities like cdrw(1)
to see them:
Hardware Support
* SMBIOS support has been added to Solaris:
+ A new smbios(1m) command which prints the smbios configuration was
added
+ prtdiag is now available on x86 and x64 systems:
# prtdiag
System Configuration: Sun Microsystems Sun Fire B100x
BIOS Configuration: Phoenix 0.24 08/05/2003
==== Processor Sockets ====================================
Version Location Tag
-------------------------------- --------------------------
AMD Athlon(tm) pr Socket A
...
* A number of ACPI improvements were made, and code was updated to Intel's
20050708 code drop. [6277768] [6283818] [6284164] [6286008] [6294226] [
6300079]
* The onboard audio on Dell Optiplex GX280's should now work.
* The lsimega driver picks up support for the PERC 4e/Si, PERC 4e/Di, PERC 4e
/DC and MegaRAID 320-2e adapters.
* Compatibility with Adaptec SATA RAID adapters is improved [6289318]
* The e1000g (Intel Gigabit) driver has been overhauled:
+ It was migrated to the Nemo (GLDv3) driver framework. This means users
of these cards pick up the advanced features offered by the Nemo
framework: link aggregation, vlans, etc.
+ e1000g is now supported on SPARC (hooray!!) [6242612]
+ The driver now supports link up/down notifications, making its
integration with IP Multipathing more complete. [6207682]
+ The driver can now employ the card's onboard H/W checksum offload
facility if it is available, resulting in improved performance (in some
tests as much as 30% better throughput).
* The system now detects CPUs affected by AMD Opteron Errata 131. If affected
by this, you will see a message instructing you to update your BIOS.
OpenSolaris Related Activity
* We've made big strides in our effort to clean up the source code to be
cleanly compilable using gcc. In this release we've got 125 more bugs worth
of gcc cleanup taken care of. That means we're getting close. From looking
in the bug database, it looks like we've blown past the halfway mark in
getting this massive task completed.
--
えっと、mtu は、そこらで手に入る Jumbo Frame 対応の switch を考慮して 9000 に。
あと、ndd で buffer を増やしとく。
ndd -set /dev/tcp tcp_xmit_hiwat 65535
ndd -set /dev/tcp tcp_recv_hiwat 65535
ndd -set /dev/udp udp_xmit_hiwat 65535
ndd -set /dev/udp udp_recv_hiwat 65535
これで、netperf 使って計測。
カードは、どっちも FW82546EB 搭載の Dual Port Server Adapter を PCI slot 1 に挿して、prtdiag で見る限りでは 66MHz になっている。
Blade 1000(750MHz x2) ---> Bladen 1000 (900MHz x2)
--
# ./netperf -H 192.168.100.210
TCP STREAM TEST from ::ffff:0.0.0.0 (0.0.0.0) port 0 AF_INET to ::ffff:192.168.100.210 (192.168.100.210) port 0 AF_INET
Recv Send Send
Socket Socket Message Elapsed
Size Size Size Time Throughput
bytes bytes bytes secs. 10^6bits/sec
65535 65535 65535 10.00 430.36
--
Blade 1000(900MHz x2) ---> Bladen 1000 (750MHz x2)
--
$ /opt/sfw/bin/netperf -H 192.168.100.200
TCP STREAM TEST from ::ffff:0.0.0.0 (0.0.0.0) port 0 AF_INET to ::ffff:192.168.100.200 (192.168.100.200) port 0 AF_INET
Recv Send Send
Socket Socket Message Elapsed
Size Size Size Time Throughput
bytes bytes bytes secs. 10^6bits/sec
65535 65535 65535 10.01 606.67
--
(´・ω・`)がんばってるねって声かけてあげるのが一番いいでつかね・・・(´・ω:;.:...
Low Profile ですたっ (ノ ゚Д゚)ノ ==== ┻--┻
しまった orz
Beta tester 向けに提供開始されますた(`・ω・´)シャキーン
さっそく build を確認。
build 15 ですた(´・ω・`)ショボーン
Blade 1000 って、64bit/66MHz の PCI slot は、PCI slot 1 のみで1つしかないの忘れてマスタ orz
PCI slot 1 以外は、64bit/33MHz になります。
なので、PCI slot 1 にさしているわけではなく・・・
prtdiag で見たら 33MHz 動作ですた(´・ω・`)
ちなみに、Blade 1000 は、2 本の PCI bus を持っていますが、一つは 64bit/33Mhz になり、そこに PCI slot 2 〜4 の他、on-board Audio, Ethernet, Flash, Floppy, IEEE 1394, Parallel, SCSI, Serial, USB がつながってます。(pci@8,700000)
もう一つは、64bit/66MHz で FC-AL と PCI slot 1 がつながっています。(pci@8,600000)
-- $ prtdiag System Configuration: Sun Microsystems sun4u SUNW,Sun-Blade-1000 (2 X UltraSPARC-III) System clock frequency: 150 MHZ Memory size: 2GB==================================== CPUs ====================================
E$ CPU CPU
CPU Freq Size Implementation Mask Status Location
--- -------- ---------- --------------------- ----- ------ --------
0 900 MHz 8MB SUNW,UltraSPARC-III 5.11 on-line +-board/cpu0
1 900 MHz 8MB SUNW,UltraSPARC-III 5.11 on-line +-board/cpu1================================= IO Devices =================================
Bus Freq Slot + Name +
Type MHz Status Path Model
---- ---- ---------- ---------------------------- --------------------
pci 33 +s/system-board ebus/ns87317-ecpp (parallel)
okay /pci@8,700000/ebus@5/parallelpci 33 +s/system-board ebus/se (serial)
okay /pci@8,700000/ebus@5/serialpci 33 +s/system-board pci108e,1101 (network) SUNW,pci-eri
okay /pci@8,700000/network@5,1pci 33 +s/system-board pciclass,0c0010 (firewire)
okay /pci@8,700000/firewire@5,2pci 33 +s/system-board scsi-pci1000,f (scsi-2)
okay /pci@8,700000/scsipci 33 +s/system-board scsi-pci1000,f (scsi-2)
okay /pci@8,700000/scsipci 33 +s/system-board ethernet-pci8086,1012 <- ここと
okay /pci@8,700000/ethernet
pci 33 +s/system-board ethernet-pci8086,1012 <- ここ。33MHz だった
okay /pci@8,700000/ethernetpci 66 +s/system-board SUNW,qlc-pci1077,2200 (scsi-+
okay /pci@8,600000/SUNW,qlc@4upa 120 +em-board/J4501 SUNW,afb (display) SUNW,540-3623
okay /upa@8,480000/SUNW,afb@0,0--
ふふ。
A92111-004 FW82546EB 搭載の Dual Port Server Adapter を借りることができました(・∀・)
これは、先日、手に入れた Dual Port の Server Adapter と同一のものになるので、対向マシンにつっこんで検証してみまふ。
ふむ。
Masayuki Murayama さん作の driver だと、33MHz 32bit PCI でもこれだけの性能がでるのですか(´・ω・`)
e1000g driver は、まだチューニングが足りないのとかあるのかな?
つか、Solaris x86 でどのくらいの速度でるんだろ。
gani driver for Realtek rtl8169 rtl8110 GbE chipset
Performance: 730Mbps for tx and 830Mbps for rx with 33MHz/32bit PCI bus
vel driver for VIA VT6122 GbE chipset
Performance: 700Mbps for tx and 750Mbps for rx with 33MHz/32bit PCI bus.
いい感じになってきますた(`・ω・´)
表の訂正。
| chip | 通信 | Jumbo Frame |
|---|---|---|
| 82530GC | ×(すぐに通信できなくなる) | o |
| 82540EM | ○ | ○ |
| 82546EB | ○ | o |
Jumbo Frame は、/kernel/drv/e1000g.conf で設定するのですが、82546EB は dual port もので、きちんと設定できていなかっただけでした。
default は、こんな感じになっています。
( 0 = mtu 1500)
--
MaxFrameSize=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0;
# 0 is for normal ethernet frames.
# 1 is for upto 4k size frames.
# 2 is for upto 8k size frames.
# 3 is for upto 16k size frames.
# These are maximum frame limits, not the actual ethernet frame
# size. Your actual ethernet frame size would be determined by
# protocol stack configuration (please refer to ndd command man pages)
# For Jumbo Frame Support (9k ethernet packet)
# use 3 (upto 16k size frames)
--
0 の羅列がよくわからなかったので、
--
MaxFrameSize=3;
--
としたのが、敗因でした。
これを、以下のようにすることで、e1000g0, e1000g1 両方で Jumbo Frame が設定できるようになりました。
--
MaxFrameSize=3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3;
--
たぶん、この羅列は instance number (e1000g0 とか e1000g1 の 0 や 1 の部分)と対応するかと思うのですが、これをミスっていたようです。(たぶん、MaxFrameSize=3,3; でもいけるかと。Quad なら、3,3,3,3; になるということ)
3 is for upto 16k size frames. ということで、この設定が有効になると、ifconfig e1000g0 plumb したときには mtu 16128 で interface が作成されます。
こんな感じ。
--
e1000g0: flags=1000842
inet 0.0.0.0 netmask 0
ether 0:e:c:2c:30:c
e1000g1: flags=1000802
inet 0.0.0.0 netmask 0
ether 0:3:47:ad:2a:e9
--
あとは、switch が対応している frame size に ifconfig e1000g0 mtu xxxx で調整してあげれば良いですね。
うちでは、C5e cable で直結なので mtu 16128 のままにしてあります。
この状態で netperf を使って転送速度を見ると、mtu 1500 のときとほとんど変わらず 400Mbit/sec いかないくらいです(´・ω・`)
ただし、mtu 1500 のときと比べて CPU の使用量が低くなるとこは確認しました。
これとか、よさげかも。
16 ports で \38,850 でつか。
Dell なんですけどね。
PowerConnect 2716
http://www1.jp.dell.com/content/products/productdetails.aspx/pwcnt_2716?c=jp&l=jp&s=soho&~tab=specstab#tabtop
わけわからん(´・ω・`)
むー。
| chip | 通信 | Jumbo Frame |
|---|---|---|
| 82530GC | ×(すぐに通信できなくなる) | × |
| 82540EM | ○ | ○ |
| 82546EB | ○ | × |
mtu いじらないで、netperf で図ると、だいたい 400Mbps との報告。
82540EM が 32bit, 32/66MHz ものなのであんまりいい計測じゃないな。
来週末にでも、PCI-X なカード手に入れて試してみようかな(´・ω・`)
pci8086,100e 撃沈。
これも、認識はするけど通信できないっぽ(´・ω・`)
対向の arp table には情報が載ってるんだけどなー
Sun Blade 1500 (XVR-500)でも動くそうでし。
ただ、OpenGL 1.3 を OpenGL 1.2 にしないとダメだそうでつ。
これで、どこに手が入ってるか確認できるってもんですけど・・・
e1000g driver にリベンジかますべく、Intel PRO/1000 MT Desktop Adapter を借用。
intel 82540EM という chip を搭載。
ボード ID は、A78408-012 ということで、32bit 33/66MHz もののカード。
結果は、もうちょっとまってヽ(;´Д`)ノ
また、仕事増えますね( ´∀`)σ)∀`)
つか、新しい履行をくれくれ。
エクリプスバイトも元に戻して下さい orz
download 可能な Solaris 8 と 9 の URL いっきにいきますっ(`・ω・´)シャキーン
稼働中のシステムのためにとかいっても、そこにメディアあるわけだし。
あんまり、意味ないと思いますけど、コレクションしてる人とか・・・いないよね。
・Solaris 8
Solaris 8 は、最新だけでいいでそ(つか URL わかりません orz)
Solaris 8 2/02 SPARC
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol8ML-2_02-SP-G-FR&TransactionId=try
Solaris 8 2/04 SPARC
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol8-2_04-SP-G-F&TransactionId=try
Solaris 8 2/02 x86
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol8ML-2_02-IN-G-FR&TransactionId=try
・Solaris 9
Solaris 9 x86 は、12/02 からリリースされますた。
Solaris 9 9/05 SPARC DVD
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol9-U8-DVD-SP-G-F&TransactionId=try
Solaris 9 9/04 SPARC CD-ROM
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol9-U7-SP-G-F&TransactionId=try
Solaris 9 4/04 SPARC CD-ROM
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol9-U6-SP-G-F&TransactionId=try
Solaris 9 12/03 SPARC CD-ROM
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol9-U5-SP-G-F&TransactionId=try
Solaris 9 8/03 SPARC CD-ROM
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol9-U4-SP-G-F&TransactionId=try
Solaris 9 FCS SPARC CD-ROM
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol9-SP-G-F&TransactionId=try
Solaris 9 9/05 INTEL DVD-ROM
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol9-U8-DVD-x86-G-F&TransactionId=try
Solaris 9 9/05 INTEL CD-ROM
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol9-U8-x86-G-F&TransactionId=try
Solaris 9 9/04 INTEL CD-ROM
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol9-U7-x86-G-F&TransactionId=try
Solaris 9 4/04 INTEL CD-ROM
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol9-U6-x86-G-F&TransactionId=try
Solaris 9 12/03 INTEL CD-ROM
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol9-U5-x86-G-F&TransactionId=try
Solaris 9 8/03 INTEL CD-ROM
ttp://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=8&PartDetailId=Sol9-U4-x86-G-F&TransactionId=try
download できるってだけです。大人の対応を( ´∀`)σ)∀`)
GbE の Intel(R) PRO/1000 Server Adapter をついに SPARC でもサポートします。
OpenSolaris.org の source browser を見ると、Nevada では、すでに取り込まれてるのがわかり、Nevada Build 23 では driver が提供されています。
いまのところは、Nevada Build 23 か OpenSolaris 20051007 でしか使えませんので注意してください。
http://cvs.opensolaris.org/source/search?q=e1000g&defs=&refs=&path=&hist=
driver 名は、x86 版と同じく e1000g となり、ほとんどの Intel PRO/1000 をカバーするようです。
PCI ID については、以下を参照。
http://cvs.opensolaris.org/source/xref/usr/src/pkgdefs/SUNWintgige/postinstall
というわけで、ピーな Solaris 10 に、適当にあさってきた Intel PRO/1000 を挿してみたところ使えてるっぽいです。
もちろん、Nevada b23 でも認識しています。
用意したのは、2 つの Intel(R) PRO/1000 Server Adapte で、中古品だと 4~5,000 円程度で入手できるかと思います。
1.ボード ID がA19845-xxx
Intel(R) PRO/1000 T サーバ・アダプタ (RJ45)
2.ボード ID がC33649-xxx
dual port なのですが Intel FW82546EB という chip を搭載。
ボード ID が本家にないので OEM されているもののようです。
いろいろ調べたところ、A92111-xxx (PWLA8492MT)との OEM で PCI-X なものでした。
ボード ID については、以下の URL で確認できます。
http://support.intel.co.jp/jp/support/network/adapter/pro100/21397.htm
まず、結果としては、1 のボードは認識しますが通信できず撃沈。
2 のボードは、2 port ととも使えています。
#どちらも、Sun Blade 1000 に挿しました。
--
$ ifconfig -a
lo0: flags=2001000849
inet 127.0.0.1 netmask ff000000
eri0: flags=1000843
inet 192.168.0.210 netmask ffffff00 broadcast 192.168.0.255
e1000g0: flags=1000802
inet 0.0.0.0 netmask 0
e1000g1: flags=1000843
inet 192.168.0.220 netmask ffffff00 broadcast 192.168.0.255
--
--
Oct 10 10:25:53 waterdragon mac: [ID 543131 kern.info] NOTICE: e1000g0/0 registered
Oct 10 10:25:53 waterdragon e1000g: [ID 766679 kern.info] Intel(R) PRO/1000 Network Connection, Driver Ver. 5.0.1
Oct 10 10:26:17 waterdragon mac: [ID 543131 kern.info] NOTICE: e1000g1/0 registered
Oct 10 10:26:17 waterdragon e1000g: [ID 766679 kern.info] Intel(R) PRO/1000 Network Connection, Driver Ver. 5.0.1
--
Nevada や、次期 Solaris 10 では、GLD v3 を搭載してきます。
新しい network interface の driver は、GLD v3 base となり Link Aggregation support (802.3ad) や VLAN support (802.1q) をサポートしてくるので、手に入りやすいカードが純正 driver で使えるのはうれしいかなと。
あと、e1000g は、jumbo frame を使えるみたいです。
直結で遊んでみようかと思いましたが、1 枚撃沈したので、何もできず orz
以下、新しく追加される管理コマンドの dladm の出力です。
Nevada build 23 で使えます。
#e1000g0 には、ケーブルさしてません。
eri0 と e1000g1 は、Fast Ethernet switch に挿しています。
eri0 が type: legacy 、link unknown になっているのは、
eri0 が gld v3 compliant じゃないからと勝手に想像。
http://cvs.opensolaris.org/source/search?q=dladm&defs=&refs=&path=&hist=
--
# dladm show-link
eri0 type: legacy mtu: 1500 device: eri0
e1000g0 type: non-vlan mtu: 1500 device: e1000g0
e1000g1 type: non-vlan mtu: 1500 device: e1000g1
# dladm show-dev
eri0 link: unknown speed: 100 Mbps duplex: full
e1000g0 link: down speed: 100 Mbps duplex: half
e1000g1 link: up speed: 100 Mbps duplex: full
--
と、こんな感じです。
ただし、サポートしているカードでも動かないものもあるので注意してください。
とりあえず、使えました報告でした。
#SPARC に入れてきたということで、将来の製品に採用されるのかな・・・
つ http://www.sun.com/software/solaris/9/
ついでに、Solaris 8 も。
つ http://www.sun.com/software/solaris/8/
とりあえず、download はできる
A19845-xxx の Intel(R) PRO/1000 T サーバ・アダプタ (pci8086,1004) は、ハズレっぽい。
e1000g driver は、attach して interface は plumb できるけど、packet が出て行かない orz
A92111-xxx のIntel(R) PRO/1000 MT デュアル・ポート・サーバ・アダプタ(pci8086,1010)は、だいじょうぶっぽい。
動いてる(´・ω・`)
http://support.intel.co.jp/jp/support/network/adapter/pro100/21397.htm
まだみたいですね(´・ω・`)
ほー。
eri0 は、nemo (gld v3) compliant じゃないからかな?
--
# dladm show-dev
eri0 link: unknown speed: 100 Mbps duplex: unknown
e1000g0 link: up speed: 100 Mbps duplex: full
e1000g1 link: up speed: 1000 Mbps duplex: full
--
http://cvs.opensolaris.org/source/search?q=dladm&defs=&refs=&path=&hist=
OpenSolaris.org の source browser でも見れるけど、Intel(R) PRO/1000 Server Adapter Driver である e1000g が、SPARC でもサポートされます。
すでに、Solaris x86 では提供されているものですが、ついに SPARC でも使えるようになります。
また、Nevada Build 23 では、e1000g driver が提供されています。
つーわけで、Solaris 10 3/05 HW1 では、まだ使えませんが、そのうち使え(ry
http://cvs.opensolaris.org/source/search?q=e1000g&defs=&refs=&path=&hist=
The USB DDK 2.0 supports Solaris 10 and provides sample applications, skeleton driver code and documentation to help new Solaris 10 adopters to prototype new USB drivers under Solaris 10. For SPARC and x86 platforms.
This document explains how management service or solution providers, architects, data center administrators, and performance engineers can utilize the Solaris platform's built-in utility tools to manage Solaris Zones partitioning technology.
http://http://www.sun.com/bigadmin/features/articles/container_mgt.html
今日が締め切りなので、entry しとく。
してみたり。
Berkley DB 使うと問題あるとのことなので、SQLite 3 を使ってみたり。
お、遅い orz
#Ultra 1 がいけないか〜(´・ω・`)
キタ━━━━━━(゜∀゜)━━━━━━ !!!!!
120824-02 きたね。
Sun Fire T200 のパッチ。
近いのかな?
ここんとこ、sun4v という keyword を 含んだ Solaris 10 のパッチリリースが目立ちますね。
sun4v は、Niagara を搭載したマシンの arch 名になります。
ちょっと古めの記事ですが、Niagara 搭載の Sun Fire T200 について書かれています。
http://www.theregister.co.uk/2005/09/07/sun_niagara_details/
Solaris Wireless Driver キタ━━━━(゜∀゜)━━━━!!
いまのところ、 Atheros AR52xx 802.11b/g Chipset-based Cards のみですが、以下のものも追って対応するそうです。
また、source code も公開されています。
#Solaris 10 or Nevada となっています。
もちろん、x86/x64 だけです(´・ω・`)
--
* cardbus - New Cardbus Driver With Support For 32-bit PC Cards.
* ipw - Solaris Wireless Driver for Intel 802.11b/g Centrino Chipset-based Cards
* iwi - Solaris Wireless Driver for Intel Pro Wireless 2200BG/2915ABG Chipset-based Cards
--
げっちゅ orz
900MHz x2 で 2GB MEM だったのでついつい・・・
2台並ぶと壮観ですが、でかすぎです。
2台並べて、その上に座布団ひいて椅子代わりに座っているのは内緒です(`・ω・´)
で、しばらくするとハングしてしまう現象が発生して(´・ω・`)ショボーン
安くてうまい話には、ことごとくついてないのですが今回もかと!
色々調べたところ、電源管理機能が原因で qlc (内蔵 FC ディスクのコントローラ)がおかしくなっているっぽい。
/usr/dt/bin/dtpower で、disk を常にオン状態にすることで回避できた模様。
でた。
libiconv が必要だったり、readline が必要だったり。
client は公開予定ないらすぃ。
http://www.softether.com/jp/vpn2/rc1.aspx
