Flar installation error. Postdeployment processing failure

Hi everybody!!!!

I used to clon my servers using flar archives. I recently installed Solaris 10 11/06 on one server creating my flar archive.

When I tried to install my other servers I have the following error.

Error: 8 blocks

Error: 24 blocks

Error: 8 blocks

Error: sh: ./cc-client_cleanup: not found

Error:

Error: ERROR: Error while processing custom script - cd /tmp/flash_tmp/postdeployment;./cc-client_cleanup

Error:

Error: ERROR: Postdeployment processing failure

Error:

Error: ERROR: Flash installation failed

......

I search everywhere something related to cc-client-cleanup but I didn't find anything. So I thought it was my problem.

I patched my system... flar in single user mode ... no errors... and tried again.... the same message.

flar create -x /clon /clon/clon2007.flar

And then I install as usually ...

I'm lost. I'll appreciate any help

Bye

[983 byte] By [acpa] at [2007-11-26 17:04:17]
# 1

Got exectly the same problem:

No local customization defined

sh: ./cc-client_cleanup: not found

ERROR: Error while processing custom script - cd /tmp/flash_tmp/postdeployment;./cc-client_cleanup

ERROR: Postdeployment processing failure

ERROR: Flash installation failed

Solaris installation program exited.

Nothing in the docs.....

gmassina at 2007-7-8 23:32:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

Have you resolved this issue. I just built an archive from version 10 11/06 and received the exact same error as you when I tried to restore. Can't find any information on this problem. I do see however where there is a link under /etc/flash/postdeployment/cc-client_cleanup which points to/usr/lib/cc-cfw/framework/lib/client_cleanup. Since the object is there I didn't see any issues with this.

Any help would be appreciated.

dapa at 2007-7-8 23:32:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3

This sounds like a variety of

bug ID 6460977

which is patched by

patch 124171

http://sunsolve.sun.com/search/document.do?assetkey=urn:cds:docid:1-21-124171-0 3-1

Over in the opensolaris forums, someone did their own fix for *that* bug by just

copying the binary over to where the symlink was expected to be, on the original

source for the flar, then recreated the flar:

http://www.opensolaris.org/jive/thread.jspa?messageID=50385&#50385

Maybe replacing the /etc/flash/postdeployment/cc-client_cleanup symlink

with /usr/lib/cc-cfw/framework/lib/client_cleanup will fix the new issue too?

Let us know if it works!

kidari..a at 2007-7-8 23:32:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4

I tested this by removing the link /etc/flash/postdeployment/cc-client_cleanup and replaced it with the actual object from

/usr/lib/cc-cfw/...../client_cleanup, naming it cc-client_cleanup (/etc/flash/postdeployment/cc-client_cleanup). Thanks for your quick response to this, it was a big help. Can't understand why I couldn't find this in Suns knowledge base when it was a know bug.

dapa at 2007-7-8 23:32:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 5

I'm glad it worked!

As for the SUn knowledge base thing...

Well, it was *like* a known bug, but not quite the same,

so a search wouldn't turn it up. We need psychic search. :->

OTOH, you may find using google to search sunsolve more

effective than using sun.com to search sunsolve. For example,

asking google for

flash cleanup site:sunsolve.sun.com

gets the patch first time.

kidari..a at 2007-7-8 23:32:04 > top of Java-index,Solaris Operating System,Solaris 10 Features...