Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
marks a variable name for automatic export to the environment of subsequent commands in multimode
export [--help] [variable-name=value [variable-name=value]*]
In multimode, the export
subcommand marks an environment variable for automatic export to the environment of subsequent commands. All subsequent commands use the variable name value as specified unless you exit multimode, or use the unset
subcommand to unset the variable. If only the variable name is specified, the current value of that variable name is displayed.
If the export
subcommand is used without any arguments, a list of all the exported variables and their values is displayed. Exported shell environment variables set prior to invoking the asadmin
utility are imported automatically and set as exported variables within asadmin
. Environment variables that are not exported cannot be read by the asadmin
utility.
This subcommand is supported in local mode only.
--help
-?
Displays the help text for the subcommand.
Variable name and value for automatic export to the environment to be used by subsequent commands.
This example lists the environment variables that have been set.
asadmin> export
AS_ADMIN_USER = admin
AS_ADMIN_HOST = bluestar
AS_ADMIN_PREFIX = server1.jms-service
AS_ADMIN_PORT = 8000
Command export executed successfully
This example sets the AS_ADMIN_HOST
environment variable to bluestar
.
asadmin> export AS_ADMIN_HOST=bluestar
Command export executed successfully
This example sets a number of environment variables for the multimode environment.
asadmin> export AS_ADMIN_HOST=bluestar AS_ADMIN_PORT=8000 AS_ADMIN_USER=admin AS_ADMIN_PREFIX=server1.jms-service Command export executed successfully
subcommand executed successfully
error in executing the subcommand