Results 1 to 2 of 2
Hi,
Can any one help out how to find version of red hat cluster running on a box. Any file or executable that gives information about the installed cluster version?
...
- 12-28-2010 #1Just Joined!
- Join Date
- Dec 2010
- Posts
- 1
Urgent: Finding Red hat cluster version
Hi,
Can any one help out how to find version of red hat cluster running on a box. Any file or executable that gives information about the installed cluster version?
Thanks,
Sreenidhi
- 12-28-2010 #2
most open source programs have a --version switch to just output version info. Like
perl --version
tar --version
bash --version
I don't know what the binary (executable name) of the file you need is, but if you do, you can most likely find the version by doing
binaryname --version.New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4


Reply With Quote