commands to get system specs


 
Thread Tools Search this Thread
Operating Systems AIX commands to get system specs
# 1  
Old 12-08-2005
commands to get system specs

Hi,

I want to find some information regarding system specs such as CPU speed, total disk space, total RAM, network topology eg. ethernet, patch number, OS patches, database. Thanks

Last edited by DarReNz; 12-08-2005 at 10:28 PM..
# 2  
Old 12-12-2005
You Could Start With

prtconf

and

instfix -i | grep AIX_ML
# 3  
Old 12-13-2005
prtconf is a good starter.

Another one is "lscfg".

If you want to know details about a specific device enter:

lsattr -El <device>

For instance, if you want to know the processor speed (sample output taken from a p671):

Code:
# lsattr -El proc0
frequency 1099991368     Processor Speed False
state     enable         Processor state False
type      PowerPC_POWER4 Processor type  False

or, if you want to know details about a specific disk (sample from a 18GB SCSI disk):
Code:
# lsattr -El hdisk0
PCM             PCM/friend/scsiscsd              Path Control Module           False
algorithm       fail_over                        Algorithm                     True
dist_err_pcnt   0                                Distributed Error Percentage  True
dist_tw_width   50                               Distributed Error Sample Time True
hcheck_interval 0                                Health Check Interval         True
hcheck_mode     nonactive                        Health Check Mode             True
max_transfer    0x40000                          Maximum TRANSFER Size         True
pvid            00354fca40d7c50c0000000000000000 Physical volume identifier    False
queue_depth     3                                Queue DEPTH                   False
reserve_policy  single_path                      Reserve Policy                True
size_in_mb      18200                            Size in Megabytes             False

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to use functions as a system commands?

I have few functions which do some things which i have programmed to do. I want them to use that functions anytime i want. Right now if i need to use that function i have to copied that to putty and then call that function. Is it possible to do that so that i don't need to call that function. And i... (3 Replies)
Discussion started by: pamu
3 Replies

2. Solaris

Solaris Specs

Hi, I have been requested for a complete hardware specs of Solaris 9 OS, and I need to do this for some 56 servers. I was wondering if someone has some script will which pull everything, or a list of commands which could provide me all the details. I would need CPU, memory, disk utilization... (7 Replies)
Discussion started by: john_prince
7 Replies

3. AIX

Need AIX system commands

Hey Guyz, I am preparing an inventory kindof thing about the aix servers.. I need help to find out the below details for many AIX servers.. Machine model and version Disk Size RAM size no. of CPUs and thier information list of softwares installed I searched in web.. but not much info I... (4 Replies)
Discussion started by: thariqueakbar
4 Replies

4. Solaris

How do I get basic server specs from terminal?

Hi there. Anyone know how to get CPU speed, RAM size etc (basic specs) from a SUN server running solaris, from the unix terminal? I'm sure there must be a command for this but ... I haven't been able to find it so far.. :o Cheers. (8 Replies)
Discussion started by: kenny123m
8 Replies

5. AIX

server specs

what are the commands needed to determine the server specs. memory, space, cpu and others thanx (2 Replies)
Discussion started by: fsmadi
2 Replies

6. Solaris

rsh commands not getting executed from Solaris 10 System to AIX System

Hi Friends, I am trying to execute rsh commands from Solaris 10 system to AIX system. When I give; Solaris10# rsh <hostname> ls -l , it gives me an error rshd : 0826-826 The host name for your address is not known At the same time, Solaris10# rsh <hostname> ---- gives me remote shell of... (25 Replies)
Discussion started by: jumadhiya
25 Replies

7. UNIX for Dummies Questions & Answers

System Specs in OK Prompt

Hello to all! In the OK prompt, which command should I use to see RAM memory, CPU, and disks partition and capacity? I have in my hands an ancient Ultra5 machine, which Im trying to install Solaris, but don't know if the configuration is the original one. Thanks! (4 Replies)
Discussion started by: Pablo_BR
4 Replies

8. Linux

hard drive specs?

Does anybody know what command will bring up my harddrive and how much room is left on it? (13 Replies)
Discussion started by: byblyk
13 Replies

9. UNIX for Dummies Questions & Answers

Server Specs

I am a complete newbie to the realm of unix, linux, FreeBSD, etc etc so please bear with me. I just purchased a book on FreeBSD that comes with FreeBSD 4.4 on some CDs. My first goal is just to learn FreeBSD and become familiar with it. What I would like to eventually do is run a file server... (1 Reply)
Discussion started by: BKR
1 Replies

10. UNIX for Dummies Questions & Answers

HP hardware specs

A customer gives me the following hardware specs for a HP-UX server: Model: 9000/839/K210 CPU Speed: 120 MHz Physical Memory: 512 Mb. Number of processors: 2 Can someone give me their comments on this server? If you would translate this to an Intel machine what is the approx.... (2 Replies)
Discussion started by: murmur
2 Replies
Login or Register to Ask a Question