Operating System - HP-UX
1753444 Members
5150 Online
108794 Solutions
New Discussion юеВ

Adding bundles to Ignite-UX

 
SOLVED
Go to solution
David Burgess
Esteemed Contributor

Adding bundles to Ignite-UX

I'm trying to add the ignite bundle to the depot and not having much luck. I need to copy it from the CD. This is what I've done so far :-


# swlist -l product B5725AA -s /SD_CDROM/ | more
# Initializing...
# Contacting target "igux1"...
ERROR: Software "-s" was not found on host "igux1:/".
ERROR: Software "/SD_CDROM/" was not found on host "igux1:/".
#
# Target: igux1:/
#

# B5725AA B.4.3.91 HP-UX Installation Utilities (Ignite-UX)
B5725AA.Ignite-UX B.4.3.91 HP-UX System Installation Services



# make_depots -v -p -r B.11.00 -s /SD_CDROM B5725AA
make_depots: Preview - executing command: /usr/sbin/swcopy -X /opt/ignite/lib/sd_opts -x rpc_timeout=9 -x enforce_dependencies=false -x verbose=0 -x register_new_depot=true -x layout_version=1.0 -d -s /SD_CDROM -f /var/tmp/swcpyEAAa19322 @ /var/opt/ignite/depots/Rel_B.11.00/apps 2>/var/tmp/swerrFAAa19322 1>&2

make_depots: Preview - content of /var/tmp/swcpyEAAa19322 file:
TOC,r=A.02.00,a=HP-UX_B.11.00_32/64,v=HP
J4267BA,r=B.10.20,a=HP-UX_B.11.00_32/64,v=HP
Ignite-UX-11-11,r=B.4.1.55,a=HP-UX_B.11.00_32/64,v=HP
Ignite-UX-11-00,r=B.4.1.55,a=HP-UX_B.11.00_32/64,v=HP
Ignite-UX-10-20,r=B.4.1.55,a=HP-UX_B.11.00_32/64,v=HP
B6960BA,r=A.04.10.01,a=HP-UX_B.11.00_32/64,v=HP
B6060BA,r=B.11.00.13,a=HP-UX_B.11.00_32/64,v=HP
B5725AA,r=B.4.1.55,a=HP-UX_B.11.00_32/64,v=HP
B5490BA,r=A.03.01.01,a=HP-UX_B.11.00_32/64,v=HP
B5488BA,r=A.03.01.01,a=HP-UX_B.11.00_32/64,v=HP
B5139DA,r=B.01.09,a=HP-UX_B.11.00_32/64,v=HP

It appears I can copy everything, but not individual bundles.

Any ideas?

Regards,

Dave.
6 REPLIES 6
Bill Rothanburg
Trusted Contributor
Solution

Re: Adding bundles to Ignite-UX

If you just want to copy the Ignite bundle, use swcopy to copy the bundle to a temporary depot and then use make_depots with the temporary depot as the source.
David Burgess
Esteemed Contributor

Re: Adding bundles to Ignite-UX

Thanks Bill.

I've been reading about Golden Images which is kind of what I'm trying to do here.

Can I install everything I want on a D370 and then use this image on other servers or does a Golden Image only work across servers of the same type? Ie one for D class another for L or N class.

Regards,

Dave.
Steven E. Protter
Exalted Contributor

Re: Adding bundles to Ignite-UX

Ideally a Golden image from a D gets used on another D.

But that just makes things easier, esecially with interactive install, you can cross machines lines easily. You can even cross bit lines because part of the process of setting up a Golden image server is swcopying the OS onto that server.

The initial use of swlist command in this thread uses the syntax of swinstall btw.

Here are a few cookbooks on the golden image process.

http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90829/B2355-90829_top.html&con=/hpux/onlinedocs/B2355-90829/00/00/38-con.html&toc=/hpux/onlinedocs/B2355-90829/00/00/38-toc.html&searchterms=Configuration%7cGolden%7cImage%7cIgnite&queryid=20040209-061857

http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90831/B2355-90831_top.html&con=/hpux/onlinedocs/B2355-90831/00/00/38-con.html&toc=/hpux/onlinedocs/B2355-90831/00/00/38-toc.html&searchterms=Configuration%7cGolden%7cImage%7cIgnite&queryid=20040209-061857

My search:
http://us-support.external.hp.com/emse/bin/doc.pl/sid=58108f900c0e80dfd0?todo=search&searchtext=Ignite+Configuration+Golden+Image&x=14&y=13&searchcriteria=allwords&searchtype=SEARCH_MANUAL&searchtype=SEARCH_FORUMS&searchcategory=ALL&rn=25&presort=rank



I've done this, its fun, sometimes frustrating.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
David Burgess
Esteemed Contributor

Re: Adding bundles to Ignite-UX

I've got the depot built now. Thanks for your help on that.

How can I be sure that the patches are put on last? ie so that everything is installed and then patched?

Regards,

Dave.
David Burgess
Esteemed Contributor

Re: Adding bundles to Ignite-UX

Is it as simple as adding

init sw_sel "QPK1100"=TRUE

to be the last "init sw_sel" statement in the client config file?

Regards,

Dave.
David Burgess
Esteemed Contributor

Re: Adding bundles to Ignite-UX

I've just added another disk to my client, but when I run Ignite on the server and go to add the disk to VG00 it isn't showing.

I've rebooted the client, exited ignite on the server and run swagentd -r just incase. I still can't see the new disk. Any ideas?

Thanks again!

Dave.