Saturday, 29 March 2014

It’s Our Blog's 1 Year Anniversary ...!

Its  been an year ago I have started this blog , I was  thrilled and motivated  by  the tremendous  response you gave to me with over 2.6+ lakhs patronage. I hope ,we  produce more and more informative articles  moving forward. One...

Friday, 28 March 2014

A Simple Way to Send Multiple Line Commands Over SSH

Below are three methods to send multiple line commands over SSH. The first method is a quick overview of running remote commands over SSH, the second method uses the bash command to run remote commands over SSH, and the third method uses HERE documents to run remote commands...

Saturday, 22 March 2014

Starting and Stopping Software via RC Directories

Question How can I start up and stop my software on AIX? Answer: Starting and Stopping Software via RC Directories This document describes how to start and stop software using run level directories via /etc/inittab. A run level is a software configuration that allows...

Friday, 21 March 2014

Power Systems Capacity on demand(CoD)

Capacity on demand Capacity on Demand (CoD) offerings allow you to dynamically activate one or more resources on your server as your business peaks dictate. You can activate inactive processors or memory units that are already installed on your server on a temporary and...

Sunday, 16 March 2014

How to Install Wine 1.6.2 in RHEL/Fedora/CentOS/Ubuntu/Linux Mint ?

"Wine" is a free  open source application  for Linux operating system which will  enable running Windows applications on several POSIX-compliant operating systems, such as Linux, Mac OSX, & BSD. Instead of simulating internal Windows logic like a virtual...

Sunday, 9 March 2014

Troubleshooting GPFS Issues

In this article ,we are going to discuss about most general methods of  GPFS issues troubleshooting. When you got GPFS issue? Got a problem? Don’t panic!  Check for possible basic problems:  Is Network OK?  Check status of the cluster: “mmgetstate–a”  Check...

Saturday, 8 March 2014

A Quick Guide To Unix Shell Scripting

What is shell script? Shebang How to Write First Shell Script? Commenting Commands Shell Variables Analysing quotes Conditional Statement Looping Commands Functions Command Substitution Shell Arithmetic How to de-bug the shell script? 1) what is shell script...

Thursday, 6 March 2014

How to Collect a GPFS snap

Question: How do I collect a gpfs snap for review by  IBM GPFS support? Answer The command to collect GPFS Snap is  "gpfs,snap" , this is very generic but very helpful. # gpfs.snap Note:  The  purpose of above command is to collect the  snap...

Saturday, 1 March 2014

Find NFS Clients Connected to NFS Server

Question: How to find Find  NFS Clients Connected to NFS Server Ans: You can say it very simple by using  showmount -e  <NFS Server Name> # showmount -e umbox04 export list for umbox04: /gpfs/edw/common  umlpar1 umlpar2 umlpar3 umlpar4 umlpar5 /export/nim     ...