How to know the server specifications.


 
Thread Tools Search this Thread
Operating Systems AIX How to know the server specifications.
# 1  
Old 09-03-2005
How to know the server specifications.

Hi all,

I have an ibm server on which aix 5L 5.2 is running. How can I know the specifications of this server :

Cpus, Ram, disks capacity, machine model ...

Thx in advance,
# 2  
Old 09-05-2005
prtconf or lscfg ?
# 3  
Old 09-05-2005
... a generous dose of lsdev?

bakunin
# 4  
Old 08-02-2007
Display system configs

lsconf also works well.

Smilie
# 5  
Old 08-14-2007
number of logical processors: lsdev -Cc processor
size of a disk: bootinfo -s hdisk3
machine model: uname -M

As to how fast the processors are rated, I'm not sure.
# 6  
Old 08-24-2007
processor rating

The command "lsattr -El proc0" will show the processor frequency among other bits of info.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Is it mandatory or not to stop/start Applcation server ehen Restarting Database Server?

Good afternoon I need your help please. There is a Mantenance Windos which needs to Restart de Database Server 192.x.x.97 to set up some configuration Is it mandatory or not to stop/start Applcation server that runs in 192.x.x.95 ? Is it mandatory or not to stop/start apache and Tomcat?... (3 Replies)
Discussion started by: alexcol
3 Replies

2. UNIX for Dummies Questions & Answers

Transfer file from server B to server C and running the script on server A

I have 3 servers A, B, C and server B is having some files in /u01/soa/ directory, these files i want to copy to server C, and i want to run the script from server A. Script(Server A) --> Files at Server B (Source server) --> Copy the files to Server C(Target Server). We dont have RSA key... (4 Replies)
Discussion started by: kiran_j
4 Replies

3. Shell Programming and Scripting

Shell script to copy a file from one server to anther server and execute the binary

Hi , Is there any script to copy a files (weblogic bianary + silent.xml ) from one server (linux) to another servers and then execute the copy file. We want to copy a file on multiple servers and run the installation. Thanks (1 Reply)
Discussion started by: Nawrajesh
1 Replies

4. Shell Programming and Scripting

Connect to server-1 from server-2 and get a file from server-1

I need to connect to a ftp server-1 from linux server-2 and copy/get a file from server-1 which follows a name pattern of FILENAME* (located on the root directory) and copy on a directory on server-2. Later, I have to use this file for ETL loading... For this I tried using as below /usr/bin/ftp... (8 Replies)
Discussion started by: dhruuv369
8 Replies

5. Shell Programming and Scripting

KSH fetching files from server A onto server B and putting on server C

Dear Friends, Sorry for this basic request. But I just started learning Ksh recently and still I am a newbie in this field. Q: I have files on one server and the date format is 20121001000009_224625.in which has year (yyyy) month (mm) and date (dd). I have these files on server A. The task... (8 Replies)
Discussion started by: BrownBob
8 Replies

6. UNIX for Dummies Questions & Answers

Access of Microsoft Team Foundation Server (TFS) repository from Unix Server

Hello, Some of our application team uses Microsoft Team Foundation server (TFS) reposity tool for their .NET projects , I would like to access it form Unix/Linux machine. Please let me know how can access the TFS from unix. Thanks (0 Replies)
Discussion started by: posix
0 Replies

7. Solaris

SUN hardware specifications

Hello Guruz, I am just looking for all the h/w specifications of SUN solairs. It would be gr8 if its in the format of chart. Mainly i am looking for memory capacity and memory slots for all SUN servers in single sheet. Please let me know if some one know any details? Thanks in advance. (3 Replies)
Discussion started by: bullz26
3 Replies

8. Solaris

NFS write failed for server.....error 11 (RPC: Server can't decode arguments)

Hello! I have a Linux nfs server (called server100 below) with a export nfs. My problem is that the Solaris client (called client100 below) doesn't seems to like it. In the Solaris syslog I got following messages (and after a while the solaris client behave liked its hanged/to buzy). Also see... (3 Replies)
Discussion started by: sap4ever
3 Replies

9. Solaris

HA specifications

Hi admins, I need some help writing functional specifications for planning a two nodes High Availability Cluster on Solaris Systems. Can anybody help me thanks at advance (0 Replies)
Discussion started by: hmaiida
0 Replies
Login or Register to Ask a Question