export
export
Marks a variable name for automatic export to the environment of subsequent commands in multimode
Description
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.
Options
- asadmin-options
-
Options for the
asadminutility. For information about these options, see theasadmin(1M) help page. --help-?-
Displays the help text for the subcommand.
Operands
- variable-name=value
-
Variable name and value for automatic export to the environment to be used by subsequent commands.
Examples
Example 1 Listing the Environment Variables That Are Set
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