/usr/local/sbin/sysbackupを実行。
cd /usr/tmp /usr/local/bin/gzip active.files.tar /usr/local/bin/gzip admin.files.tar /usr/local/bin/gzip local.files.tar /usr/local/bin/gzip root.files.tar cp -ip /usr/tmp/*.files.tar.gz /home/Backup
12345678 ~_______
> installを実行する。
[0:sd00] 1025920(blk) <a> <b> <c> <d> <e> <f> <g> <h>
[512960KB] root swap - - - - - usr
[1:sd01] 4159462(blk) <a> <b> <c> <d> <e> <f> <g> <h>
[2079731KB] - - - var exp - - tmp
こうするには、
install disk 0 (usr)=0-h, (var)=1-d, (tmp)=1-h, (export)=1-eと入力すればよい。
-------------c---------
-a- -b- -h- -d- -e- -f-
-----g-----
SCSI 0
root [a]= 15884
swap [b]= 63488
[c]= 512960
[d]= 0
[e]= 0
[f]= 0
[g]= 0
usr [h]= 433588
SCSI 1
[a]= 0
[b]= 0
var [d]= 1323410
exp [e]= 122880
[f]= 600000
[g]= 2046290
tmp [h]= 33440
[0] network [1] X11-core [2] X11-appl [3] X11-devl [4] X11-font [5] X11-demo [6] X11R4-BC [7] NEWS DESK [8] sys [a] cc [d] rcs [e] man [f] jman [g] doc [h] lbpfil [k] fontexp [l] cdff [n] mh [o] sj2/3 [p] roff [q] dict [u] sound [x] AppleTalk [y] snmp [D] FreeSW
Install Complete Haltと表示されて、ROM monitorモードに戻る。
> offで電源を切る。
12345678 ~___~___
cd / rm /home mkdir /home mkdir /home2 cd /usr rm -rf local mkdir local
/dev/sd00a / 4.3 rw 1 1 /dev/sd00h /usr 4.3 rw 1 9 /dev/sd01d /var 4.3 rw 1 9 /dev/sd01h /tmp 4.3 rw,delay 1 9 /dev/sd01e /export 4.3 rw 1 9 /dev/sd01f /usr/local 4.3 rw 1 9 /dev/sd13c /home 4.3 rw 1 9 /dev/sd11c /home2 4.3 rw 1 9
cd / /home/Backup/gzip -dc /home/Backup/active.files.tar.gz | tar xvf - /home/Backup/gzip -dc /home/Backup/admin.files.tar.gz | tar xvf - /home/Backup/gzip -dc /home/Backup/root.files.tar.gz | tar xvf - /home/Backup/gzip -dc /home/Backup/local.files.tar.gz | tar xvf -
mkhosts /etc/hosts sync halt -x
cd /usr/tmp/Y2Kpatch sh 0155_R.01.psh sh 0156_R.psh sh 0160_R.psh sh 0161_R.psh
You want backup for this patch ? (y/[n])は、バイナリィインストールしたファイルのバックアップを残すかなので、n。
You really install this patch ? (y/[n])は、本当に実行するかなので、y。
Patch install complete!! If you installed kernel objects, remake them please.がでれば、正常終了。