Hi Jeffrey,
The AI images should be usable off any build 127 system (using the
native build 127 SUNWinstalladm-tools). However, to test the new AI server
packages is a bit more complicated, unfortunately.
1) Start with a build 125 system
2) pkg install SUNWpython26-simplejson SUNWpython26-pyopenssl
3) change repository to test repo
(e.g. indiana-build.central:10001, indiana-build-sp.central:10001)
then, pkg image-update
4) Install the following SysV package:
pkgadd -d
/net/paradise.sfbay/export/integrate_dock/nv/nv_osoldev/`uname -p`
SUNWpython26-lxml
5) Then, pkg install SUNWinstalladm-tools
(Things should then work.)
Thank you,
Clay
On Wed, 25 Nov 2009, Jeffrey Huang wrote:
> Hi, Clay,
>
> I installed the new AI server from http://indiana-build.central:10001, but
> seems
> "installadm list" and "installadm add" commands are broken. Any of my setup
> or
> config steps are not correct?
>
> $ installadm list -n dragon1
> Traceback (most recent call last):
> File "/usr/lib/installadm/list-manifests", line 35, in <module>
> import osol_install.auto_install.AI_database as AIdb
> ImportError: No module named osol_install.auto_install.AI_database
>
> $ installadm add -m test -n dragon1
> Traceback (most recent call last):
> File "/usr/lib/installadm/publish-manifest", line 34, in <module>
> import lxml.etree
> ImportError: No module named lxml.etree
>
> $ ls -l /usr/lib/python2.6/vendor-packages/osol_install/auto_install/
> total 112
> -rwxr-xr-x 1 root sys 20997 Nov 12 02:31 AI_database.py
> -rwxr-xr-x 1 root sys 14373 Nov 25 14:45 AI_database.pyc
> -rwxr-xr-x 1 root sys 33190 Nov 12 02:31 installadm_common.py
> -rwxr-xr-x 1 root sys 24621 Nov 25 14:45 installadm_common.pyc
> -rwxr-xr-x 1 root sys 10890 Nov 12 02:31 verifyXML.py
> -rwxr-xr-x 1 root sys 5494 Nov 25 14:45 verifyXML.pyc
>
> And no lxml under /usr/lib/python2.6/vendor-packages/ .
>
> $ pkg publisher
> PUBLISHER TYPE STATUS URI
> opensolaris.org (preferred) origin online
> http://indiana-build.central:10001/
>
> $ cat /etc/release
> OpenSolaris Development snv_127 X86
> Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
> Use is subject to license terms.
> Assembled 06 November 2009
>
> $ pkg info SUNWinstalladm-tools
> Name: SUNWinstalladm-tools
> Summary: Automatic Installation Server Setup Tools
> Description: Automatic Installation Server Setup Tools
> Category: System/Administration and Configuration
> State: Installed
> Publisher: opensolaris.org
> Version: 0.5.11
> Build Release: 5.11
> Branch: 0.126
> Packaging Date: Tue Nov 24 09:07:18 2009
> Size: 813.62 kB
> FMRI:
> pkg://opensolaris.org/SUNWinstalladm-tools at
> 0.5.11,5.11-0.126:20091124T090718Z
>
> $ installadm list
> The install services running on the system are:
>
> dragon1
> 0906x86
>
> Rgs
> Jeffrey
>