search for: datacenter

Displaying 20 results from an estimated 765 matches for "datacenter".

2018 Jul 05
4
[PATCH] v2v: rhv plugin - find suitable host
From: root <root@localhost.localdomain> For direct upload, a suitable host must be in status 'Up' and belong to the same datacenter as the created disk. Added these criteria to the host search query. --- v2v/rhv-upload-plugin.py | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py index da309e288..c72f5e181 100644 --- a/v2v/rhv-upload-plugin...
2015 May 21
2
libvirt and VMWare Workstation Shared Server mode (of GSX history)
...: failed to connect to the hypervisor I tried 'gsx' as a type too but to no avail. The mode that I'm using is called by vmware a 'ws-shared' mode..: $ /usr/bin/vmrun -T ws-shared -h https://localhost:943/sdk -u user1 listRegisteredVM Host password: Total registered VMs: 35 [ha-datacenter/standard] VCS41_node1/VCS4.vmx [ha-datacenter/standard] VCS41_node2/VCS4.vmx [ha-datacenter/standard] VCS41_node3/VCS4.vmx [ha-datacenter/standard] VCS41_node4/VCS4.vmx [ha-datacenter/standard] VCS51_node1/VCS5.vmx [ha-datacenter/standard] VCS51_node2/VCS5.vmx [ha-datacenter/standard] VCS51_node3/V...
2018 Jul 05
2
[PATCH v2] v2v: rhv plugin - find suitable host
For direct upload, a suitable host must be in status 'Up' and belong to the same datacenter as the created disk. Added these criteria to the host search query. --- v2v/rhv-upload-plugin.py | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py index da309e288..931fcfaa2 100644 --- a/v2v/rhv-upl...
2013 Oct 15
6
hiera_array, structured data and multiple levels of hierarchy
Hi all! I''m trying to setup a puppet module for sudo that will write multiple files with separate data for each file, all dependent on the hiera hierarchy. Here''s the relevant portion of my hiera.yaml: > :hierarchy: > > - "datacenter/app/role/node/%{::clientcert}" > > - "datacenter/app/role/%{::server_role}" > > - "datacenter/app/%{::app_name}" > > - "datacenter/%{::datacenter}" > > - common > > Basically, a node can have different files in /etc/sudoers.d/...
2018 Jul 31
1
[PATCH] v2v: -o rhv-upload: PEP8 fixes for rhv-upload-plugin.py
...plugin.py b/v2v/rhv-upload-plugin.py index 4fad27fb8..bdc1e104a 100644 --- a/v2v/rhv-upload-plugin.py +++ b/v2v/rhv-upload-plugin.py @@ -86,7 +86,8 @@ def find_host(connection): hosts_service = system_service.hosts_service() hosts = hosts_service.list( - search="hw_id=%s and datacenter=%s and status=Up" % (vdsm_id, datacenter.name), + search="hw_id=%s and datacenter=%s and status=Up" + % (vdsm_id, datacenter.name), case_sensitive=True, ) if len(hosts) == 0: @@ -94,8 +95,8 @@ def find_host(connection): # - 'hw_id&...
2015 Aug 28
3
[PATCH 0/2] v2v: vcenter: Calculate dcPath correctly (RHBZ#1256823).
Calculate dcPath correctly for vCenter conversions. Rich.
2015 May 31
0
Re: libvirt and VMWare Workstation Shared Server mode (of GSX history)
...> I tried 'gsx' as a type too but to no avail. > The mode that I'm using is called by vmware a 'ws-shared' mode..: > > $ /usr/bin/vmrun -T ws-shared -h https://localhost:943/sdk -u user1 > listRegisteredVM > Host password: > Total registered VMs: 35 > [ha-datacenter/standard] VCS41_node1/VCS4.vmx > [ha-datacenter/standard] VCS41_node2/VCS4.vmx > [ha-datacenter/standard] VCS41_node3/VCS4.vmx > [ha-datacenter/standard] VCS41_node4/VCS4.vmx > [ha-datacenter/standard] VCS51_node1/VCS5.vmx > [ha-datacenter/standard] VCS51_node2/VCS5.vmx > [ha-data...
2014 Dec 22
2
virt-v2v - Unable to authenticate to vCenter as DOMAIN\user
Hi, I am encountering an issue with virt-v2v where I need to authenticate to the vCenter as DOMAIN\user. I have tried the following with the resulting errors: 1. 'virt-v2v -v -x -ic 'vpx://vcenter/Datacenter/cluster_name/esx_server?no_verify=1' vm_name -o local -of raw -os /tmp' - prompted for username password - entered 'DOMAIN\User' as username - successfully retrieves libvirt xml - errors with 'virt-v2v: error: vcenter: incorrect username or password.' 2. virt-v2v -v -x...
2013 Aug 01
1
More node definition complexity
Hi Everyone; First, thanks for your help! I am trying to create a way to categorize hosts based on both/either/or the name of the host as well as the location of the host. Right now, I have .pp files that categorize the hosts based on the hostname. I have written a custom fact to determine the datacenter location but, I cannot figure out how to create .pp files that will allow me to apply catalogs either based on hostname or datacenter name. Is there any way to do this outside of hiera or ENC? Thank you very much! Bee -- You received this message because you are subscribed to the Google Groups...
2018 Jul 05
0
Re: [PATCH v2] v2v: rhv plugin - find suitable host
On Thu, Jul 5, 2018 at 8:24 PM Daniel Erez <derez@redhat.com> wrote: > For direct upload, a suitable host must be in status 'Up' > and belong to the same datacenter as the created disk. > Added these criteria to the host search query. > --- > v2v/rhv-upload-plugin.py | 28 ++++++++++++++++++++++++---- > 1 file changed, 24 insertions(+), 4 deletions(-) > > diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py > index da309e288.....
2006 Jan 09
1
ATA failover between datacenters
...one know of any ATAs that can do proxy failover without using SRV. I don't want to rely on dns if at all possible. Basically, I have Asterisk boxes in two different data centers and I need ATAs to be able to uses the server at DC2 if DC1 goes down. The servers are already in a HA setup at each datacenter. I am looking for added protection if one of the datacenters becomes unreachable. The perfect solution I believe, would be an ATA that would failover to an alternate proxy if the first was unavailable, then failover to POTS if no proxies were available. Regards, David
2012 Jun 02
1
Redundant setup across two datacenters with two XCP hosts
Hello all, I am looking to run only 1 VM on this setup, don''t need to do live migration, although that would be nice, I just want to protect against hardware and datacenter/network failure. The VM is lightly loaded, not much disk I/O or CPU load. I have two machines, each one with 2 x SATA 250GB, and 1 SSD 128GB. (There is a simple RAID-1 SATA hardware controller on board). I am willing to spend the time to configure these machines, but buying extra hardware is pret...
2005 Mar 22
5
Push relay from nicecast with icecast2?
...relay, I believe) until such capability is implemented on icecast2? Or should I be creating a combination of both? Or what? Here's my situation: I have a customer with the following requirements: 1. A Mac OS X based Nicecast "live radio" feed from his office/studio relaying to a Datacenter server running Linux accessible on a URL on his website. I.E. We need the capability of running multiple streams from a datacenter server with one IP address. 2. The datacenter server would also need to stream archived content, on separate streams (each accessible via a URL on his website), in...
2018 Jul 05
0
Re: [PATCH] v2v: rhv plugin - find suitable host
On Thu, Jul 5, 2018 at 10:46 AM Daniel Erez <derez at redhat.com> wrote: > From: root <root at localhost.localdomain> > > For direct upload, a suitable host must be in status 'Up' > and belong to the same datacenter as the created disk. > Added these criteria to the host search query. > --- > v2v/rhv-upload-plugin.py | 18 +++++++++++++++--- > 1 file changed, 15 insertions(+), 3 deletions(-) > > diff --git a/v2v/rhv-upload-plugin.py b/v2v/rhv-upload-plugin.py > index da309e288..c72f5e181...
2004 Jul 02
3
Inter-Asterisk Exchange
My question pertains to the use of IAE.. I would like to setup 2 Asterisk boxes. One would be located in our office behind the firewall and hooked up to our analog lines. The other would be located in a remote datacenter and used for our remote employees to connect to. I would like to be able to accept calls on the Office Asterisk server and route them to the Datacenter Asterisk server. Is this possible?
2018 Aug 05
3
[PATCH] v2v: rhv-plugin: Use string literal concatenation
...ad-plugin.py index bdc1e104a..2d686c2da 100644 --- a/v2v/rhv-upload-plugin.py +++ b/v2v/rhv-upload-plugin.py @@ -95,8 +95,8 @@ def find_host(connection): # - 'hw_id' equals to 'vdsm_id' # - Its status is 'Up' # - Belongs to the storage domain's datacenter - debug("cannot find a running host with hw_id=%r, " + - "that belongs to datacenter '%s', " + + debug("cannot find a running host with hw_id=%r, " + "that belongs to datacenter '%s', " &q...
2004 Oct 22
1
mounting win2003 server shares fails
...rator,password=xx,uid=chuck,gid=chuck //apps/sti /home/chuck/smb4k/apps/sti mount -t smbfs -o username=administrator,password=xx,uid=chuck,gid=chuck,fmask=777,dmask=777 //apps/sti /home/chuck/smb4k/apps/sti This is what I get.. as both ROOT and the user CHUCK, no matter what command I use: [root@datacenter smb4k]# ls -la total 12 drwxrwxrwx 3 chuck chuck 4096 Oct 22 11:42 ./ drwxr-xr-x 24 chuck chuck 4096 Oct 22 11:56 ../ drwxrwxrwx 3 chuck chuck 4096 Oct 22 11:42 apps/ [root@datacenter smb4k]# cd apps [root@datacenter apps]# ls -la ls: sti: Permission denied total 8 drwxrwxrwx 3 chuck chuck 40...
2019 Apr 11
2
High availability of Dovecot
Gerald Galster via dovecot schrieb: > mail1.yourdomain.com <http://mail1.yourdomain.com> IN A 192.168.10.1 > mail2.yourdomain.com <http://mail2.yourdomain.com>?IN A 192.168.20.1 > > mail.yourdomain.com <http://mail.yourdomain.com> ?IN A 192.168.10.1 > mail.yourdomain.com <http://mail.yourdomain.com> ?IN A 192.168.20.1 > > > mail1/mail2 is for
2009 Aug 05
1
grouping or classifying servers
...been using cfengine for a few years now, and trying to get into puppet. i''d install puppet 0.25, because i feel a need to use regular expressions to identify nodes scenario: lets say we do have a few servers to get puppetized ;) at different sites lets call those sites: office, cloud and datacenter we now do have 10 webserver on each location, forming 2 clusters this would lead to following dns names: web[01-05].clusterA.cloud.mydomain.com web[01-05].clusterB.cloud.mydomain.com web[01-05].clusterA.office.mydomain.com web[01-05].clusterB.office.mydomain.com web[01-05].clusterA.datacenter.mydo...
2013 May 29
3
How can I use "puppet apply" with hiera?
...ter server with Hiera and it works great. I also want to be able to apply my manifests locally on a node. I have installed Hiera on my node and I can verify using the Hiera command line application that values can be looked up: user@tag5-4-qa-sjc:~$ hiera corp_puppet_server region=northamerica datacenter=sjc environment=qa --debug DEBUG: Wed May 29 16:03:46 -0700 2013: Hiera YAML backend starting DEBUG: Wed May 29 16:03:46 -0700 2013: Looking up corp_puppet_server in YAML backend DEBUG: Wed May 29 16:03:46 -0700 2013: Looking for data source regions/northamerica/datacenters/sjc/qa/qa-sjc DEBUG: W...