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.

Overengineering Syslog: Redundancy, High Availability, Deduplication, and Splunk

I am working on a new Splunk deployment at work, and as part of that project, I have to build a centralized syslog server. The server will collect logs from all of our systems and a forwarder will pass them along to Splunk to be indexed. That alone would be easy enough, but I think that logs are too important to leave to just one syslog server. Sending copies of the log data to two destinations may allow you to sustain outages in half of the log infrastructure while still getting up-to-the-minute logs in Splunk.

Friday Tips #28

Happy Friday, folks! We've got another video tip for you this week from Greg King, Principal Best Practices Consultant, Oracle VM Product Management. This one is on the interactive help features of the Oracle VM command line interface:

Thanks Greg!

And we'll see you all next week with another tip!

-Chris 

Splitting a FlexClone volume from its parent

If you want the FlexClone volume to have its own disk space, rather than using that of its parent, you can split it from its parent using the commands mentioned below.prod_filer_h2> snap list vmdk_volVolume vmdk_volworking...  %/used       %/total  date          name----------  ----------  ------------  -------- 31% (29%)   30% (27%)  Sep 24 22:46  clone_qa_vmdk_vol.1 (busy,vclone)prod_filer_h2> snap delete vmdk_vol clone_qa_vmdk_vol.1

vmstat

vmstat

The first line of vmstat represents a summary of information since boot time. To obtain useful real-time statistics, run vmstat with a time step (eg vmstat 30).

Offline Processing in PHP with Advanced Queuing

Offloading slow batch tasks to an external process is a common
method of improving website responsiveness. One great way to initiate
such background tasks in PHP is to use Oracle Streams Advanced Queuing
in a producer-consumer message passing fashion. Oracle AQ is highly
configurable. Messages can queued by multiple producers. Different
consumers can filter messages. From PHP, the PL/SQL interface to AQ
is used. There are also Java, C and HTTPS interfaces, allowing wide
architectural freedom.

ksplice and how it really helps with 0day stuff

So a nasty bug report came out the other day on linux, a serious exploit.

EMC Briefing Center Oracle Focus Days

We’re organizing a briefing day in Cork, Ireland on june 4-5-6 for EMEA EMC customers, focusing on Oracle (that said, if you are not currently an EMC customer but like to hear our story, you’re more than welcome).

sar

sar

The word "sar" is used to refer to two related items:

  1. The system activity report package
  2. The system activity reporter

System Activity Report Package

This facility stores a great deal of performance data about a system. This information is invaluable when attempting to identify the source of a performance problem.

Samba4 Windows AND Linux authentication

IntroductionThis post describes all the millions of configuration files you need to set up on a CLIENT LINUX server / machine in order to ssh to it with your domain credentials. I have this working in a LAB environment with the following caveats:

view counter