Sponsored Content
Full Discussion: Linux on the RS/6000
Operating Systems AIX Linux on the RS/6000 Post 302863367 by bakunin on Monday 14th of October 2013 04:11:52 AM
Old 10-14-2013
Quote:
Originally Posted by RAVC01
The 7046-B50, 7025-F50 and 7043-150 could utilize Yellow Dog linux from their initial release.
It is not a question of model, it is a question of architecture. The 43P-150 and the B50 were rs6k-pc, if memory serves right, so all other models with a rs6k-pc architecture could utilize YDL too. What architecture the F50 was i can't remember, but probably chrp (IIRC it was a microchannel-system).

Quote:
Originally Posted by RAVC01
My question is has anyone been able to extend Yellow Dog, or other linux distributions to work on other PPC RS/6000 platforms?
Todays systems support Linux in LPARs out of the box. RHEL, for instance, should work for these systems, as well as all the other distributions offered for the PPC platform.

I hope this helps.

bakunin
 

10 More Discussions You Might Find Interesting

1. AIX

Ibm Risc/6000 Os

:o Unix Sirs, :eek:RE: IBM RISC/6000 1990 Used on Application: Image buffer: 3D "Catia" (3D "Autocad" sim.) engineering C.A.D. Written by Deso. Cash prior to main frame dump:cool: * :oCan I purchase the oem operating system from you unix people? :cool: ... (1 Reply)
Discussion started by: penguins
1 Replies

2. AIX

Booting RS/6000 machines from CD

I'm new to the AIX/RS6000 world - Trying to do an fresh Install of 5.2 on an 43P Model 140 RS/6000 machine. The book said hit F5 on boot up to boot to CD, but F5 only brings up Diagnostic mode. I changed the boot order to boot 1. Floppy 2. CD 3. HD 4. Network still no Dice Anything I'm... (1 Reply)
Discussion started by: almuwatta
1 Replies

3. Shell Programming and Scripting

Shell Script not working on new RS/6000

The company i am working for has just bought two new RS/6000's. We have copied all scripts over from our current system onto the two new boxes and we are testing them before we go live with the new boxes. We have however come up with a problem with one particular script. This script works on one... (1 Reply)
Discussion started by: mariner
1 Replies

4. UNIX for Dummies Questions & Answers

Closing port 6000

Hi I am on solaris 8. And using xdm Xsun for X windows capabilities. Is it possible to close port 6000 and still have xdm Xsun for X windows capabilities. I came across http://www.sunmanagers.org/pipermail/summaries/2004-May/005208.html and neither i can close off port 6000 Rgds (2 Replies)
Discussion started by: yls177
2 Replies

5. AIX

Help on HACMP - RS/6000

Hi, I am new to the AIX environment and am having this major problem, I need to add a node to the cluster (hacmp) and i don't know how. I got RS/6000 IBM running AIX 4.3.3 and the HACMP 4.4 any help :o (4 Replies)
Discussion started by: turki_00
4 Replies

6. AIX

RS/6000 warning led

On my IBM RS/6000 9114-275 a warning led is burning. It's an orange light with an exclamation mark. It started to burn when I did a reset of the system. What does it mean? How can I get it away? (0 Replies)
Discussion started by: rein
0 Replies

7. AIX

monitor on rs/6000

I bought an old IBM RS/6000 9114-275 1,00 GHz + 4 GB with AIX 6 Beta preinstalled. I have a TFT monitor at home. There's no fitting connector on the server for it. Does anyone know what type of monitor, or cable is common for this type of machine? I just never had to deal with things like this at... (4 Replies)
Discussion started by: rein
4 Replies

8. AIX

RS/6000 error 888

I have a friend who has the following error message on his LED: 888-102300-0C5 I've tried searching, but can't find anything. Any ideas? tks. (4 Replies)
Discussion started by: bbxguy
4 Replies

9. Hardware

Old RS/6000 lost its mind

Some time ago I bought an old microchannel RS/6000 39H as a hobby toy. I mostly deal with newer Sun/Oracle equipment so I'm a bit out of my element. The machine was running, AIX 4.1.3 I believe. Using it via IBM terminal. I stored it for what was apparently too long, and now it stalls out... (11 Replies)
Discussion started by: drjohnnyfever
11 Replies

10. AIX

IBM rs/6000 7026-c2

I have just purchased an old IBM RS/6000 7026-C2 with the intention of installing AIX 5.2 to do some testing. I have no AIX or RS/6000 experience, but I have managed to access the console/service menu through a hyper terminal console via the com port. I get the service processor menu and I can't... (12 Replies)
Discussion started by: AIX5.2
12 Replies
TPM QUOTE 
TOOLS(8) TPM QUOTE TOOLS(8) NAME
TPM Quote Tools PROGRAMS
tpm_mkuuid, tpm_mkaik, tpm_loadkey, tpm_unloadkey, tpm_getpcrhash, tpm_updatepcrhash, tpm_getquote, tpm_verifyquote DESCRIPTION
TPM Quote Tools is a collection of programs that provide support for TPM based attestation using the TPM quote operation. A TPM contains a set of Platform Configuration Registers (PCRs). In a well configured machine, some of these registers are set to known values during the boot up process or at other times. For example, a PCR might contain the hash of a boot loader in memory before it is run. The TPM quote operation is used to authoritatively verify the contents of a TPM's Platform Configuration Registers (PCRs). During provi- sioning, a composite hash of a selected set of PCRs is computed. The TPM quote operation produces a composite hash that can be compared with the one computed while provisioning. To use the TPM quote operation, keys must be generated. During provisioning, an Attestation Identity Key (AIK) is generated for each TPM, and the public part of the key is made available to entities that validate quotes. The TPM quote operation returns signed data and a signature. The data that is signed contains the PCRs selected for the operation, the composite hash for the selected PCRs, and a nonce provided as input, and used to prevent replay attacks. At provisioning time, the data that is signed is stored, not just the composite hash. The signature is discarded. An entity that wishes to evaluate a machine generates a nonce, and sends it along with the set of PCR used to generate the composite PCR hash at provisioning time. For this use of the TPM quote operation, the signed data is ignored, and the signature returned is used to val- idate the state of the TPM's PCRs. Given the signature, the evaluating entity replaces the nonce in the signed data generated at provi- sioning time, and checks to see if the signature is valid for the data. If so, this check ensures the selected PCRs contain values that match the ones measured during provisioning. A typical scenario for an enterprise using these tools follows. The tools expect AIKs to be referenced via one enterprise-wide Universally Unique Identifier (UUID). The program tpm_mkuuid creates one. For each machine being checked, an AIK is created using tpm_mkaik. The key blob produced is bound to the UUID on its machine using tpm_loadkey. The public key associated with the AIK is sent to the entities that verify quotes. Finally, the expected PCR composite hash is obtained using tpm_getpcrhash. When the expected PCR values change, a new hash can be generated with tpm_updatepcrhash. The program to obtain a quote, and thus measure the current state of the PCRs is tpm_getquote. The program that verifies the quote describes the same PCR composite hash as was measured initially is tpm_verifyquote. SEE ALSO
tpm_mkuuid(8), tpm_mkaik(8), tpm_loadkey(8), tpm_unloadkey(8), tpm_getpcrhash(8), tpm_updatepcrhash(8), tpm_getquote(8), tpm_verifyquote(8) Oct 2010 TPM QUOTE TOOLS(8)
All times are GMT -4. The time now is 02:05 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy