Find the answer to your Linux question:
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? ...
  1. #1
    Just 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

  2. #2
    Linux Enthusiast meton_magis's Avatar
    Join Date
    Oct 2006
    Location
    arizona
    Posts
    665
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...