Operating System - HP-UX
1837168 Members
3207 Online
110113 Solutions
New Discussion

swcopy - subproduct - bundle - ignite

 
Bill McNAMARA_1
Honored Contributor

swcopy - subproduct - bundle - ignite

Hi all,

problems with ignite as you can all guess! ;)

I've created several bundles

bundle1 bundle2 ... with a product in each.
swcopy product depot
make_bundle -options depot
make_config -options depot
added all the configs together
done the load_order business,

but problem is I'm trying to create a depot with swcopy
of a subproduct.

I install via:
swinstall -s 1.2.3.4:/var/opt/ignite/SS7AAA OC-TSC.OC-TSC-TSU

for example
but ignite doesn't like me referencing sub/products - only bundles.

I cannot make a depot from OC-TSC.OC-TSC-TSU because swcopy will not allow me to mark only subproducts. Therefore I can't create my bundle and/or config. And my ignite installation won't work.

Is there a way around this?

I tried a pre_load_cmd += "
swinstall -x autoreboot=true -s 1.2.3.4:/var/opt/ignite/SS7AAA OC-
TSC OC-TSC-TSU
"
and ignite complains it's unavailable (works from command line however)

also tried a
sw_sel "OC-TSC.OC-TSC-System {
# description = "OC-TSC.OC-TSC-System"
# sw_source = "/var/opt/ignite/SS7AAA/OC-TSC"

but instl_adm -T complains about the . I assume (strange error)

Help appreciated/rewarded.!

Thanks.,
Bill
It works for me (tm)
2 REPLIES 2
Bill McNAMARA_1
Honored Contributor

Re: swcopy - subproduct - bundle - ignite

in fact swcopy does allow creating depots from subproducts.

If I could get the command line that'd be great.

I can do it via the gui.
swcopy
no args,
source depot selected with lots of products.
one product selected.
doubleclick,
mark only one subproduct and copy.

Later,
Bill
It works for me (tm)
Bill McNAMARA_1
Honored Contributor

Re: swcopy - subproduct - bundle - ignite

I think I've figured it out:
I was using the \* in the swcopy that copied everything in the depot and not just the selection.

swcopy -s server:/dir/depot/bundle product.subproduct @ pereal:/tmp/sw

copys the subproduct only

Later,
Bill
It works for me (tm)