Changeset 203 for drbl-virt/sbin/functions_drbl_virt
- Timestamp:
- Aug 30, 2010, 6:10:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/functions_drbl_virt
r202 r203 68 68 echo "Xen will be the only Hypervisior in your DRBL" 69 69 echo -e "Because CPU don't support virtualization, it can't choose KVM to be the Hypervisior" 70 echo ""70 read -p "push [enter] to contiunte..." 71 71 VMM_select=1 72 72 echo "Xen" > $Work_Home/etc/hypervisior … … 426 426 chown -R drbl-virter.drbl-virter $Work_Home/tomcat-7.0.2 427 427 su drbl-virter -c "$Work_Home/tomcat-7.0.2/bin/startup.sh" 428 } 428 echo "" 429 echo "[Go to http://{server_IP}:8080/drbl-virt/ to check !]" 430 }
Note: See TracChangeset
for help on using the changeset viewer.