Skip to main content

Posts

Showing posts with the label oracle

Satellite Database Management

At some point you may end up getting a message from your Red Hat Network Satellite regarding the Database utilization. So - you can take a look for yourself and then extend the Tablespace -bash-3.2$ db-control report Tablespace                  Size    Used   Avail   Use% DATA_TBS                    4.8G    4.1G  701.2M    86% SYSAUX                      500M  172.3M  327.6M    34% SYSTEM                      400M  253.1M  146.8M    63% TEMP_TBS                   1000M      0B   1000M     0% UNDO_TBS                   1000M  886.3M  113.6M    89% USERS...

Working through a performance issue Linux Oracle

I have recently built a Red Hat Network Satellite system on Red Hat Enterprise Linux 6.1 x86_64 and Satellite 5.4.1 with the embedded database (Oracle DB - not sure which version). Also noteworthy is the fact that this Virtual Machine is running on VMware vSphere 4.1.0 using the LSI Logic Parallel SCSI controller.  Anyhow - I have built this type of system numerous times previously and this particular one is running rather poorly.  At the time I am writing this, I am still unsure what is causing the issues(s). 1.)  processes are taking more time that I am accustomed to (I sound like a typical user now?) 2.)  I/O wait on this host seems to be relatively high most of the time Now - while I am attempting to troubleshoot, I am running a satellite-sync of one of my RHN channels.  The software has all been downloaded, and at this point I believe it is simply being catalogued and inserted into the Satellite DB. I have plenty of memory dedicated to this system,...