-
Recent Posts
Recent Comments
- mackdaniel on AIX Security Hardening Script
- admin on AIX Security Hardening Script
- badmash on AIX Security Hardening Script
- Laura on AIX Security Hardening Script
- poker spielen on AIX Security Hardening Script
Archives
Categories
Meta
Category Archives: Oracle
Infrastructure as a Service (IaaS) – Why? What about security? What about SOA?
IaaS or “Infrastructure as a Service” is a concept and frequently offered product in the Cloud Computing space that currently appears to have as much pervasiveness as any of the other service types. Continue reading
Posted in Architecture, Cloud Computing, J2EE, Java, Linux, Oracle
Tagged Cloud, hypervisor, IaaS, PaaS, SaaS, Security, SOA
Comments Off
AIX 5.3 ORA-27126: unable to lock shared memory segment in core
you set lock_sga=true didn’t you?
This doesn’t appear to be documented many places, so I’ll put it here. There can be a tangible performance increase to ‘locking’ SGA to pinned memory. Paging spaces are, after all, on a slower medium (disk). In AIX 5.3 you also need to ‘pin’ shared memory. (SGA is shared memory) Continue reading
Mainframe Modernization And Migration Considerations
So… you have a mainframe application and you want to modernize it or migrate it to a distributed systems architecture… congratulations. Here are some things you may want to consider before making the foolish move of comparing MIPS to SPECint … Continue reading
Using R to look at your vmstat data…
So – you’ve collected some vmstat data (with timestamps, of course) and you want to show the information in R. Well here’s how I did it. In this case, the purpose was to prove the weak correlation between the CPU … Continue reading
AIX numperm%
numperm% is the percentage of RAM used for FS Cache. You can check its current value with vmstat -v. There doesn’t appear to be any real benefit to forcing the minperm and maxperm to be lower unless you see the … Continue reading