Sponsored Content
Operating Systems AIX system ,machine id , model name Explain ? Post 302404242 by maxim42 on Tuesday 16th of March 2010 04:36:29 AM
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
 

3 More Discussions You Might Find Interesting

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

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. 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
ppmtosixel(1)						      General Commands Manual						     ppmtosixel(1)

NAME
ppmtosixel - convert a portable pixmap into DEC sixel format SYNOPSIS
ppmtosixel [-raw] [-margin] [ppmfile] DESCRIPTION
Reads a portable pixmap as input. Produces sixel commands (SIX) as output. The output is formatted for color printing, e.g. for a DEC LJ250 color inkjet printer. If RGB values from the PPM file do not have maxval=100, the RGB values are rescaled. A printer control header and a color assignment table begin the SIX file. Image data is written in a compressed format by default. A printer control footer ends the image file. OPTIONS
-raw If specified, each pixel will be explicitly described in the image file. If -raw is not specified, output will default to com- pressed format in which identical adjacent pixels are replaced by "repeat pixel" commands. A raw file is often an order of magni- tude larger than a compressed file and prints much slower. -margin If -margin is not specified, the image will be start at the left margin (of the window, paper, or whatever). If -margin is speci- fied, a 1.5 inch left margin will offset the image. PRINTING
Generally, sixel files must reach the printer unfiltered. Use the lpr -x option or cat filename > /dev/tty0?. BUGS
Upon rescaling, truncation of the least significant bits of RGB values may result in poor color conversion. If the original PPM maxval was greater than 100, rescaling also reduces the image depth. While the actual RGB values from the ppm file are more or less retained, the color palette of the LJ250 may not match the colors on your screen. This seems to be a printer limitation. SEE ALSO
ppm(5) AUTHOR
Copyright (C) 1991 by Rick Vinci. 26 April 1991 ppmtosixel(1)
All times are GMT -4. The time now is 05:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy