Posted on January 23rd, 2008 by asvija
Let see how to install globus-2.4.3 middleware.
Prerequsites for installing globus
Prerequisite
Before starting the Installation of Globus Toolkit on different hosts following is the prerequisite:
• SUDO permission is required.
• Checking of the Operating System with kernel version.
#More /etc/redhat-releases
• Verification of the GPT version. It should be gpt3.0.1 for installing Globus Toolkit 2.4.3.
• […]
Popularity: 66% [?]
No Comments »
Filed under: Grid Middlewares, Grid Computing
Posted on January 8th, 2008 by Jannu
The most important to be known for using LINUX is the commands. Below is some of the Basic Linux Commands.
* - Be Careful while using this Command
File Commands
ls — for directory listing
ls -al — Formatted Listing with hidden files
cd <dir> — Change directory to <dir>
cd — Change to home directory
pwd — […]
Popularity: 72% [?]
5 Comments »
Filed under: Linux Tips
Posted on January 2nd, 2008 by Jannu
“On Unix and Unix-like computer operating systems, a zombie process or defunct process is a process that has completed execution but still has an entry in the process table, this entry being still needed to allow the process that started the zombie process to read its exit status. The term zombie process derives from the […]
Popularity: 76% [?]
1 Comment »
Filed under: Linux Tips
Posted on January 2nd, 2008 by Jannu
Worrying of LOST the ROOT Password. Don’t have to worry. Here is the trick, to get it solved and recover the reset the password, so that you can login to MySQL again.
Firstly, stop theMySQL Server as below:
# /etc/init.d/mysql stop
Then start the MySQLD daemon with -skip-grant-tables as shown below:
# mysqld_safe –skip-grant-tables &
Now Connect to MySQL server […]
Popularity: 51% [?]
No Comments »
Filed under: Mysql Tips & Tricks