{"id":5178,"date":"2022-04-13T08:00:35","date_gmt":"2022-04-12T23:00:35","guid":{"rendered":"https:\/\/lab4ict.com\/system\/?p=5178"},"modified":"2024-02-06T07:18:49","modified_gmt":"2024-02-05T22:18:49","slug":"rhel-8%e3%81%a7iso%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e3%83%ad%e3%83%bc%e3%82%ab%e3%83%ab%e3%83%aa%e3%83%9d%e3%82%b8%e3%83%88%e3%83%aa%e3%81%a8%e3%81%97%e3%81%a6%e4%bd%bf%e7%94%a8%e3%81%99","status":"publish","type":"post","link":"https:\/\/lab4ict.com\/system\/archives\/5178","title":{"rendered":"RHEL 8\u3067ISO\u30d5\u30a1\u30a4\u30eb\u3092\u30ed\u30fc\u30ab\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\uff01"},"content":{"rendered":"<p>RHEL 8\u3067OS\u306eISO\u30d5\u30a1\u30a4\u30eb\u3092\u30ed\u30fc\u30ab\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u3068\u3057\u3066\u4f7f\u7528\u3057\u307e\u3059\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3067\u304d\u306a\u3044\u74b0\u5883\u3067\u3001\u5fc5\u8981\u306b\u306a\u3063\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306e\u306b\u4f7f\u7528\u3059\u308b\u60f3\u5b9a\u3067\u3059\u3002<br \/>\n<!--more--><\/p>\n<h2>ISO\u306e\u30d5\u30a1\u30a4\u30eb\u3092\u30c7\u30a3\u30b9\u30af\u4e0a\u306b\u914d\u7f6e\u3059\u308b\uff01<\/h2>\n<p>\u6c38\u7d9a\u7684\u306a\u30ea\u30dd\u30b8\u30c8\u30ea\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u60f3\u5b9a\u306a\u306e\u3067\u3001RHEL 8\u306eISO\u30a4\u30e1\u30fc\u30b8\u3092\u30c7\u30a3\u30b9\u30af\u4e0a\u306b\u914d\u7f6e\u3057\u307e\u3059\u3002\u672c\u7a3f\u3067\u306f\u3001\u4ee5\u4e0b\u306b\u914d\u7f6e\u3057\u307e\u3059\u3002<\/p>\n<ul>\n<li>\/root\/media\/rhel-8.4-x86_64-dvd.iso<\/li>\n<\/ul>\n<p>ISO\u30e1\u30c7\u30a3\u30a2\u914d\u7f6e\u7528\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u3001ISO\u30d5\u30a1\u30a4\u30eb\u3092\u914d\u7f6e\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n# mkdir -p \/root\/media\r\n<\/pre>\n<h2>ISO\u306e\u30e1\u30c7\u30a3\u30a2\u3092\u30de\u30a6\u30f3\u30c8\u3059\u308b\uff01<\/h2>\n<p>ISO\u306e\u30e1\u30c7\u30a3\u30a2\u3092\u30de\u30a6\u30f3\u30c8\u3059\u308b\u305f\u3081\u306e\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n# mkdir -p \/root\/repo\r\n<\/pre>\n<p>ISO\u306e\u30e1\u30c7\u30a3\u30a2\u3092\u30de\u30a6\u30f3\u30c8\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n# mount -o loop,ro -t iso9660 \/root\/media\/rhel-8.4-x86_64-dvd.iso \/root\/repo\r\n<\/pre>\n<h2>\u30ed\u30fc\u30ab\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u5b9a\u7fa9\u3092\u4f5c\u6210\u3059\u308b\uff01<\/h2>\n<p>\u30ed\u30fc\u30ab\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u306e\u5b9a\u7fa9\u3092\u4f5c\u6210\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n# vi \/etc\/yum.repos.d\/rhel-84.repo\r\n&#x5B;ISO-Base]\r\nname=RHEL - Base                    \r\nbaseurl=file:\/\/\/root\/repo\/BaseOS\r\ngpgcheck=1\r\nenabled=1\r\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-redhat-release\r\n\r\n&#x5B;ISO-Appstrem]\r\nname=RHEL - AppStream\r\nbaseurl=file:\/\/\/root\/repo\/AppStream\r\ngpgcheck=1\r\nenabled=1\r\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-redhat-release\r\n<\/pre>\n<p>\u30ea\u30dd\u30b8\u30c8\u30ea\u3068\u3057\u3066\u8a8d\u8b58\u3057\u3066\u3044\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n# dnf repolist\r\nUpdating Subscription Management repositories.\r\nUnable to read consumer identity\r\n\r\nThis system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.\r\n\r\nBad id for repo: \/code, byte = \/ 0\r\nrepo id                                                   repo name\r\nISO-Appstrem                                              RHEL - AppStream\r\nISO-Base                                                  RHEL - Base\r\n<\/pre>\n<h2>yum\u30b3\u30de\u30f3\u30c9\u3068dnf\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u307f\u308b\uff01<\/h2>\n<p>yum\u30b3\u30de\u30f3\u30c9\u3068dnf\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3057\u3066\u3001\u554f\u984c\u306a\u304f\u5b9f\u884c\u3067\u304d\u308b\u3053\u3068\u3092\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; highlight: [1,13]; title: ; notranslate\" title=\"\">\r\n# yum update\r\nUpdating Subscription Management repositories.\r\nUnable to read consumer identity\r\n\r\nThis system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.\r\n\r\nBad id for repo: \/code, byte = \/ 0\r\nRHEL - Base                                                                             192 MB\/s | 2.3 MB     00:00    \r\nRHEL - AppStream                                                                        243 MB\/s | 6.8 MB     00:00    \r\nDependencies resolved.\r\nNothing to do.\r\nComplete!\r\n# dnf update\r\nUpdating Subscription Management repositories.\r\nUnable to read consumer identity\r\n\r\nThis system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.\r\n\r\nBad id for repo: \/code, byte = \/ 0\r\nLast metadata expiration check: 0:00:24 ago on Tue 05 Apr 2022 08:02:47 PM EDT.\r\nDependencies resolved.\r\nNothing to do.\r\nComplete!\r\n<\/pre>\n<h2>ISO\u306e\u30e1\u30c7\u30a3\u30a2\u3092\u518d\u8d77\u52d5\u5f8c\u3082\u30de\u30a6\u30f3\u30c8\u3059\u308b\u3088\u3046\u306b\u8a2d\u5b9a\u3059\u308b\uff01<\/h2>\n<p>ISO\u306e\u30e1\u30c7\u30a3\u30a2\u3092\u518d\u8d77\u52d5\u5f8c\u3082\u30de\u30a6\u30f3\u30c8\u3059\u308b\u3088\u3046\u306b\u8a2d\u5b9a\u3057\u307e\u3059\u3002<\/p>\n<pre class=\"brush: plain; title: ; notranslate\" title=\"\">\r\n# vi \/etc\/fstab\r\n...\r\n\/root\/media\/rhel-8.4-x86_64-dvd.iso  \/root\/repo iso9660 ro,loop         0 0\r\n<\/pre>\n<h2>\u304a\u308f\u308a\u306b<\/h2>\n<p>RHEL 8\u306eISO\u30a4\u30e1\u30fc\u30b8\u3092\u4f7f\u7528\u3057\u3066\u3001\u30ed\u30fc\u30ab\u30eb\u306e\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u4f5c\u6210\u3057\u307e\u3057\u305f\u3002<\/p>\n<h2>\u53c2\u8003\u60c5\u5831<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.redhat.com\/en\/technologies\/linux-platforms\/enterprise-linux\" target=\"_blank\" rel=\"noopener\">Red Hat Enterprise Linux<\/a><\/li>\n<\/ul>\n<h2>\u95a2\u9023\u8a18\u4e8b<\/h2>\n<div class=\"sc_getpost\"><a class=\"clearfix\" href=\"https:\/\/lab4ict.com\/system\/archives\/4965\" ><div class=\"sc_getpost_thumb post-box-thumbnail__wrap\"><img decoding=\"async\" src=\"data:image\/gif;base64,R0lGODdhAQABAPAAAN3d3QAAACwAAAAAAQABAAACAkQBADs=\" width=\"150\" height=\"150\" alt=\"\u3010\u8a18\u4e8b\u4e00\u89a7\u3011RHEL\u7cfb\u306eOS\u3092\u4f7f\u3044\u3053\u306a\u3059\uff01\" loading=\"lazy\" data-src=\"https:\/\/lab4ict.com\/system\/wp-content\/uploads\/2022\/04\/fi_rhel_01-150x150.png\" class=\"lazyload\"><\/div><div class=\"title\">\u3010\u8a18\u4e8b\u4e00\u89a7\u3011RHEL\u7cfb\u306eOS\u3092\u4f7f\u3044\u3053\u306a\u3059\uff01<\/div><div class=\"substr\">RHEL\u7cfb\u306eOS\u3092\u4f7f\u3044\u3053\u306a\u3059\u305f\u3081\u306e\u8a18\u4e8b\u4e00\u89a7\u3092\u63b2\u8f09\u3057\u307e\u3059\u3002...<\/div><\/a><\/div>\n<h2>\u95a2\u9023\u66f8\u7c4d\uff08Amazon\uff09<\/h2>\n<p><a href=\"https:\/\/amzn.to\/3H8WqP7\" rel=\"noopener\" target=\"_blank\"><img decoding=\"async\" class=\"paapi5-pa-product-image-source\" src=\"https:\/\/m.media-amazon.com\/images\/I\/41Hsgz5kRSL._SL160_.jpg\" alt=\"N\/A\"><\/a><\/p>\n<hr \/>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>RHEL 8\u3067OS\u306eISO\u30d5\u30a1\u30a4\u30eb\u3092\u30ed\u30fc\u30ab\u30eb\u30ea\u30dd\u30b8\u30c8\u30ea\u3068\u3057\u3066\u4f7f\u7528\u3057\u307e\u3059\u3002\u30a4\u30f3\u30bf\u30fc\u30cd\u30c3\u30c8\u306b\u63a5\u7d9a\u3067\u304d\u306a\u3044\u74b0\u5883\u3067\u3001\u5fc5\u8981\u306b\u306a\u3063\u305f\u30d1\u30c3\u30b1\u30fc\u30b8\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u306e\u306b\u4f7f\u7528\u3059\u308b\u60f3\u5b9a\u3067\u3059\u3002<\/p>\n","protected":false},"author":1,"featured_media":5291,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[204],"tags":[256,308,319,320],"class_list":["post-5178","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-rhel-packages","tag-iso","tag-rhel","tag-319","tag-320"],"_links":{"self":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/5178","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/comments?post=5178"}],"version-history":[{"count":1,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/5178\/revisions"}],"predecessor-version":[{"id":15898,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/posts\/5178\/revisions\/15898"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/media\/5291"}],"wp:attachment":[{"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/media?parent=5178"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/categories?post=5178"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lab4ict.com\/system\/wp-json\/wp\/v2\/tags?post=5178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}