asadmin [asadmin-options] version [--help]
[--verbose={false|true}]
[--local={false|true}]
|
version DRAFT |
| Previous | Next | Contents |
displays version information for\{product---name}
Synopsis
asadmin [asadmin-options] version [--help]
[--verbose={false|true}]
[--local={false|true}]
Description
The version subcommand displays version information for
\{product---name}. By default, if the subcommand cannot contact the
domain administration server (DAS), the subcommand retrieves the version
information locally and displays a warning message.
This subcommand is supported in remote mode and local mode.
Options
Options for the asadmin utility. For information about these
options, see the asadmin(1M) help page.
--help-?Displays the help text for the subcommand.
--verbose-vIf this option is set to true, the subcommand provides the version
of the Java Runtime Environment (JRE) that the server is running. The
default is false.
--localIf this option is set to true, the subcommand obtains the version
locally from the installation of \{product---name} on the host where
the subcommand is run.
If this option is set to false (default), the subcommand attempts to
contact the DAS to obtain the version. If the attempt to contact the
DAS fails, the subcommand retrieves the version locally and displays a
warning message.
Examples
Example 1 Obtaining Version Information From a Running DAS
asadmin> version
Version = Oracle GlassFish Server 3.1 (build 34)
Command version executed successfully.
Example 2 Obtaining Version Information When the DAS Cannot be Reached
asadmin> version
Version string could not be obtained from Server [localhost:4848] for some reason.
(Turn debugging on e.g. by setting AS_DEBUG=true in your environment, to see the
details).
Using locally retrieved version string from version class.
Version = Oracle GlassFish Server 3.1 (build 34)
Command version executed successfully.
Example 3 Obtaining Version Information Locally
asadmin> version --local
Using locally retrieved version string from version class.
Version = Oracle GlassFish Server 3.1 (build 34)
Command version executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
| Previous | Next | Contents |
Copyright © 2019, Oracle and/or its affiliates. All rights reserved.
DRAFT