Description:
# Shows whether the system is 64 bit capable and also shows
# whether the OS is running in either 32 or 64 bit mode.
#
hbit=`bootinfo -y`
rbit=`bootinfo -K`
echo;echo "Hardware: ${hbit} bits capable"
echo "Running: ${rbit} bits mode";echo
exit 0
This is blog for IT Infrastructure consultants , who want to use latest technologies for building high profile solutions with reliability and high performance.
Subscribe to:
Post Comments (Atom)
How to Enable Graphical Mode on Red Hat 7 he recommended way to enable graphical mode on RHEL V7 is to install first following packages # ...
-
Putting the physical control panel in manual operating mode There are many instances , where you want to use ASMI interface to login to Hype...
-
Fortunately enough i got a recent opportunity to work with IBM IVM, but offcourse in a very difficult customer situation. And when on a very...
-
* Which client nodes currently locked from server access? select node_name from nodes where locked='YES' *How to use string operator...
No comments:
Post a Comment