Avatar

umarzuki

  • Total activity 28
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 5

Activity overview

Latest activity by umarzuki
  • Avatar

    umarzuki commented,

    $ ssh -vvv -nvtt -p22 svadmin@10.224.204.160 "echo ucssa1bs | sudo 2>/dev/null -S  chmod 755 /etc/init.d/mysql "OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014debug1: Reading configuration data /etc/ssh/s...

  • Avatar

    umarzuki commented,

    ssh -vvv -nqtt -p22 svadmin@10.224.204.160 "echo ucssa1bs | sudo 2>/dev/null -S  chmod 755 /etc/init.d/mysql " does not display anything on screen. cc.log attached.

  • Avatar

    umarzuki commented,

    after removing MariaDB.list & ran apt-get update, it failed with different message The following command failed:ssh -q -nqtt -p22 svadmin@10.224.204.160 "echo ucssa1bs | sudo 2>/dev/null -S  chmod ...

  • Avatar

    umarzuki commented,

    it seems uninstall-deb script does not completely removes those packages. even after purging it at 10.1.1.100 I'm still seeing Unpacking percona-xtradb-cluster-server-5.6 (5.6.22-25.8-978.trusty) ....

  • Avatar

    umarzuki commented,

    command output: $ ssh -vvv -ntt -p22 svadmin@10.1.1.100 "echo password | sudo 2>/dev/null -S  LC_ALL=en_US.utf8 DEBIAN_FRONTEND=noninteractive apt-get -o Dpkg::Options::='--force-confnew' -y -q ins...

  • Avatar

    umarzuki commented,

    thanks Ashraf, I might need to find another way, probably besides galera.

  • Avatar

    umarzuki commented,

    I found out that this is an auto increment issue which has stated at https://mariadb.com/kb/en/mariadb/mariadb-galera-cluster-known-limitations/ Any workaround?

  • Avatar

    umarzuki created a post,

    2 node, data on same table differ

    I created table staff on database company with 6 staff on node 1 but I can only see staff 1, staff 3, staff 5 on node 1 staff 2, staff 4 and staff 6 on node 2 table is using innodb engine I'm using...

  • Avatar

    umarzuki commented,

    Sorry, I managed to get only log from one node. So far, I was told it has been solved by upgrading federated server with identical version.

  • Avatar

    umarzuki commented,

    below are triggers used   BEGINDECLARE counter int;DECLARE connect_federated_fail CONDITION FOR 1296;DECLARE error_reading_packet CONDITION FOR 1158;DECLARE connect_federated_timeout CONDITION FOR ...