This is a discussion on How to check AIX config within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi All, I am new to AIX, and now I have a AIX machine to administrate, I would like ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Joe wrote: > Hi All, > > I am new to AIX, and now I have a AIX machine to administrate, I would like > to ask some very basic question > > How to check how many CPU, RAM and other system configuration information? > > Can anyone help me? > > > > lscfg is a good command with which to start finding out about your system. You'll be needing to use the admin tool smit anyway, so you might as well also explore that as way of finding information. Nick H (UK) |
| |||
| Joe <joe.yung@ecl-consulting.com> wrote: > I am new to AIX, and now I have a AIX machine to administrate, I would like > to ask some very basic question > How to check how many CPU, RAM and other system configuration information? I like "prtconf" for this task. I find its output more readable than lscfg's, although I agree that lscfg has its uses. By the way, if you're more familiar with other flavors of Unix, you might like the "Unix Rosetta Stone" at http://www.bhami.com/rosetta.html - it tells you "translations" of various tasks in different flavors of Unix. |
| |||
| Jeremiah DeWitt Weiner wrote: > Joe <joe.yung@ecl-consulting.com> wrote: > >>I am new to AIX, and now I have a AIX machine to administrate, I would like >>to ask some very basic question > > >>How to check how many CPU, RAM and other system configuration information? > > > I like "prtconf" for this task. I find its output more readable prtconf not on mine. But at 4.3 I might be a tad out of date. > than lscfg's, although I agree that lscfg has its uses. By the way, if > you're more familiar with other flavors of Unix, you might like the "Unix > Rosetta Stone" at http://www.bhami.com/rosetta.html - it tells you > "translations" of various tasks in different flavors of Unix. > |
| |||
| Thanks everybody for the information You guys are very helpful : ) "Tad E. Ghinatom" <Nospam@mridangam.com> ??? news:3F190CCF.2070407@mridangam.com ???... > Jeremiah DeWitt Weiner wrote: > > Joe <joe.yung@ecl-consulting.com> wrote: > > > >>I am new to AIX, and now I have a AIX machine to administrate, I would like > >>to ask some very basic question > > > > > >>How to check how many CPU, RAM and other system configuration information? > > > > > > I like "prtconf" for this task. I find its output more readable > > prtconf not on mine. But at 4.3 I might be a tad out of date. > > > than lscfg's, although I agree that lscfg has its uses. By the way, if > > you're more familiar with other flavors of Unix, you might like the "Unix > > Rosetta Stone" at http://www.bhami.com/rosetta.html - it tells you > > "translations" of various tasks in different flavors of Unix. > > > > |
| ||||
| As mentioned, lscfg and lsdev -C is also fun. lsattr -El <devicename> is nifty. and so on. Joe wrote: > Hi All, > > I am new to AIX, and now I have a AIX machine to administrate, I would like > to ask some very basic question > > How to check how many CPU, RAM and other system configuration information? > > Can anyone help me? > > > > > |