Appendix

Default aliases

NameDescription

c

Clear console

cda

Changes directory to select WebLogic Domain configuration files

cdb

Changes directory to ${WEBLOGIC_BASE}

cdc

Changes directory to select WebLogic Domain properties directory

cdd

Changes directory to ${DMK_HOME}

cdmw

Changes directory to Middleware HOME ${MW_HOME}

domains

Changes directory to domains root directory

vid

Edit the ${DMK_HOME}/etc/dmk.conf

listDomains

Prints the list of WebLogic domains declared on this machine

domainStatus

Prints the status of WebLogic domain selected

domainQuickStatus

Prints the status of WebLogic domain selected (fast version)

domainInfo

Prints runtime information of WebLogic domain selected

allDomainsStatus

Prints the status of all WebLogic domains declared on this machine

allDomainsQuickStatus

Prints the status of all WebLogic domains declared on this machine (fast version)

startDomain

Starts the WebLogic domain selected

stopDomain

Stops the WebLogic domain selected

startAdmin

Starts the WebLogic Admin Server for domain selected

stopAdmin

Stops the WebLogic Admin Server for domain selected

startCluster

Starts the WebLogic Cluster given in parameter for domain selected

stopCluster

Stops the WebLogic Cluster given in parameter for domain selected

startServer

Starts the WebLogic Server given in parameter for domain selected

stopServer

Stops the WebLogic Server given in parameter for domain selected

startComponent

Start the system component given in parameter

stopComponent

Stop the system component given in parameter

startNM

Starts the WebLogic Domain associated Node Manager using the command line

stopNM

Stops the WebLogic Domain associated Node Manager (Kill NM process)

psNM

Run a ps command to find Node Manager process

psAdmin

Run a ps command to find WebLogic Domain Admin Server process

showDomainConfig

Displays the WebLogic domain configuration declared in properties file

packWebLogicDomain

Pack the WebLogic Domain Selected and create the unpack scripts to unpack on remote machine

wlsVersion

Displays the version of the WebLogic Server. Complete information adding –verbose argument

wlst

Start the WLST scripting shell

wlsDo

DMK wrapper command – Displays the help

tailLog

Tail the WebLogic Server log file for the server given in parameter and the WebLogic Domain selected

tailOut

Tail the WebLogic Server out file for the server given in parameter and the WebLogic Domain selected

tailNMNoHupLog

Tail the Node Manager out log file

viLog

Edit the WebLogic Server log file for the server given in parameter and the WebLogic Domain selected

viNMMLog

Edit the local ocal Node Managerde Manager log file

createDomain

Create a WeLogic Domain based on the domain.properties file given in parameter

createWLSAdminSecurityFiles

Creates the WebLogic Domain Administrator user security files for the domain selected in the environment

createNMSecurityFiles

Creates the Node Manager Administrator user security files for the node manager declared in the select WebLogic Domain domain.properties file.

Default variables

NameDescription

DMK_HOME

DMK Installation directory

DMK_CONFIG

Path to the dmk.conf file

DMK_WEBLOGIC_BIN_WLST_DIR

Path to the DMK WebLogic WLST scripts.

WEBLOGIC_BASE

O.F.A , Software root directory

WEBLOGIC_CLASSPATH

CLASS PATH set for the WebLogic Scripting tool

WEBLOGIC_DOMAIN_DEF_DIR

WebLogic Domain description files root directory. This is the place where the weblogic_domains.conf is located.

WEBLOGIC_DOMAIN_DEF

WebLogic Domain description files for the selected WebLogic Domain. This variable is set automatically when switching from one domain to another.

WEBLOGIC_CNF

Path to the weblogic_domains.conf file

WEBLOGIC_DOMAIN_HOME

Path to the selected WebLogic Domain configuration directories

MW_HOME

Path to the Fusion Middleware WebLogic Server software home directory

MW_CONFIG_HOME

Path to the WebLogic Domains Configuration root directory.

Last updated