[2.880][BUG]ASG not showing correct display

Hi,
while this only shows up during ACC testing, it is really an ASG issue. The ASG in question is currently running 8.202 soft release.

The ASG is is showing connected, but the diagnostic screen says failure. The ACC isn't showing any connection.

I changed the shared password to try the function, but the ASGs had not reconnected after the software upgrade to 2.880.

Ian
Parents
  • Hi Ian,

    could you please compare the shared secrets on both the ACC and the
    ASG by doing the following steps:

    ASG:

    - login per ssh and type following command:
      
    cc get acc


    ACC:
    - login per ssh and type following commands:
      
    cc get accd

    - and also:
      
    psql -U acc -P pager=off -c 'select * from confd_data;'


    - in each output the keyword "secret" must point to the same value

    Regards, Hakan
Reply
  • Hi Ian,

    could you please compare the shared secrets on both the ACC and the
    ASG by doing the following steps:

    ASG:

    - login per ssh and type following command:
      
    cc get acc


    ACC:
    - login per ssh and type following commands:
      
    cc get accd

    - and also:
      
    psql -U acc -P pager=off -c 'select * from confd_data;'


    - in each output the keyword "secret" must point to the same value

    Regards, Hakan
Children