How to use an external Apache2 distribution in Blackboard 9.1 SP8 over Solaris

The hard part of doing this is actually compiling Apache2 in Solaris SPARC using the native openssl libraries, which I really recommend, I mean, using the original OS packages which certainly are optimized to take advantage of SPARC. Once said that and having the available documentation here, we’re ready to modify a couple of Blackboard configuration files, create a soft link and done, you’ll be able to use Apache 2 compiled for 64bit with native OpenSSL libraries as front end to Blackboard.
Read More »

Posted in Apache, Blackboard, servers, [documentation] | Tagged , , | Leave a comment

Oracle – Degree of Parallelism

The number of parallel execution servers associated with a single operation is known as the degree of parallelism (DOP). Parallel execution is designed to effectively use multiple CPUs. the Oracle Database parallel execution framework enables you to either explicitly choose a specific degree of parallelism or to rely on Oracle Database to automatically control it. (Oracle, 2012)
Read More »

Posted in Database, Oracle, [documentation] | Tagged , , , | Leave a comment

Blackboard and SNMP Monitoring

Intrusive and non-intrusive are the current methods to monitoring an application which are related to the overhead caused by each. For instance, speaking of Java Application, some monitoring software requires to configure a .jar file called probe within the JAVA_OPTS environment variable which makes a JVM profiling by Java Management Extensions methodology and causes more than one thread to intervene in the current state of the instance, due to this impact or overhead I can called The Intrusive way to monitor a JVM even the data is as valuable as any.

Read More »

Posted in Blackboard, Monitoring, [documentation] | Tagged , , , , | Leave a comment

How to Install Cacti on Ubuntu 10

Cacti is a complete network graphing solution designed to harness the power of RRDTool’s data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized installations up to complex networks with hundreds of devices. (Source: Cacti)
Read More »

Posted in [documentation] | Tagged , | Leave a comment

Unix Screen command

Recently I was introduced to the world of screen also known as Screen multiplexer. But the main reason behind this is not to show you what you can find in Google but what you can actually do with it.

So hopefully in this not so lengthy article I will show you some basic commands and you can comment with some more or just refer to the documentation for them.
Read More »

Posted in Admin Tools, [documentation] | Tagged , , | Leave a comment