How to install Sandbox VM images from command line [KATA/KEDRE]
In certain cases (i.e. slow connection to Datacenter from Administrator workplace) it may be troublesome to upload VM images to fresh installed KATA Sandbox server. In such cases, you may prefer to transfer VM images to Sandbox via tools like WinSCP, and then install images via command line tools.
Step-by-step guide
Images should be transferred to Sandbox. Files should be located in /var/opt/kaspersky/apt/files/
folder.
Then, execute the following commands:
sb-vm-iso --list-iso
sb-vm-iso --check-install path-to-vm-image.iso //use the paths from previous command output
sb-vm-iso --install path-to-vm-image.iso
sb-vms --apply-all
|
If you use PuTTY to connect via SSH make sure in its settings → Connection → "Seconds between keepalives" is set to for example 10.
Otherwise SSH session might drop due to timeout which will terminate active command.
0 Comments
Recommended Comments
There are no comments to display.
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now