こんなのが出る件(めっちゃ古いまま使ってるのがいけないのだけど)
no matching key exchange method found. Their offer: diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,diffie-hellman-group1-sha1
これで解決
% cat .ssh/config
KexAlgorithms +diffie-hellman-group1-sha1
StackTrace:
File "/opt/ovs-agent-2.2/OVSSiteDB.py", line 108, in register_server
# raise Exception("hostname cannot be 'localhost*'!")
Oracle Data Guardは、企業データベース用のデータ可用性、データ保護、および障害時リカバリ・ソリューションとしてもっとも効率的かつ包括的なソリューションです。
Oracle Data Guardは、管理、監視、自動化のためのソフトウェア・インフラストラクチャで、故障、障害、エラー、破損などから企業データを保護するために、1つまたは複数のスタンバイ・データベースを作成して保守および監視します。
Oracle Data Guardによって、これらのスタンバイ・データベースが本番データベースの同期コピーとして保持されます。これらのスタンバイ・データベースは、本番データベース・センターから数千マイルも離れたリモート障害時リカバリ・サイトに配置でき、同じ都市、構内、もしくはビルにも配置できます。 計画停止または計画外停止が原因で本番データベースが使用不可になった場合、Oracle Data Guardにより、スタンバイ・データベースを本番ロールに切り替え、その停止に起因する停止時間を最小限に抑えて、データ損失を防止できます。
日本オラクルは2008年10月28日、サーバー仮想化ソフトの新版「Oracle VM 2.1.2」を発表した。Oracle VM上の仮想マシンで「Oracle Real Application Clusters(RAC)」や「WebLogic Server」の動作を保証したほか、高可用性「High Availability(HA)」機能などを加えた。ダウンロードは無償、有償サポートは11月1日に開始する。
HA機能は、仮想マシンの可用性を向上させるためのもの。あらかじめ、複数の物理サーバーをサーバープールとして登録しておく。仮想マシンや物理サーバーに障害が発生した際は、サーバープール内の別の物理サーバーで、該当の仮想マシンを自動で再起動させる。日本オラクル Linux&Virtualizationビジネス推進部の林徹 部長は「HAの設定はワンクリック。Oracle VM Manager上で仮想マシンを表示し、HAのチェックボックスをチェックすれば終わり」と設定の容易さをアピールした。
The Azure™ Services Platform (Azure) is an internet-scale cloud services platform hosted in Microsoft data centers, which provides an operating system and a set of developer services that can be used individually or together. Azure’s flexible and interoperable platform can be used to build new applications to run from the cloud or enhance existing applications with cloud-based capabilities. Its open architecture gives developers the choice to build web applications, applications running on connected devices, PCs, servers, or hybrid solutions offering the best of online and on-premises.
きましたね。
SLAってどういう内容なんだろ。Windows+SLAって、企業向け利用を加速させるよな。
エクシード(本社:東京都渋谷区)は、クラウド・コンピューティング環境を提供するサーバサービス「myDC」を2008年8月1日から提供開始する。米3teraが開発するグリッドOS「AppLogic」を利用したもので、基本構成は月額48万円から。初期費用48万円がかかる。
ls -l `ps auxwww|grep httpd|awk '{print $2}'|sort -u|sed "s/$/\/fd/"`|grep '\->'|wc -l
What is an open file?
Is an open file a file that is being used, or is it an open file descriptor? A file descriptor is a data structure used by a program to get a handle on a file, the most well know being 0,1,2 for standard in, standard out, and standard error. The file-max kernel parameter refers to open file descriptors, and file-nr gives us the current number of open file descriptors. But lsof lists all open files, including files which are not using file descriptors - such as current working directories, memory mapped library files, and executable text files. To illustrate, let's examine the difference between the output of lsof for a given pid and the file descriptors listed for that pid in /proc.
"550 Service unavailable; Client host [xx.xx.xx.xx] blocked using
xx.blacklist.zap; Mail From IP Banned To request removal from this list
please forward this message to delist@frontbridge.com"
メールサーバがブラックリストに入っているか確認できるサイト
オープンソース分散システム「Hadoop」に関する解析資料を公開させて頂いております。この調査はNTTレゾナント株式会社様と共同で行いました(プレスリリース)。
$ crontab -l
1-59/10 * * * * /hogehoge/checkOracleAlertLog.sh >/dev/null 2>&1
$ more /hogehoge/checkOracleAlertLog.sh
#!/bin/sh
errorfile=/tmp/oraclealertfile
old_errorfile=/tmp/oldoraclealertfile
cd /opt/oracle/admin/[sid]/bdump/
touch $old_errorfile
logfile=alert_[sid].log
grep -E 'ERROR|Error|WARN|Warn|FAIL|Fail|FAULT|Fault|ORA-|Max|max|MAX' $logfile |grep -v -E 'ORA-02097:|ORA-00439:' > $errorfile
result=$?
if [ $result == 1 ]; then
echo no errors in $logfile
cat /dev/null > $old_errorfile
exit
fi
if `diff $old_errorfile $errorfile >/dev/null`; then
echo $logfile has new NO errors.
else
echo $logfile has any new ERRORs.
/usr/sbin/sendmail -t <
From: foo@bar.com
Subject: Oracle Warning `date "+%m/%d %H:%M"`
To: foo@bar.com
`tail $errorfile`
EOF
cp $errorfile $old_errorfile
fi
Express5800/100シリーズ(*1)並びにSIGMABLADEでは、マザーボード上にBMC(ベースボードマネージメントコントローラー)をチップ化した「EXPRESSSCOPE?エンジン」を標準搭載しています。それにより、OSの動作状態や電源ON/OFF状態に依存せず、 遠隔地よりCPU、メモリ、ファンなど各種ハードウェアコンポーネントの監視や電源制御、サーバの操作などが標準で実現可能です。
iモデルWiki コミュニティゾーンは、サーバシステムに触れることが多い、サーバ管理者やシステム開発者向けの情報交換の場です。扱う話題はシステム管理に関するものなら何でもOK。NEC iモデルに限らず、他社サーバの話題でもかまいません。
現在のところtaRgreyをもっとも推奨しますので、こちらのページを参照後、StarpitとtaRgreyの説明も参照ください。
私が考案したSelective SMTP Rejection (S25R)スパム対策方式のコンセプトは、メールサーバがメール中継サーバからのSMTPアクセスは受け入れるがエンドユーザーコンピュータからの直接のSMTPアクセスは拒絶するという単純なものである。
spam メイルの受信を避ける確実な手だては存在しません。spam メイルの特徴を調べてspamメイルの 特徴を持ったメイルの受信を避ける事です。
Errors in file /opt/oracle/admin/****/bdump/****_arc1_23677.trc:
> ORA-19815: WARNING: db_recovery_file_dest_size of 21474836480 bytes is 85.15% used, and has 3188039680 remaining bytes available.
ARC0: Failed to archive thread 1 sequence 1293 (19809)
ARCH: Archival stopped, error occurred. Will continue retrying
ORACLE Instance ORA01 - Archival Error
ORA-16038: log 3 sequence# 1293 cannot be archived
ORA-19809: limit exceeded for recovery files
ORA-00312: online log 3 thread 1:
'/opt/oracle/db01/ORA01/onlinelog/o1_mf_3_2dmpd4dw_.log'
ORA-00312: online log 3 thread 1:
'/opt/oracle/db02/ORA01/onlinelog/o1_mf_3_2dmpd4x3_.log'
ORA-00312: online log 3 thread 1:
'/opt/oracle/db03/ORA01/onlinelog/o1_mf_3_2dmpd5r1_.log'
Errors in file /opt/oracle/admin/ORA01/bdump/ORA01_arc1_12029.trc:
ORA-19815: WARNING: db_recovery_file_dest_size of 21474836480 bytes is
99.87% used, and has 28377088 remaining bytes available.
************************************************************************
You have following choices to free up space from flash recovery area:
1. Consider changing RMAN RETENTION POLICY. If you are using Data Guard,
then consider changing RMAN ARCHIVELOG DELETION POLICY.
2. Back up files to tertiary device such as tape using RMAN
BACKUP RECOVERY AREA command.
3. Add disk space and increase db_recovery_file_dest_size parameter to
reflect the new space.
4. Delete unnecessary files using RMAN DELETE command. If an operating
system command was used to delete files, then use RMAN CROSSCHECK and
DELETE EXPIRED commands.
************************************************************************
$ sqlplus ***/*** as sysdba
SQL*Plus: Release 10.2.0.1.0 - Production on Wed Mar 19 19:42:34 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Release 10.2.0.1.0 - Production
SQL> SHOW PARAMETER db_recovery_file_dest
NAME TYPE
------------------------------------ ---------------------------------
VALUE
------------------------------
db_recovery_file_dest string
/opt/oracle/flash_recovery_area
db_recovery_file_dest_size big integer
20G
SQL> alter system set db_recovery_file_dest_size='40G' scope=BOTH ;
System altered.
SQL> SHOW PARAMETER db_recovery_file_dest
NAME TYPE
------------------------------------ ---------------------------------
VALUE
------------------------------
db_recovery_file_dest string
/opt/oracle/flash_recovery_area
db_recovery_file_dest_size big integer
40G
SQL>
select space_used from v$recovery_file_dest;
$ telnet localhost smtp
Trying localhost...
Connected to sv1(localhost)
Escape character is '^]'.
220 unknown ESMTP
EHLO mx.hogehoge.jp
250-mx.hogehoge.jp Hello sv1 [192.168.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-ETRN
250-AUTH DIGEST-MD5 CRAM-MD5
250-DELIVERBY
250 HELP
MAIL FROM: hoge@hogehoge.jp
(〜〜〜ここで約15秒待ち〜〜〜)
250 2.1.0 hoge@hogehoge.jp... Sender ok
RCPT TO: hoge@hoge.com
(〜〜〜ここで約15秒待ち〜〜〜)
250 2.1.5 hoge@hoge.com... Recipient ok
DATA
354 Enter mail, end with "." on a line by itself
hogehoge
.
250 2.0.0 xxxx Message accepted for delivery
QUIT
aliases: files nisplus
aliases: files
aliases: nisplus [NOTFOUND=return] files
# /etc/init.d/sendmail restart
/etc/mail/accessで、リレーの許可や拒否設定をすることができます。許可する場合にはホスト名に続きRELAYを、拒否する場合にはREJECTとします。スパムの発信元を記述することで、メールを受け取らないようにすることができますので、簡単なフィルターとして役立ちます。
RCPT TO: hoge@hogehoge.jp
550 5.7.1 hoge@hogehoge.jp... Relaying denied
sendmail[xxxx]: xxxx: ruleset=check_rcpt, arg1=hoge@hogehoge.jp, relay=sv1 [192.168.0.1], reject=550 5.7.1 hoge@hogehoge.jp... Relaying denied
# cd /etc/mail
# makemap -v hash access.db < access
550 5.7.1 hoge@hogehoge.jp... Relaying denied
(ここで上記makemap実行)
RCPT TO: hoge@hogehoge.jp
250 2.1.5 hoge@hogehoge.jp... Recipient ok
$ telnet [メールサーバIP] smtp
$ netstat -an|grep 25
:
:
tcp 0 0 【メールサーバIP】:25 【接続元IP】:35870 ESTABLISHED
:
技術文書
SmartArray/RAIDコントローラ(cciss, cpqarray)についての技術情報
基本作業は、レスキューモード起動後に engage scsiで cciss.oに TAPEを認識させた後、st.oをロードする事で cciss.o経由での TAPEが利用可能になります。
手動でモジュールをロードさせる場合の注意点として、Red Hat系の Anacondaインストーラでは #insmod st.oの '.o'までフルパスで入力する必要があります。kernel 2.6系の場合 .oではなく .koになります。SLES9の場合 #insmodではなく#modprobeを利用する必要があります。各ディストリビューションの詳細は下記をご覧ください。
この手順書では、HP DL360, DL380 にインストールされた
RedHat ES 3.0 をバックアップ・リストアする手順を記します
リストア作業には、KNOPPIX (CD-ROM で動作する Linux) を利用します。
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT
iptables -F
iptables -A INPUT -i lo -j ACCEPT
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -p udp --dport 5500 -j ACCEPT
iptables -P INPUT DROP
ただし /etc/rc.iptables を利用するためには、/etc/rc.conf 内の /etc/defaults/rc.conf が読み込まれるよりも下の行へ iptables=YES という行を追加する必要があります。
┌───┐
│ sv1 │(VPN越しにアクセスしたいサーバ)
└─┬─┘
│[10.1.2.100]
━━━┷━━━━┯━━━━━━━━ 10.1.2.0/24
│
│[10.1.2.1]:eth0
┌─┴─┐
│ obs │(OpenVPNサーバ)
└─┬─┘
│[192.168.0.1]:eth1
│
━━━━━━━━┷━━━━┯━━━━━━━━ 192.168.0.0/24
│
│[192.168.0.100]
┌─┴─┐
│ WinPC│(OpenVPNクライアント)
└───┘
# sysctl -w net.ipv4.conf.all.forwarding=1
net.ipv4.conf.all.forwarding = 1
ブリッジを使うためには、brctlというコマンドを使う。brctlは「bridge-utils」というパッケージに含まれている。これは次の場所から入手できる。
# autoconf
# ./configure
# make
# make install
#!/bin/bash
# Define Bridge Interface
br="br0"
# Define list of TAP interfaces to be bridged,
# for example tap="tap0 tap1 tap2".
tap="tap0"
# Define physical ethernet interface to be bridged
# with TAP interface(s) above.
br="br0"
tap="tap0"
eth="eth0"
eth_ip="10.1.2.1"
eth_netmask="255.255.255.0"
eth_broadcast="10.1.2.255"
for t in $tap; do
openvpn --mktun --dev $t
done
brctl addbr $br
brctl addif $br $eth
for t in $tap; do
brctl addif $br $t
done
for t in $tap; do
ifconfig $t 0.0.0.0 promisc up
done
ifconfig $eth 0.0.0.0 promisc up
ifconfig $br $eth_ip netmask $eth_netmask broadcast $eth_broadcast
#!/bin/bash
# Define Bridge Interface
br="br0"
# Define list of TAP interfaces to be bridged together
tap="tap0"
ifconfig $br down
brctl delbr $br
for t in $tap; do
openvpn --rmtun --dev $t
done
port 5500
proto udp
dev tap0
tls-server
ca /root/easy-rsa/keys/ca.crt
cert /root/easy-rsa/keys/server.crt
key /root/easy-rsa/keys/server.key
dh /root/easy-rsa/keys/dh1024.pem
server-bridge 10.1.2.1 255.255.255.0 10.1.2.200 10.1.2.254
push "route 10.1.2.0 255.255.255.0"
client-to-client
duplicate-cn
keepalive 10 120
persist-key
persist-tun
status openvpn-status.log
log-append openvpn.log
verb 1
client
proto udp
dev tap0
dev-node "ローカル エリア接続 2"
port 5500
remote ”VPNサーバのIPアドレス”
ca "c:\\keys\\ca.crt"
cert "c:\\keys\\client1.crt"
key "c:\\keys\\client1.key"
resolv-retry infinite
nobind
persist-key
persist-tun
ns-cert-type server
verb 1
pull
float
route add ”デフォゲのIP” br0
# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
10.1.2.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default "デフォゲ" 0.0.0.0 UG 1 0 0 eth0
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0A:85:03:8F:AF
inet addr:10.1.2.1 Bcast:10.1.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:137 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8296 (8.1 Kb) TX bytes:896 (896.0 b)
eth1 Link encap:Ethernet HWaddr 00:0A:85:03:0F:AF
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:48 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4659 (4.5 Kb) TX bytes:0 (0.0 b)
Interrupt:31 Base address:0xfd00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
# ./bridge-start
Fri Mar 14 15:52:04 2008 TUN/TAP device tap0 opened
Fri Mar 14 15:52:04 2008 Persist state set to: ON
Bridge firewalling registered
device eth0 entered promiscuous mode
device tap0 entered promiscuous mode
br0: port 2(tap0) entering learning state
br0: port 1(eth0) entering learning state
br0: topology change detected, propagating
br0: port 2(tap0) entering forwarding state
br0: topology change detected, propagating
br0: port 1(eth0) entering forwarding state
freebsd[271]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
10.1.2.0 * 255.255.255.0 U 0 0 0 br0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
# ifconfig
br0 Link encap:Ethernet HWaddr 00:0A:85:03:8F:AF
inet addr:10.1.2.1 Bcast:10.1.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:21 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:966 (966.0 b) TX bytes:0 (0.0 b)
eth0 Link encap:Ethernet HWaddr 00:0A:85:03:8F:AF
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:339 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:20416 (19.9 Kb) TX bytes:896 (896.0 b)
eth1 Link encap:Ethernet HWaddr 00:0A:85:03:0F:AF
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:202 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:20944 (20.4 Kb) TX bytes:0 (0.0 b)
Interrupt:31 Base address:0xfd00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
tap0 Link encap:Ethernet HWaddr 6E:03:0A:17:43:B6
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:21 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
#
# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
freebsd[281]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:0A:85:03:8F:AF
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:593 errors:0 dropped:0 overruns:0 frame:0
TX packets:207 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:42596 (41.5 Kb) TX bytes:17613 (17.2 Kb)
eth1 Link encap:Ethernet HWaddr 00:0A:85:03:0F:AF
inet addr:.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:506 errors:0 dropped:0 overruns:0 frame:0
TX packets:436 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:73730 (72.0 Kb) TX bytes:65145 (63.6 Kb)
Interrupt:31 Base address:0xfd00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
本資料は1台のハードウェア上でVMwareの複数の仮想環境を利用して、手軽にRACを構築するための設定手順書です。ディスクはASMをGuest OSにLinux利用して構築します。
米国オラクル社は、オラクルデータベースが他社ディスクアレイ装置上で同等に動作するかを検証するテストプログラムであるOracle Storage Compatibility Program(OSCP)を提供しています。NECは、OSCPのメンバーとして、オラクルデータベースが格納されているiStorageディスクアレイ装置をレプリケーションソフトウエアであるDynamicDataReplication及びRemoteDataReplication及びNASであるiStorage NVシリーズを用いて検証しました。その結果、テストは正常に終了し、DynamicDataReplication,RemoteDataReplication及び iStorage Sシリーズ ディスクアレイ装置、iStorage NVシリーズのオラクルデータベースに対する互換性が確認できました。
zImage.initrd.treeboot-productとの違いは、RAMディスクサイズが 32MB になっています。 ntpd, sshd が入っています。
0.4-RELEASE-20071020
OpenBlockS266/128/16R 用
IPv4 版
コマンド強化版
3CServer 1.1.007 - a TFTP and FTP server and client for Win32
Linux 2.6.16 (LinuxServer) (0)
LinuxServer login: user1
Password:
SSD/Linux 0.4-20070621/2.6.16 #1 Fri Jun 22 07:51:01 JST 2007
No mail.
# id
uid=32768(user1) gid=100(users) groups=0(wheel),100(users)
# su - root
Password:
# ls
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/ram1 25M 15M 8.5M 64% /
/dev/hda1 962M 13K 913M 1% /mnt
# umount /mnt
# mount -t tmpfs tmpfs /mnt
# cd mnt
-su: cd: mnt: No such file or directory
# cd /mnt
# ftp 192.168.1.2
Connected to 192.168.1.2.
220 3Com FTP Server Version 1.1
Name (192.168.1.2:user1): anonymous
331 User name ok, need password
Password:
230 User logged in
Remote system type is Windows/NT.
ftp> bin
200 Type set to I.
ftp> passive
Passive mode: off; fallback to active mode: off.
ftp> get zImage.initrd.treeboot.huge-product
local: zImage.initrd.treeboot.huge-product remote: zImage.initrd.treeboot.huge-product
200 PORT command successful.
150 File status OK ; about to open data connection
100% |***********************************************| 10084 KB 915.43 KB/s 00:00 ETA
226 File transfer successful.
10326560 bytes received in 00:11 (915.35 KB/s)
ftp> bye
221 Service closing control connection
# ls
zImage.initrd.treeboot.huge-product
# /usr/sbin/flashcfg -f zImage.initrd.treeboot.huge-product
Load boot image to FlashROM
################################################
#############################
done
/usr/bin/ssh-keygen -t rsa1 -b 1024 -f /etc/ssh/ssh_host_rsa_key -C '' -N '' /usr/bin/ssh-keygen -t dsa -b 1024 -f /etc/ssh/ssh_host_dsa_key -C '' -N ''
OpenBlockS266 メモリ128Mモデル(ROM:16MB RoHS対応)
SDCFH-1024-903
# shutdown -r now
INIT: Sending processes the TERM signal
Unmounting remote filesystems...[psw_ioctl] unblocked
Sending all pr[psw_ioctl] sig
ocesses the TERM signal...
[psw_release] by pid 726
Sending all processes the KILL signal...
Deactivating swap partitions...
Saving random seed to a temporary file...
Saving the system time to hardware clock...
Remounting root filesystem read-only...
Unmounting local filesystems...
Flushing filesystem buffers...
Please stand by while rebooting...
Restarting system.
.
405GPr 1.2 ROM Monitor (5/25/02) OBS266/128-16 1.4.3 (Apr 16 2007:14:54:03)
--------------------- System Info ----------------------
Processor = 405GPr (New mode), PVR: 50910951
CPU speed = 266 MHz
PLB speed = 133 MHz
OPB speed = 66 MHz
EBC speed = 66 MHz
PCI Bus speed = 33 MHz (Async)
VCO speed = 800 MHz
Feedback Clock = CPU
Amount of SDRAM = 128 MBytes
Internal PCI arbiter enabled
--------------------------------------------------------
--- Device Configuration ---
Power-On Test Devices:
000 Enabled System Memory [RAM]
002 Enabled Ethernet [ENET]
003 Enabled PCI Ethernet [PCIENET]
----------------------------
Boot Sources:
001 Enabled System FLASH [FLASH]
002 Enabled Ethernet [ENET]
LOCAL: 0.0.0.0
REMOTE: 255.255.255.255
MAC: 000A85038FAF
004 Enabled Serial Port 1 [S1]
Baud = 9600
----------------------------
Debugger: Disabled
----------------------------
-- Automatic Boot --
Booting from [FLASH] System FLASH ...
loaded at: 00500000 00C5D234
relocated to: 00400000 00B5D234
board data at: 00405074 004050BC
zimage at: 00405958 0054EED8
initrd at: 0054F000 00B5A6C4
avail ram: 00B5E000 08000000
Linux/PPC load: root=/dev/ram
Uncompressing Linux...done.
Now booting the kernel
Linux version 2.6.16 (root@todo84) (gcc version 4.1.2) #1 Fri Jun 22 07:51:01 JST 2007
OpenBlockS port
Built 1 zonelists
Kernel command line: root=/dev/ram console=ttyS0,9600
PID hash table entries: 1024 (order: 10, 16384 bytes)
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 120576k available (2188k kernel code, 604k data, 120k init, 0k highmem)
Mount-cache hash table entries: 512
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Freeing initrd memory: 6189k freed
NET: Registered protocol family 16
PCI: Probing PCI hardware
Generic PHY: Registered new driver
Initializing Cryptographic API
io scheduler noop registered (default)
Push switch driver v0.01
[psw_init] Push switch installed on interrupt 26
OBS_LED driver version 0.01
OBS_LED driver version 0.01
GPIO at 0xc9000700
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
serial8250: ttyS0 at MMIO 0x0 (irq = 0) is a 16550A
serial8250: ttyS1 at MMIO 0x0 (irq = 1) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 90112K size 1024 blocksize
loop: loaded (max 8 devices)
PPC 4xx OCP EMAC driver, version 3.54
mal0: initialized, 1 TX channels, 1 RX channels
eth0: emac0, MAC 00:0a:85:03:8f:af
eth0: found Generic MII PHY (0x00)
LXT970: Registered new driver
LXT971: Registered new driver
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
PPP MPPE Compression module registered
NET: Registered protocol family 24
tun: Universal TUN/TAP device driver, 1.6
tun: (C) 1999-2004 Max Krasnyansky
Linux Tulip driver version 1.1.13 (May 11, 2002)
tulip0: MII transceiver #1 config 1000 status 7809 advertising 01e1.
eth1: Davicom DM9102/DM9102A rev 64 at e800fd00, 00:0A:85:03:0F:AF, IRQ 31.
Linux video capture interface: v1.00
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
HPT371: IDE controller at PCI slot 0000:00:03.0
HPT371: chipset revision 2
HPT371: 100% native mode on irq 30
ide0: BM-DMA at 0xfe08-0xfe0f, BIOS settings: hda:pio, hdb:pio
hda: SanDisk SDCFH-1024, CFA DISK drive
ide0 at 0xffe8-0xffef,0xffe6 on irq 30
hda: max request size: 128KiB
hda: 2001888 sectors (1024 MB) w/1KiB Cache, CHS=1986/16/63
hda: hda1
init_obs266_flash: temp = ff09a000
OpenBlockS266: Found 1 x16 devices at 0x0 in 16-bit bank
Amd/Fujitsu Extended Query Table at 0x0040
OpenBlockS266: CFI does not contain boot bank location. Assuming top.
number of CFI chips: 1
cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.
obs266: flash mapping: 1000000 at ff000000
Creating 5 MTD partitions on "OpenBlockS266":
0x00fa0000-0x00fe0000 : "OpenBlockS Configuration Data"
0x00000000-0x00c00000 : "OpenBlockS Boot Image"
0x00fe0000-0x01000000 : "OpenBlockS OpenBIOS"
0x00000000-0x01000000 : "OpenBlockS All Flash"
0x00c00000-0x00fa0000 : "OpenBlockS User Flash"
i2c /dev entries driver
IBM IIC driver v2.1
ibm-iic0: using standard (100 kHz) mode
LARGEEEPROM: I2C based EEPROM driver.
Serial EEPROM FOUND at 57
Probe read -6
X1226: I2C based RTC driver.
X1226: found X1226 on IBM IIC
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP established hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
TCP reno registered
IPv4 over IPv4 tunneling driver
GRE over IPv4 tunneling driver
ip_conntrack version 2.4 (1024 buckets, 8192 max) - 232 bytes per conntrack
ip_conntrack_pptp version 3.1 loaded
ip_nat_pptp version 3.0 loaded
ip_tables: (C) 2000-2006 Netfilter Core Team
ipt_recent v0.3.1: Stephen Frost . http://snowman.net/projects/ipt_recent/
ClusterIP Version 0.8 loaded successfully
arp_tables: (C) 2002 David S. Miller
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 15
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
[prepare_namespace] Executing flashcfg...
etc/adjtime
etc/fstab
etc/group
etc/hosts
etc/hosts.allow
etc/hosts.deny
etc/inetd.conf
etc/inittab
etc/nsswitch.conf
etc/passwd
etc/rc.conf
etc/rc.iptables
etc/rc.local
etc/resolv.conf
etc/services
etc/shadow
etc/syslog.conf
etc/netstart.local
etc/flashcfg
etc/dhcpd.conf
etc/namedb/named.conf
etc/namedb/127
etc/namedb/localhost
etc/namedb/loopback.v6
etc/namedb/db/
etc/ppp/
etc/ppp/options
etc/ppp/chap-secrets
etc/ppp/pap-secrets
etc/ppp/ppp-on
etc/ppp/ppp-off
etc/ppp/ppp-on-dialer
etc/ppp/pppoe.conf
etc/ppp/firewall-standalone
etc/ppp/firewall-masq
etc/mail/aliases
etc/mail/local-host-names
etc/mail/relay-domains
etc/usermgmt.conf
usr/contrib/etc/thttpd.conf
usr/contrib/etc/openblocks.conf
etc/vtund.conf
etc/ntp.conf
etc/lkm.conf
etc/pcmcia/config.opts
gzip: stdin: decompression OK, trailing garbage ignored
tar: Child died with signal 13
tar: Error exit delayed from previous errors
[prepare_namespace] Finished executing flashcfg
Freeing unused kernel memory: 120k init
INIT: version 2.86 booting
/dev/ram1 on / type ext2 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=4,mode=620)
mount: mount point /proc/bus/usb does not exist
none on /sys type sysfs (rw)
/dev/hda1 on /mnt type ext2 (rw)
WARNING: no swap space configured!
INIT: Entering runlevel: 2
starting network
processing openblocks settings:
openblocks settings done.
hostname: LinuxServer
configuring network interfaces: eth0: link is down
eth0 eth1.
adding interface aliases:
starting pshd[psw_ioctl] PSWIOC_WAITPUSH pid 731
starting system logger
portmap.
mount: mount point /proc/bus/usb does not exist
.
creating runtime link editor directory cache.
clearing /tmp
updating motd.
standard daemons: cron.
starting network daemons: inetd.
starting local daemons:.
starting OpenBlockS daemons: httpd:880.
starting runled
Tue Mar 11 21:48:36 JST[psw_ioctl] unblocked
[psw_ioctl] sig
[psw_ioctl] PSWIOC_WAITPUSH pid 731
LinuxServer login: root
Password:
SSD/Linux 0.4-20070621/2.6.16 #1 Fri Jun 22 07:51:01 JST 2007
No mail.
# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/ram1 25185 15275 8630 64% /
/dev/hda1 984871 13 934813 1% /mnt
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/ram1 25M 15M 8.5M 64% /
/dev/hda1 962M 13K 913M 1% /mnt
#
通常動作でのシステム電源の定格を確認するには、HPのWebサイト http://h30099.www3.hp.com/configurator/calc/Power%20Calculator%20Catalog.xls (英語)からオンラインでアクセスできるActive AnswersのPower Calculatorを使用してください。