Operating System - HP-UX
1834018 Members
2336 Online
110063 Solutions
New Discussion

make_config error: cannot find depot

 
SOLVED
Go to solution
Sergej Kleva
Frequent Advisor

make_config error: cannot find depot

Hi!

When i want to do make_config get the following error: cannot find depot

I' ve previously make depot with:

make_depots -d /ignite_depot/Rel_B.11.23 -s /dev/dsk/c0t0d0

Then:
make_config -s /ignite_depot/Rel_B.11.23 -c /opt/ignite/data/Rel_B.11.23/config

ERROR: Cannot find depot

Any ideas?
Brgds,
Sergej
7 REPLIES 7
Calandrello
Trusted Contributor
Solution

Re: make_config error: cannot find depot

Friend
who type of backup you this trying to make way make_recovery?
Sergej Kleva
Frequent Advisor

Re: make_config error: cannot find depot

What? :))
Bob Ingersoll
Valued Contributor

Re: make_config error: cannot find depot

Hi,

If you used a core or application CD as the source depot the target depot should have been created with "core" or "apps" in the depot name.

Check for /ignite_depot/Rel_B.11.23/core or /ignite_depot/Rel_B.11.23/apps.

You can also use swlist -l depot to see the depots that have been created.

You may want to consider making /var/opt/ignite/depots a mount point for your depot file system rather than /ignite_depot. This would simplify the command syntax:

make_depots -r B.11.23 -s
make_config -r B.11.23

The same commands can be use to create both the core and apps depots.

Hope this helps.

Sergej_5
Regular Advisor

Re: make_config error: cannot find depot

Hi!
I don't have disk space on /var/opt/ignite anymore so i decide it to make depot on /ignite_depot logical volume ...

Bob Ingersoll
Valued Contributor

Re: make_config error: cannot find depot

My suggestion was to mount the logical volume that you have mounted at /ignite_depot at /var/opt/ignite/depots instead:

umount /ignite_depot
mount /dev/vgxx/lvxx /var/opt/ignite/depots

This provides the advantage of using the standard, default ignite path thus simplifying the syntax of your ignite commands.
Sergej_5
Regular Advisor

Re: make_config error: cannot find depot

HI!
My disk was broken so it want swcopy to /ignite_depot logical volume!

Sorry to bother!

Brgds,
Sergej
Sergej Kleva
Frequent Advisor

Re: make_config error: cannot find depot

closed