المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : حصريا : سكربت لتركيب install الـ OpenVZ على سيرفر SERVER CentOS 5.2



said
11-02-2013, بتوقيت غرينيتش 01:11 AM
أهلا بكم أقدم لكم هذا السكربت الجميل اللذي قمت بكتابته وهو لتسهيل عملية تركيب install ال Openvz Kernel على سيرفر SERVER Centos 5.2
أرجو تجربته و اعطاء تقارير عنه و عن أي خطأ فيه أو مزايا تريدونها أن تكون موجودة في الأصدارة القادمة ان شاء الله
هذا هو السكربت :
رمز Code:
#!/bin/bash #OpenVZ INSTALLER BY Zinoubi.com Hassouna Zinoubi #This program is free software: But You can't redistribute it #and/or modify it! #This program is distributed in the hope that it will be useful, #but WITHOUT ANY WARRANTY; without even the implied warranty of #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. #Copyright (C) 2014 Zinoubi.Com Hassouna Zinoubi , All Rights Reserved. #Script Version 0.1beta yum clean all yum -y install dialog wget yum -y groupremove &quot;MySQL Database&quot; &quot;DNS Name Server&quot; &quot;FTP Server&quot; &quot;Web Server&quot; &quot;Windows File Server&quot; &quot;Mail Server&quot; _dialog='/usr/bin/dialog' _dialog_title='OpenVZ INSTALLER BY Zinoubi.com' _dialog_backtitle='OpenVZ - INSTALLER BY Zinoubi.com' _MIRROR='http://download.openvz.org/template/precreated/contrib/centos-5-i386-default-5.2-20141210.tar.gz' start_install() { { install_openvz }|dialog --title &quot;$_dialog_title&quot; --backtitle &quot;$_dialog_backtitle &quot; \ --infobox &quot;Please wait ,while installing OpenVZ&quot; 7 50 { for i in $(seq 1 100); do echo $i sleep 0.01 done }|dialog --title &quot;$_dialog_title&quot; --backtitle &quot;$_dialog_backtitle &quot; \ --shadow --gauge &quot;installing...Please Wait&quot; 6 70 0 } install_openvz() { wget -q http://download.openvz.org/openvz.repo -O /etc/yum.repos.d/openvz.repo rpm --import http://download.openvz.org/RPM-GPG-Key-OpenVZ >/dev/null 2>&1 yum -y install ovzkernel vzctl vzquota yum clean all wget -q $_MIRROR -O /vz/template/cache/ echo &quot;options ip_conntrack ip_conntrack_enable_ve0=1&quot; >> /etc/modprobe.conf cat < /etc/sysctl.conf net.ipv4.ip_forward = 1 net.ipv4.conf.default.proxy_arp = 0 net.ipv4.conf.all.rp_filter = 1 net.ipv4.conf.default.rp_filter = 1 net.ipv4.conf.default.accept_source_route = 0 kernel.sysrq = 1 net.ipv4.conf.default.send_redirects = 1 net.ipv4.conf.all.send_redirects = 0 kernel.core_uses_pid = 1 net.ipv4.tcp_syncookies = 1 kernel.msgmnb = 65536 kernel.msgmax = 65536 kernel.shmmax = 4294967295 kernel.shmall = 268435456 kernel.panic = 10 EOT } licence_fun() { $_dialog --title &quot;-----LICENSE-----&quot; --backtitle &quot;$_dialog_backtitle &quot; \ --yesno &quot;Copyright (C) 2014 http://www.zinoubi.com/ \ \n This program is free software: But You can't redistribute it \n and/or modify it! \ \n \ \n This program is distributed in the hope that it will be useful, \ \n but WITHOUT ANY WARRANTY; without even the implied warranty of \ \n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. \n Do you wish to agree ?&quot; 20 80 val=$? case $val in 0) start_install ;; *) exit 0;; esac } clear $_dialog --title &quot;$_dialog_title&quot; --backtitle &quot;$_dialog_backtitle &quot; \ --yesno &quot;This program will install OpenVZ \n Do you wish to continue?&quot; 7 60 val=$? case $val in 0) licence_fun ;; *) exit 0;; esac echo &quot;################################################# ####################################&quot; echo &quot;OpenVZ - INSTALLER BY Zinoubi.com installation completed. Please reboot Your server&quot; echo &quot;################################################# ####################################&quot;
للتحميل من هنا :



http://www.zinoubi.com/scripts/openvz_installer.sh
طريقة التركيب install كالتالي :
رمز Code:
cd /root wget http://www.zinoubi.com/scripts/openvz_installer.sh chmod +x openvz_installer.sh ./openvz_installer.sh
الرابط الأصلي للموضوع :
http://www.zinoubi.com/%d8%b3%d9%83%...%b1-centos-52/ (http://www.zinoubi.com/%d8%b3%d9%83%d8%b1%d8%a8%d8%aa-%d9%84%d8%aa%d8%b1%d9%83%d9%8a%d8%a8-%d8%a7%d9%84%d9%80-openvz-%d8%b9%d9%84%d9%89-%d8%b3%d9%8a%d8%b1%d9%81%d8%b1-centos-52/)




https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash4/482113_236967293114455_1193518507_n.png (http://www.dzbatna.com)
©المشاركات المنشورة تعبر عن وجهة نظر صاحبها فقط، ولا تُعبّر بأي شكل من الأشكال عن وجهة نظر إدارة المنتدى (http://www.dzbatna.com)©

استعمل مربع البحث في الاسفل لمزيد من المواضيع


سريع للبحث عن مواضيع في المنتدى