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...
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...
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...
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...
"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...
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...
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...
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...
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 ...