Difference between revisions of "Vnx-install"
(→Requirements) |
(→Requirements) |
||
Line 4: | Line 4: | ||
<ul> | <ul> | ||
− | <li>Modern Linux distribution (Ubuntu | + | <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 with the following command:</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 with the following command:</li> | ||
egrep '(vmx|svm)' --color=always /proc/cpuinfo | egrep '(vmx|svm)' --color=always /proc/cpuinfo |
Revision as of 23:33, 23 May 2012
VNX Installation Guides
Requirements
- Modern Linux distribution (Ubuntu 10.04 or newer recommended)
- 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 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.