Difference between revisions of "Vnx-install"
(→Requirements) |
(→Requirements) |
||
Line 5: | Line 5: | ||
<ul> | <ul> | ||
<li>Modern Linux distribution (Ubuntu 10.04 or newer recommended)</li> | <li>Modern Linux distribution (Ubuntu 10.04 or newer recommended)</li> | ||
− | <li>Processor with virtualization support (not needed if you only use User-Mode-Linux or dynamips). You can check wheter your processor has support for virtualization extensions | + | <li>Processor with '''virtualization support''' (only needed if you use KVM virtual machines; not needed if you only use User-Mode-Linux or dynamips). You can check wheter your processor has support for virtualization extensions using :</li> |
+ | <ul> | ||
+ | <li>'''kvm-ok''' command if available in your system</li> | ||
+ | # kvm-ok | ||
+ | INFO: Your CPU supports KVM extensions | ||
+ | INFO: /dev/kvm exists | ||
+ | KVM acceleration can be used | ||
+ | |||
+ | |||
+ | <li>Manually, executing the following command:</li> | ||
+ | |||
+ | |||
+ | |||
+ | |||
egrep '(vmx|svm)' --color=always /proc/cpuinfo | egrep '(vmx|svm)' --color=always /proc/cpuinfo | ||
If you see the word vmx (for Intel processors) or svm (for AMD processors) in <strong><span style="color:red">red</span></strong>, your processor has virtualization support. | If you see the word vmx (for Intel processors) or svm (for AMD processors) in <strong><span style="color:red">red</span></strong>, your processor has virtualization support. | ||
− | IMPORTANT: Be aware that virtualization extensions are controled from the BIOS | + | IMPORTANT: Be aware that virtualization extensions are controled from the BIOS. Even if you see the vmx/svm flag you will have to access your BIOS setup and check that virtualization support is enabled. |
+ | |||
+ | If you get the following error message: | ||
+ | FATAL: Error inserting kvm_intel (...): Operation not supported | ||
+ | it probably means that | ||
+ | |||
+ | |||
+ | maybe in your computer are disabled. | ||
<li>2 Gb of Memory</li> | <li>2 Gb of Memory</li> | ||
<li>10 Gb of disk (depends mainly on the number of root-file-systems used)</li> | <li>10 Gb of disk (depends mainly on the number of root-file-systems used)</li> |
Revision as of 18:06, 11 June 2012
VNX Installation Guides
Requirements
- Modern Linux distribution (Ubuntu 10.04 or newer recommended)
- Processor with virtualization support (only needed if you use KVM virtual machines; not needed if you only use User-Mode-Linux or dynamips). You can check wheter your processor has support for virtualization extensions using :
- kvm-ok command if available in your system
# kvm-ok INFO: Your CPU supports KVM extensions INFO: /dev/kvm exists KVM acceleration can be used
egrep '(vmx|svm)' --color=always /proc/cpuinfo
If you see the word vmx (for Intel processors) or svm (for AMD processors) in red, your processor has virtualization support. IMPORTANT: Be aware that virtualization extensions are controled from the BIOS. Even if you see the vmx/svm flag you will have to access your BIOS setup and check that virtualization support is enabled.
If you get the following error message:
FATAL: Error inserting kvm_intel (...): Operation not supported
it probably means that
maybe in your computer are disabled.
Installing VNX from Packages
Not available yet.