view counter

Servers & Storage Feed

Sun Servers and Storage, Solaris, Oracle Linux, Red Hat Linux, Oracle VM for x86, Oracle VDI and Virtualization resources, news, and support articles.

Compiling and Installing Boost 1.53

Referenced from Cufflinks – Get started
Step 1 – Download Boost from Boost Website
Step 2 – Unpack the boost
# tar -zxvf boost_1_53_0.tar.gz
Step 3 – Run Bootstrap.sh

Configuring mrepo to mirror ULN package channels

mrepo is a popular tool that can be used to mirror yum repositories for Red Hat Enterprise Linux and its derivatives like Oracle Linux, CentOS and Scientific Linux. This is a brief guide to installing mrepo on Oracle Linux 6 and connecting directly to the Unbreakable Linux Network (ULN) to mirror Oracle Linux packages.

Sun Cluster

Sun Cluster

Introduction

Sun Cluster 3.2 has the following features and limitations:

  • Support for 2-16 nodes.
  • Global devicecapability--devices can be shared across the cluster.
  • Global file system --allows a file system to be accessed simultaneously by all cluster nodes.
  • Tight implementation with Solaris--The cluster framework services have been implemen

eBook - Beginner's Guide to SSL Certificates

"Beginner's Guide to SSL Certificates: Making the Best Choice When Considering Your Online Security Options"

Process Virtual Memory

Process Virtual Memory

Each process maps either 2^32 or 2^44 bytes of memory (depending on whether the OS is running in 32 or 64-bit mode). This works out to 4GB or 16TB. Not all of this memory is allocated (used); the virtual memory is used as address space that can be mapped to actual memory resources.

Virtual memory structure for a process can be described as in this diagram:

view counter