Sponsored Content
Operating Systems AIX Determine power family of p system from the model #. Post 302932562 by bakunin on Thursday 22nd of January 2015 01:21:47 PM
Old 01-22-2015
The naming conventions for p-Series systems prior to the (newest) POWER8 was erratic at best. Yes, it will grow with experience, because it will always be the same 20-30 types of systems you deal with. Here is what little systematics i could glean from the passing generations of technology:

p6xx was the first really virtualized platform and built on the POWER4 processor (obviously the "p6" is for "POWER-4", LOL).

p5xx were all the systems built on POWER5 and POWER5+, as well as the POWER6-systems (yes, just to confuse the russians).

p7xx are the systems built on POWER7 and POWER7+.

p8xx are POWER8-systems.

Save for the p8 there is no real system in the naming, but in principle the higher the second and third number is the bigger the system is: a "520" is a single-processor system whereas a "550" is a midrange machine with usually 1 CEC and a "570" has usually several CECs. A "505" is a low-end, 1HU server. Similar with the P7-systems where the biggest is the "780" (up to 192 processors, up to 6TB RAM, IIRC).

Usually there is a "0" in the last position: p720, p740, p770, p780. A "5" in the last position indicates a high-performance model: p595, p775 (water-cooled and built for supercomputing), p795. The 505 is an exception to this.

The p8 brought an end to that and - for the first time - a real system into the naming. The first digit is a "8" for P8-processor, the second digit is the number of processor-sockets, the third digit the number of HUs the case takes, for instance: the "S824" can hold up to 24 cores (2 times 12, the P8 is a 12-core design) and is a an AIX- and Linux-capable P8 system with 4HU height. A final "L" in the name indicates that the system is sold with AIX license and without IBMs hypervisor. You can only install Linux on this system and have to use the PowerKVM hypervisor which is slightly slower than IBM original one. The "S824L" would be the same hardware but only Linux-capable.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
 

9 More Discussions You Might Find Interesting

1. Solaris

Command to determine Tape Drive model and make

Hi, We have some IBM LTO tape drives connect over SAN. I have the following questions :- 1) Command that can list the tape drive details like who is manufacturer, model number, make etc etc 2) I would like to know what are the key differences between IBM LTO Generation 1 and Generation... (5 Replies)
Discussion started by: new2prog
5 Replies

2. AIX

How to determine if there is a Power Problem using DIAG command?

Hi guys can someone show me on how to use DIAG command in determining if there is really a power problem aside from errpt report? (2 Replies)
Discussion started by: sky_lark02
2 Replies

3. OS X (Apple)

Address family not supported by protocol family

Hi, I compiled with no error a C program, than I tryed to execute it and than I get this error: connessione al server fallita: Address family not supported by protocol family What does it mean? Why I get this error only on Mac os x while on Ubuntu the program works? The code is:... (3 Replies)
Discussion started by: DNAx86
3 Replies

4. SCO

file system not getting mounted in read write mode after system power failure

After System power get failed File system is not getting mounted in read- write mode (1 Reply)
Discussion started by: gtkpmbpl
1 Replies

5. AIX

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 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... (4 Replies)
Discussion started by: maxim42
4 Replies

6. AIX

Set up a Datacenter with Power System

Can u please help me in knowing the details of the servers needed, FIBRE CABLES, HA softwares, VIO Softwares and other details. I googled through out and couldnt get a clear idea of it. Please help me (6 Replies)
Discussion started by: Sounddappan
6 Replies

7. HP-UX

How to determine the fie system type?

Good day I need create new mount points on a server. I'm not very familiar with HP-UX and was given steps on how to go about doing the mounting, etc. Before I start though, I need to determine which file system type is currently being used. This will determine whether i need to extend the... (3 Replies)
Discussion started by: notreallyhere
3 Replies

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

9. AIX

System can't boot up after power outage

Hello Forum, I am very newbie with AIX. We have 2 AIX 9111-285 servers. The OS version is 5.3. After the power outage, they did not come up. I try to unplug the power cable and re-connect after 1 minutes but do not help. Both display the same reference code 110000AC on the front panel... (6 Replies)
Discussion started by: lilyn
6 Replies
pm-components(9P)					   Kernel Properties for Drivers					 pm-components(9P)

NAME
pm-components - Power Management device property DESCRIPTION
A device is power manageable if the power consumption of the device can be reduced when it is idle. In general, a power manageable device consists of a number of power manageable hardware units called components. Each component is separately controllable and has its own set of power parameters. An example of a one-component power manageable device is a disk whose spindle motor can be stopped to save power when the disk is idle. An example of a two-component power manageable device is a frame buffer card with a connected monitor. The frame buffer electronics (with power that can be reduced when not in use) comprises the first component. The second component is the monitor, which can enter in a lower power mode when not in use. The combination of frame buffer electronics and monitor is considered as one device by the system. In the Power Management framework, all components are considered equal and completely independent of each other. If this is not true for a particular device, the device driver must ensure that undesirable state combinations do not occur. Each component is created in the idle state. The pm-components property describes the Power Management model of a device driver to the Power Management framework. It lists each power manageable component by name and lists the power level supported by each component by numerical value and name. Its syntax and interpreta- tion is described below. This property is only interpreted by the system immediately after the device has successfully attached, or upon the first call into Power Management framework, whichever comes first. Changes in the property made by the driver after the property has been interpreted will not be recognized. pm-components is a string array property. The existence of the pm-components property indicates that a device implements power manageable components and describes the Power Management model implemented by the device driver. The existence of pm-components also indicates to the framework that device is ready for Power Management if automatic device Power Management is enabled. See power.conf(4). The pm-component property syntax is: pm-components="NAME=component name", "numeric power level=power level name", "numeric power level=power level name" [, "numeric power level=power level name" ...] [, "NAME=component name", "numeric power level=power level name", "numeric power level=power level name" [, "numeric power level=power level name"...]...]; The start of each new component is represented by a string consisting of NAME= followed by the name of the component. This should be a short name that a user would recognize, such as "Monitor" or "Spindle Motor." The succeeding elements in the string array must be strings consisting of the numeric value (can be decimal or 0x <hexadecimal number>) of a power level the component supports, followed by an equal sign followed by a short descriptive name for that power level. Again, the names should be descriptive, such as "On," "Off," "Suspend," "Standby," etc. The next component continues the array in the same manner, with a string that starts out NAME=, specifying the beginning of a new component (and its name), followed by specifications of the power levels the component supports. The components must be listed in increasing order according to the component number as interpreted by the driver's power(9E) routine. (Com- ponents are numbered sequentially from 0). The power levels must be listed in increasing order of power consumption. Each component must support at least two power levels, or there is no possiblity of power level transitions. If a power level value of 0 is used, it must be the first one listed for that component. A power level value of 0 has a special meaning (off) to the Power Management framework. EXAMPLES
An example of a pm-components entry from the .conf file of a driver which implements a single power managed component consisting of a disk spindle motor is shown below. This is component 0 and it supports 2 power level, which represent spindle stopped or full speed. pm-components="NAME=Spindle Motor", "0=Stopped", "1=Full Speed"; ... Below is an example of how the above entry would be implemented in the attach(9E) function of the driver. static char *pmcomps[] = { "NAME=Spindle Motor", "0=Stopped", "1=Full Speed" }; ... xxattach(dev_info_t *dip, ddi_attach_cmd_t cmd) { ... if (ddi_prop_update_string_array(DDI_DEV_T_NONE, dip, "pm-components", &pmcomp[0], sizeof (pmcomps) / sizeof (char *)) != DDI_PROP_SUCCESS) goto failed; } Below is an example for a frame buffer which implements two components. Component 0 is the frame buffer electronics which supports four different power levels. Component 1 represents the state of Power Management of the attached monitor. pm-components="NAME=Frame Buffer", "0=Off" "1=Suspend", "2=Standby", "3=On", "NAME=Monitor", "0=Off", "1=Suspend", "2=Standby," "3=On; ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
power.conf(4), pm(7D), attach(9E), detach(9E), ddi_prop_update_string_array(9F) pm_busy_component(9F), pm_idle_component(9F) Writing Device Drivers SunOS 5.10 6 Jan 2004 pm-components(9P)
All times are GMT -4. The time now is 04:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy