[ovirt-users] Remove Disk Profiles Profile

2017-01-31 Thread Cameron Christensen
Hello,

I am trying to remove a disk profiles profile. The operation is failing
with this error:

Operation Canceled
Error while executing action: Cannot remove Disk Profile. Several Disks (2)
are using this Profile:
OVF_STORE,
OVF_STORE
- Please remove it from all Disks that are using it and try again.

I do not see any means of changing the disk profile another profile or
removing it from these OVF_STORE disks.

Any suggestions?

-- 
Regards,

Cameron
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ovirt 4.0 spice console attempting to connect to HV private IP

2016-12-16 Thread Cameron Christensen
For the cluster that the VM is in check the logical networks and make sure
that the role display is set on the proper network interface.


On Fri, Dec 16, 2016 at 11:51 AM, Michal Skrivanek <mskri...@redhat.com>
wrote:

> > On 16 Dec 2016, at 19:57, Edward Clay <edward.c...@uk2group.com> wrote:
> >
> > Hello,
> >
> > I've recently upgraded from ovirt 3.6 to 4.0 and have run into an issue
> > that I'm not finding an explanation or solution to.  Currently when I
> > create a new VM and start it up and attempt to connect to the console I
> > get the following error.
> >
> > "Unable to connect to the graphic server Could not connect to 10.1.1.1:
> > Socket I/O timed out"
> >
> > If I attempt to launch a console for a VM created before the upgrade it
> > opens successfully. If I save the console.vv file I can see that the HV
> > public IP address is in this file.  If I do the same thing for the
> > failing vm and I see the HV private mgmnt network IP.  I'm not finding
> > where I can change which IP is used for console access or a difference
> > in how the VMs created before the upgrade are configured compared to the
> > new VMs.
> >
> > I should also note that I attempted to change the IP in the failing VMs
> > console.vv file and then use it with the remove-viewer spice client and
> > it fails to connect to the port.
> >
> > Any guidance on how to identify what's wrong is greatly appreciated.
>
> Hi,
> I wonder if you have anything special around resolving the hosts. Do
> you use names in engine? Are both engine and hosts using same dns? How
> does host's networking look like? What IP is the qemu procces bind to?
>
> You can also try to use Display IP Override in Host dialog
>
>
> Thanks,
> michal
> >
> > --
> > Best regards,
> > Edward Clay
> > Systems Administrator
> > UK2 Group - US Operations
> > Phone: 1-800-222-2165
> > FAX: 435-755-3449
> > E-mail: edward.c...@uk2group.com
> >
> > Believe in Better Hosting
> > http://www.westhost.com
> >
> > _______
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> >
> >
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>



-- 
Regards,

Cameron Christensen
Manager, Security and Infrastructure
UK2 Group
Phone: 1-800-222-2165
E-mail: cameron.christen...@uk2group.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Missing dom_md/ids file

2016-02-19 Thread Cameron Christensen
I was able to recreate the dom_md/ids file using the provided
instructions. The data center and gluster storage are active. Thank
you.
Cameron
On Sat, 2016-02-20 at 00:24 +0200, Nir Soffer wrote:
> On Fri, Feb 19, 2016 at 11:54 PM, Cameron Christensen
> <cameron.christen...@uk2group.com> wrote:
> > I cannot put the gluster domain into maintenance. I'm believe this
> > is
> > because the data center has a status of Non responsive (because a
> > host
> > cannot connect to storage or start SPM). The only option available
> > on the
> > gluster storage is activate. I have put all the hosts into
> > maintenance. Is
> > this enough to continue with the initialize lockspace step?
> 
> Yes, if all hosts are in maintenance, no host will access the gluster
> storage domain, and you can repair is safely.
> 
> > 
> > On Fri, 2016-02-19 at 23:34 +0200, Nir Soffer wrote:
> > 
> > On Fri, Feb 19, 2016 at 10:58 PM, Cameron Christensen
> > <cameron.christen...@uk2group.com> wrote:
> > 
> > Hello,
> > 
> > I am using glusterfs storage and ran into a split-brain issue. One
> > of the
> > file affected by split-brain was dom_md/ids. In attempts to fix the
> > split-brain issue I deleted the dom_md/ids file. Is there a method
> > to
> > recreate or reconstruct this file?
> > 
> > 
> > You can do this:
> > 
> > 1. Put the gluster domain to maintenance (via engine)
> > 
> > No host should access it while you reconstruct the ids file
> > 
> > 2. Mount the gluster volume manually
> > 
> > mkdir repair
> > mount -t glusterfs :/ repair/
> > 
> > 3. Create the file:
> > 
> > touch repair//dom_md/ids
> > 
> > 4. Initialize the lockspace
> > 
> > sanlock direct init -s :0:repair//dom_md/ids:0
> > 
> > 5. Unmount the gluster volume
> > 
> > umount repair
> > 
> > 6. Activate the gluster domain (via engine)
> > 
> > The domain should become active after a while.
> > 
> > 
> > David: can you confirm this is the best way to reconstruct the ids
> > file?
> > 
> > Nir

