similar to: no connectivity

Displaying 20 results from an estimated 10000 matches similar to: "no connectivity"

2013 May 20
1
peer probe fails (107)
Hi gluster: Im getting the cryptic 107 error, (I guess this means gluster can't see a peer)... gluster peer probe vm-2 peer probe: failed: Probe returned with unknown errno 107 When I can effectively ssh and ping a given server. I've seen other threads regarding this, some of them to deal with the "net.ipv4.ip_nonlocal_bind" parameter, and also a bug
2014 Apr 22
1
Re: "virt-install" source location boot disk
Hi Giuseppe... ! Thanks for the hint. ill try it. So from the docs, I'm seeing this: "As of Fedora 16 there must be a biosboot partition for the bootloader to be installed successfully onto a disk that contains a GPT/GUID partition table, which includes disks initialized by anaconda. This partition may be created with the kickstart option part biosboot --fstype=biosboot --size=1.
2014 Apr 22
2
Re: "virt-install" source location boot disk
Hi Giuseppe and thanks for the response............ Heres some more info: Here is my kickstart... maybe the "--bootloader" argument is wrong in some way? # Put this in pastebin or some other public url # Kickstart file automatically generated by anaconda. #version=DEVEL install cdrom lang en_US.UTF-8 keyboard us network --onboot yes --device eth0 --bootproto dhcp --noipv6 timezone
2013 Jul 03
0
F19 and virt-install
Hi libvirt: -------- My "short" question is - is there a recipe for installing F19 100% automatically with static IPs? I'm using a combination of url based install with a kickstart script pasted to a gist in order to bootstrap the entire thing. It **used** to work (fedora16), but recently stopped. ------- Note : Right now Im not using the os-variant switch because fedora17+
2013 Dec 15
2
puppet-gluster from zero: hangout?
Hey james and JMW: Can/Should we schedule a google hangout where james spins up a puppet-gluster based gluster deployment on fedora from scratch? Would love to see it in action (and possibly steal it for our own vagrant recipes). To speed this along: Assuming James is in England here , correct me if im wrong, but if so ~ Let me propose a date: Tuesday at 12 EST (thats 5 PM in london - which i
2013 Sep 29
1
set up a Gluster 2 node cluster in two lines of code :)
Hi gluster ! For those of you who need to spin up virtual gluster clusters for development and testing: Just finished creating a vagrantized, fully automated, totally rebuildable and teardownable two node fedora 19 gluster setup and shared it on the forge! It uses fedora19 but since its all vagrant powered, you dont need to grab or download a distro or iso or anything, just clone the git repo,
2013 Jan 03
2
"Failed to perform brick order check,..."
Hi guys: I have just installed gluster on a single instance, and the command: gluster volume create gv0 replica 2 server.n1:/export/brick1 server.n1:/export/brick2 returns with: "Failed to perform brick order check... do you want to continue ..? y/N"? What is the meaning of this error message, and why does brick order matter? -- Jay Vyas http://jayunit100.blogspot.com
2013 Jan 04
1
libgfapi docs
Hi guys: Whats the status for documentation on the libgfapi. -- Jay Vyas http://jayunit100.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20130104/f659c786/attachment.html>
2013 Oct 03
1
(no subject)
Hello Friends, Please give me the link, How can i download the gluster storage platform iso. And how can i get the graphical console of gluster. -- *Thanks and Regards.* *Vishvendra Singh Chauhan* *+91-8750625343* http:// <http://linux-links.blogspot.com>linux-links.blogspot.com God First Work Hard Success is Sure... -------------- next part -------------- An HTML attachment was
2011 Nov 23
3
P2Vs seem to require a very robust Ethernet
Now that we can gather diagnostic info, I think I know why our P2Vs kept failing last week. Another one just died right in front of my eyes. I think either the Ethernet or NFS server at this site occasionally "blips" offline when it gets busy and that messes up P2V migrations. The RHEV export domain is an NFS share offered by an old Storagetek NAS, connected over a 10/100 Ethernet.
2013 May 20
1
Glusterfs-Hadoop
Hi, Where can I find glusterfs-hadoop-0.20.2-0.1.x86_64.rpm? The following link is from the Gluster FS Admin Guide, but it doesn't exist: http://download.gluster.com/pub/gluster/glusterfs/qa-releases/3.3-beta-2/glusterfs-hadoop-0.20.2-0.1.x86_64.rpm Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Feb 05
0
VMM and puppet/kickstart/vagrant
Hi guys: I'd like to "scriptify" my virtual machine manager deployment. In particular id like to 1) Configure a 3 node cluster from an ISO 2) Assign static IPs at the vm level, and have those cascade into /etc/hosts 3) Add storage to each machine in the cluster . 4) Set the memory/CPU# for each machine. Is there a way i can automate this task using VMM, or maybe, using VMM in
2014 Apr 17
0
KVM guests unusable after install
I'm finding that my KVM images are not bootable after i reboot my host, and i've detailed my problem here.... http://serverfault.com/questions/589806/kvm-machines-unbootable-after-host-reboot Any thoughts on why? Here is a repaste of the problem: **************************************************************************************** Im finding that my KVM guests are unusable after i
2014 Apr 22
0
Re: "virt-install" source location boot disk
Jay Vyas <jayunit100@gmail.com> writes: > Hi virt, im stumped... any help would be appreciated. > > I normally create my VMs like this: > > base="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/" > > sudo virt-install --hvm --name $vm_name$i --ram 4000 \ > --disk path=/VirtualMachines/$vm_name$i,size=30 \ > --location $base -x
2014 Apr 22
0
Re: "virt-install" source location boot disk
Jay Vyas <jayunit100@gmail.com> writes: > # The following is the partition information you requested > # Note that any partitions you deleted are not expressed > # here so unless you clear all partitions first, this is > # not guaranteed to work > # Uncommented by j > zerombr > clearpart --all > autopart > #ip=192.168.122.99 > network --bootproto=static
2013 Nov 20
0
in honor of fredrick sanger
Hey john mark. I saw that you recently mentioned some work using gluster for sequencing data (where there are alot of intermediates, and sometimes, huge raw input data sets that get denoised). http://184.106.200.248/2012/07/improving-high-throughput-next-gen-sequencing/ Well, today fredrick sangar, the guy who pretty much created the technology necessary for generating
2014 Apr 18
2
"virt-install" source location boot disk
Hi virt, im stumped... any help would be appreciated. I normally create my VMs like this: base="http://mirror.pnl.gov/fedora/linux/releases/20/Fedora/x86_64/os/" sudo virt-install --hvm --name $vm_name$i --ram 4000 \ --disk path=/VirtualMachines/$vm_name$i,size=30 \ --location $base -x "ks=http://xxx.os21.ks$kx" HOWEVER... I'm finding that my VMs dont boot after i
2012 Mar 08
2
where is the libvirt.xml ?
Hi all: My OS is now Fedora16 , and the spice server is installed on it by rpms. Then I run 'qemu-kvm -hda /root/vaddsoft.img -m 512 -vga qxl -spice port=5930,disable-ticketing' , I want to find out where is the libvirt.xml for the command . Well , I mean that the libvirt.xml is genrated automatically, not by myself manually. Wish your help! Thanks a lot! -- Yours. suyi
2012 Sep 18
1
glusterd vs. glusterfsd
I'm running version 3.3.0 on Fedora16-x86_64. The official(?) RPMs ship two init scripts, glusterd and glusterfsd. I've googled a bit, and I can't figure out what the purpose is for each of them. I know that I need one of them, but I can't tell which for sure. There's no man page for either, and running them with --help returns the same exact output. Do they have separate
2011 Nov 23
2
Windows P2V migration temporary recipe
These are the current steps we followed to set up and run Windows P2V migrations. Note that development is proceeding rapidly and the versions of all pieces below will likely be obsolete soon. ************************************************************* Windows RHEV P2V Cookbook 2011-1122 1. Install 32 bit Fedora 14 as a virtual machine or physical host. You will use this system to build