3 Oracle Traffic Director 11g Commands Equivalents in 12c

This chapter provides a mapping between the Oracle Traffic Director 11g Common Language Interface(CLI) commands and their 12c equivalents.

Oracle Traffic Director administration is now built on a Common Administration Model (CAM). CAM includes system components such as, Oracle HTTP Server, and Oracle Traffic Director in the WebLogic domain. An Oracle Traffic Director Administration Server is no longer required. You must install Oracle WebLogic Server, create an Oracle WebLogic domain and use Oracle WebLogic Administration Server to manage Oracle Traffic Director.

WLST is now the equivalent of the Oracle Traffic Director tadm command line in Release 11g. You can only run the commands in script mode and not in standalone mode. The commands are implemented as WLST custom command functions, they are not hyphenated and follow the pattern 'otd_MixedCaseCommandName'. For example, the create-config command in Release 11g is the otd_createConfiguration command.

11g Command 12c Command Description
block-proxy-info otd_blockProxyInfo  
configure-server Not Applicable Using the Configuration Wizard, create or extend an existing domain by selecting Oracle Traffic Director domain extension template. See Setting up an Administration Domain . Configuration and instances are then created using the commands otd_createConfiguration and otd_createInstance. To create an equivalent of admin node, we need to install Oracle Traffic Director in standalone mode on the node and create an Oracle Traffic Director managed domain. See Creating a Managed Domain .
copy-config otd_copyConfiguration  
copy-virtual-server otd_copyVirtualServer  
create-cache-rule otd_createCacheRule  
create-cert-request exportKeyStoreCertificateRequest  
create-compression-rule otd_createCompressionRule  
create-config otd_createConfiguration  
create-error-page otd_createErrorPage  
create-event otd_createEvent  
create-failover-group otd_createFailoverGroup This command is available only on Linux and Solaris platforms.
create-http-listener otd_createHttpListener  
create-instance otd_createInstance  
create-origin-server otd_createOriginServer  
create-origin-server-pool otd_createOriginServerPool  
create-request-limit otd_createRequestLimit  
create-route otd_createRoute  
create-selfsigned-cert generateKeyPair  
create-tcp-listener otd_createTcpListener  
create-tcp-proxy otd_createTcpProxy  
create-variable  
create-virtual-server otd_createVirtualServer    
delete-cache-rule otd_deleteCacheRule  
delete-cert deleteKeyStoreEntry  
delete-compression-rule otd_deleteCompressionRule  
delete-config otd_deleteConfiguration  
delete-crl otd_deleteCrl  
delete-error-page otd_deleteErrorPage  
delete-event otd_deleteEvent  
delete-failover-group otd_deleteFailoverGroup This command is available only on Linux and Solaris platforms.
delete-http-listener otd_deleteHttpListener  
delete-instance otd_deleteInstance  
delete-origin-server otd_deleteOriginServer  
delete-origin-server-pool otd_deleteOriginServerPool  
delete-request-limit otd_deleteRequestLimit  
delete-route otd_deleteRoute  
delete-tcp-listener otd_deleteTcpListener  
delete-tcp-proxy otd_deleteTcpProxy  
delete-variable otd_deleteConfigurationVariableotd_deleteVirtualServerVariable  
delete-virtual-server otd_deleteVirtualServer  
delete-webapp-firewall-ruleset  
deploy-config activate activate should be executed to deploy the configuration changes to the instances. Note that activate will deploy only the changes done after starting an edit session by executing the command startEdit. Also, the effect of activate is not just limited to Oracle Traffic Director. All the changes done after starting an edit session to the various other components and managed servers are also deployed.
disable-access-log otd_disableVirtualServerAccessLog  
disable-admin-ldap-auth Not supported All administration tasks are executed from WebLogic Administration Server.
disable-ciphers  
disable-event otd_setEventProperties The command otd_setEventProperties with enabled as false can be used to disable the event.
disable-perfdump otd_disablePerfDump  
disable-route-auth otd_disableRouteAuth  
disable-services otd_deleteService Available only on Linux platform.
disable-stats-xml otd_disableStatsXml  
disable-tcp-access-log Not Supported  
disable-webapp-firewall otd_disableWebAppFirewall  
enable-access-log otd_enableVirtualServerAccessLog  
enable-admin-ldap-auth Not Supported All administration tasks are executed from WebLogic Administration Server.
enable-ciphers  
enable-event otd_setEventProperties The command otd_setEventProperties with enabled as true must be used to enable the event.
enable-perfdump otd_enablePerfDump  
enable-route-auth In 11g, enable-route-auth is also used to set ssl properties of origin server. However in 12c, this functionality is moved to a separate command otd_setOriginServerPoolSslProperties
enable-services otd_createService Available only on Linux platform.
enable-stats-xml otd_enableStatsXml  
enable-tcp-access-log Not Supported  
enable-webapp-firewall otd_enableWebAppFirewall  
forward-proxy-info otd_forwardProxyInfo  
get-access-log displayLogs  
get-access-log-buffer-prop otd_getAccessLogBufferProperties  
get-access-log-prop otd_getConfigurationAccessLogProperties  
get-admin-ldap-auth-prop Not Supported All administration tasks are executed from WebLogic Administration Server.
get-admin-prop Not Supported All administration tasks are executed from WebLogic Administration Server.
get-cache-prop otd_getCacheProperties  
get-cache-rule-prop otd_getCacheRuleProperties  
get-cert-prop getKeyStoreCertificates  
get-compression-rule-prop otd_getCompressionRuleProperties  
get-config-file otd_getConfigFile  
get-config-prop otd_getConfigurationProperties  
get-config-stats displayMetricTables  
get-crl-prop Not Supported  
get-dns-cache-prop otd_getDnsCacheProperties  
get-dns-prop otd_getDnsProperties  
get-failover-group-prop otd_getFailoverGroupProperties This command is available only on Linux and Solaris platforms.
get-health-check-prop otd_getHealthCheckProperties  
get-http-listener-prop otd_getHttpListenerProperties  
get-http-prop otd_getHttpProperties  
get-keep-alive-prop otd_getKeepaliveProperties  
get-localization-prop Localization properties are now part of the corresponding configuration or virtual server properties
get-log displayLogs  
get-log-prop otd_getLogProperties  
get-origin-server-pool-prop otd_getOriginServerPoolProperties  
get-origin-server-prop otd_getOriginServerProperties  
get-origin-server-stats displayMetricTables  
get-perfdump otd_getPerfDump  
get-perfdump-prop otd_getPerfDumpProperties  
get-pkcs11-prop Not Supported  
get-qos-limits-prop Not Supported  
get-qos-prop Not Supported  
get-request-limit-prop otd_getRequestLimitProperties  
get-route-auth-prop In 11g, get-route-auth-prop also returned ssl properties of origin server. However in 12c, this functionality is executed by the command otd_getOriginServerPoolSslProperties
get-route-prop otd_getRouteProperties  
get-snmp-prop otd_getSnmpProperties  
get-ssl-prop  
get-ssl-session-cache-prop otd_getSslSessionCacheProperties  
get-stats-prop otd_getStatsProperties  
get-stats-xml otd_getStatsXml  
get-stats-xml-prop otd_getStatsXmlProperties  
get-tcp-access-log displayLogs  
get-tcp-access-log-prop otd_getTcpAccessLogProperties  
get-tcp-listener-prop otd_getTcpListenerProperties  
get-tcp-proxy-prop otd_getTcpProxyProperties  
get-tcp-proxy-stats displayMetricTables  
get-tcp-thread-pool-prop otd_getTcpThreadPoolProperties  
get-thread-pool-prop otd_getHttpThreadPoolProperties  
get-virtual-server-prop otd_getVirtualServerProperties  
get-virtual-server-stats displayMetricTables  
get-webapp-firewall-prop otd_getWebappFirewallProperties  
help help The WLST command help('otd') lists all the custom WLST commands. For help on each command, execute help(<command_name>)
install-cert importKeyStoreCertificate  
install-crl otd_installCrl  
install-webapp-firewall-ruleset  
list-backups Not Supported  
list-cache-rules otd_listCacheRules  
list-certs otd_listCertificates  
list-ciphers otd_getTcpListenerSslProperties  
list-compression-rules otd_listCompressionRules  
list-configs otd_listConfigurations  
list-config-files otd_listConfigFiles  
list-crls otd_listCrls  
list-error-pages otd_listErrorPages  
list-events otd_listEvents  
list-failover-groups otd_listFailoverGroups This command is available only on Linux and Solaris platforms.
list-http-listeners otd_listHttpListeners  
list-instances otd_listInstances  
list-nodes Not Supported  
list-origin-servers otd_listOriginServers  
list-origin-server-pools otd_listOriginServerPools  
list-proxy-info otd_listProxyInfo  
list-request-limits otd_listRequestLimits  
list-routes otd_listRoutes  
list-tcp-listeners otd_listTcpListeners  
list-tcp-proxies otd_listTcpProxies  
list-tokens Not Supported  
list-variables  
list-virtual-servers otd_listVirtualServers  
list-webapp-firewall-rulesets otd_listConfigurationWebappFirewallRulesetFilesotd_listVirtualServerWebappFirewallRulesetFiles  
pull-config pullComponentChanges  
reconfig-instance softRestart Execute softRestart with option 'MODE' as 'RECONFIG' to reconfigure the instance
remove-node Not Supported  
renew-admin-certs Not Supported All administration tasks are executed from WebLogic Administration Server.
renew-node-certs Not Supported All administration tasks are executed from WebLogic Administration Server.
reset-admin-password Not Supported All administration tasks are executed from WebLogic Administration Server.
restart-admin Not Supported  
restart-instance softRestart Execute softRestart without any options to restart the instance.
restore-config Not Supported  
rotate-log otd_rotateLog  
set-access-log-buffer-prop otd_setAccessLogBufferProperties  
set-admin-prop Not Supported All administration tasks are executed from WebLogic Administration Server.
set-cache-prop otd_setCacheProperties  
set-cache-rule-prop otd_setCacheRuleProperties  
set-cert-trust-prop Not Supported  
set-compression-rule-prop otd_setCompressionRuleProperties  
set-config-file otd_saveConfigFile  
set-config-prop otd_setConfigurationProperties  
set-dns-cache-prop otd_setDnsCacheProperties  
set-dns-prop otd_setDnsProperties  
set-failover-group-primary otd_toggleFailoverGroupPrimary  
set-health-check-prop otd_setHealthCheckProperties  
set-http-listener-prop otd_setHttpListenerProperties  
set-http-prop otd_setHttpProperties  
set-keep-alive-prop otd_setKeepaliveProperties  
set-localization-prop Localization properties are now part of the corresponding configuration or virtual server properties.
set-log-prop otd_setLogProperties  
set-origin-server-pool-prop otd_setOriginServerPoolProperties  
set-origin-server-prop otd_setOriginServerProperties  
set-pkcs11-prop Not Supported  
set-qos-limits-prop Not Supported  
set-qos-prop Not Supported  
set-request-limit-prop otd_setRequestLimitProperties  
set-route-prop otd_setRouteProperties  
set-snmp-prop otd_setSnmpProperties  
set-ssl-prop  
set-ssl-session-cache-prop otd_setSslSessionCacheProperties  
set-stats-prop otd_setStatsProperties  
set-tcp-listener-prop otd_setTcpListenerProperties  
set-tcp-proxy-prop otd_setTcpProxyProperties  
set-tcp-thread-pool-prop otd_setTcpThreadPoolProperties  
set-thread-pool-prop otd_setHttpThreadPoolProperties  
set-token-pin Not Supported  
set-token-prop Not Supported  
set-virtual-server-prop otd_setVirtualServerProperties  
start-failover otd_startFailover This command should be executed with super-user privileges on the host on which the primary/backup instance of the failover group is running .

This command is available only on Linux and Solaris platforms.

start-instance start Use the start is command to start a system component .
start-snmp-subagent otd_startSnmpSubAgent  
stop-admin Not Supported All administration tasks are executed from WebLogic Administration Server.
stop-failover otd_stopFailover This command should be executed with super-user privileges on the host on which the primary/backup instance of the failover group is running .

This command is available only on Linux and Solaris platforms.

stop-instance stop Use the stop is command to stop a system component .
stop-snmp-subagent otd_stopSnmpSubAgent  
unconfigure-server Not Applicable This is equivalent to deleting the Oracle Traffic Director domain.