{"id":7389,"date":"2023-09-16T00:12:56","date_gmt":"2023-09-15T18:42:56","guid":{"rendered":"https:\/\/pheonixsolutions.com\/blog\/?p=7389"},"modified":"2023-09-16T00:14:06","modified_gmt":"2023-09-15T18:44:06","slug":"how-to-install-openvz-7-on-centos-7","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/","title":{"rendered":"How to Install OpenVZ 7 on CentOS 7"},"content":{"rendered":"\n<p><strong>Introduction<\/strong><br>OpenVZ is an operating-system-level virtualization technology for Linux. It allows a physical server to run multiple isolated operating system instances, called containers, virtual private servers, or virtual environments<\/p>\n\n\n\n<p><strong>Prerequisite<\/strong><br> (i) Hardware specification<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Intel Core i7, Xeon E7, and AMD Opteron<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A minimum of 128 MB of RAM; 2 GB or more is recommended<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A hard drive with at least 80 GB of space<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A 10\/100\/1000 network card<\/li>\n<\/ul>\n\n\n\n<p>(ii) Network specifications<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A valid IP address for the server<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A valid IP address for each container<\/li>\n<\/ul>\n\n\n\n<p><strong>Implementation<\/strong><\/p>\n\n\n\n<p>Step 1: Update and upgrade the dependencies&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ yum update &amp;&amp; yum upgrade<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Step 2: Get OpenVZ releases&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ yum -y localinstall <a href=\"https:\/\/download.openvz.org\/virtuozzo\/releases\/openvz-7.0.17-347\/x86_64\/os\/Packages\/p\/python-subprocess32-3.2.7-1.vz7.5.x86_64.rpm\">https:\/\/download.openvz.org\/virtuozzo\/releases\/openvz-7.0.17-347\/x86_64\/os\/Packages\/p\/python-subprocess32-3.2.7-1.vz7.5.x86_64.rpm<\/a><br>$ yum -y localinstall https:\/\/download.openvz.org\/virtuozzo\/releases\/openvz-7.0.15-628\/x86_64\/os\/Packages\/o\/openvz-release-7.0.15-4.vz7.x86_64.rpm<br>$ yum -y install epel-release<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Step 3: Install the Openvz releases<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ yum install python3<br>$ rpm -Uvh http:\/\/repo.virtuozzo.com\/vzlinux\/7.9\/x86_64\/os\/Packages\/r\/readykernel-scan-0.11-1.vl7.noarch.rpm<br>$ rpm -Uvh http:\/\/repo.virtuozzo.com\/vzlinux\/7.9\/x86_64\/os\/Packages\/z\/zstd-1.4.4-1.vl7.x86_64.rpm<br>$ rpm -Uvh http:\/\/repo.virtuozzo.com\/vzlinux\/7.9\/x86_64\/os\/Packages\/v\/vzlinux-release-7-1.vl7.91.x86_64.rpm<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Step 4: Clean up the CentOS repository<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ mv \/etc\/yum.repos.d\/CentOS-* \/root\/<br>$ rpm -e &#8211;nodeps &#8211;justdb json-c<br>$ yum -y erase jansson$ yum -y localinstall http:\/\/repo.virtuozzo.com\/vzlinux\/7.9\/x86_64\/os\/Packages\/j\/jansson-2.10-1.vl7.1.x86_64.rpm<br>$ yum -y localinstall http:\/\/repo.virtuozzo.com\/vzlinux\/7.9\/x86_64\/os\/Packages\/j\/json-c-0.11-13.vl7.1.x86_64.rpm<br>$ rpm -e &#8211;nodeps &#8211;justdb nspr nss nss-pem nss-softokn nss-softokn-freebl nss-sysinit nss-tools nss-util<br>$ yum -y localinstall http:\/\/repo.virtuozzo.com\/vzlinux\/7.9\/x86_64\/os\/Packages\/n\/nss-3.67.0-4.vl7.x86_64.rpm<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Step 5: Install OpenVZ kernel<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ yum -y install nss-softokn-freebl.i686 nss-tools<br>$ yum -y install prlctl prl-disp-service vzkernel *ploop*$ yum -y update<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Note: <br>(i) If we have an architecture error as per the snapshot while installing the vzkernel, downgrade the glib and glibcc version then install the 32 bit dependencies&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/Zy7_GSyw3AVv7gutZzOL0aFDT6eBabRlViS_06EsMyhTt5MTZ70dHOu2aatMvpJQKXSKWkfmHLr70Ah_RnTiSUDjDqbFA_3rLKIeoa-AlbQFaJ3vcvSmjOFp7iZu2RwKgbHM1_zguCZZs4JYrybSmWw\" alt=\"\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ yum -y downgrade glibc glibc-common<br>$ yum -y install glibc.i686 ncurses-libs.i686<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>(ii) To resolve the xz-libs architecture issue<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ wget <a href=\"http:\/\/mirror.centos.org\/centos\/7\/os\/x86_64\/Packages\/xz-libs-5.2.2-1.el7.i686.rpm\">http:\/\/mirror.centos.org\/centos\/7\/os\/x86_64\/Packages\/xz-libs-5.2.2-1.el7.i686.rpm<\/a><br><strong>$ <\/strong>yum install yum-utils<br>$ yumdownloader xz-libs-5.2.2<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Step 6: Check grub and steup Virtuozzo 7<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td># awk -F\\&#8217; &#8216;$1==&#8221;menuentry &#8221; {print i++ &#8221; : &#8221; $2}&#8217; \/etc\/grub2.cfg<br>0 : Virtuozzo 7 (3.10.0-1160.42.2.vz7.184.10)<br>1 : CentOS Linux (3.10.0-1160.53.1.el7.x86_64) 7 (Core)<br>2 : CentOS Linux (0-rescue-6a03f95fe90f43b786afa291f08bbbf6) 7 (Core)<br># grub2-editenv list<br>saved_entry=Virtuozzo 7 (3.10.0-1160.42.2.vz7.184.10)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Step 7: Reboot the server&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ reboot<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Step 8: Setup the initial settings<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ modprobe ploop pfmt_ploop1 pfmt_raw pio_direct<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Step 9: Install quota tools<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ yum -y install vzctl vzquota ploop<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Note:&nbsp;<\/p>\n\n\n\n<p>(i) If we vzquota package is not available, download and configure it manually<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>$ <\/strong>wget <a href=\"http:\/\/download.openvz.org\/utils\/vzquota\/3.1\/src\/vzquota-3.1.tar.bz2\">http:\/\/download.openvz.org\/utils\/vzquota\/3.1\/src\/vzquota-3.1.tar.bz2<\/a><br>$ mv vzquot to \/usr\/libecx\/vz<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Step 10: Install all available Linux Distro templates<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ yum -y install *ez.noarch<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Step 11: Reboot the server&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>$ reboot<\/td><\/tr><\/tbody><\/table><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>IntroductionOpenVZ is an operating-system-level virtualization technology for Linux. It allows a physical server to run multiple isolated operating system instances, called containers, virtual private servers, or virtual environments Prerequisite (i) Hardware specification (ii) Network specifications Implementation Step 1: Update and upgrade the dependencies&nbsp; $ yum update &amp;&amp; yum upgrade Step&hellip; <a href=\"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/\" class=\"more-link read-more\" rel=\"bookmark\">Continue Reading <span class=\"screen-reader-text\">How to Install OpenVZ 7 on CentOS 7<\/span><i class=\"fa fa-arrow-right\"><\/i><\/a><\/p>\n","protected":false},"author":495,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"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":""},"categories":[284,225],"tags":[980],"class_list":{"0":"post-7389","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"hentry","6":"category-centos","7":"category-linux","8":"tag-openvz-7-on-centos-7","9":"h-entry","11":"h-as-article"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Pheonix Solutions - We Empower Your Business Growth<\/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:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pheonix Solutions - We Empower Your Business Growth\" \/>\n<meta property=\"og:description\" content=\"IntroductionOpenVZ is an operating-system-level virtualization technology for Linux. It allows a physical server to run multiple isolated operating system instances, called containers, virtual private servers, or virtual environments Prerequisite (i) Hardware specification (ii) Network specifications Implementation Step 1: Update and upgrade the dependencies&nbsp; $ yum update &amp;&amp; yum upgrade Step&hellip; Continue Reading How to Install OpenVZ 7 on CentOS 7\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/\" \/>\n<meta property=\"og:site_name\" content=\"PHEONIXSOLUTIONS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-09-15T18:42:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-15T18:44:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lh3.googleusercontent.com\/Zy7_GSyw3AVv7gutZzOL0aFDT6eBabRlViS_06EsMyhTt5MTZ70dHOu2aatMvpJQKXSKWkfmHLr70Ah_RnTiSUDjDqbFA_3rLKIeoa-AlbQFaJ3vcvSmjOFp7iZu2RwKgbHM1_zguCZZs4JYrybSmWw\" \/>\n<meta name=\"author\" content=\"meenakshi k\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:site\" content=\"@pheonixsolution\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"meenakshi k\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-install-openvz-7-on-centos-7\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-install-openvz-7-on-centos-7\\\/\"},\"author\":{\"name\":\"meenakshi k\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/d573de3a2c02cbeca49e90581a88b98f\"},\"headline\":\"How to Install OpenVZ 7 on CentOS 7\",\"datePublished\":\"2023-09-15T18:42:56+00:00\",\"dateModified\":\"2023-09-15T18:44:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-install-openvz-7-on-centos-7\\\/\"},\"wordCount\":502,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-install-openvz-7-on-centos-7\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/lh3.googleusercontent.com\\\/Zy7_GSyw3AVv7gutZzOL0aFDT6eBabRlViS_06EsMyhTt5MTZ70dHOu2aatMvpJQKXSKWkfmHLr70Ah_RnTiSUDjDqbFA_3rLKIeoa-AlbQFaJ3vcvSmjOFp7iZu2RwKgbHM1_zguCZZs4JYrybSmWw\",\"keywords\":[\"OpenVZ 7 on CentOS 7\"],\"articleSection\":[\"Centos\",\"Linux\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-install-openvz-7-on-centos-7\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-install-openvz-7-on-centos-7\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-install-openvz-7-on-centos-7\\\/\",\"name\":\"Pheonix Solutions - We Empower Your Business Growth\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-install-openvz-7-on-centos-7\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-install-openvz-7-on-centos-7\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/lh3.googleusercontent.com\\\/Zy7_GSyw3AVv7gutZzOL0aFDT6eBabRlViS_06EsMyhTt5MTZ70dHOu2aatMvpJQKXSKWkfmHLr70Ah_RnTiSUDjDqbFA_3rLKIeoa-AlbQFaJ3vcvSmjOFp7iZu2RwKgbHM1_zguCZZs4JYrybSmWw\",\"datePublished\":\"2023-09-15T18:42:56+00:00\",\"dateModified\":\"2023-09-15T18:44:06+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-install-openvz-7-on-centos-7\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-install-openvz-7-on-centos-7\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-install-openvz-7-on-centos-7\\\/#primaryimage\",\"url\":\"https:\\\/\\\/lh3.googleusercontent.com\\\/Zy7_GSyw3AVv7gutZzOL0aFDT6eBabRlViS_06EsMyhTt5MTZ70dHOu2aatMvpJQKXSKWkfmHLr70Ah_RnTiSUDjDqbFA_3rLKIeoa-AlbQFaJ3vcvSmjOFp7iZu2RwKgbHM1_zguCZZs4JYrybSmWw\",\"contentUrl\":\"https:\\\/\\\/lh3.googleusercontent.com\\\/Zy7_GSyw3AVv7gutZzOL0aFDT6eBabRlViS_06EsMyhTt5MTZ70dHOu2aatMvpJQKXSKWkfmHLr70Ah_RnTiSUDjDqbFA_3rLKIeoa-AlbQFaJ3vcvSmjOFp7iZu2RwKgbHM1_zguCZZs4JYrybSmWw\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/how-to-install-openvz-7-on-centos-7\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install OpenVZ 7 on CentOS 7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"name\":\"Pheonix Solutions\",\"description\":\"We Empower Your Business Growth\",\"publisher\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#organization\",\"name\":\"PheonixSolutions\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/logo.png\",\"width\":454,\"height\":300,\"caption\":\"PheonixSolutions\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/PheonixSolutions-209942982759387\\\/\",\"https:\\\/\\\/x.com\\\/pheonixsolution\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/d573de3a2c02cbeca49e90581a88b98f\",\"name\":\"meenakshi k\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&r=g\",\"caption\":\"meenakshi k\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/blog\\\/author\\\/meenakshi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Pheonix Solutions - We Empower Your Business Growth","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:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/","og_locale":"en_US","og_type":"article","og_title":"Pheonix Solutions - We Empower Your Business Growth","og_description":"IntroductionOpenVZ is an operating-system-level virtualization technology for Linux. It allows a physical server to run multiple isolated operating system instances, called containers, virtual private servers, or virtual environments Prerequisite (i) Hardware specification (ii) Network specifications Implementation Step 1: Update and upgrade the dependencies&nbsp; $ yum update &amp;&amp; yum upgrade Step&hellip; Continue Reading How to Install OpenVZ 7 on CentOS 7","og_url":"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/","og_site_name":"PHEONIXSOLUTIONS","article_publisher":"https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","article_published_time":"2023-09-15T18:42:56+00:00","article_modified_time":"2023-09-15T18:44:06+00:00","og_image":[{"url":"https:\/\/lh3.googleusercontent.com\/Zy7_GSyw3AVv7gutZzOL0aFDT6eBabRlViS_06EsMyhTt5MTZ70dHOu2aatMvpJQKXSKWkfmHLr70Ah_RnTiSUDjDqbFA_3rLKIeoa-AlbQFaJ3vcvSmjOFp7iZu2RwKgbHM1_zguCZZs4JYrybSmWw","type":"","width":"","height":""}],"author":"meenakshi k","twitter_card":"summary_large_image","twitter_creator":"@pheonixsolution","twitter_site":"@pheonixsolution","twitter_misc":{"Written by":"meenakshi k","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/"},"author":{"name":"meenakshi k","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/d573de3a2c02cbeca49e90581a88b98f"},"headline":"How to Install OpenVZ 7 on CentOS 7","datePublished":"2023-09-15T18:42:56+00:00","dateModified":"2023-09-15T18:44:06+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/"},"wordCount":502,"commentCount":0,"publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/#primaryimage"},"thumbnailUrl":"https:\/\/lh3.googleusercontent.com\/Zy7_GSyw3AVv7gutZzOL0aFDT6eBabRlViS_06EsMyhTt5MTZ70dHOu2aatMvpJQKXSKWkfmHLr70Ah_RnTiSUDjDqbFA_3rLKIeoa-AlbQFaJ3vcvSmjOFp7iZu2RwKgbHM1_zguCZZs4JYrybSmWw","keywords":["OpenVZ 7 on CentOS 7"],"articleSection":["Centos","Linux"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/","url":"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/","name":"Pheonix Solutions - We Empower Your Business Growth","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/#primaryimage"},"thumbnailUrl":"https:\/\/lh3.googleusercontent.com\/Zy7_GSyw3AVv7gutZzOL0aFDT6eBabRlViS_06EsMyhTt5MTZ70dHOu2aatMvpJQKXSKWkfmHLr70Ah_RnTiSUDjDqbFA_3rLKIeoa-AlbQFaJ3vcvSmjOFp7iZu2RwKgbHM1_zguCZZs4JYrybSmWw","datePublished":"2023-09-15T18:42:56+00:00","dateModified":"2023-09-15T18:44:06+00:00","breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/#primaryimage","url":"https:\/\/lh3.googleusercontent.com\/Zy7_GSyw3AVv7gutZzOL0aFDT6eBabRlViS_06EsMyhTt5MTZ70dHOu2aatMvpJQKXSKWkfmHLr70Ah_RnTiSUDjDqbFA_3rLKIeoa-AlbQFaJ3vcvSmjOFp7iZu2RwKgbHM1_zguCZZs4JYrybSmWw","contentUrl":"https:\/\/lh3.googleusercontent.com\/Zy7_GSyw3AVv7gutZzOL0aFDT6eBabRlViS_06EsMyhTt5MTZ70dHOu2aatMvpJQKXSKWkfmHLr70Ah_RnTiSUDjDqbFA_3rLKIeoa-AlbQFaJ3vcvSmjOFp7iZu2RwKgbHM1_zguCZZs4JYrybSmWw"},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/blog\/how-to-install-openvz-7-on-centos-7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Install OpenVZ 7 on CentOS 7"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/blog\/#website","url":"https:\/\/pheonixsolutions.com\/blog\/","name":"Pheonix Solutions","description":"We Empower Your Business Growth","publisher":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pheonixsolutions.com\/blog\/#organization","name":"PheonixSolutions","url":"https:\/\/pheonixsolutions.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","contentUrl":"https:\/\/pheonixsolutions.com\/blog\/wp-content\/uploads\/2016\/12\/logo.png","width":454,"height":300,"caption":"PheonixSolutions"},"image":{"@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/PheonixSolutions-209942982759387\/","https:\/\/x.com\/pheonixsolution"]},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/blog\/#\/schema\/person\/d573de3a2c02cbeca49e90581a88b98f","name":"meenakshi k","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&r=g","caption":"meenakshi k"},"url":"https:\/\/pheonixsolutions.com\/blog\/author\/meenakshi\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p7F4uM-1Vb","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/7389","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/users\/495"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=7389"}],"version-history":[{"count":0,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/7389\/revisions"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=7389"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=7389"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=7389"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}