{"id":1736,"date":"2014-05-29T12:48:53","date_gmt":"2014-05-29T10:48:53","guid":{"rendered":"http:\/\/www.oradba.ch\/?p=1736"},"modified":"2014-06-10T12:50:32","modified_gmt":"2014-06-10T10:50:32","slug":"avdf-installation-iso","status":"publish","type":"post","link":"https:\/\/www.oradba.ch\/wordpress\/2014\/05\/avdf-installation-iso\/","title":{"rendered":"AVDF installation ISO"},"content":{"rendered":"<p>Due to some problems during the installation of Oracle Audit Vault and Database Firewall 12.1.2 (see <a href=\"https:\/\/www.oradba.ch\/wordpress\/2014\/05\/avdf-installation-fails-on-hp-server-with-smart-array-disk-controller\/\" title=\"AVDF installation fails on HP server with Smart Array Disk Controller\">AVDF installation fails on HP server with Smart Array Disk Controller<\/a>), I&#8217;ve looked at the AVDF ISO image and its kickstart setup.<\/p>\n<p>AVDF 12.1.2 is based on Oracle Enterprise Linux 5.9. To setup or upgrade AVDF it is required to boot the system from the AVDF ISO. The menu from the ISOLINUX bootloader allows simple selection of installation, upgrade, or memory test.<br \/>\n<a href=\"https:\/\/i0.wp.com\/www.oradba.ch\/wordpress\/wp-content\/uploads\/AVDF_12.1.2.0.0_setup01.png?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-medium wp-image-1726\" src=\"https:\/\/i0.wp.com\/www.oradba.ch\/wordpress\/wp-content\/uploads\/AVDF_12.1.2.0.0_setup01.png?resize=300%2C227&#038;ssl=1\" alt=\"AVDF_12.1.2.0.0_setup01\" width=\"300\" height=\"227\" srcset=\"https:\/\/i0.wp.com\/www.oradba.ch\/wordpress\/wp-content\/uploads\/AVDF_12.1.2.0.0_setup01.png?resize=300%2C227&amp;ssl=1 300w, https:\/\/i0.wp.com\/www.oradba.ch\/wordpress\/wp-content\/uploads\/AVDF_12.1.2.0.0_setup01.png?resize=624%2C472&amp;ssl=1 624w, https:\/\/i0.wp.com\/www.oradba.ch\/wordpress\/wp-content\/uploads\/AVDF_12.1.2.0.0_setup01.png?w=980&amp;ssl=1 980w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><br \/>\nAs you can see in the picture, it is also possible to specify the boot options directly in the prompt.<br \/>\nThe boot loader menu itself is configured in the <em>isolinux.cfg<\/em> file. Looking at the file reveals how an installation respectively an upgrade will be started. Both use their own kickstart file. <\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\" data-enlighter-highlight=\"10,14\" data-enlighter-linenumbers=\"on\">\r\ndefault memtest86\r\n\r\nprompt 1\r\ndisplay boot.msg\r\n\r\nF1 boot.msg\r\n\r\nlabel install\r\nkernel vmlinuz\r\nappend noipv6 initrd=initrd.img ramdisk_size=8192 ks=file:\/kickstart\/kickstart.cfg noshell\r\n\r\nlabel upgrade\r\nkernel vmlinuz\r\nappend noipv6 initrd=initrd.img ramdisk_size=8192 ks=file:\/kickstart\/update.cfg noshell\r\n\r\nlabel memtest86\r\nkernel memtest\r\nappend -<\/pre>\n<p>A special note, Oracle has switched off the shell on console 2 (alt-F2) with <em>noshell<\/em>. If you want to use console 2 during the installation, you have to enter the boot options directly on the prompt. But enabling the shell on console 2 leaves the system vulnerable to root access. It should not be left unattended when such a shell exists. An example can be seen in the picture above.<\/p>\n<p>The kickstart file is part of the initrd.img which is used during the boot process. But this image needs first to be unpacked. The image is some kind of a gzipped cpio archive.<\/p>\n<p>Rename and unpack the image:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">\r\nmv initrd.img initrd.gz\r\ngunzip initrd.gz\r\n<\/pre>\n<p>So extract the files from initrd using cpio:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">\r\nmkdir initrd_work\r\ncd initrd_work\r\ncpio -id &lt; ..\/initrd\r\n31570 blocks\r\n<\/pre>\n<p>Now we can see the content of the initrd.img file and in particular the kickstart files.<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"bash\">\r\nls\r\nbin etc kickstart proc selinux tmp\r\ndev init modules sbin sys var\r\n<\/pre>\n<h3>References<\/h3>\n<p>Further information on this topic.<\/p>\n<ul>\n<li>Wikipedia <a title=\"initrd\" href=\"http:\/\/en.wikipedia.org\/wiki\/Initrd\" target=\"_blank\">initrd<\/a><\/li>\n<li>Wikipedia <a title=\"Kickstart (Linux)\" href=\"http:\/\/en.wikipedia.org\/wiki\/Kickstart_(Linux)\" target=\"_blank\">Kickstart (Linux)<\/a><\/li>\n<li>Wikipedia <a title=\"SYSLINUX\" href=\"http:\/\/en.wikipedia.org\/wiki\/SYSLINUX\" target=\"_blank\">SYSLINUX<\/a><\/li>\n<li>RedHat 5 <a title=\"Kickstart Installations\" href=\"https:\/\/access.redhat.com\/site\/documentation\/en-US\/Red_Hat_Enterprise_Linux\/5\/html\/Installation_Guide\/ch-kickstart2.html\" target=\"_blank\">Kickstart Installations<\/a><\/li>\n<li><a href=\"http:\/\/docs.oracle.com\/cd\/E37670_01\/\" title=\"Oracle Linux 6\" target=\"_blank\">Oracle Linux 6<\/a><\/li>\n<li>Oracle Linux Release 6 <a href=\"http:\/\/docs.oracle.com\/cd\/E37670_01\/E41137\/html\/ch01s06.html\" title=\"Customizing an Installation Boot Image\" target=\"_blank\">Customizing an Installation Boot Image<\/a><\/li>\n<li>Oracle Linux Release 6 <a href=\"http:\/\/docs.oracle.com\/cd\/E37670_01\/E41137\/html\/ch03s02.html\" title=\"Using a Kickstart File to Install a System\" target=\"_blank\">Using a Kickstart File to Install a System<\/a><\/li>\n<li>Oracle Linux Release 6 <a href=\"http:\/\/docs.oracle.com\/cd\/E37670_01\/E41137\/html\/ol_bootops_inst.html\" title=\"Installation Boot Options\" target=\"_blank\">Installation Boot Options<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Due to some problems during the installation of Oracle Audit Vault and Database Firewall 12.1.2 (see AVDF installation fails on HP server with Smart Array Disk Controller), I&#8217;ve looked at the AVDF ISO image and its kickstart setup. AVDF 12.1.2 is based on Oracle Enterprise Linux 5.9. To setup or upgrade AVDF it is required [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"#AVDF installation ISO http:\/\/wp.me\/p1aErb-s0 #Oracle #Trivadis","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[85,88,9],"tags":[141,111],"class_list":["post-1736","post","type-post","status-publish","format-standard","hentry","category-audit-vault-and-database-firewall","category-avdf","category-internals","tag-avdf","tag-tvdsecexpert"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p1aErb-s0","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":2057,"url":"https:\/\/www.oradba.ch\/wordpress\/2015\/11\/release-of-audit-vault-and-database-firewall-12-1-2-bundle-patch-7\/","url_meta":{"origin":1736,"position":0},"title":"Release of Audit Vault and Database Firewall 12.1.2 Bundle Patch 7","author":"Stefan","date":"9. November 2015","format":false,"excerpt":"Today Oracle released the new Bundle Patch for Audit Vault and Database Firewall 12.1.2. The patch can be downloaded as usual on Oracle Metalink as Patchset 21920205 for existing installations. The full installation image for new installations is not yet available on Oracle eDelivery. I guess this will follow in\u2026","rel":"","context":"In &quot;Audit Vault and Database Firewall&quot;","block_context":{"text":"Audit Vault and Database Firewall","link":"https:\/\/www.oradba.ch\/wordpress\/category\/audit\/audit-vault-and-database-firewall\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1690,"url":"https:\/\/www.oradba.ch\/wordpress\/2014\/05\/audit-vault-and-database-firewall-12-1-2\/","url_meta":{"origin":1736,"position":1},"title":"Audit Vault and Database Firewall 12.1.2","author":"Stefan","date":"7. May 2014","format":false,"excerpt":"Oracle has just released a new Release of its Oracle Audit Vault and Database Firewall. The new release is immediately available on Oracle's Software Delivery Cloud. It look's like Oracle added a bunch of Enterprise-Grade Features like iSCSI SAN Disk, NFS Storage as well as SYSLOG integration. Starting with this\u2026","rel":"","context":"In &quot;Audit Vault and Database Firewall&quot;","block_context":{"text":"Audit Vault and Database Firewall","link":"https:\/\/www.oradba.ch\/wordpress\/category\/audit\/audit-vault-and-database-firewall\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1970,"url":"https:\/\/www.oradba.ch\/wordpress\/2015\/05\/release-of-audit-vault-and-database-firewall-12-1-2-bundle-patch-5\/","url_meta":{"origin":1736,"position":2},"title":"Release of Audit Vault and Database Firewall 12.1.2 Bundle Patch 5","author":"Stefan","date":"15. May 2015","format":false,"excerpt":"Today Oracle released the new Bundle Patch for Audit Vault and Database Firewall 12.1.2. The patch can be downloaded as usual on Oracle Metalink as Patchset 20829881 for existing installations. The full installation image for new installations is not yet available on Oracle eDelivery. I guess this will follow in\u2026","rel":"","context":"In &quot;Audit Vault and Database Firewall&quot;","block_context":{"text":"Audit Vault and Database Firewall","link":"https:\/\/www.oradba.ch\/wordpress\/category\/audit\/audit-vault-and-database-firewall\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1781,"url":"https:\/\/www.oradba.ch\/wordpress\/2014\/06\/update-avdf-installation-fails-on-hp-server-with-smart-array\/","url_meta":{"origin":1736,"position":3},"title":"Update: AVDF installation fails on HP server with Smart Array","author":"Stefan","date":"10. June 2014","format":false,"excerpt":"A couple of days ago I've wrote about some problems when installing Oracle Audit Vault and Database Firewall 12.1.2 on HP server with Smart Array Disk Controller. The problem is still not resolved, but in the meantime Oracle has open a Bug and added some Metalink Notes related to this\u2026","rel":"","context":"In &quot;Audit Vault and Database Firewall&quot;","block_context":{"text":"Audit Vault and Database Firewall","link":"https:\/\/www.oradba.ch\/wordpress\/category\/audit\/audit-vault-and-database-firewall\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1709,"url":"https:\/\/www.oradba.ch\/wordpress\/2014\/05\/avdf-installation-fails-on-hp-server-with-smart-array-disk-controller\/","url_meta":{"origin":1736,"position":4},"title":"AVDF installation fails on HP server with Smart Array Disk Controller","author":"Stefan","date":"29. May 2014","format":false,"excerpt":"I've successfully set up a couple of AVDF installation on different VM Server as well on HP Blade or Rack servers. On the VM server I never had any problems. For the installation of AVDF 12.1.1.x on HP servers BL465c Gen8 or DL380p Gen8, there were always warnings during partitioning\u2026","rel":"","context":"In &quot;Audit Vault and Database Firewall&quot;","block_context":{"text":"Audit Vault and Database Firewall","link":"https:\/\/www.oradba.ch\/wordpress\/category\/audit\/audit-vault-and-database-firewall\/"},"img":{"alt_text":"AVDF_12.1.1.3.0_setup02","src":"https:\/\/i0.wp.com\/www.oradba.ch\/wordpress\/wp-content\/uploads\/AVDF_12.1.1.3.0_setup02-300x168.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":1793,"url":"https:\/\/www.oradba.ch\/wordpress\/2014\/07\/release-of-audit-vault-and-database-firewall-12-1-2-bundle-patch-1\/","url_meta":{"origin":1736,"position":5},"title":"Release of Audit Vault and Database Firewall 12.1.2 Bundle Patch 1","author":"Stefan","date":"2. July 2014","format":false,"excerpt":"Earlier today, Oracle has released the first Bundle Patch for Audit Vault and Database Firewall 12.1.2. The patch can be downloaded on Oracle Metalink as Patchset 18728905 for existing installations or on Oracle eDelivery as full installation image for new installations. The installation image is split in two parts which\u2026","rel":"","context":"In &quot;Audit Vault and Database Firewall&quot;","block_context":{"text":"Audit Vault and Database Firewall","link":"https:\/\/www.oradba.ch\/wordpress\/category\/audit\/audit-vault-and-database-firewall\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.oradba.ch\/wordpress\/wp-json\/wp\/v2\/posts\/1736","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.oradba.ch\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.oradba.ch\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.oradba.ch\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.oradba.ch\/wordpress\/wp-json\/wp\/v2\/comments?post=1736"}],"version-history":[{"count":20,"href":"https:\/\/www.oradba.ch\/wordpress\/wp-json\/wp\/v2\/posts\/1736\/revisions"}],"predecessor-version":[{"id":1777,"href":"https:\/\/www.oradba.ch\/wordpress\/wp-json\/wp\/v2\/posts\/1736\/revisions\/1777"}],"wp:attachment":[{"href":"https:\/\/www.oradba.ch\/wordpress\/wp-json\/wp\/v2\/media?parent=1736"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.oradba.ch\/wordpress\/wp-json\/wp\/v2\/categories?post=1736"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.oradba.ch\/wordpress\/wp-json\/wp\/v2\/tags?post=1736"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}