4.5. admin:clone, clone
Abstract
Synopsis
admin:clone
[
--help
] [[
-l
] | [
--location
]fileName
] [[
-o
] | [
--java-opts
]JVMOpts
] [[
-s
] | [
--ssh-port
]port
] [[
-rs
] | [
--rmi-server-port
]port
] [[
-r
] | [
-rr
] | [
--rmi-port
] | [
--rmi-registry-port
]port
] [[
-v
] | [
--verbose
]] {
name
} {
cloneName
}
Arguments
Argument | Interpretation |
---|---|
--help | Displays the online help for this command |
-l, --location | Location of the cloned container instance in the file system. |
-o, --java-opts | JVM options to use when launching the cloned instance. |
-s, --ssh-port | Port number for remote secure shell connection. |
-rs, --rmi-server-port | Port number for RMI server connection. |
-r, -rr, --rmi-port, --rmi-registry-port | Port number for RMI registry connection. |
-v, --verbose | Display actions performed by the command (disabled by default). |
name | Name of the original container instance. |
cloneName | Name of the cloned container instance. |