Automatic deployment is used to setup one NSM instance. (Other instances can be created later if desired).
This requires running only one command, which is to run the lva installer under sudo bash.
To deploy the NSM On-Premises on KVM environment
For a default non-interactive deployment which will start the VM after deployment, run:
sudo bash ./nsm-kvm-R205.lva deploy
For a default non-interactive deployment on an alternate installation path:
sudo bash ./nsm-kvm-R205.lva deploy /new/installation/dir
To install the VM without launching the default instance, use the install option instead of the deploy or default option:
sudo bash ./nsm-kvm-R205.lva install /new/installation/dir
The VM will still be registered with virsh but it will not be started.