signature.asc
Description: This is a digitally signed message part
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Missing dom_md/ids file

2016-02-19 Thread Cameron Christensen
I cannot put the gluster domain into maintenance. I'm believe this is
because the data center has a status of Non responsive (because a host
cannot connect to storage or start SPM). The only option available on
the gluster storage is activate. I have put all the hosts into
maintenance. Is this enough to continue with the initialize lockspace
step?
On Fri, 2016-02-19 at 23:34 +0200, Nir Soffer wrote:
> On Fri, Feb 19, 2016 at 10:58 PM, Cameron Christensen
> <cameron.christen...@uk2group.com> wrote:
> > Hello,
> > 
> > I am using glusterfs storage and ran into a split-brain issue. One
> > of the
> > file affected by split-brain was dom_md/ids. In attempts to fix the
> > split-brain issue I deleted the dom_md/ids file. Is there a method
> > to
> > recreate or reconstruct this file?
> 
> You can do this:
> 
> 1. Put the gluster domain to maintenance (via engine)
> 
> No host should access it while you reconstruct the ids file
> 
> 2. Mount the gluster volume manually
> 
> mkdir repair
> mount -t glusterfs :/ repair/
> 
> 3. Create the file:
> 
> touch repair//dom_md/ids
> 
> 4. Initialize the lockspace
> 
> sanlock direct init -s :0:repair//dom_md/ids:0
> 
> 5. Unmount the gluster volume
> 
> umount repair
> 
> 6. Activate the gluster domain (via engine)
> 
> The domain should become active after a while.
> 
> 
> David: can you confirm this is the best way to reconstruct the ids
> file?
> 
> Nir

signature.asc
Description: This is a digitally signed message part
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Missing dom_md/ids file

2016-02-19 Thread Cameron Christensen
Hello,

I am using glusterfs storage and ran into a split-brain issue. One of
the file affected by split-brain was dom_md/ids. In attempts to fix the
split-brain issue I deleted the dom_md/ids file. Is there a method to
recreate or reconstruct this file?

Thanks,

Cameron

signature.asc
Description: This is a digitally signed message part
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Upgrade to Ovirt 3.5.0 Authentication Fails to IPA

2014-11-18 Thread Cameron Christensen
On Mon, 2014-11-17 at 16:48 -0500, Alon Bar-Lev wrote:
 
 - Original Message -
  From: Cameron Christensen cameron.christen...@uk2group.com
  To: Alon Bar-Lev alo...@redhat.com
  Cc: users@ovirt.org
  Sent: Monday, November 17, 2014 11:43:34 PM
  Subject: Re: [ovirt-users] Upgrade to Ovirt 3.5.0 Authentication Fails to 
  IPA
  
  
  
  On Mon, 2014-11-17 at 14:39 -0500, Alon Bar-Lev wrote:
   
   - Original Message -
From: Cameron Christensen cameron.christen...@uk2group.com
To: users@ovirt.org
Sent: Friday, November 14, 2014 5:39:54 PM
Subject: [ovirt-users] Upgrade to Ovirt 3.5.0 Authentication Fails to 
IPA

Hello,

I upgraded to ovirt 3.5.0 and can no longer authenticate to IPA.
Starting up ovrit-engine the extension manager fails to properly load
the service that handles Kerberos/LDAP.
   
   This is probably a bug, can you please execute the following and paste
   result:
   
   # PGPASSWORD=@PASSWORD@ psql -U engine -d engine -c select * from
   vdc_options where option_name='LDAPSecurityAuthentication'
   
  
   option_id |option_name |   option_value| version
  ---++---+-
 165 | LDAPSecurityAuthentication | example.org:GSSAPI | general
  
  I replaced my domain name with 'example.org'
  
 
 I thought it will be empty... and it contains valid value. Yair?
 
Looking through the vdc_options table I noticed that many of the LDAP*
and Ad* settings use two different spellings for the Kerberos/LDAP
domain. One in all upper case letters, EXAMPLE.ORG and one in all lower
case, example.org. (I'm guessing this is to handle either spelling of
the domain?)

I updated LDAPSecurityAuthentication and set the option_value to use
both the upper case and lower case domain name,
'EXAMPLE.ORG:GSSAPI,example.org:GSSAPI'.

select * from vdc_options where option_name =
'LDAPSecurityAuthentication';
 option_id |option_name |option_value
| version 
---++-+-
   165 | LDAPSecurityAuthentication |
EXAMPLE.ORG:GSSAPI,example.org:GSSAPI | general

Using both domain names I am able to authenticate, authorize and pull
account information from the IPA server once again.

Thanks for pointing me at the right location.

Cameron


signature.asc
Description: This is a digitally signed message part
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Upgrade to Ovirt 3.5.0 Authentication Fails to IPA

2014-11-17 Thread Cameron Christensen


