system ,machine id , model name Explain ?


 
Thread Tools Search this Thread
Operating Systems AIX system ,machine id , model name Explain ?
# 1  
Old 03-16-2010
system ,machine id , model name Explain ?

hi every body i am new in aix environment and i want to understand some keywords plz any one who can explain it to me

Code:
uname -u  Display system id number 
uname -M  Displays the system model name
uname -m  Displays the machine ID number

what is the machine id is this for the hardware of the machine ? and what is the system model name and the system id

and i want to know what this command do
Code:
bootinfo -m

also i need to understand
Code:
oslevel -r

tell u the os version === 5.3.0.0.

and
Code:
lslpp -h bos.rte  ==== 5.3.10.0

what is the difference between 5.3.0.0 and 5.3.10.0

Thanks

Last edited by zaxxon; 03-16-2010 at 06:25 AM.. Reason: use code tags please, ty
# 2  
Old 03-16-2010
Bug

uname -m - Displays the machine ID number of the hardware running the system.

uname -u - Displays the system ID number. If this attribute is not defined, the output is the same as the output displayed by uname -m.

uname -M - Displays the system model name. If the model name attribute does not exist, a null string is displayed.

bootinfo -m - It displays the machine model code.
# 3  
Old 03-16-2010
what is the difference between machine model code and machine id ?
# 4  
Old 03-16-2010
when you open a support call, you need to know at least the machine serial number, which is uname -u

IBM,0262F4A64

62F4A64 is the serial number in this case
IBM identifies your hardware with this number




but it's also good to know the model name 9117-MMA for example




some applications use the machine ID for licensing, but I've seen this only on older applications, at least I don't have such an application running
# 5  
Old 03-16-2010
thanks very very much yes that's what i want to know exactly
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. AIX

Determine power family of p system from the model #.

Folks, Again a very silly question :D Could someone tell me, how to determine the power family(540, 520, 575, 595 etc) just by looking into the model # info from prtconf/lsconf o/p of the lpar? I dont want run a search on any search engine to find out the power family or hit IBM website to... (3 Replies)
Discussion started by: thisissouvik
3 Replies

2. UNIX for Dummies Questions & Answers

How to check the system model in linux?

is there any way to check what model and made is the linux box from command line like - it is virtual server or is it a physical manchine then what made it is (4 Replies)
Discussion started by: robo
4 Replies

3. UNIX for Dummies Questions & Answers

old unix machine at work model # wy-50

I was a tec at AT&T for 36 years and now work at a Doctor's office. We have the old unix unit in our office and it seems my keeps going out. Since, this was my line of work I want to repair this unit so I will not have to walk to the other office. Here is all the info off the unit which is just... (1 Reply)
Discussion started by: marycarroll
1 Replies
Login or Register to Ask a Question