{"id":2245,"date":"2012-05-22T11:06:00","date_gmt":"2012-05-22T16:06:00","guid":{"rendered":"http:\/\/appcrawler.com\/wordpress\/?p=2245"},"modified":"2012-05-22T11:06:16","modified_gmt":"2012-05-22T16:06:16","slug":"printing-oracle-silent-installer-prerequisite-failed-checks","status":"publish","type":"post","link":"http:\/\/appcrawler.com\/wordpress\/2012\/05\/22\/printing-oracle-silent-installer-prerequisite-failed-checks\/","title":{"rendered":"Printing Oracle silent installer prerequisite failed checks"},"content":{"rendered":"<p>I use what is below to print out prerequisites that aren&#8217;t met when performing a silent install.  It is a lot easier to read, and prints only those components that have a failed check.<\/p>\n<pre lang=\"awk\" line=\"1\">\r\n#!\/bin\/awk -f\r\n\r\n{\r\n  if ($0 == \"INFO: *********************************************\") {\r\n    getline\r\n    COMPONENT=$0\r\n    getline\r\n    getline\r\n    if ($0 ~ \"FAILED\") {\r\n      printf(\"%s\\n\",COMPONENT)\r\n    }\r\n  }\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>I use what is below to print out prerequisites that aren&#8217;t met when performing a silent install. It is a lot easier to read, and prints only those components that have a failed check. #!\/bin\/awk -f { if ($0 ==&hellip;<\/p>\n<p class=\"more-link-p\"><a class=\"more-link\" href=\"http:\/\/appcrawler.com\/wordpress\/2012\/05\/22\/printing-oracle-silent-installer-prerequisite-failed-checks\/\">Read more &rarr;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_mi_skip_tracking":false,"footnotes":""},"categories":[19,22],"tags":[],"_links":{"self":[{"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/posts\/2245"}],"collection":[{"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/comments?post=2245"}],"version-history":[{"count":3,"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/posts\/2245\/revisions"}],"predecessor-version":[{"id":2248,"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/posts\/2245\/revisions\/2248"}],"wp:attachment":[{"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/media?parent=2245"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/categories?post=2245"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/appcrawler.com\/wordpress\/wp-json\/wp\/v2\/tags?post=2245"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}