Re: decommission dead node without token

2014-06-01 Thread Jens Rantil
You might need double backslashes in bash.— Sent from Mailbox On Sun, Jun 1, 2014 at 6:42 AM, Tim Dunphy bluethu...@gmail.com wrote: backslash it \-9485547484 just guessing. Oh, worth a shot! But I'm heading to bed now. I'll try again with this tomorrow. cya Tim On Sun, Jun 1, 2014 at

decommission dead node without token

2014-05-31 Thread Tim Dunphy
hey guys, I have two dead nodes in my ring. Status=Up/Down |/ State=Normal/Leaving/Joining/Moving -- Address Load Tokens Owns Host ID Rack DN 10.10.1.102 123.41 KB 256 32.2% ddcafc75-24ed-4c6a-99bb-afe3dd551a9c rack1 UN 10.10.1.94 170.81 KB 256

Re: decommission dead node without token

2014-05-31 Thread Tim Dunphy
Just wondering.. might I be able to retried the 'lost' intital_token of the node I want to remove by going: [root@beta-new:~] #nodetool ring | grep 10.10.1.102 | head -1 107.170.175.102 rack1 Down Normal 123.41 KB 32.19% -9208584805646615844 Then 1) place that token in the

Re: decommission dead node without token

2014-05-31 Thread Tim Dunphy
sorry for the barrage of questions but I'm having trouble with the nodetool remove phase. [root@cassandra01 ~]# nodetool removetoken -h 10.10.1.68 -9208584805646615844 Gives me a unix usage message. As in: [root@cassandra01 ~]# nodetool removetoken -h 107.170.178.68 -9208584805646615844 |

Re: decommission dead node without token

2014-05-31 Thread Spencer Brown
nodetool -host 10.10.1.68 removetoken -9208584805646615844 On Sun, Jun 1, 2014 at 12:17 AM, Tim Dunphy bluethu...@gmail.com wrote: sorry for the barrage of questions but I'm having trouble with the nodetool remove phase. [root@cassandra01 ~]# nodetool removetoken -h 10.10.1.68

Re: decommission dead node without token

2014-05-31 Thread Tim Dunphy
nodetool -host 10.10.1.68 removetoken -9208584805646615844 I still get a unix usage message with this syntax, yo. Just a theory dude, but I think that the negative sign is confusing bash. But yeah definitely fixing posts is the priority. Then maybe we can tackle my cassandra woes. And then

Re: decommission dead node without token

2014-05-31 Thread Spencer Brown
backslash it \-9485547484 just guessing. On Sun, Jun 1, 2014 at 12:31 AM, Tim Dunphy bluethu...@gmail.com wrote: nodetool -host 10.10.1.68 removetoken -9208584805646615844 I still get a unix usage message with this syntax, yo. Just a theory dude, but I think that the negative sign is

Re: decommission dead node without token

2014-05-31 Thread Tim Dunphy
backslash it \-9485547484 just guessing. Oh, worth a shot! But I'm heading to bed now. I'll try again with this tomorrow. cya Tim On Sun, Jun 1, 2014 at 12:39 AM, Spencer Brown lilspe...@gmail.com wrote: backslash it \-9485547484 just guessing. On Sun, Jun 1, 2014 at 12:31 AM, Tim