![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
32 / 64 bit
How to find whether the Unix is 32 or 64 bit in a Solaris machine
Thanks LS1429 |
| Forum Sponsor | ||
|
|
|
|||
|
32 / 64 bit
Thanks .
Mine is SOLARIS 2.6 as OSTYPE and hence obviously isainfo does not work. Hence by default my system should be 32 bit. Right ? Also I need one more clarification. My machine's OSTYPE is SOLARIS2.6 and SUNOS 5.6. I am not able to figure what the version associated with SOLARIS and SUN is and why are they different. Also, OSTYPE, is it been set by user or at configuration level Thanks in advance LS1429 |
|
||||
|
SunOS 5.6 has support for large files but 5.7 is indeed where full 64 bit support starts.
According to Posix standards, with which Sun claims compliance, you run "uname -s" to get to get the name of the OS and you run "uname -r" to get the release. As near as I can figure, it goes like this: In the beginning there was SunOS and it was based on BSD. But SunOS 5.0 was a major rewrite and at this point SunOS was now based on System VR4. Apparently some marketing droid came along and christened the result "Solaris 2.0". But the kernel programmers ignored him and continue to call the OS "SunOS 5.0". The kernel programmers continue to use their naming convention and named various releases stuff like "SunOS 5.6" which the marketing droid called "Solaris 2.6". But with SunOS 5.7, the marketing droid decided to call the OS "Solaris 7". I'm betting that he switches to Roman numerals pretty soon. So it looks to me like Sun is unable to reach a unified conclusion as to what to call their OS. I wish they would hold a hot dog eating contest or something to settle this. In the meantime you have two choices. |
||||
| Google UNIX.COM |