{"id":12193,"date":"2019-01-11T09:13:00","date_gmt":"2019-01-11T08:13:00","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/"},"modified":"2019-01-11T09:13:00","modified_gmt":"2019-01-11T08:13:00","slug":"compile-additional-packages-for-oracle-vm-server","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/","title":{"rendered":"Compile additional packages for Oracle VM Server"},"content":{"rendered":"<p>I needed a special package on my OVM Server 3.4.6.<br \/>\nThe package is called <a href=\"https:\/\/github.com\/axboe\/fio\">fio<\/a> and is needed to do some I\/O performance tests.<br \/>\nUnfortunately, OVM Server does not provide any package for compiling software and installing additional software to your OVM Server is also not supported.<br \/>\nBut there is a solution:<br \/>\n<!--more--><br \/>\nInsatll a VM with Oracle VM Server 3.4.6 and added the official OVM SDK repositories:<\/p>\n<p><code><br \/>\nrm -f \/etc\/yum.repos.d\/*<br \/>\necho '<br \/>\n[ovm34]<br \/>\nname=Oracle Linux $releasever Latest ($basearch)<br \/>\nbaseurl=http:\/\/public-yum.oracle.com\/repo\/OracleVM\/OVM3\/34_latest\/x86_64\/<br \/>\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-oracle<br \/>\ngpgcheck=1<br \/>\nenabled=1<br \/>\n[ol6_latest]<br \/>\nname=Oracle Linux $releasever Latest ($basearch)<br \/>\nbaseurl=http:\/\/yum.oracle.com\/repo\/OracleLinux\/OL6\/latest\/$basearch\/<br \/>\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-oracle<br \/>\ngpgcheck=1<br \/>\nenabled=1<br \/>\n[ol6_addons]<br \/>\nname=Oracle Linux $releasever Add ons ($basearch)<br \/>\nbaseurl=http:\/\/yum.oracle.com\/repo\/OracleLinux\/OL6\/addons\/$basearch\/<br \/>\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-oracle<br \/>\ngpgcheck=1<br \/>\nenabled=1<br \/>\n[ol6_UEKR4]<br \/>\nname=Latest Unbreakable Enterprise Kernel Release 4 for Oracle Linux $releasever ($basearch)<br \/>\nbaseurl=http:\/\/yum.oracle.com\/repo\/OracleLinux\/OL6\/UEKR4\/$basearch\/<br \/>\ngpgkey=file:\/\/\/etc\/pki\/rpm-gpg\/RPM-GPG-KEY-oracle<br \/>\ngpgcheck=1<br \/>\nenabled=1 ' &gt; \/etc\/yum.repos.d\/ovm-sdk.repo<br \/>\n<\/code><br \/>\nNow install the necessary packages and compile your software:<br \/>\n<code><br \/>\nOn OVM 3.4 SDK VM<br \/>\nyum install -y gcc make zlib-devel libaio libaio-devel<br \/>\nwget https:\/\/codeload.github.com\/axboe\/fio\/zip\/master<br \/>\nunzip master<br \/>\ncd fio-master<br \/>\n.\/configure<br \/>\nmake<br \/>\n<\/code><\/p>\n<p>Copy the compiled executable &#8220;fio&#8221; to your OVM Server or to an attached NFS share.<br \/>\nRun the program and do what you wanna do.<\/p>\n<p>In my case I will run several different performance tests, but that is a story for an other blog post.<\/p>\n<p>Reference: <a>Oracle VM 3: How-to build an Oracle VM 3.3\/3.4 SDK platform (Doc ID 2160955.1)<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>I needed a special package on my OVM Server 3.4.6. The package is called fio and is needed to do some I\/O performance tests. Unfortunately, OVM Server does not provide any package for compiling software and installing additional software to your OVM Server is also not supported. But there is a solution:<\/p>\n","protected":false},"author":27,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[229,42,59],"tags":[],"type_dbi":[],"class_list":["post-12193","post","type-post","status-publish","format-standard","hentry","category-database-administration-monitoring","category-operating-systems","category-oracle"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Compile additional packages for Oracle VM Server - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Compile additional packages for Oracle VM Server\" \/>\n<meta property=\"og:description\" content=\"I needed a special package on my OVM Server 3.4.6. The package is called fio and is needed to do some I\/O performance tests. Unfortunately, OVM Server does not provide any package for compiling software and installing additional software to your OVM Server is also not supported. But there is a solution:\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2019-01-11T08:13:00+00:00\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"Compile additional packages for Oracle VM Server\",\"datePublished\":\"2019-01-11T08:13:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/\"},\"wordCount\":138,\"commentCount\":0,\"articleSection\":[\"Database Administration &amp; Monitoring\",\"Operating systems\",\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/\",\"name\":\"Compile additional packages for Oracle VM Server - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2019-01-11T08:13:00+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Compile additional packages for Oracle VM Server\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Compile additional packages for Oracle VM Server - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/","og_locale":"en_US","og_type":"article","og_title":"Compile additional packages for Oracle VM Server","og_description":"I needed a special package on my OVM Server 3.4.6. The package is called fio and is needed to do some I\/O performance tests. Unfortunately, OVM Server does not provide any package for compiling software and installing additional software to your OVM Server is also not supported. But there is a solution:","og_url":"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/","og_site_name":"dbi Blog","article_published_time":"2019-01-11T08:13:00+00:00","author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"Compile additional packages for Oracle VM Server","datePublished":"2019-01-11T08:13:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/"},"wordCount":138,"commentCount":0,"articleSection":["Database Administration &amp; Monitoring","Operating systems","Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/","url":"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/","name":"Compile additional packages for Oracle VM Server - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2019-01-11T08:13:00+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/compile-additional-packages-for-oracle-vm-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Compile additional packages for Oracle VM Server"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12193","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=12193"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/12193\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=12193"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=12193"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=12193"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=12193"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}