Перейти к содержанию

install-run

Использование

install-run [-h] [--nv] <run_name> [arg1 arg2 ... ]

Описание

Запускает .run файлы из датапулов, имеющихся на узле.

Аргументы

  • run_name - Path to .run file in datapool.
  • args - Optional extra args the .run file has to be run with.
  • --to_file - Redirect output to file (/tmp/cli-stdout.txt).
  • --nv - Use this option when running Nvidia vGPU driver .run package to perform post-install symlinks creation (see manual).

Примеры использования

  • install-run --nv /storages/local/default/_LIBRARY/NVIDIA-Linux-x86_64-470.63.01-grid.run --uninstall
  • If "--" delimiter needs to be sent alone to run file and no args precede it, please duplicate it, examples:
  • (here "--" goes first, duplication needed)
  • install-run /storages/local/default/_LIBRARY/drweb-file-servers_11.1.0-1905132145+fstek-linux_amd64.run -- -- --non-interactive
  • (here "--" goes after other args, duplication not needed)
  • install-run /storages/local/default/_LIBRARY/drweb-file-servers_11.1.0-1905132145+fstek-linux_amd64.run --confirm -- --non-interactive