Difference between revisions of "Vnx-install"
(→Requirements) |
(→Requirements) |
||
Line 3: | Line 3: | ||
=== Requirements === | === Requirements === | ||
− | + | <ul> | |
− | + | <li>Modern Linux distribution (Ubuntu 11.04/10.10/10.04 recommended)</li> | |
+ | <li>Processor with virtualization support. You can check if your processor has support for virtualization extensions with 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 red, your processor has virtualization support. Be aware that virtualization extensions are controled from the BIOS and maybe in your computer are disabled. | If you see the word vmx (for Intel processors) or svm (for AMD processors)in red, your processor has virtualization support. Be aware that virtualization extensions are controled from the BIOS and maybe in your computer are disabled. | ||
− | + | <li>2 Gb of Memory</li> | |
− | + | <li>10 Gb of disk (depends mainly on the numbre of root-file-systems used)</li> | |
+ | </ul> | ||
=== Installing VNX from Packages === | === Installing VNX from Packages === |
Revision as of 23:06, 13 July 2011
VNX Installation Guides
Requirements
- Modern Linux distribution (Ubuntu 11.04/10.10/10.04 recommended)
- Processor with virtualization support. You can check if your processor has support for virtualization extensions with the following command:
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. Be aware that virtualization extensions are controled from the BIOS and maybe in your computer are disabled.
Installing VNX from Packages
Not available yet.