Operating System - HP-UX
1855604 Members
6950 Online
104112 Solutions
New Discussion

Used create_depot_hp-ux_11 and got "Execution Phase had errors"

 
SOLVED
Go to solution
f. halili
Trusted Contributor

Used create_depot_hp-ux_11 and got "Execution Phase had errors"

I used # create_depot_hp-ux_11 to create a depot and got this in the end:

ERROR: The Execution Phase had errors. See the above output for
details.
=======================
I checked swagent.log and got the ff:
ERROR: RPC exception: "Who are you failed (dce / rpc)" 08/16/05
15:51:32 EDT
ERROR: Remote Procedure Call error trying to [un]register depot. It
is possible that the daemon is not running on this host.
ERROR: Failed to register "/recovery/PATCHES/JUNE2005/depot". You
must register it later using the "swreg" command.

====

Any thoughts ???

Thanks,
f. halili


derekh
4 REPLIES 4
Ranjith_5
Honored Contributor

Re: Used create_depot_hp-ux_11 and got "Execution Phase had errors"

Hi halili,

is swagentd running? If it is running and still giving error, Can you restart the same and see pls. Also please check for the integrity of this depot if you have downloded recently.

regards,
Syam
Mel Burslan
Honored Contributor
Solution

Re: Used create_depot_hp-ux_11 and got "Execution Phase had errors"

Looks like you got yourself into one of those mystery swagentd hangs. Try this:

swagentd -k #kills swagentd
ps -ef | grep swagentd | grep -v grep

at this point you should not see any swagentd processes but if you do, kill or kill -9 to get rid of the process and restart it by simply typing

swagentd

then try your create_depot_hp-ux_11 script one more time.

HTH
________________________________
UNIX because I majored in cryptology...
Florian Heigl (new acc)
Honored Contributor

Re: Used create_depot_hp-ux_11 and got "Execution Phase had errors"

Now this DCE/RPC error is one I haven't met yet, but the general guidelines should still apply:

- restart swagentd
- check forward- and reverselookups (must point to the same hosts
yesterday I stood at the edge. Today I'm one step ahead.
f. halili
Trusted Contributor

Re: Used create_depot_hp-ux_11 and got "Execution Phase had errors"

thanks !!!
derekh