If you remove a node and then add it back in and the Cluster Service does not startTombstone Stuff when you put a node back inncli disk ls-tombstone-entriesReturns all the disksFor each disk do….ncli disk rm-tombstone-entry serial-number=Check until no entriesncli disk ls-tombstone-entriesCluster start Ring Statusnodetool -h localhost ring Change MTU Sizesudo vi /etc/sysconfig/network-scripts/ifcfg-eth0Add the following lineMTU=”9000″sudo service network restart Cluster balance checkncc health_checks cassandra_checks ring_balance_checkncc health_checks run_all NUTANIX DRsudo ip route add 172.16.32.0/21 via 172.16.96.1 mtu 1472sudo ip route add 172.16.96.0/21 via 172.16.32.1 mtu 1472Can we try to manually modify the routing table to specify MTU for a certain subnet from the CVM’s?sudo ip route add DESTINATIONSUBNET/24 via LOCALGATEWAY mtu 1000example: sudo ip route add 10.6.2.0/24 via 10.5.1.1 mtu 1000
Browse latest info tech news and developments
Our blog publishes bite-sized IT focused articles that offer an easy-to-read insight into ways you can improve your business, communication and operation.
Showcasing developments in the IT industry, practical advice, and time and money saving tips, it’s worth subscribing to stay up to date with the news that matters.