SunScreen 3.2
[Linux boxで、Solaris9のインストールCDのイメージをマウント、tarでSUNWeu8os,SUNWeu8oxをコピー
[root@sarah solaris9]# mount sol-9-sparc-v1.iso /mnt/cdrom mount: sol-9-sparc-v1.iso はブロックデバイスではありません (多分 `-o loop' とやっ てみたら?) [root@sarah solaris9]# mount -o loop sol-9-sparc-v1.iso /mnt/cdrom [root@sarah solaris9]# cd /mnt/cdrom [root@sarah cdrom]# ls Copyright Solaris_9 [root@sarah cdrom]# cd Solaris9 bash: cd: Solaris9: そのようなファイルやディレクトリはありません [root@sarah cdrom]# ls Copyright Solaris_9 [root@sarah cdrom]# cd Solaris_9 [root@sarah Solaris_9]# ls Docs Misc Patches Product Tools [root@sarah Solaris_9]# cd Product [root@sarah Product]# ls SUNWeu8ox archive install pkginfo pkgmap reloc [root@sarah Product]# pwd /mnt/cdrom/Solaris_9/Product [root@sarah Product]# tar -cvf /home/hijiri/SUNWeu8os.tar SUNWeu8os/ SUNWeu8os/ SUNWeu8os/archive/ SUNWeu8os/archive/none.bz2 SUNWeu8os/install/ SUNWeu8os/install/copyright SUNWeu8os/install/depend SUNWeu8os/install/i.none SUNWeu8os/pkginfo SUNWeu8os/pkgmap SUNWeu8os/reloc/ SUNWeu8os/reloc/lib/ SUNWeu8os/reloc/lib/locale/ SUNWeu8os/reloc/lib/locale/en_US.UTF-8/ SUNWeu8os/reloc/share/ SUNWeu8os/reloc/share/lib/ SUNWeu8os/reloc/share/lib/setterm/ SUNWeu8os/reloc/share/lib/setterm/en_US.UTF-8/ [root@sarah Product]# tar -cvf /home/hijiri/SUNWeu8ox.tar SUNWeu8ox/ SUNWeu8ox/ SUNWeu8ox/archive/ SUNWeu8ox/archive/none.bz2 SUNWeu8ox/install/ SUNWeu8ox/install/copyright SUNWeu8ox/install/depend SUNWeu8ox/install/i.none SUNWeu8ox/pkginfo SUNWeu8ox/pkgmap SUNWeu8ox/reloc/ SUNWeu8ox/reloc/lib/ SUNWeu8ox/reloc/lib/locale/ SUNWeu8ox/reloc/lib/locale/en_US.UTF-8/ SUNWeu8ox/reloc/lib/locale/en_US.UTF-8/sparcv9/ [root@sarah Product]#
ターゲットマシン(もちろんSolaris)に、ファイルをコピー、インストール。
# scp hijiri@sarah.umemoto.org:SUNWeu8* ./ The authenticity of host 'sarah.umemoto.org' can't be established. hijiri@sarah.umemoto.org's password: SUNWeu8os.tar 100% |*****************************| 51200 00:03 SUNWeu8ox.tar 100% |*****************************| 51200 00:03 # tar xf SUNWeu8os.tar # tar xf SUNWeu8ox.tar # pkgadd -d . 次のパッケージを利用できます: 1 SUNWeu8os American English/UTF-8 L10N For OS Environment User Files (sparc) 1.5,REV=2002.02.02.16.55 2 SUNWeu8ox American English/UTF-8 L10N For OS Env User Files (64-bit) (sparc) 1.5,REV=2002.02.02.16.55 パッケージ (複数可) を選択してください (すべてのパッケージを 処理するには 'all' を入力してください)。 (default: all) [?,??,q]: all (中略)# ssadm configure Checking for required packages SunScreen Installation Script NOTE: For this script to work, you MUST have already installed the prerequisite Solaris packages; added the SunScreen packages and rebooted the machine. If you have done this, press ENTER to continue; otherwise, press Control-C to abort. #
CLI(ssadm)コマンドで設定変更。