Was my rman backup successful?
I have more than 100 database servers.
How can I report if my backup was successful last night or last week?
I have more than 100 database servers.
How can I report if my backup was successful last night or last week?
After an install run config.bat to create default weblogic configuration Read more…
Plug-In Logs
WebServer http Plugin will create log, by default named as http-plugin.log, placed under PLUGIN_HOME/logs/
Plugin writes Error messages into this log. The attribute which deals with this is
< Log > in the plugin-cfg.xml
For Example
< Log LogLevel=”Error” Name=”/opt/IBM/WebSphere/Plugins/logs/http_plugin.log” / >
Hierarchy of directories of documents
In a Network Deployment environment, changes made to configuration documents in the cell repository, are automatically replicated to the same configuration documents that are stored on nodes throughout the cell.
Application server configuration files define the available application servers, their configurations, and their contents.
Check Server Status:
$WAS_HOME/profiles/Profile01/Node01/bin/serverStatus server1(JVM NAME)
serverStatus -all (returns status for all defined servers)
serverStatus -trace (produces the serverStatus.log file)