ChinaUnix.net
相关文章推荐:

怎样查看硬件位数

请问通过什么命令查看AIX硬件位数和应用的位数

by 南宫无忆 - AIX - 2003-08-13 13:48:14 阅读(4025) 回复(6)

相关讨论
by easybird - Linux论坛 - 2003-10-30 15:46:00 阅读(788) 回复(6)

solaris查看机器位数是32还是64位: isainfo -v isainfo -kv 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/78078/showart_1671227.html

by gjfb68 - Solaris文档中心 - 2008-11-28 17:34:50 阅读(1706) 回复(0)

显示机器硬件位数:   bootinfo -y 显示AIX系统内核位数:   bootinfo -K 显示物理内存大小:   bootinfo -r 更多信息参考手册 Reference: http://www.regatta.cmc.msu.ru/doc/usr/share/man/info/ru_RU/a_doc_lib/cmds/aixcmds1/bootinfo.htm#SPTA142C1157D 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/81377/showart_1287214.html

by skysong1982 - AIX文档中心 - 2008-10-13 08:51:42 阅读(1510) 回复(0)

显示机器硬件位数:   bootinfo -y 显示AIX系统内核位数:   bootinfo -K 显示物理内存大小:   bootinfo -r 更多信息参考手册 Reference: http://www.regatta.cmc.msu.ru/doc/usr/share/man/info/ru_RU/a_doc_lib/cmds/aixcmds1/bootinfo.htm#SPTA142C1157D 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/78078/showart_1276029.html

by gjfb68 - AIX文档中心 - 2008-10-08 17:22:20 阅读(1314) 回复(0)

各位请教个问 8) 题,在AIX中怎样查看机器的硬件配置,而不用从起机器,用什么命令吗?谢谢!

by qujl - AIX - 2003-03-06 08:49:11 阅读(537) 回复(2)

例如新安装了一块板卡,或者一个ide cd rom,当系统上电通过自检后,可以通过什么命令在OBP下查看那块新安装的板卡或者cd rom

by karsinhe - Solaris - 2009-08-13 16:54:36 阅读(883) 回复(4)

用uname -a好像不行啊。有没有其它方法啊

by xgyxgy - Linux论坛 - 2004-03-25 14:15:34 阅读(586) 回复(2)

如何查看AIX系统的位数

by xamhd - AIX - 2005-03-10 09:47:39 阅读(2912) 回复(2)

systat 能实时查看各种信息 systat -pigs 默认值CPU systat -iostat 硬盘IO systat -swap 交换分区 systat -mbufs 网络缓冲区 systat -vmstat 虚拟内存 systat -netstat 网络 systat -icmp ICMP协议 systat -ip IP协议 systat -tcp TCP协议 systat -ifstat 网卡 dmesg 显示PCI总线设备信息 pciconf -lv 显示内核加载的模块 kldstat -v 显示指定模块 klsdstat -m ipfilter 即插即用设备 pnpinfo 显示设备占用的IRQ和内存地址 devi...

by 团长 - BSD文档中心 - 2009-10-06 00:13:12 阅读(2739) 回复(1)

查看内存 使用命令# lsdev -Cc memory 查看配置的物理内存设备,下面为其输出示例: mem0 Available 00-00 Memory L2cache0 Available 00-00 L2 Cache 再使用命令# lsattr -El mem0 输出如下 size 512 Total amount of physical memory in Mbytes False goodsize 512 Amount of usable physical memory in Mbytes False 此例说明机器的物理内存为512MB。如果前面lsdev的输出中有设备名 mem1,则使用同样的命令查看其对应的大...

by liyf0371 - AIX文档中心 - 2009-06-12 16:59:41 阅读(1067) 回复(0)