Sebastian Insausti
- Total activity 96
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 48
Comments
Recent activity by Sebastian Insausti Sort by recent activity-
Hi, Also, can you confirm which PHP version do you have? $ php -v And please, try to remove the cache content: $ rm -f <webroot>/clustercontrol/app/tmp/cache/models/*$ rm -f <webroot>/clustercontr...
-
Hi, In general, the virtual IP is a private IP address, so you don't need to ask this to your ISP, but it depends on your infrastructure. I can't help you with the DNS made easy implementation beca...
-
Hi, The DNS is not recommended for HA. If you have the same record resolving differents IP address you can't check if some of the destinations are not responding, so if one of the nodes are down, y...
-
Hi, Keepalived allows you to configure a virtual IP within a group of servers. This virtual IP is assigned to an active server. If this server fails, the IP is automatically migrated to the seconda...
-
Hi, Our development team has started looking into it, and unless there are surprises, we should have it within a month or two. Will check with them to see if there is an ETA.
-
Hi, The cmon.cnf file is created by the ClusterControl installation process and it has the following information by default: mysql_port=mysql_hostname=mysql_password=hostname=logfile=rpc_key= H...
-
Hi, ClusterControl has been tested on the following operating systems: RedHat/CentOS 6.x/7.x Ubuntu 12.04/14.04/16.04 LTS Debian 7.x/8.x You can check this link for further information: https://s...
-
Hi Guido, If you are using a different port for ClusterControl, you need to change it from ClusterControl database too. On controller, do: $ mysql -p $ use dcps $ select * from apis; There you ...