On Mon, 2014-11-17 at 14:39 -0500, Alon Bar-Lev wrote:
 
 - Original Message -
  From: Cameron Christensen cameron.christen...@uk2group.com
  To: users@ovirt.org
  Sent: Friday, November 14, 2014 5:39:54 PM
  Subject: [ovirt-users] Upgrade to Ovirt 3.5.0 Authentication Fails to IPA
  
  Hello,
  
  I upgraded to ovirt 3.5.0 and can no longer authenticate to IPA.
  Starting up ovrit-engine the extension manager fails to properly load
  the service that handles Kerberos/LDAP.
 
 This is probably a bug, can you please execute the following and paste result:
 
 # PGPASSWORD=@PASSWORD@ psql -U engine -d engine -c select * from 
 vdc_options where option_name='LDAPSecurityAuthentication'
 

 option_id |option_name |   option_value| version 
---++---+-
   165 | LDAPSecurityAuthentication | example.org:GSSAPI | general

I replaced my domain name with 'example.org'

Cameron


signature.asc
Description: This is a digitally signed message part
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Upgrade to Ovirt 3.5.0 Authentication Fails to IPA

2014-11-14 Thread Cameron Christensen
Hello,

I upgraded to ovirt 3.5.0 and can no longer authenticate to IPA.
Starting up ovrit-engine the extension manager fails to properly load
the service that handles Kerberos/LDAP.

engine.log:
...
2014-11-10 11:29:25,106 INFO
[org.ovirt.engine.core.dal.job.ExecutionMessageDirector] (MSC service
thread 1-10) Start initializing ExecutionMessageDirector
2014-11-10 11:29:25,108 INFO
[org.ovirt.engine.core.dal.job.ExecutionMessageDirector] (MSC service
thread 1-10) Finished initializing ExecutionMessageDirector
2014-11-10 11:29:25,145 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Loading extension 'builtin-authn-internal'
2014-11-10 11:29:25,146 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Extension 'builtin-authn-internal' loaded
2014-11-10 11:29:25,148 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Loading extension 'internal'
2014-11-10 11:29:25,150 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Extension 'internal' loaded
2014-11-10 11:29:25,154 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Loading extension 'builtin-authn-EXAMPLE.ORG'
2014-11-10 11:29:25,215 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Extension 'builtin-authn-EXAMPLE.ORG' loaded
2014-11-10 11:29:25,218 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Loading extension 'EXAMPLE.ORG'
2014-11-10 11:29:25,264 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Extension 'EXAMPLE.ORG' loaded
2014-11-10 11:29:25,265 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Initializing extension 'EXAMPLE.ORG'
2014-11-10 11:29:25,265 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Extension 'EXAMPLE.ORG' initialized
2014-11-10 11:29:25,266 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Initializing extension 'builtin-authn-internal'
2014-11-10 11:29:25,266 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Extension 'builtin-authn-internal' initialized
2014-11-10 11:29:25,267 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Initializing extension 'builtin-authn-EXAMPLE.ORG'
2014-11-10 11:29:25,267 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Extension 'builtin-authn-EXAMPLE.ORG' initialized
2014-11-10 11:29:25,268 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Initializing extension 'internal'
2014-11-10 11:29:25,268 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Extension 'internal' initialized
2014-11-10 11:29:25,268 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Start of enabled extensions list
2014-11-10 11:29:25,269 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Instance name: 'EXAMPLE.ORG', Extension name:
'Kerberos/Ldap Authz (Built-in)', Version: 'N/A', Notes: '', License:
'ASL 2.0',
 Home: 'http://www.ovirt.org', Author 'The oVirt Project', Build
interface Version: '0',  File: 'N/A', Initialized: 'true'
2014-11-10 11:29:25,270 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Instance name: 'builtin-authn-internal', Extension name:
'Internal Authn (Built-in)', Version: 'N/A', Notes: '', License: 'AS
L 2.0', Home: 'http://www.ovirt.org', Author 'The oVirt Project', Build
interface Version: '0',  File: 'N/A', Initialized: 'true'
2014-11-10 11:29:25,270 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Instance name: 'builtin-authn-EXAMPLE.ORG', Extension name:
'Kerberos/Ldap Authn (Built-in)', Version: 'N/A', Notes: '', Licen
se: 'ASL 2.0', Home: 'http://www.ovirt.org', Author 'The oVirt Project',
Build interface Version: '0',  File: 'N/A', Initialized: 'true'
2014-11-10 11:29:25,271 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) Instance name: 'internal', Extension name: 'Internal Authz
(Built-in)', Version: 'N/A', Notes: '', License: 'ASL 2.0', Home:
'http://www.ovirt.org', Author 'The oVirt Project', Build interface
Version: '0',  File: 'N/A', Initialized: 'true'
2014-11-10 11:29:25,272 INFO
[org.ovirt.engine.core.extensions.mgr.ExtensionsManager] (MSC service
thread 1-10) End of enabled extensions list
2014-11-10 11:29:25,404 INFO
[org.ovirt.engine.core.bll.aaa.DbUserCacheManager] (MSC service thread
1-10) Start initializing DbUserCacheManager
2014-11-10 11:29:25,405 INFO
[org.ovirt.engine.core.bll.aaa.DbUserCacheManager] (MSC service thread
1-10) Finished initializing DbUserCacheManager
2014-11-10