Sponsored Content
Operating Systems AIX Power8 S812L:HMC issue and ... Post 302961847 by bakunin on Friday 4th of December 2015 05:32:14 PM
Old 12-04-2015
Quote:
Originally Posted by lilyn
I just bought POWER 8 ESERVER S812L from Ebay. There is no AIX on it.
This is as it should be. The "L" in S812L means the system is sold without a license for AIX and its microcode (that is firmware in IBM-speak) will deny running AIX. You can run anything you might get to run and have the necessary rights to do so: Linux is supported (hence the L), but if you would get, say, FreeBSD to run on your hardware (i doubt you could, but supposing you would) that would be equally OK.

Power systems from IBM are usually sold with a AIX license along. There is a "S812", which is identical to your system save for the limitation of not being allowed to run AIX. It costs a bit more than the S812L, though.

Sorry if this question seems condescending, it isn't: are you sure there are disks in the system? Background is, you could boot the system (at least under AIX - i do not have much experience with Linux on Power) completely from SAN so there are systems out there which have (and need) no disks at all.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
 

10 More Discussions You Might Find Interesting

1. AIX

Hmc

Well i am right now working on an IBM P550 risc server with an HMC connected.. The server has 2 logical partitions (Lpar). both lpar is having Aix 5.3 installed. Now I have a doubt.. is it possible to have Aix in one lpar and windows 2003 in another.. cheers Bala (4 Replies)
Discussion started by: balaji_prk
4 Replies

2. AIX

Hmc

Hello everybody, had a question. Iam having a p650 box here, System Model: IBM,7038-6M2 Machine Serial Number: 1078DCC managed system - 1 which has 2 lpars on it i added memory to the box(made sure that memory added was in proper quads and was verified by a CE) after i rebooted the box, the... (4 Replies)
Discussion started by: karthikosu
4 Replies

3. AIX

CDROM Issue on LPAR HMC VIO

Whenever I assign/unassign a CDROM ( RAID CTRL ) to Active LPAR from HMC, I have to reboot the LPAR. How can I do it without rebooting the LPARS. POWER6 with HMC LPARS = AIX 6.1 Any info developerWorks : AIX and UNIX : PowerVM Forum : Moving CD-ROM/DVD-ROM dynamically ... But... (5 Replies)
Discussion started by: filosophizer
5 Replies

4. AIX

AIX and HMC installation issue

I started the AIX install with a fiber channel disk, and let it run: restricted by GSA ADP Schedule Contract with IBM Corp. . . . . . << End of copyright notice for perfagent.tools >>. . . . ... (2 Replies)
Discussion started by: Gideon1a
2 Replies

5. AIX

HMC Commands

Hello All, Can anybody knows a command, what I can check the processes in the HMC restricted shell? :wall: (1 Reply)
Discussion started by: kalaso
1 Replies

6. AIX

[TIP] Migration to POWER8

Read "Migration to POWER8" article to get prepared for migration to POWER8: link removed, advertisement (0 Replies)
Discussion started by: pave01
0 Replies

7. AIX

New IBM Power8 (S822) and StorWiz V3700 SAN, best practices for production setup/config?

Hello, Got a IBM Power8 box (S822) that I am configuring for replacement of our existing IBM machine. Wanted to touch base with the expert community here to ensure I don't miss anything critical in my setup/config of AIX. Did a fresh AIX 7.1 install on the internal scsi hdisk, mirror'ed... (3 Replies)
Discussion started by: c3rb3rus
3 Replies

8. AIX

StorWize v3700 and Power8 (S822) AIX, configuration best practice for LUNs?

Hello, We have an Power8 System (S822) and a IBM StorWize v3700 SAN. The OS is AIX 7.1. With this hardware from what I read I need to download/install special SDDPCM drivers, so I did (SDDPCM VERSION 2.6.6.0 (devices.sddpcm.71.rte). I carved my volumes in the StorWize and presented to... (3 Replies)
Discussion started by: c3rb3rus
3 Replies

9. AIX

HMC in VmWare NIC sl0 issue.

Hi There, First of all I'm new to *nix world, so bear with me and English is not my native tongue :) Now I'm working on the HMC 7.3.3.0 ServPack:0 base_version:20080402.1 to make it work in VmWare (testing in Workstation) I've got HMC installed and realized that network options in GUI... (8 Replies)
Discussion started by: JKat
8 Replies

10. AIX

IBM Power Linux Cluster Fence device on Power8 Platform

wasn't quite sure which forum to post in. What typical fence device to configure for a Power Linux PaceMaker Cluster running on the Power8 Platform (S822 Model of hardware), or what should be ordered with the S822 for use as a Fence Device? (5 Replies)
Discussion started by: mrmurdock
5 Replies
WWW::Search::Ebay::Category(3pm)			User Contributed Perl Documentation			  WWW::Search::Ebay::Category(3pm)

NAME
WWW::Search::Ebay::Category - backend for returning entire categories on www.ebay.com SYNOPSIS
use WWW::Search; my $oSearch = new WWW::Search('Ebay::Category'); # Category 1381 is Disney Modern Premiums: $oSearch->native_query(1381); while (my $oResult = $oSearch->next_result()) { print $oResult->url, " "; } DESCRIPTION
This class is a Ebay specialization of WWW::Search. It handles making and interpreting Ebay searches http://www.ebay.com. This class exports no public interface; all interaction should be done through WWW::Search objects. NOTES
Returns the "first" 200 *auction* items in the given category. I'm not sure what exactly "first" means in this case; YMMV. It is up to you to determine the number of the category you want. See the NOTES section of WWW::Search::Ebay for a description of the results. METHODS
SEE ALSO
To make new back-ends, see WWW::Search. CAVEATS
BUGS
Please tell the author if you find any! AUTHOR
Maintained by Martin Thurn, "mthurn@cpan.org", http://www.sandcrawler.com/SWB/cpan-modules.html <http://www.sandcrawler.com/SWB/cpan- modules.html>. LEGALESE
Copyright (C) 1998-2009 Martin 'Kingpin' Thurn THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.12.4 2011-11-02 WWW::Search::Ebay::Category(3pm)
All times are GMT -4. The time now is 12:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy