Forum Discussion

WizzZ_37029's avatar
WizzZ_37029
Icon for Nimbostratus rankNimbostratus
Jan 04, 2010

Error in sync configuration in F5-2400 software V9

After I upgraded F5-2400 software from V4 to V9, I found error when I sync configuration as below.

 

 

[root@bigz1-2400:Active] ~ b sync config all

 

BIGpipe: s : syntax error, refer to extended help for assistance

 

[root@bigz1-2400:Active] ~ b config sync all

 

Saving active configuration...

 

md5sum: /home/admin/egg/ascript/a: No such file or directory

 

/bin/sh: a_03_c_noservice.tcl: command not found

 

[1] Done(1) md5sum /home/admin/egg/ascript/a

 

Fatal: executing: md5sum /home/admin/egg/ascript/a&a_03_c_noservice.tcl

 

Operation aborted.

 

/tmp/configsync.spec: Error creating package

 

Error creating package

 

BIGpipe: 01110001:3: Error running config sync all

 

 

I think this problem occurred from saving configuration to ucs file, so I test to save configuration to ucs file, I found log as below

 

 

[root@bigz1-2400:Active] ~ b config save test.ucs

 

Saving active configuration...

 

md5sum: /home/admin/egg/ascript/a: No such file or directory

 

/bin/sh: a_03_c_noservice.tcl: command not found

 

[1] Done(1) md5sum /home/admin/egg/ascript/a

 

Fatal: executing: md5sum /home/admin/egg/ascript/a&a_03_c_noservice.tcl

 

Operation aborted.

 

/tmp/configsync.spec: Error creating package

 

 

WARNING:There are error(s) during saving.

 

Not everything was saved.

 

Be very careful when using this saved file!

 

 

How can I do for this case?

 

thaks for your reply!

2 Replies

  • This post is better suited for the advanced design & config forum, but I'm nearly certain that the issue lies with that /home/admin/egg/ascript directory. The md5sum command is looking to check sum a file that doesn't exist and it's blowing up.

     

     

    There is some very good information on how to look at what files are included in a ucs archive here: https://support.f5.com/kb/en-us/solutions/public/4000/400/sol4422.html

     

     

    HTH,

     

    -Matt
  • I think the problem might be with handling of the ampersand in the filename. If you rename a&a_03_c_noservice.tcl to something without &, does the issue recur?

     

     

    Aaron