make_net_recovery意味不明

なんだかうまくいかない。バージョン古いから?
それとも、GUI使ってないから??


とにかく、バージョンが合っていないといわれるので、
/opt/ignite/lbin/check_versionを強制的に変更して、
システムバックアップ取得してみました。


ちゃんと戻るのだろうか・・・


以下作業ログなり

                                                                              • -

IGNITE_SVRIgnite-UXサーバ側
LOCAL_SVR=バックアップをとりたいローカル(クライアント側)


・サーバ側には、Ignite-UXがインストールしてあり、
 NFSサーバも挙げている状態。
・クライアント側にIgnite-UXインストール(Application CD 2of4)


↓以下3行は、必要な作業かどうかも不明・・・
・サーバ側でmake_depots -r B.11.00 -s /dev/dsk/c3t2d0
 /var/opt/ignite/depots/Rel_B.11.00/coreにできる
・make_config -r B.11.00


・サーバ側で/opt/ignite/lbin/pkg_rec_depotを実行
(サーバ側で/opt/ignite/bin/print_manifestも実行しないといけないかも?)
 →/var/opt/ignite/local/manifest/template.defがないというエラー
・クライアントから/var/opt/ignite/local/manifest/template.def
 をコピーしてくる
 →リトライ→/var/opt/ignite/depots/recovery_cmdsができる
・クライアント側で、
/usr/sbin/swinstall -x mount_all_filesystems=false -s \
IGNITE_SVR:/var/opt/ignite/depots/recovery_cmds "*"
を再実行→うまくコピーされた模様。


・クライアント側でmake_net_recovery -s IGNITE_SVR -x inc_entire=vg00
を実行


======= 06/13/08 10:13:46 JST Started make_net_recovery. (Mon Jun 13 10:13:46
JST 2008)
@(#) Ignite-UX Revision B.2.3.205
@(#) net_recovery (opt) $Revision: 10.390 $

make_net_recovery -s IGNITE_SVR -x inc_entire=vg00

* Testing pax for needed patch
* Passed pax tests.
* Checking Versions of Net Recovery Tools

ERROR: The versions of the tools required for network system recovery on
"LOCAL_SVR" are different from the versions on the server system
"IGNITE_SVR". To ensure that versions are compatible, install the
required toolset from the server IGNITE_SVR, using the command:
/usr/sbin/swinstall -x mount_all_filesystems=false -s
IGNITE_SVR:/var/opt/ignite/depots/recovery_cmds "*"
→やっぱりバージョンが合っていないというエラー


・サーバ側のigniteから、Create System Recovery Archiveを実行
→remshがエラーと怒られたので・・・
・クライアント側のinetd.confを変更して、kill -HUP
shell stream tcp nowait root /usr/lbin/remshd remshd
exec stream tcp nowait root /usr/lbin/rexecd rexecd


・再度、サーバ側のigniteから、Create System Recovery Archiveを実行
→クライアント側のrootのパスワードを聞かれ、開始したっぽい・・・(6/13 10:25)
→2時間たっても0%・・・どうやらXがないとだめなようだ。


・やはり、クライアント側からmake_net_recoveryを実行するしかないが、
処理の中の一部(/bin/sh /opt/ignite/lbin/check_version -s IGNITE_SVR)
これがエラーコード2になるようなので、
check_versionスクリプトを強制的にexit 0 させえてみる・・・


ひとまず、complete with warningにはなり、
サーバ側の/var/opt/ignite/recovery/archives/LOCAL_SVRアーカイブされたように見える

                                                                              • -

うーむ。。。