How do I get basic server specs from terminal?


 
Thread Tools Search this Thread
Operating Systems Solaris How do I get basic server specs from terminal?
# 1  
Old 03-02-2007
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.. Smilie

Cheers.
# 2  
Old 03-02-2007
Hey,

there psrinfo fpr the cpu, prtconf for memory and bus,
sysdev for devices.

So long
lowbyte
# 3  
Old 03-02-2007
I would also add "showrev" as a useful command.
# 4  
Old 03-02-2007
prtdiag

That cmd is useful too.
# 5  
Old 03-05-2007
thanks, prtdiag in particular is really handy.
# 6  
Old 03-06-2007
deleted......
# 7  
Old 03-06-2007
Try something like this too.

Cheers
ZB
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Basic bash -- pulling files from an FTP server

Hi guys. Very new to this so apologies if this is ridiculously obvious, but I am not sure why this isn't working. I want to pull a file off an FTP server. I currently do it through windows, which is no problem, but I want to move everything to a Linux box I just installed. wget won't work as the... (4 Replies)
Discussion started by: majormajormajor
4 Replies

2. Shell Programming and Scripting

basic server check script - help

Hello Fellow bash enthusiasts... I am stuck on this local script and could use some fresh eyes on this code. #!/bin/bash MAIL_ME="jj@uberdork.com" MAIL_SUBJECT="Norveld_Server_needs_attention" SERVER_DATE=$(TZ=PST8PDT date) echo $(ServerTZ=PST8PDT date) - Web Server Check = $(curl -Is... (7 Replies)
Discussion started by: Habitual
7 Replies

3. UNIX Desktop Questions & Answers

help with some basic osx terminal commands. fixing permissions on NAS share

I'm hoping someone here can help me. I'm computer literate but by no means an expert! I'm simply trying to recover data from my DLink DNS343 NAS mounted on my X86 iMac using SMB. Somehow, in moving to a new computer, I have lost access to some files on the NAS. Just some files are access denied. ... (0 Replies)
Discussion started by: Quantaa
0 Replies

4. Programming

Connect to UNIX server with Visual Basic

Is there any possibility to develop an application using Visual Basic that connects to a unix server (using SSH) and run some commands? I will try to describe what i need : The user should enter the server adress, username and password! Than the user must enter some "filenames" and after... (10 Replies)
Discussion started by: SuperDuck
10 Replies

5. Linux

VNC Server, brings up really basic Xwindows

I am running Startcom linux ES5 . When i bring up the VNC server and login to the machine running a vnc client , I only get the real basic x-windows session and a term window. how can i get it to bring up the real linux desktop on all sessions? Frank (4 Replies)
Discussion started by: frankkahle
4 Replies

6. UNIX for Dummies Questions & Answers

basic Server info on Mac os x

Hi how do i look at the basic server info through terminal on mac. I have the username and password for a web server and i am assigned to add a new url to the web server, but i have no idea where to start. how do i check what kind of server it is? how do i get the DNS information? most... (0 Replies)
Discussion started by: mj330
0 Replies

7. 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

8. UNIX for Dummies Questions & Answers

basic server info

I'm so new to sys admin work that my ears haven't dried yet. Here's my question: what scripts are available to gather pkginfo, prtdiag, and volume info? I need to gather this type of info from 18 servers of various types: oracle db servers, license servers, nis masters and slaves, etc.... (2 Replies)
Discussion started by: antalexi
2 Replies

9. Programming

basic server

Hi, Could you explain me how to send a file to the browser that connects to my server and requests GET /index.html? Do I open the file index.html and send it through the socket? What parameters should I use in write(client_fd, ???, ???) to send the file index.html to the browser? Thanks! (1 Reply)
Discussion started by: jnuno
1 Replies

10. 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
Login or Register to Ask a Question