Structure

This chapter presents the structure of DMK.

DMK Directory structure

NameDescription

${DMK_BASE}

${ORACLE_BASE}/local

${DMK_HOME} /bin

Contains all binaries & scripts

/etc

Contains configuration files

/lib

Contains all required perl libraries

/doc

Contains the documentation

/templates

Contains Various templates (scrips, configurations, profiles, aso …)

/wlst

Contains wlst scripts used to stop, start,..get domain status

/log

Contains log files

Prompt customization

A well designed prompt heightens WebLogic Administrators efficiency on all UNIX platforms is provided and can be customized. One of the most known advantages is to always see which WebLogic Domain is currently administrated

weblogic@:/u01/app/weblogic/local/dmk/ [wlsdomain]

The customization takes directly place from the ${DMK_HOME}/etc/dmk.conf file

var::PS1::=::nowarn::'${LOGNAME}@${HostName}:${PWD}/ [${WEBLOGIC_DOMAIN}]'::

Last updated