1752273 Members
4911 Online
108786 Solutions
New Discussion

Re: make_config failed.

 
jane zhang
Regular Advisor

make_config failed.

Hi,

I just install ignite ( B.5.., the lasted from HP web site). and now want to add 11i image on the ignite server.

make_depots command successfully.

make_config failed with error message: ( from log).
Called as:
make_config -r B.11.11

Now processing:
source_depot = /var/opt/ignite/depots/Rel_B.11.11/apps
config_file = /var/opt/ignite/data/Rel_B.11.11/apps_cfg
machine type = any
add to INDEX files for release = B.11.11

ERROR: Could not add "/var/opt/ignite/data/Rel_B.11.11/apps_cfg" to the INDEX
files with manage_index:
NOTE: Couldn't find any config clauses with release: B.11.11
in index file: /var/opt/ignite/INDEX
ERROR: Couldn't accomplish the requested operation


I also tried manage_index. also failed.


Jane.

1 REPLY 1
Bharat Katkar
Honored Contributor

Re: make_config failed.

HI Jane,
If you have done make_depots and then make_config then there is not need to execute manage_index file. Just verify the things you have have done.
Procedure for local depot creation:

# make_depots -r B.11.11 -s /dev/dsk/c0t0d0
This creates an depot locally in your server.
# make_config -r B.11.11

This should work fine.

Secondly if you are not using make_depots command and using the existing depot or the depot on the other server then:

# make_config -s server:/depot_11_11 \
-c /var/opt/ignite/data/Rel_B.11.11/core_cfg
# manage_index -a -f /var/opt/ignite/data/Rel_B.11.11/core_cfg

This should work. Either of the one should be used depending on your situation and it works.

Hope that helps.
Regards,




You need to know a lot to actually know how little you know