Running Commands in a Virtual Machine and ContainerParallels Server Bare Metal allows you to execute arbitrary commands inside virtual machines and Containers by running them on the physical server, i.e. without the need to log in to the respective virtual machine and Container. For example, this can be useful in these cases:
In both these cases, you can use the
# pctl exec My_Linux /etc/init.d/sshd status sshd is stopped # pctl exec My_Linux /etc/init.d/sshd start Starting sshd:[OK] # pctl exec My_Linux /etc/init.d/sshd status sshd (pid 26187) is running... Notes :
1. You can use the
2. The
|
||||
|