RHEL5ってインストール番号が必要になったんだね。

RHEL Installation Numbers なんてページをみつけた。
http://anggawisnu.blogspot.com/2009/04/rhel-installation-numbers.html


単純にいうと、
RHEL5からインストール時にインストール番号が必要で、これが無いと
OSの基本パッケージしかインストールできない。(事になってる)

ところが、GPLなのでこのあたりのソースコードが公開されている
で、解析したのが上記のページ。
# このページをIEで見ると落ちるので、chromeじゃないとちゃんと見えないっぽい

genkey.pyやinstnum.pyの使い方は知っておくといいかも。

GPLってのも何だかなぁ・・・

Client	0000000e0017fc01
Red Hat Global Desktop	000000990007fc02
Server	000000e90007fc00
Server with Cluster	00000065000bfc00
Server with ClusterStorage	000000ab000ffc00
Server with HPC	000000e30013fc00
Server with Directory	000000890017fc00
Server with SMB	00000052001bfc00
Looking at Your Installation Numbers

Finally any key you create or have been given by Red Hat can be examined by the code in instnum.py.
 This gives you all the gory details about what the key activates.
 For example, I’ll run it on my first Client key.
$ python instnum.py 0000000e0017fc01
Product: RHEL Client
Type: Installer Only
Options: NoSLA FullProd Virt Workstation
Allowed CPU Sockets: Unlimited
Allowed Virtual Instances: Unlimited
Package Repositories: Client VT Workstation

key: 0 '000000'
checksum: 14 '0e'
options: 4865 'NoSLA FullProd Virt Workstation'
socklimit: -1 'Unlimited'
virtlimit: -1 'Unlimited'
type: 2 'Installer Only'
product: 1 'client'

{'Virt': 'VT', 'Workstation': 'Workstation', 'Base': 'Client'}

0000-000e-0017-fc01

From a normal RHEL 5 install you can also call this script like so:
$ python /usr/lib/python2.4/site-packages/instnum.py [Installation Number]