126399-02 の README に目を通していたら、
6510364 "War Mode" in ALOM-CMT is required by the US NAVY which is currently missing
なんて記述があって、ちょっと吹いたw
2007年8月アーカイブ
Blog for Adobe Reader on Unix なんてはじめてますね・・・
そして、コメント欄は予想通り・・・ Solaris x86 版だせや(#゜Д゜)ゴルァ!!ばっかりですねw
engineering team と協議してみるとあるけど・・・
つか、なんだリリースしないのん?
ってのは、おいといて Adobe Reader 8.1.1 on Linux and Sparc Solaris がリリースされるようですね。
http://blogs.adobe.com/acroread/2007/08/sneak_preview_of_adobe_reader_1.html
やっぱり Sun がスキ! にて、「What's New Solaris 10 8/07」の日本語紹介が掲載されています。
http://blogs.sun.com/yappri/entry/what_s_new_solaris_10
#なんか、におうな?と思っても気にせず
OpenSolaris Project を成功させるために、コミュニティに興味がある人々に向けたメッセージである「Improving the OpenSolaris Project」の翻訳作業がおこなわれていますが、査読期間に突入しているそうです。
http://blogs.sun.com/reiko/entry/opensolaris_%E3%81%AB%E8%B2%A2%E7%8C%AE%E3%81%97%E3%82%88%E3%81%86
Sun Ray Server 4.0 の man utfwadm を見ていると、次のような記述が。
--
The 4.0 release of Sun Ray firmware is split into two
varieties: one supports a new capability that allows limited
local configuration of the Sun Ray, and the other does not.
The default path installs firmware without the configuration
capability. To install the firmware that allows configura-
tion, use the "-f /opt/SUNWut/lib/firmware_gui" option.
--
どうやら、local configuration 機能を提供する firmware が、/opt/SUNWut/lib/firmware_gui に格納されているようです。
ディレクトリを見ると CoronaP1 〜 CoronaP8 までありますね。
うちの SunRay 1 は、utquery -d BROADCAST_ADDRESS で見ると、model=CoronaP2 と表示されるので、Corona は SunRay 端末の codename かなんかだということがわかり、Sun Ray 1 にも適用できるようです。
新しい firmware を有効にするには、こうすればよいのかな。
# utfwadm -A -a -N all -f /opt/SUNWut/lib/firmware_gui
実機さわれないから、どうなってるかわかんないや orz
pca の作者に、SSL (https)でならいけるよ!と連絡してみたのですが・・・
うん、そうだお。でもね、SSL をサポートしている wget (/usr/sfw/bin/wget) は、Solaris 10 だけにしかないんだYO!
というお返事をもらいました orz
ということで、各リリースの wget を調べてみたところ・・・
- Solaris 8 wget なんてないですから。
- Solaris 9 wget あるけど、SSL サポートしてないですから。
- Solaris 10 バッチコーイ!!(SSL サポートな wget つき)
- Nevada バッチk(ry
Solaris 10 以外で使う場合は、がむばって build してください! orz
あと、https 接続の場合でも、Internal server error で取得できない場合があります。
そんなときは、何度かリトライすれば入手できます。
pca の --dltries=NUM オプション(NUM にはリトライ回数を)使うのもよいかと思います。
SixApart が開発した分散ファイルシステム。
perl での実装のため、kernel module などに依存しないみたい。
クライアントとサーバの通信には、HTTP を仕様。
ちょっとおもしろそうですね。
これが詳しいですね。
http://www.art-code.org/files/shibuya_pm_tt07_mogilefs_with_catalyst.pdf
Solaris でもいけるのですね!
http://blogs.sun.com/prashant/entry/mogilefs_and_solaris_10
pca (Patch Cjeck Advanced - Analyze, download and install patches for Sun Solaris) なる tools がありますが、最近の、SunSolve の不安定さに引きずられ patchdiag.xref が入手できなくなり、うまく動作しなくなっています。
障害情報は、下記 URL にてアナウンスされています。
サン・サポートサイト - メンテナンス・障害情報
http://blogs.sun.com/jwebsupport/
作者の方も、バカンス明けから色々と取り組んでいますが、SunSolve の障害に打つ手なしのようです。
News
http://www.par.univie.ac.at/solaris/pca/news.html
ただ、上記の障害情報にあるように https でのアクセスについては問題ないようです。
というわけで、pca に埋め込まれている URL の頭を https に変更してみました。
まずは、development version of pca を入手。
http://www.par.univie.ac.at/solaris/pca/develop/pca
アクセスする URL を https に変更し、debug mode で見てみると、connected にはなるものの、
ERROR: Certificate verification error で、接続できないようです。
--
$ ./pca -V
## Option list: 1
## Option patchdir: /var/tmp/patch/.
## Option debug: 1
## Option wgetq:
## ARGV: missing
## Version: develop (2007/08/22)
## Using /usr/sfw/bin/wget
## Expanded patch list: missing
Download xref-file to /var/tmp/patchdiag.xref: ## Getting patchdiag.xref from sunsolve.sun.com
--11:30:56-- https://sunsolve.sun.com/pdownload.do?target=patchdiag.xref
=> `/var/tmp/patchdiag.xref'
Resolving sunsolve.sun.com... 192.18.108.40
Connecting to sunsolve.sun.com|192.18.108.40|:443... connected.
ERROR: Certificate verification error for sunsolve.sun.com: self signed certificate in certificate chain
To connect to sunsolve.sun.com insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.
failed
## Reading from /usr/bin/showrev -p
ERROR: Can't open xref file /var/tmp/patchdiag.xref (No such file or directory)
## Cleanup
--
wget に --no-check-certificate オプションをつけてあげれば、このエラーは回避できそうですね。
早速、wget が呼ばれている箇所を特定し、--no-check-certificate をつけてみました。
--
$ ./pca.new -V
## Option list: 1
## Option patchdir: /var/tmp/patch/.
## Option debug: 1
## Option wgetq:
## ARGV: missing
## Version: develop (2007/08/22)
## Using /usr/sfw/bin/wget
## Expanded patch list: missing
Download xref-file to /var/tmp/patchdiag.xref: ## Getting patchdiag.xref from sunsolve.sun.com
--11:54:13-- https://sunsolve.sun.com/pdownload.do?target=patchdiag.xref
=> `/var/tmp/patchdiag.xref'
Resolving sunsolve.sun.com... 192.18.108.40
Connecting to sunsolve.sun.com|192.18.108.40|:443... connected.
WARNING: Certificate verification error for sunsolve.sun.com: self signed certificate in certificate chain
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://sunsolve.sun.com/CDW/patchdiag.xref;jsessionid=90a437a2c2f2c780c67cff6716cc [following]
--11:54:15-- https://sunsolve.sun.com/CDW/patchdiag.xref;jsessionid=90a437a2c2f2c780c67cff6716cc
=> `/var/tmp/patchdiag.xref'
Reusing existing connection to sunsolve.sun.com:443.
HTTP request sent, awaiting response... 500 Internal Server Error
11:54:43 ERROR 500: Internal Server Error.
failed
## Reading from /usr/bin/showrev -p
ERROR: Can't open xref file /var/tmp/patchdiag.xref (No such file or directory)
## Cleanup
--
先ほどの ERROR は消えましたが、今度は、Internal Server Error が発生します。
これだけだとわからないですね。
でも、たぶんですが、認証じゃないのかな?とあたりをつけて、pca 実行時に Sun Solve のアカウントを渡してあげるようにしました。
--
$ ./pca.new --user=xxxx --passwd=xxxx -V
## Option list: 1
## Option patchdir: /var/tmp/patch/.
## Option user: xxx
## Option passwd: xxx
## Option debug: 1
## Option wgetq:
## ARGV: missing
## Version: develop (2007/08/22)
## Using /usr/sfw/bin/wget
## Sun Online Account user is set
## Sun Online Account passwd is set
## Expanded patch list: missing
Download xref-file to /var/tmp/patchdiag.xref: ## Getting patchdiag.xref from sunsolve.sun.com
--11:58:46-- https://sunsolve.sun.com/pdownload.do?target=patchdiag.xref
=> `/var/tmp/patchdiag.xref'
Resolving sunsolve.sun.com... 192.18.108.40
Connecting to sunsolve.sun.com|192.18.108.40|:443... connected.
WARNING: Certificate verification error for sunsolve.sun.com: self signed certificate in certificate chain
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: https://sunsolve.sun.com/CDW/patchdiag.xref;jsessionid=90a862cdd08bfb94b5e544453c3 [following]
--11:58:50-- https://sunsolve.sun.com/CDW/patchdiag.xref;jsessionid=90a862cdd08bfb94b5e544453c3
=> `/var/tmp/patchdiag.xref'
Reusing existing connection to sunsolve.sun.com:443.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
[ <=> ] 2,034,090 75.24K/s
xx:xx:xx (76.63 KB/s) - `/var/tmp/patchdiag.xref' saved [2034090]
--
げっつw
これで、pca が使えるようになりました。
pca への patch を置いときます。
patch を見てもらえればわかりますが、https への変更と --no-check-certificate の追加だけなので、patch を使わなくても簡単に修正できるかと思います。
upgraed してみました。
特に、旧 package を削除する必要もなく、SRSS4.0 のアーカイブに含まれる utinstall を叩くだけでいいみたい。
package を確認し、自動的に upgrade してくれる。
Upgrade については、以下のマニュアルを参照。
http://docs.sun.com/source/820-0413/upgrade.html#50634762_pgfId-1002620
utinstall を実行。
--
# utinstall Version: 4.0 2007年08月22日 (水) 18時00分53秒 JST
Sun Ray Server Software 3.1 installed
Sun Ray Data Store 2.1 installed - upgrade required
Controlled Access Mode 3.0 installed
Kiosk Mode 4.0 not installed
Enter Java v1.5 (or later) location [/usr/java]:
About to carry out the following operations:
Upgrade [ Sun Ray Server Software 3.1 to 4.0 ]
Migrate [ Sun Ray Data Store 2.1 to 3.0 ]
Migrate [ data for Admin GUI ]
Remove [ Sun Ray Server Software 3.1 English documentation ]
Upgrade [ Sun Ray Server Software 3.1 Japanese Admin GUI to 4.0 ]
Upgrade [ Sun Ray Server Software Localized user files 3.1 to 4.0 ]
Install [ Kiosk Mode 4.0 ]
Upgrade [ data for Authmanager ]
Upgrade [ data for utslaunch ]
Upgrade [ Sun Ray Server Software utsunmc modules 3.1 to 4.0 ]
Continue? ([Y]/N):
--
utinstall 終了後、Supplemental ディレクトリにある apache-tomcat のアーカイブを /opt に展開し、reboot 。
引き続き、firmware の update.
utquery で firemware version を確認
--
$ ./utquery -d 192.168.0.255
terminalID=080020fd7337
terminalIPA=192.168.0.200
model=CoronaP2
Subnet=255.255.255.0
Router=192.168.0.2
MTU=1500
LeaseTim=86400
DHCPServer=192.168.0.2
AuthSrvr=192.168.0.2
AuthPort=7009
LogHost=192.168.0.2
FwSrvr=192.168.0.2
NewTVer=3.1_120879-05_2006.10.17.17.08
parmsVersion=3.1_120879-05_2006.10.17.17.08
parmsBarrier=310
currentAuth=192.168.0.2
currentFW=3.1_120879-05_2006.10.17.17.08
currentBarrier=310
currentBarrierLevel=310
AltAuth=192.168.0.2
--
firmware の更新
--
# ./utfwadm -A -a -N all (Sun Ray interconnect は、専用 interface ではなく、subnet を指定しているため)
All the units served by "phantom" on the 192.168.0.0
network interface, running firmware other than version
"4.0_48_2007.08.01.15.48" will be upgraded at their next power-on.
### stopped DHCP daemon
### started DHCP daemon
### reinitialized DHCP daemon
--
firmware の強制 sync
--
# ./utfwsync -v
Stopping Authentication Managers on phantom ...
Stopping host 'phantom'
Warning: no private interconnect interfaces configured - no action taken
All the units served by "phantom" on the 192.168.0.0
network interface, running firmware other than version
"4.0_48_2007.08.01.15.48" will be upgraded at their next power-on.
### stopped DHCP daemon
### started DHCP daemon
### reinitialized DHCP daemon
Will restart Authentication Managers in 5 seconds
Restarting Authentication Managers ...
Restarting host 'phantom'
stopping authentication manager
starting authentication manager
--
fwsync 後の utquery 実行結果
--
$ ./utquery -d 192.168.0.255
terminalID=080020fd7337
terminalIPA=192.168.0.200
model=CoronaP2
Subnet=255.255.255.0
Router=192.168.0.2
MTU=1500
LeaseTim=86400
DHCPServer=192.168.0.2
AuthSrvr=192.168.0.2
AuthPort=7009
LogHost=192.168.0.2
FwSrvr=192.168.0.2
NewTVer=3.1_120879-05_2006.10.17.17.08
parmsVersion=4.0_48_2007.08.01.15.48
parmsBarrier=320
configMTU=1500
currentAuth=192.168.0.2
currentFW=4.0_48_2007.08.01.15.48
currentBarrier=320
currentBarrierLevel=320
currentMTU=1500
AltAuth=192.168.0.2
confNetType=DHCP
--
currentFW が 4.0_48_2007.08.01.15.48 になっていればおっk。
Sun Ray Remote Control Toolkit も、update 後も問題なさげに動いてます。
パスワードと URL が表示されたあと、接続できない旨のメッセージが表示される場合は、reboot してあげるとよいです。
で、Sun Ray Remote Control Toolkit ですが、CDE セッションだと keyboard もきちんと効きますね。
Shift 押すと変なコードが入力されるのは、gnome client だけみたい。
#dtterm は問題ないけど、gnome-terminal はダメ。むむ
とりあえず、remote から upgrade したので、Sun Ray 端末の OSD 画面での設定がどう変わっているか未確認。まぁ、さとうが使っているのは Sun Ray 1 なので、あまり期待はしないけど・・・
ぷらっとホームが Sun キャンペーンを開催しています。
Ultra 40 のコレが良い感じですかね?
Sun Ultra 40 2.0GHz AMD Opteron 246/1GBメモリ/80GB
キャンペーン価格: 124,950円(税込)
T2000 は、やっぱ高いな・・・
http://online.plathome.co.jp/camp/sun/index.html
#コメント spam 対策を怠っていたので、コメント機能を一時的に無効にしていますです。。。
Sun Ray Software 4 09/07 がリリースされました。
今回の目玉は、VPN/IPsec client 機能が firmware に実装されたことでしょうか。
Sun Ray 2 (2, 2FS, 270)シリーズのみですが orz
あと、別で配布されていた PC/SC lite API が統合されたり、管理 GUI が新しくなったり、Trusted Extensions をサポートしたり、Sun Ray connector が 2.0 になったり。
Sun Ray Connector 2.0 では、Windows Vista との接続(RDP 5.2)もサポートしています。
--
Sun Ray Software 4 09/07 provides great new features such as the
VPN/IPsec client in the Sun Ray firmware. This allows customers (whose
corporate networks utilize Cisco gateways which support the Cisco
EasyVPN protocol) to simply plug their Sun Ray clients into nearly any
network and connect back to their corporate desktop. Sun Ray Software 4
09/07 also includes an interface that allows the Sun Ray client to be
configured with specific network settings, and an enhanced kiosk mode.
For
those who need an ultra-secure computing environment, Sun Ray Software
4 09/07 now supports Solaris 10 Trusted Extensions. Offering unmatched
levels of privacy, increased accountability and reduced risk of
security violations, Solaris 10 Trusted Extensions provide built-in
security on a commercial-grade operating system.
--
http://www.sun.com/download/products.xml?id=468a6fb2
マニュアルは、こちら。
http://docs.sun.com/app/docs/coll/1230.6?l=ja
まじで、Sun Ray 2 を購入しようかなと。
--
メモ:
・管理 GUI が変更されたのはいいが、utconfig を実行する前に、Apache-Tomcat をインストールしなければならない。アーカイブは、srss_4.0/Supplemental にある。
また、アーカイブの展開は、gnu tar を使わないとダメ。
http://docs.sun.com/source/820-0413/install_prep.html#50634758_pgfId-1004712
見た目と操作は、Java Web Console と一緒なので、統合してくれればいいのに・・・
This document discusses a step-by-step procedure in how a Solaris10 is
integrated into Microsofts Active Directory by using kerberos and
LDAP over SSL UID/GID lookups.
http://www.csnc.ch/static/download/misc/Solaris10_AD_Integration_latest.pdf
Sun System Handbook > Sun Fire V120 Server
http://sunsolve.sun.com/handbook_private/Systems/SunFireV120/SunFireV120.html
DIMM slots x4 で、SDRAM Memory 168Pin DIMM PC133 ECC Unbuffer Memory もの。
Transcend TS64MLS72V6F あたりでいけるかな。
System Handbook によると、1GB module の純正オプションがあるみたいだけど、512MB で 1万とかしてるから入手は無理っぽいかな。
といっても、Sun Fire[TM] V120/Netra[TM] 120 will not power up with 4GB of memory なんて問題があるから 1GB は手出さないほうがいいやね。
Disk は、SCA2 Ultra SCSI で、2 台搭載可能。コントローラは LSI53C896 ですか。
UltraSPARC-IIi 650MHz って存在してたんだと思ったら、これって UltraSPARC-IIe か。
Codename は、Flapjack2+。
JP-8 で、Netra 120 にもなれる。
LOM は、LOMlite2 ですか。む、ネットワーク経由で console にアクセスできないのか。
はじめての LOM が、ALOM とか ILOM だったので、ちと勘違いしてますた。
Solaris 10 を入れるならば、以下のパッケージが必要。
Netra t Lights Out Management 2.0
http://www.sun.com/download/products.xml?id=41f5f9b1
110208-22 Netra Lights Out Management 2.0 patch と
112140-05 Netra Lights Out Management 2.0: Lomlite2 lom_update_eeprom patch もいるかな。(Netra t Lights Out Management 2.0 で download できる package には、11208-19 が適用済み)
OBP は、111991-07 Hardware/PROM: Netra T1 200 PROM upgrade patch
Solaris 10 8/07 (update 4) の Release and Installation Collection が
公開されています。
http://docs.sun.com/app/docs/coll/1236.6?l=ja
What's New in the Solaris 10 8/07 Release は、こちら。
http://docs.sun.com/app/docs/doc/817-0547/6mgbdbsmb?l=ja&a=view
stmsboot が x86 に porting されたり、SATA の Tagged queuing が使えるよ
うになってたり、routing daemon が SMF based になったり、DHCPv6 Client
がサポートされたり、/etc/hosts と /etc/inet/ipnodes がやっと一つ
(/etc/inet/hosts) に統合されたり、nge driver が jumbo frame 対応したり
iSCSI Target きたー、BrandZ きたー、IP Intatnce きたー、non-global
System V Resource Controls for Zones きたー、
zone で dtrace 使えるようになったり、Xorg X11R7.2 Server and Drivers
になったり、Japanese HG font has been updated to compliant with
JISX0213:2004 とか(ry ハァハァハァ
あと、kernel Patch 適用の動作が Deferred-Activation Patching として新
しくなっているようです。
Solaris 10 の名前のままでいいのかな?と思ったりもしますが、リリース
間近のようです・・・
Nevada b70 がリリースされました。
http://opensolaris.org/os/downloads/sol_ex_dvd/
新機能等は、こちら。
http://opensolaris.org/os/community/on/flag-days/66-70/
hme, qfe が GLDv3 compliant となりました。
#これで、x86 でも qfe が使えるかな?未確認でし
Solaris support of Intel Enhanced Speedstep と Opteron Athlon64
Frequency Management も入ってきました。
それから、Developer Edition を選択した際の、GUI インストーラが
変更となっています。(x86 DVD only)
これは、Project: Dwarf Caiman, Solaris Install Revisited の実装
です。
http://opensolaris.org/os/project/caiman/Dwarf/
より簡潔になっている分、細かな設定項目ができない(パーティションや
スライスの選択ができず、強制的にディスク全体指定される)など、
玄人向き(?)ではありませんので注意が必要です。
s10u4 まだー?チンチン・・・まだみたいです orz
もうちょっとで、発表・・・
日本時間だと、8/8 AM 2:00 ごろだっけ
http://www.sun.com/featured-articles/2007-0807/feature/index.jsp?intcmp=hp2007aug06_ultrasparct2_curtain
Sun SPARC Enterprise M4000-M9000 用ですが、Solaris 10 7/07 HWがリリースされています。
#なので、SPARC のみです。
http://www.sun.com/software/solaris/releases.xml
--
Note 3: The Solaris 10 7/07 HW Operating System is available for download on DVD or CD. This software only installs on SPARC Enterprise M4000-M9000 Servers and will be superseded by the next Solaris 10 release.
--
* Note 中の DVD or CD が、link となります。
マニュアルは、こちら。
Solaris 10 7/07 HW Release and Installation Collection
http://docs.sun.com/app/docs/coll/1236.7?l=en
Sun SPARC Enterprise M4000-M9000 のみサポートしているリリースとなるので注意です。
#お尻に HW がつくのは、特定のハードウェア向けリリースであることを意味します。
これは、つまり・・OpenSolaris ?
でも、OpenSolaris は source code を公開(ここがつまり、設計情報公開の基本ソフトということか)しているので、そんな Solaris (not OpenSolaris) を使うということなのでしょうか。
> オープン型のOSを使った情報システムは専門の技術者がいなくても運用できるうえ、
> 省庁などが自ら改良できる。
数年前にも同じようなこと言っていたと思うのですが、本当にそうなのでしょうか・・・
http://www.nikkei.co.jp/news/sangyo/20070801AT1D3101431072007.html
