A! Help

There are two types of researchers. Those who have done something and those who haven't. The latter will say there are 143 ways to do something, and the former will say 142 of them don't work. - Quote from a System V researcher

Showing posts with label sh. Show all posts
Showing posts with label sh. Show all posts
Friday, May 3, 2013

Script For Listing 11gR2 Cluster Resource Status in CRS_STAT Output Format

›
crs_stat -t is depreciated in 11gR2 and replaced with crsctl stat res -t. Following script could be used to generate resource status output...
Wednesday, May 30, 2012

Check which Binary Options are Installed

›
Oracle binary get linked with many of the database options. RAC - Real Application Cluster RAT - Real Application Testing OLS - Oracle La...
Thursday, July 8, 2010

Inserting sar output to database table

›
This shell commands shows how to insert couple of sar commands' output into a database table. Key " - double quote ' - single...
Friday, March 19, 2010

Script to get full name of the resources from crs_stat

›
More on metalink note 259301.1 #!/bin/sh # # Sample 10g CRS resource status query script # # Description: # - Returns formatted version o...
Wednesday, February 27, 2008

/proc/statm , /proc/status and top

›
From top PID ... VIRT RES SHR ... COMMAND 4743 ... 2388m 722m 3532 ... java From cat /proc/4743/status VmSize: 2445800 kB VmLck...
Tuesday, February 26, 2008

LoadAvg and LoadFactor script

›
#!/bin/sh printf "\tLoad Average\tLoad Factor(loadavg/#CPU)\n" cpuno=$(cat /proc/cpuinfo | grep processor | wc -l) while [ 2 >...
›
Home
View web version

About Me

My photo
Asanga
View my complete profile
Powered by Blogger.