For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Mic_108850's avatar
Mic_108850
Icon for Altostratus rankAltostratus
May 06, 2010

synchro issue between bot BIG-IP

Hi ,

when i start a synchro to peer i get this error:


Operation Status
Configsync Mode: Push
Transferring UCS to peer...
Installing UCS on peer...
OperationFailed exception:
   Primary error  : 16908289
   Secondary error: 0
   Error text     : Error installing configuration
Obtaining results of remote configuration installation...
Saving active configuration...
Current configuration backed up to /var/local/ucs/cs_backup.ucs.
Product : BIG-IP
Version : 10.1.0
Hostname: UCS   : am1.mydomain.org
          System: am2.mydomain.org
Installing --shared-- configuration on host am2.mydomain.org
Installing configuration...
Post-processing...
BIGpipe parsing error (/config/bigip.conf Line 333):
   012e0054:3: The braced list of attributes is not closed for 'rule'.
Reading configuration from /config/low_profile_base.conf.
Reading configuration from /defaults/config_base.conf.
Reading configuration from /config/bigip_sys.conf.
Reading configuration from /config/bigip_base.conf.
Reading configuration from /usr/share/monitors/base_monitors.conf.
Reading configuration from /config/profile_base.conf.
Reading configuration from /config/daemon.conf.
Reading configuration from /config/bigip.conf.
WARNING: There were one or more errors detected during installation.
         Check the error messages and take the proper actions if needed.
ERROR: UCS installation failed.
Operation aborted.
/tmp/configsync.spec: Error installing package
Config install aborted.
BIGpipe parsing error:
   01110001:3: Error running config install
Checking configuration on local system and peer system...
Peer's IP address: 10.10.10.3
Synchronizing Master Keys...
Saving active configuration...
Could you help me?

13 Replies

  • if i excpect to remove exceptions in my iruule

    I mean if i transform that:

    set MyRedir [string map -nocase {%3a : %3f ? %3d = %26 & %23 } $MyPath] 

    to:

    set MyRedir [string map $MyPath] 

    is it correct?
  • Hamish's avatar
    Hamish
    Icon for Cirrocumulus rankCirrocumulus
    Actually, they SHOULD be ignored... And are as far as the GUI is concerned. And whatever loads the iRule into memory when you edit it via the GUI (Or iControl for that matter). However the parser that reads the config file at boot time (And when performing a 'b load', or upgrading a configuration from one version to the next) isn't the same parser. And doesn't ignore some special characters after a comment... e.g. } and " are both counted AFTER a comment...

     

     

    AFAIUI there is an outstanding bug on this one... Has been for a while (I've raised it at least twice at two different locations. Once when rebooting a 9.3 box that had a comment quote in an iRule, and once when upgrading from 9.4.8 to 10.1.0). (It's possible that they've fixed mine because they were " chars... But if so, then it's a bit strange that they didn't fix it for ALL characters... I suspect that { will also be affected... Maybe other things.

     

     

    H
  • wao it seems not to be confortable with this issue.

     

    Maybe the best way for me should be to remove all these parameters as i mentioned just before?

     

    Actually i use this rule to force decoding for some characters live "%023"...but normally it's done by default..