Difference between revisions of "Vnx-install"
(→Requirements) |
(→Manual Installation) |
||
(32 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
<ul> | <ul> | ||
− | <li>Modern Linux distribution (Ubuntu | + | <li>Modern Linux distribution (Ubuntu 14.04 or newer recommended)</li> |
− | <li>Processor with virtualization support. You can check | + | <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 whether 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. Be aware that virtualization extensions are controled from the BIOS and | + | 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. 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 virtualization support is disabled in your BIOS setup. | ||
+ | </ul> | ||
<li>2 Gb of Memory</li> | <li>2 Gb of Memory</li> | ||
− | <li>10 Gb of disk (depends mainly on the | + | <li>10 Gb of disk (depends mainly on the number of root-file-systems used)</li> |
</ul> | </ul> | ||
Line 18: | Line 30: | ||
=== Manual Installation === | === Manual Installation === | ||
− | * [[vnx-install-ubuntu|Installation of VNX over Ubuntu ( | + | * [[vnx-install-ubuntu3|Installation of VNX over Ubuntu (13.*, 14.*, 15.*, 16.*, 17.* and 18.*)]] |
+ | * [[vnx-install-ubuntu2|Installation of VNX over Ubuntu (12.04, 12.10 and 13.04)]] | ||
+ | * [[vnx-install-ubuntu|Installation of VNX over Ubuntu (11.04, 10.10, 10.04 and 9.10)]] | ||
+ | * [[vnx-install-fedora23|Installation of VNX over Fedora (23)]] | ||
* [[vnx-install-fedora|Installation of VNX over Fedora (11 and 14)]] | * [[vnx-install-fedora|Installation of VNX over Fedora (11 and 14)]] | ||
− | * [[vnx-install-centos|Installation of VNX over CentOS (5.6)]] | + | * [[vnx-install-centos|Installation of VNX over CentOS (6.2 and 5.6)]] |
* [[vnx-install-root_fs|Downloading VNX root filesystems]] | * [[vnx-install-root_fs|Downloading VNX root filesystems]] |
Latest revision as of 11:02, 13 November 2018
VNX Installation Guides
Requirements
- Modern Linux distribution (Ubuntu 14.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 whether 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 virtualization support is disabled in your BIOS setup.
Installing VNX from Packages
Not available yet.
Manual Installation
- Installation of VNX over Ubuntu (13.*, 14.*, 15.*, 16.*, 17.* and 18.*)
- Installation of VNX over Ubuntu (12.04, 12.10 and 13.04)
- Installation of VNX over Ubuntu (11.04, 10.10, 10.04 and 9.10)
- Installation of VNX over Fedora (23)
- Installation of VNX over Fedora (11 and 14)
- Installation of VNX over CentOS (6.2 and 5.6)
- Downloading VNX root filesystems