Was my rman backup successful?

Posted by Sagar Patil

I have more than 100 database servers.

How can I report if my backup was successful last night or last week?

Read more…

Websphere FAQ/Terms Explained

Posted by Sagar Patil
  • · What is a Node?

Read more…

Weblogic Configuration after Install

Posted by Sagar Patil

After an install run config.bat to create default weblogic configuration Read more…

How to Install WebLogic under Windows

Posted by Sagar Patil

Read more…

WebSphere Log Files /Logging performance data with TPV

Posted by Sagar Patil

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” / >

Read more…

Websphere Hierarchy of Configuration Documents

Posted by Sagar Patil

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.

Read more…

WebSphere Configuration Files

Posted by Sagar Patil

Application server configuration files define the available application servers, their configurations, and their contents.

Read more…

Administrating WebSphere : Start/Stop/Status, Kill Sessions

Posted by Sagar Patil

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)

Read more…

Top of Page