The way the
prlctl
utility connects to the Parallels server depends on the parameters passed to the utility during its execution:
prlctl
assumes that the command is run on the local server. In this case the utility has the following syntax:
prlctl
command
[<
ID
|
name
>] [
options
]
prlctl
will run the command on the local server on behalf of the specified user. In this case it has the following syntax:
prlctl
command
[<
ID
|
name
>] [
options
] -l
user
prlctl
will establish a connection to the specified remote server, log in to this server using the indicated user credentials, and run the command on the remote server. In this case the utility has the following syntax:
prlctl
command
[<
ID
|
name
>] [
options
][-l
user
:
passwd
@
server
or
prlctl
command
[<
ID
|
name
>] [
options
] -p
path
-l
user
@
server
The full list of server connection parameters that can be used with
prlctl
is presented in the following table:
Parameter Name |
Description |
|
Sets the login parameters for
|
|
The name of the user:
|
|
The password for accessing the remote Parallels server. |
|
The path to the file containing the password for accessing the remote Parallels server. |
|
The IP address or hostname of the remote Parallels server. |
|
Sets the verbosity level for the executed command. The greater number you specify, the more verbose output the command will produce. |