Skip to content

Install NAM 2018 Probe

Chris Vidler edited this page Jul 19, 2019 · 2 revisions

Note: this is outdated, now use the installamd.sh script to take care of all of this.

There's some new gotcha's with NAM 2018 Probe installations.

  • SP2 changes the names of the license type options,
    • dlm becomes component
    • eservices becomes capacity
  • The installer uses yum to check for updates for installed packages, and if it can't find a repository (e.g. no Internet access) to check against fails and the installer aborts, all required packages are already included, and you can bypass this check by adding the following parameter.
    • --install-deps-from-media

NAM 2018 Probe install command should look like this now.

Fresh install:

./upgrade-amd-amdos7-x86_64-ndw-18-00-02-0070-b001.bin --manual --licenses-type component|capacity --install-deps-from-media

Upgrade:

./upgrade-amd-amdos7-x86_64-ndw-18-00-02-0070-b001.bin --install-deps-from-media

Clone this wiki locally