2: 2019-04-24 (水) 00:47:46 nobuaki  |
現: 2019-04-26 (金) 19:32:28 nobuaki  |
| | TITLE:JP1/AJS3 V12のインストール for RHEL7.6 準備 その1 | | TITLE:JP1/AJS3 V12のインストール for RHEL7.6 準備 その1 |
| - | * JP1/AJS3 V12のインストール 準備 その1 [#vcf9bfb5] | + | *JP1/AJS3 V12のインストール 準備 その1 [#vcf9bfb5] |
| | | | |
| - | #contents | + | **はじめに [#m48c482a] |
| | | | |
| - | ** はじめに [#m48c482a] | + | 日立のJP1/AJS3 V12.0の評価版を,Red Hat Enterprise Linux 7.6へインストールを行ってみる. |
| - | | + | |
| - | 日立のJP1/AJS3 V12.0の評価カバンを,Red Hat Enterprise Linux 7.6へインストールを行ってみる. | + | |
| | 日立の公式サイトからダウンロードした後の作業について記載する. | | 日立の公式サイトからダウンロードした後の作業について記載する. |
| | | | |
| | | | |
| | 対象となるファイルを確認. | | 対象となるファイルを確認. |
| | + | |
| | [root@rhel76 redhat]# cd /jp1🆑 | | [root@rhel76 redhat]# cd /jp1🆑 |
| | [root@rhel76 jp1]# ls -la🆑 | | [root@rhel76 jp1]# ls -la🆑 |
| | -rwxr-x---. 1 root root 1233360267 4月 20 18:24 JP1AJS_1200L.zip🈁 | | -rwxr-x---. 1 root root 1233360267 4月 20 18:24 JP1AJS_1200L.zip🈁 |
| | [root@rhel76 jp1]# | | [root@rhel76 jp1]# |
| | + | |
| | 約1.3GBあります.ファイルを展開. | | 約1.3GBあります.ファイルを展開. |
| | + | |
| | [root@rhel76 jp1]# unzip JP1AJS_1200L.zip🆑 | | [root@rhel76 jp1]# unzip JP1AJS_1200L.zip🆑 |
| | Archive: JP1AJS_1200L.zip | | Archive: JP1AJS_1200L.zip |
| | | | |
| | 展開されたファイルを確認する. | | 展開されたファイルを確認する. |
| | + | |
| | [root@rhel76 jp1]# ls -la🆑 | | [root@rhel76 jp1]# ls -la🆑 |
| | 合計 3226616 | | 合計 3226616 |
| | -rw-r--r--. 1 root root 2887680 3月 1 11:12 JP1AJS_1200L_R.iso | | -rw-r--r--. 1 root root 2887680 3月 1 11:12 JP1AJS_1200L_R.iso |
| | [root@rhel76 jp1]# | | [root@rhel76 jp1]# |
| | + | |
| | 展開されたファイルは次の通り. | | 展開されたファイルは次の通り. |
| | + | |
| | JP1AJS_1200L_P1.iso : ジョブスケジューラ 12-00 プログラム(Linux 統合 DVD-R) | | JP1AJS_1200L_P1.iso : ジョブスケジューラ 12-00 プログラム(Linux 統合 DVD-R) |
| | JP1AJS_1200L_P2.iso : ジョブスケジューラ 12-00 プログラム(Windows 統合 DVD-R) | | JP1AJS_1200L_P2.iso : ジョブスケジューラ 12-00 プログラム(Windows 統合 DVD-R) |
| | JP1AJS_1200L_R.iso : ジョブスケジューラ 12-00 リリースノート | | JP1AJS_1200L_R.iso : ジョブスケジューラ 12-00 リリースノート |
| | + | |
| | 今回はLinuxへインストールなので,P2.isoは使わない. | | 今回はLinuxへインストールなので,P2.isoは使わない. |
| | | | |
| - | ** ISOイメージをマウントする [#l1f4aa23] | + | **ISOイメージをマウントする [#l1f4aa23] |
| | | | |
| | マウントポイントを作成. | | マウントポイントを作成. |
| | + | |
| | [root@rhel76 jp1]# mkdir /mnt/jp1p1🆑 | | [root@rhel76 jp1]# mkdir /mnt/jp1p1🆑 |
| | [root@rhel76 jp1]# mkdir /mnt/jp1r🆑 | | [root@rhel76 jp1]# mkdir /mnt/jp1r🆑 |
| | [root@rhel76 jp1]# | | [root@rhel76 jp1]# |
| | + | |
| | 作成したにISOイメージをマウントする. | | 作成したにISOイメージをマウントする. |
| | + | |
| | [root@rhel76 jp1]# mount -o loop -t iso9660 JP1AJS_1200L_P1.iso /mnt/jp1p1🆑 | | [root@rhel76 jp1]# mount -o loop -t iso9660 JP1AJS_1200L_P1.iso /mnt/jp1p1🆑 |
| | mount: /dev/loop1 is write-protected, mounting read-only | | mount: /dev/loop1 is write-protected, mounting read-only |
| | mount: /dev/loop2 is write-protected, mounting read-only | | mount: /dev/loop2 is write-protected, mounting read-only |
| | [root@rhel76 jp1]# | | [root@rhel76 jp1]# |
| | + | |
| | マウントした内容を確認. | | マウントした内容を確認. |
| | + | |
| | [root@rhel76 jp1]# ls -la /mnt/jp1p1🆑 | | [root@rhel76 jp1]# ls -la /mnt/jp1p1🆑 |
| | 合計 7 | | 合計 7 |
| | dr-xr-xr-x. 1 root root 2048 2月 26 14:21 x64lin | | dr-xr-xr-x. 1 root root 2048 2月 26 14:21 x64lin |
| | [root@rhel76 jp1]# | | [root@rhel76 jp1]# |
| | + | |
| | リリースノートもファイルを確認してみる. | | リリースノートもファイルを確認してみる. |
| | + | |
| | [root@rhel76 jp1]# ls -laR /mnt/jp1r🆑 | | [root@rhel76 jp1]# ls -laR /mnt/jp1r🆑 |
| | /mnt/jp1r: | | /mnt/jp1r: |
| | -r-xr-xr-x. 1 root root 1078 8月 3 2004 RLSNOTE.ICO | | -r-xr-xr-x. 1 root root 1078 8月 3 2004 RLSNOTE.ICO |
| | -r-xr-xr-x. 1 root root 512 2月 26 14:17 THISCD.INF | | -r-xr-xr-x. 1 root root 512 2月 26 14:17 THISCD.INF |
| | + | |
| | /mnt/jp1r/COMMON: | | /mnt/jp1r/COMMON: |
| | 合計 29 | | 合計 29 |
| | -r-xr-xr-x. 1 root root 539 2月 26 14:17 MENU.HTM | | -r-xr-xr-x. 1 root root 539 2月 26 14:17 MENU.HTM |
| | -r-xr-xr-x. 1 root root 6734 2月 26 14:17 PREFACE.HTM | | -r-xr-xr-x. 1 root root 6734 2月 26 14:17 PREFACE.HTM |
| | + | |
| | /mnt/jp1r/COMMON/FIGURE: | | /mnt/jp1r/COMMON/FIGURE: |
| | 合計 43 | | 合計 43 |
| | -r-xr-xr-x. 1 root root 10548 3月 10 2006 TOPLOGO.GIF | | -r-xr-xr-x. 1 root root 10548 3月 10 2006 TOPLOGO.GIF |
| | -r-xr-xr-x. 1 root root 1990 3月 10 2006 WELCOME.JPG | | -r-xr-xr-x. 1 root root 1990 3月 10 2006 WELCOME.JPG |
| | + | |
| | /mnt/jp1r/RLSNOTE: | | /mnt/jp1r/RLSNOTE: |
| | 合計 3 | | 合計 3 |
| | dr-xr-xr-x. 1 root root 218 2月 26 14:17 P8112 | | dr-xr-xr-x. 1 root root 218 2月 26 14:17 P8112 |
| | dr-xr-xr-x. 1 root root 118 2月 26 14:17 P812C | | dr-xr-xr-x. 1 root root 118 2月 26 14:17 P812C |
| | + | |
| | /mnt/jp1r/RLSNOTE/P2A12: | | /mnt/jp1r/RLSNOTE/P2A12: |
| | 合計 516 | | 合計 516 |
| | dr-xr-xr-x. 1 root root 200 2月 26 14:17 .. | | dr-xr-xr-x. 1 root root 200 2月 26 14:17 .. |
| | -r-xr-xr-x. 1 root root 527259 1月 22 15:12 34CL.PDF | | -r-xr-xr-x. 1 root root 527259 1月 22 15:12 34CL.PDF |
| | + | |
| | /mnt/jp1r/RLSNOTE/P8112: | | /mnt/jp1r/RLSNOTE/P8112: |
| | 合計 1548 | | 合計 1548 |
| | -r-xr-xr-x. 1 root root 335848 1月 22 15:13 38CL.PDF | | -r-xr-xr-x. 1 root root 335848 1月 22 15:13 38CL.PDF |
| | -r-xr-xr-x. 1 root root 901667 2月 22 10:45 3KCL.PDF | | -r-xr-xr-x. 1 root root 901667 2月 22 10:45 3KCL.PDF |
| | + | |
| | /mnt/jp1r/RLSNOTE/P812C: | | /mnt/jp1r/RLSNOTE/P812C: |
| | 合計 273 | | 合計 273 |
| | -r-xr-xr-x. 1 root root 278383 1月 23 10:45 6LCL.PDF | | -r-xr-xr-x. 1 root root 278383 1月 23 10:45 6LCL.PDF |
| | [root@rhel76 jp1]# | | [root@rhel76 jp1]# |
| | + | |
| | PDFなのでパソコンで見たかったなぁ... | | PDFなのでパソコンで見たかったなぁ... |