How can I see if I'm using the 32 or 64 bit OS?

Discussion in 'Installation/Configuration' started by edge, Mar 26, 2006.

  1. edge

    edge Active Member Moderator

    I've done the perfect install of Fedora RC4 some time, but I'm not sure how perfect it is...

    The server is a Dual Xeon system.
    In the bios it's showing:
    Now how can I see if I've installed the correct kernel/core?
    Same thing for ISPconfig. Is there a way to see if I'm using the 64bit version?

    btw. uname -m is only showing me: i686/
    Is that correct?
     
  2. falko

    falko Super Moderator ISPConfig Developer

    This means you have a 32-bit OS. On a 64-bit OS,
    Code:
    uname -m
    would show x86_64.
     
  3. edge

    edge Active Member Moderator

    Than this is no good (I think)... Is there a big advantage of using the 64-bit OS? (it's only a webserver that is doing about 50.000 page views a day)

    Also.. Is it possible to change the 32-bit over to 64-bit (only access I have is with SSH). I could (if needed) get the server from the data center, and do a new install, but this would be my last option.

    Thank you for that info falko..

    ** edit **

    Looks like I will not update to the 64-bit OS, as my server does also use Coldfusion (a lot), and it looks like Coldfusion does not work on a 64-bit OS :(

    http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=baec9c0c
     
    Last edited: Mar 26, 2006
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    There is no advantage when your server does not have more then about 3GB of ram. The disadvantage of the 64Bit linux distributions currently available is that you do not get all software as 64Bit and some 64Bit linux distros does not seemed to be as polished as the 32bit versions.
     

Share This Page