How to try to instll the ipvs rpm and stay alive ( or it fails with dependencies)
When trying to install the ipvs loadbalancer rpm I get these error messages: rpm -Uvh VerticaIPVSLoadBalancer-6.1-0.RHEL5.x86_64.rpm error: Failed dependencies: libcrypto.so.6()(64bit) is needed by VerticaIPVSLoadBalancer-6.1-0.RHEL5.x86_64 libspread.so.3()(64bit) is needed by VerticaIPVSLoadBalancer-6.1-0.RHEL5.x86_64 libssl.so.6()(64bit) is needed by VerticaIPVSLoadBalancer-6.1-0.RHEL5.x86_64
0
Comments
select session_id, node_name, current_statement from sessions;
, that table will tell you the node that each current session is connected to, and the statement that that session is currently executing (if any). If you doselect distinct node_name, session_id from execution_engine_profiles;
, that will tell you what nodes are actually executing each query. (If you omit the "distinct" and add some more columns, this table will tell you, probably in more detail than you really want, exactly what each node is doing.) Throw in some joins, and hopefully you can get what you're looking for.Additional point to consider LB , is the fact that the initiator node in many case using more CPU cycles that the other nodes , mainly for aggregation query’s, to compute the grant totals from all nodes .