1833019 Members
2109 Online
110049 Solutions
New Discussion

UX Command

 
SOLVED
Go to solution
nibble
Super Advisor

UX Command

hi guys,

we have a remote machine and we need to know the Serial #, Hardisk Capacity, Processor Type/Speed, RAM size and all those sort of things..

do we have a command for this aside from ioscan or sam?

we have the root access...

thanks in advance..

9 REPLIES 9
john korterman
Honored Contributor

Re: UX Command

Hi,
if the machine has ignite installed, then try:
#/opt/ignite/bin/print_manifest

regards,
John K.
it would be nice if you always got a second chance
Zeev Schultz
Honored Contributor
Solution

Re: UX Command

Can use diskinfo for disks,dmesg for memory,
etc.But better use mstm and run 'Tools->Information' after selecting device (cpu,mem,disk) that you need.
Serial number - depends on computer model.Newer
computers (A,L,N,etc) mstm can also get ser number (runing it on device 'system()'

Regards,
Zeev
So computers don't think yet. At least not chess computers. - Seymour Cray
Stefan Farrelly
Honored Contributor

Re: UX Command

Yes, the diagnostic software will show all these.

1. run cstm (/usr/bin/cstm)
2. cstm> selall
3. cstm> il

This will show the info log for all hardware, starting with serial number (if its a newish server) then cpu, memory etc.

Im from Palmerston North, New Zealand, but somehow ended up in London...
nibble
Super Advisor

Re: UX Command

for cstm, is this a safe command? i mean.. dont want to touch anything, jes to view it..
Zeev Schultz
Honored Contributor

Re: UX Command

Yes it safe.Not like /proc filesystem in Linux
where you can change things and not only view.
So computers don't think yet. At least not chess computers. - Seymour Cray
Robert-Jan Goossens_1
Honored Contributor

Re: UX Command

Yes cstm is save, you can view config.

Kind regards,

Robert-Jan.
Ron Barnett
Occasional Advisor

Re: UX Command

Glance also has a lot of information about you OS ...
use the gui glance to see this info
Tim Sanko
Trusted Contributor

Re: UX Command

The motif based glance product is named gpm.

To use it you need to be logged into an X environment.

You need to set your environmental variable DISPLAY and export it as follows:

DISPLAY=131.192.66.121:0;export DISPLAY

It is invoked as gpm. I initialize it as a backround process as in :

# gpm &

Good Luck

Tim

nibble
Super Advisor

Re: UX Command

thanks all!