Solaris
パッチを当てる

●●● ●●● ●●● ●●● ●●● ●●● ●●● ●●● ●●● ●●● ●●● ●●● ●●●



保存する場所

以後、全機種においてダウンロードしてくファイルは、 基本的に
/export/home/solaris
に落とものとして話をすすめる。


 

# cd /export/home/solaris/
ダウンフォルダへ移動、

# ftp sunsite.sut.ac.jp
sunsiteにFTPで接続

220 SunSITE.sut.ac.jp FTP server ready.
Name (sunsite.sut.ac.jp:user): anonymous
ユーザー名を聞いてくるので  anonymous と入力

331 Guest login ok, send your complete e-mail address as password.
Password:******
パスワードにはメールアドレスを入力 aa@a.a.a.aで入れる(爆)

230 Guest login ok, access restrictions apply.
と表示されればOK

ftp > cd /pub/sun-info/sunsolve-patches

solaris 7の場合
ftp > get 7_x86_Recommended.zip (intel版)
ftp > get 7_Recommended.zip (sparcl版)

solaris8の場合
ftp > get 8_x86_Recommended.zip (intel版)
ftp > get 8_Recommended.zip (sparcl版)

ダウンロード終了後に
ftp > quit
で FTPのモードをぬける。

別の方法〜♪
もし、既にwgetの入手をしていれば、
# wget ftp://sunsite.sut.ac.jp/pub/sun-info/sunsolve-patches/対応のパッチファイル
と入力するとよい。


(手抜き用memo)
wget ftp://sunsite.sut.ac.jp/pub/sun-info/sunsolve-patches/8_x86_Recommended.zip


# unzip 8_x86_Recommended.zip
ダウンしたパッチは圧縮されていので解凍。

# cd 8_x86_Recommended
その解凍されたフォルダへ移動

# ./install_cluster
Are you ready to continue with install? [y/n]: y
./install_clusterでインストール開始。
続けるか?て聞かれるたら、 y

For more installation messages refer to the installation logfile:
 /var/sadm/install_data/Solaris_8_x86_Recommended_log

Use '/usr/bin/showrev -p' to verify installed patch-ids.
Refer to individual patch README files for more patch detail.
Rebooting the system is usually necessary after installation.
インストール終了後、このようにでてくるので・・・

# reboot
リブート!。再起動されるのを待つ。



<メインに戻る>
<NetNorisトップに戻る>