スキップしてメイン コンテンツに移動

Sun Fire V120のディスクの消去


Sunの撤去が決まったので、ディスクの消去のために色々調べてた結果です

■USB光学ドライブからBoot出来るかの資料

Can I boot from a USB disk or USB CD/DVD drive?

Generally speaking, booting from USB disk, CD/DVD drive is supported on x86 platforms with S10 update 1 and later if the BIOS has USB 2.0 support. Sparc systems with USB 2.0 support can boot from USB disks if the OBP(Open Boot Prom) is upgraded to version 4.27 or later. Before you can boot Solaris from USB disk, you have to install Solaris on the disk first. Installing on USB memory sticks is not recommended as the number of writes to these sticks is limited.

Problems observed on some hardware platforms:

-Installation from USB CD/DVD drive starts, but then fails with "not finding media" error. This is because the CD/DVD drive is not mounted under the /cdrom directory as the installation process expects. Possible workaround is to re-plug in the CD/DVD drive, and make sure the device is in the device tree and the /dev/dsk/ link is correctly created, and mount it under /cdrom manually, then continue installation by /sbin/install-solaris.

- Installation to USB hard disk seems slow and then hangs somewhere. Check dmesg output if there are repeatedly "timeout" and "tran_err". Such error messages would mean you don't have enough physical memory. The workaround is to install more than 512M physical RAMs or to use S10U2 or later. These releases contain the ehci fix for USB 2.0 disk support. There is also patch available, refer to the General section. Furthermore, latest OpenSolaris releases contain similar fixes for USB 1.x disk.

- Booting from USB hard disk panics on "cannot mount root path". Check if the disk is connected behind a USB hub. Don't use a hub between when booting from USB disk. And check if the bootpath in /boot/solaris/bootenv.rc matches the USB disk drive path. If not, modify bootenv.rc, boot into failsafe and make sure boot_archive on the USB disk drive is updated.

出典:http://www.sun.com/io_technologies/usb/USB-Faq.html

■Open Boot PROMのバージョンの調査
 PROMのバージョン4.27以降でないとUSBの光学ドライブからのBootが出来ないようです。

Solarisで…
> prtconf -V
OBP 4.0.14 2002/07/03 09:17

でOK


■結局。。。

ネットワークブート環境を用意して、ネットワークブートでSolarisを起動し、HDDをフォーマットしました。

コメント

このブログの人気の投稿

MySQL NotifierがHigh Severity Errorを出して立ち上がらない…

先日、わしのPCがコンセントが抜けかけが原因で落ちて以来、MySQLのNotifierがエラーを出して立ち上がらなくなった… 1週間放置しておいたが、毎日エラーダイアログが表示されるのも目障りなので、対処してみた。 結果、 %APPDATA%\Oracle\MySQL Notifier にある settings.config が壊れていることが判り、削除し解決した。 なんでこんなものが壊れたのかは不明…

Oracle 10gのsqlplus…日本語のメッセージが出ない(>_<")

データの日本語は表示されるのに、sqlplusからのメッセージは全部英語… なんでだぁ~((+_+)) 「oracle 10g sqlplus 日本語メッセージ」でググっても、ろくな情報集まらない 誰か教えてくれぇ~ ↑ 日本語のメッセージが出ない理由がわかった… インストール時に言語選択で日本語を選択しなかった為だった… それも、オレがインストールした方法だと、その言語選択画面が出ないこともわかった(>_<") こりゃ、罠だ… Oracleへはまだ問い合わせしていないので、ただしい対応方法はわからないが… 日本語を選択し正しくインストールされたデータベースの***.msbファイルをコピーしてやることで日本語のメッセージが表示できるようだ。 実際には… 正しく表示される \sqlplus\mesg の中にあるファイルを日本語が表示されないOracleにコピーしてやれば日本語が表示されるようになる。 Oracle10.1.0.2から10.1.03へのパッチをあててあるので、インストーラーから言語の追加のインストールは出来ない… 対応方法誰か教えて(@o@)