|
|
looking for AIX cmd
i'm looking for a AIX5.1 command which will print out all system
resources ie disks, cpu (speed), memory (physcal / virtual), IP, model
#, serial # pretty much everything you need for a systen aduit. thanks
|
|
0
|
|
|
|
Reply
|
dunphyj (6)
|
3/30/2005 3:55:43 PM |
|
jdunphy wrote:
> i'm looking for a AIX5.1 command which will print out all system
> resources ie disks, cpu (speed), memory (physcal / virtual), IP,
model
> #, serial # pretty much everything you need for a systen aduit.
thanks
Check out 'lscfg', 'lsdev' and 'lsattr' commands.
'lscfg -v' output is good representation of physical resources.
'lsattr' gives more details of a given device, for example:
# lsattr -El proc0
frequency 375000000 Processor Speed False
state enable Processor state False
type PowerPC_POWER3 Processor type False
# lsattr -El mem0
goodsize 4096 Amount of usable physical memory in Mbytes False
size 4096 Total amount of physical memory in Mbytes False
[BTW, this group is for generic Unix/GNU programming questions.
AIX has its own comp.unix.aix.]
Tao
|
|
0
|
|
|
|
Reply
|
Tao
|
3/30/2005 5:47:50 PM
|
|
prtconf is also a very useful little command, giving you disk, cpu,
memory, IP, and a list of devices in the system. You'll also get serial
number (and machine/model) and LPAR info.
|
|
0
|
|
|
|
Reply
|
ranazar
|
4/20/2005 12:34:53 PM
|
|
|
2 Replies
147 Views
(page loaded in 0.054 seconds)
Similiar Articles: RCS command to find file version - comp.unix.programmerHi, I'm looking for the RCS command to find a file's version. I looked through Unix in a Nutshell and didn't find exactly what I was looking for. I... How to check patch level in Solaris 9 - comp.unix.solaris ...Hi all I am looking for a command (or combination of commands) to find out the patch level of our SUN Solaris 9.0 systems. SUN releases combination p... How to check status of Solaris 10 system accounting - comp.unix ...Hello Group, I am looking for a way to check whether system accounting is ... How to check status of Solaris 10 system accounting - comp.unix ... command to check the ... How to save e-mail or attachment to a file on UNIX OS from the ...I am looking for a script ... Mutt: unable to attach file - comp.unix.shell Mailx command and image - comp ... ... to read mail in HP UX through Command line - comp.unix rsh remote tar - comp.unix.solarisHello All, I'm looking for the equivilient of this command, but using rsh instead of ssh. I can not get the syntax quite right. ssh root@10.0.0.1 't... Solaris SunOS 5.9 Generic Terminal types - comp.unix.solaris ...Solaris SunOS 5.9 Generic Terminal types - comp.unix.solaris ... We are looking for a terminal ... like vi, you're going to have trouble with ... VI at the command line and ... gdb (linux) "print" command clears memory corruption - so how do I ...I am looking for some advice on how to debug a program when the debugger "print" command actually clears the corruption. This is not the usual non-in... How to Get hardware Information of Hp Unix Machine... - comp.unix ...I'm looking for some sources or clue getting hardware information such as HP ... server or workstation) model information under UNIX use the following command. HP-UX UNIX ... cmd line function for Edit->Find Files... - comp.soft-sys.matlab ...find string in file - comp.unix.shell cmd line function for Edit->Find Files... - comp.soft-sys.matlab ... I'm looking for a way to find all filenames in the matlab path ... pfexec - Combining profiles and auths does not work - comp.unix ...As noted in , I'm looking for a way to allow a ... Management has as one of it's command (cmd ... and auths does not work - comp.unix ... Hello. As noted in , I'm looking for a ... Learn UNIX in 10 minutes - FreeEngineer home pageLearn UNIX in 10 minutes. Version 1.3 Preface This ... File compression: compress, gzip, and bzip2 Looking for ... Shells The behavior of the command line interface will differ ... AIX COMMAND GUIDE - www.bigcalm.orgAIX COMMAND GUIDE Making files is easy under the UNIX operating system. Therefore, users tend to create numerous files using large amounts of file space. 7/25/2012 10:31:55 PM
|
|
|
|
|
|
|
|
|