Sponsored Content
Full Discussion: 32-bit or 64-bit
Top Forums UNIX for Dummies Questions & Answers 32-bit or 64-bit Post 31626 by Perderabo on Monday 11th of November 2002 08:22:44 AM
Old 11-11-2002
"uname -r" returns the "release" of the Operating System. On HP-UX, I get B.11.11. With SunOS, I get "5.8". That's close enough to be usuable. So this is an answer to the 2nd part of of question.

As for the first part, HP-UX has a command "getconf KERNEL_BITS" that will do exacyly what you want. Sun's getconf does not have this feature though.
 

4 More Discussions You Might Find Interesting

1. Programming

copying or concatinating string from 1st bit, leaving 0th bit

Hello, If i have 2 strings str1 and str2, i would like to copy/concatenate str2 to str1, from 1st bit leaving the 0th bit. How do i do it? (2 Replies)
Discussion started by: jazz
2 Replies

2. Red Hat

boot the 32 bit kernel on a 64 bit PPC Linux machine?

Hi all, I'm looking to cover a corner case for an upcoming test cycle. Is there a way to boot a RedHat Advanced Server 4 (update 3) installed on a Power PC machine to use a 32 bit kernel? This would be similar to what is done here -> https://www.unix.com/aix/26204-aix-platform.html I've done... (0 Replies)
Discussion started by: philrau
0 Replies

3. Shell Programming and Scripting

How to handle 64 bit arithmetic operation at 32 bit compiled perl interpreter?H

Hi, Here is the issue. From the program snippet I have Base: 0x1800000000, Size: 0x3FFE7FFFFFFFF which are of 40 and 56 bits. SO I used use bignum to do the math but summing them up I always failed having correct result. perl interpreter info, perl, v5.8.8 built for... (0 Replies)
Discussion started by: rrd1986
0 Replies

4. Windows & DOS: Issues & Discussions

Which version of Windows Vista to install with a product key? 32-bit or 64-bit?

Hello everyone. I bought a dell laptop (XPS M1330) online which came without a hard drive. There is a Windows Vista Ultimate OEMAct sticker with product key at the bottom case. I checked dell website (here) for this model and it says this model supports both 32 and 64-bit version of Windows... (4 Replies)
Discussion started by: milhan
4 Replies
uname(1)						      General Commands Manual							  uname(1)

NAME
uname - display information about computer system; set node name (system name) SYNOPSIS
nodename] DESCRIPTION
In the first form above, the command displays selected information about the current computer system, derived from the structure (see uname(2)). In the second form, sets the node name (system name) that is used in the structure. Options recognizes the options listed below. If you enter several options, the output is always in the order shown for the option. none Equivalent to Display the options below in the following order, separated by blanks. Display the machine identification number (or the node name, if the machine identification number cannot be determined). This option cannot display the unique machine identification number. For getting the unique machine identification number refer to the command or call. See getconf(1)) and confstr(3C). Display the license level of the operating system. 128-, 256-, and unlimited-user licenses are shown as Display the machine hardware and model names. On Itanium(R)-based systems, this option always displays See Display the node name (system name) by which the system is usually known in a UUCP network. See Display the current release level of the operating system. Display the name of the operating system. On standard HP-UX systems, this option always displays Display the current version level of the operating system. Change the node name (system name) to nodename. nodename is restricted to characters (see uname(2)). See Only users with appropriate privileges can use the option. EXAMPLES
When you execute the command it produces output like the following: The displayed fields are interpreted as follows: The operating system name (option The UUCP network system name by which the system is known The operating system release identifier The operating system version identifier The machine and model numbers The machine identification number The operating system license level WARNINGS
It is recommended that the command or the command be used to obtain the model name, since future model names may not be compatible with See model(1) and getconf(1). Many types of networking services are supported on HP-UX, each of which uses a separately assigned system name and naming convention. To ensure predictable system behavior, it is essential that system names (also called host names or node names) be assigned in such a manner that they do not create conflicts when the various networking facilities interact with each other. The system does not rely on a single system name in a specific location, partly because different services use dissimilar name formats as explained below. The and commands assign system names as follows: +--------------+--------------+---------------+-----------------------+ |Node Name |Command |name Format |Used By | +--------------+--------------+---------------+-----------------------+ |Internet name |hostname name |sys[.x.y.z...] |ARPA and NFS Services | |UUCP name |uname -S name |sys |uucp, related programs | +--------------+--------------+---------------+-------- --------------+ where sys represents the assigned system name. It is recommended that sys be identical for all commands and locations and that the optional follow the specified notation for the particular ARPA/NFS environment. Internet names are also frequently called host names or domain names (which are different from NFS domain names). Refer to hostname(5) for more information about Internet naming conventions. Whenever the system name is changed in any file or by the use of any of the above commands, it should also be changed in all other loca- tions as well. Other files or commands in addition to those above (such as if used to circumvent for example) may contain or alter system names. To ensure correct operation, they should also use the same system name. System names are normally assigned by the script at start-up, and should not be altered elsewhere. Setting a nodename of more than 8 bytes is possible only with the appropriate configuration options enabled. It is strongly recommended that all related documentation be completely understood before setting a larger node name. A node name larger than 8 bytes can cause anomalous or incorrect behavior in applications which use the command or the system function to access the name. SEE ALSO
getconf(1), hostname(1), model(1), setuname(1M), gethostname(2), sethostname(2), uname(2), hostname(5), nodehostnamesize(5). STANDARDS CONFORMANCE
uname(1)
All times are GMT -4. The time now is 11:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy