How to check swap space in linux and system’s paging
# PLATFORM: AIX, Solaris, HP-UX and Linux Only # # PURPOSE: This shell script is used to produce a report...
bash / csh / tcsh / HP-UX Unix / ksh / Linux / Operating Systems / Shell Scripting / Solaris Unix
by Ramakanta · Published July 14, 2012 · Last modified November 22, 2016
# PLATFORM: AIX, Solaris, HP-UX and Linux Only # # PURPOSE: This shell script is used to produce a report...
IBM Websphere Application Server / JACL / Java App Servers
by Ramakanta · Published July 14, 2012 · Last modified November 22, 2016
#————————————————————— # — Validate Configurations #————————————————————— proc save_val {} { puts ” ” puts “express.control: — Checking Current Status …”...
IBM Websphere Application Server / JACL
by Ramakanta · Published July 14, 2012 · Last modified November 22, 2016
#————————————————————— #– stop start server #————————————————————— proc chk_stopstartserver {} { puts “Starting server $serverName” set start [$AdminControl startServer $serverName $nodeName]...
IBM Websphere Application Server / JACL / Uncategorized
by Ramakanta · Published July 13, 2012 · Last modified November 22, 2016
#—————————————————————– #– Getting AppInfo #—————————————————————– proc chk_appinfo {} { puts “checklist: — fetching $appName Applications CompleteObjectName …” $AdminControl completeObjectName type=Application,name=$appName,*...
IBM Websphere Application Server / Java App Servers / Oracle/BEA WebLogic / Performance
by Ramakanta · Published July 13, 2012 · Last modified November 22, 2016
We have encountered a CORBA.OBJ_ADAPTER error and how we resolved the same. The Environment details: WAS 6.1.0.11 (6.1.0.3 Express Ed....
IBM Websphere Application Server / Performance / Python
by Ramakanta · Published July 12, 2012 · Last modified November 22, 2016
To check heap size of any server in Websphere I use below script. It provides the heap size. serverJVM=AdminControl.completeObjectName(‘type=JVM,process=’...
bash / Linux / Operating Systems / Scripting Languages / Shell Scripting / Solaris Unix / Unix OS
by Ramakanta · Published July 12, 2012 · Last modified November 22, 2016
Keeping Track of large files and modifications in a system is sometimes cumbersome. Some times we need to check what...
I/O and Streams / Shell Scripting / Unix OS
by Ramakanta · Published July 11, 2012 · Last modified November 22, 2016
Some times ulimit -a does not work or does not give the real value. There if you are getting multiple...
Installation / Java / Java Errors / JVM Tuning / Must Know / Performance / Solaris Unix / Troubleshooting
by Ramakanta · Published July 11, 2012 · Last modified April 11, 2016
If you have got a JVM crash on ZFS file system used generally in running zones in Solaris SPARC machines....
Application Servers / Java / Java Errors / JVM Tuning / Oracle/BEA WebLogic
by Ramakanta · Published July 11, 2012 · Last modified March 26, 2015
If you are seeing errors like below then please go through below details to resolve the issue <Jan 1,...
Advertisement
Advertisement
Advertisement