Operating System - HP-UX
1825782 Members
2129 Online
109687 Solutions
New Discussion

Creating Ignite Depots from CD ?

 
SOLVED
Go to solution
Staylor76
Frequent Advisor

Creating Ignite Depots from CD ?

***WARNING IGNITE NOOBIE ALERT ***

i am trying to create a depot for 11.11 from the Foundation Operating Environment, the system is running 11.11,and i have been able to create the "core" depot from cd1, now do i need to add the other cd's to it? or do i add the other's as apps_700, apps_800, diag, etc etc?? if so which is which CD or how can i tell??

Thanks in advance

Stu
3 REPLIES 3
Ryan Green
Valued Contributor
Solution

Re: Creating Ignite Depots from CD ?

You can use the swcopy command to add additional core CDs to your depot:

swcopy -x enforce_dependencies=false -s /path_to_cd \* @ /path_to_depot

Once you've copied all the CDs, the you need to do a make_config -s /path_to_depot -c /path_to_cfg_file (typically /var/opt/ignite/data/Rel_B.11.11/core_cfg

Then you may need to update the INDEX file with: manage_index -a -f /path_to_cfg_file
Staylor76
Frequent Advisor

Re: Creating Ignite Depots from CD ?

Thank you ! that has worked fine. :)
Staylor76
Frequent Advisor

Re: Creating Ignite Depots from CD ?

cheers :)