Vnx-install

From VNX
Revision as of 18:54, 11 June 2012 by David (talk | contribs) (Requirements)
Jump to: navigation, search

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. IMPORTANT: Be aware that virtualization extensions are controled from the BIOS and even if you see the vmx/svm maybe in your computer are disabled.

  • 2 Gb of Memory
  • 10 Gb of disk (depends mainly on the number of root-file-systems used)

Installing VNX from Packages

Not available yet.

Manual Installation