Advertisement
Guest User

Untitled

a guest
Jun 11th, 2013
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. realdannys1: I'm trying to get my first use of Gluster up and running on EC2, I picked two 64 bit versions of Amazon's Linux and I followed the instructions at both http://www.gluster.org/community/documentation/index.php/Getting_started_configure and http://serverfault.com/questions/479576/installing-glusterfs-on-amazon-ec2 which offered some Ec2 help. I managed to probe the other instance, but now I try to create the volume the terminal sits for a while. I get no error message but when I type to check volumes it says "no volumes present"
  2.  
  3. realdannys1: Hmmm, I've tried everything but it just pauses, no error message and doesn't create the volume - I can't understand why
  4. [9:33pm] realdannys1: looking at cli.log
  5. [9:33pm] realdannys1: Im getting
  6. [9:33pm] realdannys1: Unable to parse create volume CLI
  7.  
  8. kkeithley: firewall ports open? selinux disabled?
  9. [9:34pm] realdannys1: kkeithley I'm running EC2 so I've just opened the ports glusterfs needed
  10. Selinux has been disabled temporarily - still the same.
  11. Ports open - 111, 24007, 24008, 24009, 24010
  12.  
  13. semiosis: realdannys1: can you share your volume create command here?
  14. [9:38pm] realdannys1: sure its
  15. [9:38pm] realdannys1: gluster volume create gv0 replica 2 23.21.65.252:/export/sdb1/brick 23.21.247.73:/export/sdb1/brick
  16. [9:39pm] semiosis: can you paste the output of 'gluster peer status' from both servers to pastie.org & give the link here?
  17. [9:42pm] realdannys1: Here you go - http://pastebin.com/hdi2YRmU
  18.  
  19. (This from 23.21.65.252)
  20.  
  21. Number of Peers: 2
  22.  
  23. Hostname: 23.21.247.73
  24. Uuid: 6cdaa20f-46db-4a0a-ad85-2df334f3e3ef
  25. State: Peer in Cluster (Connected)
  26.  
  27. Hostname: 23.21.65.252
  28. Uuid: 6c8072c3-efaf-46e2-8fa5-224df5542dfe
  29. State: Peer in Cluster (Connected)
  30.  
  31.  
  32. (and this from 23.21.247.73)
  33.  
  34. Number of Peers: 2
  35.  
  36. Hostname: 23.21.65.252
  37. Uuid: 6c8072c3-efaf-46e2-8fa5-224df5542dfe
  38. State: Peer in Cluster (Connected)
  39.  
  40. Hostname: 23.21.247.73
  41. Uuid: 6cdaa20f-46db-4a0a-ad85-2df334f3e3ef
  42. State: Peer in Cluster (Connected)
  43.  
  44. kkeithley_: You're using Amazon instances right? What was your answer to firewall ports open?
  45. [1:50pm] kkeithley_: which Linux dist did you use?
  46. [1:53pm] rastar joined the chat room.
  47. [1:53pm] realdannys1: Yes thats right, if you look in that paste I copied everything from last night. I opened all the ports that I was told to in the docu so, let me just check that it was 111, 24007, 24008, 24009, 24010 - I don't think I needed to open that many
  48. [1:54pm] realdannys1: and I used Amazon's 64bit Linux dist to start with
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement