如何查看solaris操作系统的版本号
我知道的有下面的三种方法,showrev、uname和查看/etc/release。
(1)命令showrev
show machine, software revision, and patch revision information
(2)命令uname
print name of current system.参数 -a :Prints basic information currently available from the system.
(3)查看/etc/release
演示如下:
由上可以看出该系统为Sun Sparc平台的5.10系统。
如何查看solaris系统是32位还是64位的?
使用isainfo -v命令
如果是运行在32位模式下, 则有如下输出:
32-bit sparc applications
如果是运行在64位模式下, 则有如下输出:
64-bit sparcv9 applications
32-bit sparc applications
注意:
从Solaris10开始支持AMD64和EM64(intel)处理器,即通常说的x64,同样能用上述命令来判断。Solaris10 的x86和x64 使用同一个安装包,即Solaris_x86_ga_u2_...。
由上可知道,solaris系统为64位的。
另:
psrinfo -v 查看cup的状态
mpstat 可以列出多cpu负载的状态
prtconf | grep 'Memory' 可以查看内存的多少.
prtdiag -v 显示系统配置信息