[ovirt-users] Tunable parameters in ovirt engine

2018-03-07 Thread Hari Prasanth Loganathan
Hi Team, *Description of problem:* I am trying to achieve 1000 concurrent request to oVirt. What are the tunable parameters to achieve this? I tried to perform the benchmarking for ovirt engine using Apache benchmark using the same SSO token. ab -n 1000 -c 500 -k -H "accept: application/json" -

Re: [ovirt-users] Tunable parameters in ovirt engine

2018-03-07 Thread Hari Prasanth Loganathan
r when talking to a Java application server, because it re-uses > connections better. > > On 03/07/2018 02:20 PM, Hari Prasanth Loganathan wrote: > >> Hi Team, >> >> *Description of problem:* >> >> I am trying to achieve 1000 concurrent request to oVirt. Wha

Re: [ovirt-users] Tunable parameters in ovirt engine

2018-03-07 Thread Hari Prasanth Loganathan
> https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/ > examples/asynchronous_inventory.py > > Ruby: > > https://github.com/oVirt/ovirt-engine-sdk-ruby/blob/master/ > sdk/examples/asynchronous_inventory.rb > > > On 03/07/2018 02:43 PM, Hari Prasanth Loganathan

Re: [ovirt-users] Tunable parameters in ovirt engine

2018-03-07 Thread Hari Prasanth Loganathan
, the number of connections to the > database, etc. > > Let me insist a bit that if you base your benchmark solely on the number > of concurrent requests or connections that the server can handle you may > end up with meaningless results, as a real world application can/should use &g

Re: [ovirt-users] Tunable parameters in ovirt engine

2018-03-08 Thread Hari Prasanth Loganathan
o > keep it alive. Some clients don't handle that perfectly, "ab" may have that > problem. If that makes the SSL error messages disappear then I think you > can safely ignore them, and restore the "-k" option, if you want. > > On 03/07/2018 07:30 PM, Hari

Re: [ovirt-users] Tunable parameters in ovirt engine

2018-03-08 Thread Hari Prasanth Loganathan
, Juan Hernández wrote: > But other than those SSL error messages, are the connections really > failing? Can you share the results reported by "ab"? > > > On 03/08/2018 12:16 PM, Hari Prasanth Loganathan wrote: > >> No Juan, It is not working with any benchmark / appl

Re: [ovirt-users] Tunable parameters in ovirt engine

2018-03-08 Thread Hari Prasanth Loganathan
ine? On Thu, Mar 8, 2018 at 5:15 PM, Juan Hernández wrote: > I think the configuration is good. There may be some connections that the > server is closing before the client expected, but that is normal, in my > opinion. > > > On 03/08/2018 12:34 PM, Hari Prasanth Loganathan

Re: [ovirt-users] Tunable parameters in ovirt engine

2018-03-08 Thread Hari Prasanth Loganathan
Hi Juan, Could you help me with this question : 1) Is there a limitation in using the same token? Like one token can server only X number of request? On Thu, Mar 8, 2018 at 6:01 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Juan, > > Now we go

[ovirt-users] Limitation in using Ovirt SSO Token

2018-03-08 Thread Hari Prasanth Loganathan
Hi Team, I would like to know, Is there any limitation in using the same sso token for multiple request. I observe that when I use the same sso token for more than 900 HTTP Rest request, the application went down. Is there any limitation in using same SSO token? I could see that my status is show

Re: [ovirt-users] Limitation in using Ovirt SSO Token

2018-03-08 Thread Hari Prasanth Loganathan
Hi Yaniv, To give an example, We are planning to create and manage our VM's using oVirt. Instead of managing oVirt using UI, We will be writing the script which hits the oVirt engine periodically for different functionality. so We would like to take a benchmark to finalise the number of hits to ov

Re: [ovirt-users] Limitation in using Ovirt SSO Token

2018-03-08 Thread Hari Prasanth Loganathan
, 2018 at 11:05 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Yaniv, > > To give an example, We are planning to create and manage our VM's using > oVirt. > Instead of managing oVirt using UI, We will be writing the script which > hits the

[ovirt-users] PostgreSQL tuning in oVirt

2018-03-12 Thread Hari Prasanth Loganathan
Hi Team, We increased the number of threads in Apache web server and JBoss and we are able to scale up to 500 concurrent requests in oVirt. But after the long run, we are getting the below error from PostgreSQL but the oVirt is still running successfully. org.springframework.dao.DataAccessResour

[ovirt-users] Status in oVirt

2018-03-13 Thread Hari Prasanth Loganathan
Hi Guys, What is the best way to get the oVirt status like 1) Apache web server is running, 2) Jboss server is running, 3) postGreSQL server is running Thanks, Hari -- DISCLAIMER The information in this e-mail is confidential and may be subject to legal privilege. It is intended solely for

Re: [ovirt-users] Status in oVirt

2018-03-13 Thread Hari Prasanth Loganathan
Ya Thanks, your help is appreciated. On Wed, 14 Mar 2018 at 1:14 AM, Roy Golan wrote: > > > On Tue, Mar 13, 2018, 2:26 PM Hari Prasanth Loganathan < > hariprasant...@msystechnologies.com> wrote: > >> Hi Guys, >> >> What is the best way to get the oVirt

[ovirt-users] Query on VM Clone

2018-03-29 Thread Hari Prasanth Loganathan
Hi Team, 1) I perform the VM clone using the following API api/vms/{vmId}/clone 2) The above API is returning the job id 3) Using the job Id, we continuously query the oVirt to get the status of the clone operation. /api/jobs/${vmCloneJobId} We are able to successfully get

Re: [ovirt-users] Query on VM Clone

2018-03-29 Thread Hari Prasanth Loganathan
Thanks, Ondra. Appreciated. On Thu, Mar 29, 2018 at 2:51 PM, Ondra Machacek wrote: > On 03/29/2018 11:09 AM, Hari Prasanth Loganathan wrote: > >> Hi Team, >> >> 1) I perform the VM clone using the following API >> >> api/vms/{vmId}/clone >> >&g

[ovirt-users] Admin user locked

2018-04-17 Thread Hari Prasanth Loganathan
Hi Team, What is the reason for the following lock error for admin user? 2018-04-16 21:12:38,278+05 INFO [org.ovirt.engine.extension.aaa.jdbc.core.Authentication] (default task-17) [] locking user: admin due to interval failures I am able to unlock it. But I would like to know the reason for thi

Re: [ovirt-users] Admin user locked

2018-04-17 Thread Hari Prasanth Loganathan
Hi Gianluca, Sorry for the large file size. It is available at the following link, please let me know the reason for this error. https://files.fm/u/4th5yqn6#_ Thanks, Hari On Tue, Apr 17, 2018 at 3:05 PM, Gianluca Cecchi wrote: > On Tue, Apr 17, 2018 at 11:27 AM, Hari Prasanth Loganat

Re: [ovirt-users] Admin user locked

2018-04-17 Thread Hari Prasanth Loganathan
We didn't install OVN provider. What is the meaning of interval failures? On Tue, Apr 17, 2018 at 3:18 PM, Gianluca Cecchi wrote: > On Tue, Apr 17, 2018 at 11:41 AM, Hari Prasanth Loganathan < > hariprasant...@msystechnologies.com> wrote: > >> Hi Gianluca, >>

Re: [ovirt-users] Admin user locked

2018-04-17 Thread Hari Prasanth Loganathan
oblems recurr? > > To unlock you can use (from a bash shell): "ovirt-aaa-jdbc-tool user > unlock admin" > > HTH > > > On Tue, Apr 17, 2018 at 1:23 PM, Hari Prasanth Loganathan < > hariprasant...@msystechnologies.com> wrote: > >> We didn't inst

[ovirt-users] PostgreSql in oVirt

2018-04-17 Thread Hari Prasanth Loganathan
Hi Team, 1) How to access the default postgres database running as default in the ovirt engine environment ? 2) What are the tables used for collecting disk level statistics in postgresql? 3) Is there any datamodel available to debug the postgresql tables? Thanks, Harry

Re: [ovirt-users] PostgreSql in oVirt

2018-04-17 Thread Hari Prasanth Loganathan
I am not able login to psql also :( [root@ovirt ovirt-engine]# su - postgres Last login: Tue Apr 17 23:24:32 IST 2018 on pts/4 -bash-4.2$ psql bash: psql: command not found... -bash-4.2$ On Tue, Apr 17, 2018 at 11:13 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com>

Re: [ovirt-users] PostgreSql in oVirt

2018-04-17 Thread Hari Prasanth Loganathan
Guys any help on this please ! On Tue, 17 Apr 2018 at 11:13 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Team, > > 1) How to access the default postgres database running as default in the > ovirt engine environment ? > > 2) What

Re: [ovirt-users] PostgreSql in oVirt

2018-04-17 Thread Hari Prasanth Loganathan
gt; wrote: > If you searched in the archives you'll find the explanation: postgres > comes from softwarecollections. > > You need to do this: > > su - postgres > scl enable rh-postgresql95 bash > psql > > > Luca > > Il mar 17 apr 2018, 22:48 Hari Pra

[ovirt-users] Postgresql tables

2018-04-19 Thread Hari Prasanth Loganathan
Hi Team, I am trying to get the disk level statistics using oVirt with the following API, /ovirt-engine/api/disks/{unique_disk_id}/statistics/ *and I get this response : * { "statistic": [ { "kind": "gauge", "type": "decimal", "unit": "bytes_per_

Re: [ovirt-users] Postgresql tables

2018-04-19 Thread Hari Prasanth Loganathan
00c29cc7b80','f'); Thanks, Hari On Thu, Apr 19, 2018 at 10:15 PM, Benny Zlotnik wrote: > It is in the disk_image_dynamic table > > On Thu, Apr 19, 2018 at 3:36 PM, Hari Prasanth Loganathan msystechnologies.com> wrote: > >> Hi Team, >> >> I

Re: [ovirt-users] Postgresql tables

2018-04-19 Thread Hari Prasanth Loganathan
gt; there are also another way how to get VM stats. > > You could hook into VDSM, see > https://www.ovirt.org/develop/developer-guide/vdsm/vdsm-client/, > command vdsm-client Host getAllVmStats > > Peter > > On 19/04/2018 18:48, Hari Prasanth Loganathan wrote: > &

Re: [ovirt-users] Postgresql tables

2018-04-19 Thread Hari Prasanth Loganathan
How is the disk id mapped to this table : disk_image_dynamic table? If I need statistics of all the disk, How can I get it? On Thu, Apr 19, 2018 at 10:15 PM, Benny Zlotnik wrote: > It is in the disk_image_dynamic table > > On Thu, Apr 19, 2018 at 3:36 PM, Hari Prasanth L

Re: [ovirt-users] Postgresql tables

2018-04-19 Thread Hari Prasanth Loganathan
How frequently is the 'disk_all table' is updated with new statistics? On Fri, Apr 20, 2018 at 11:15 AM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > How is the disk id mapped to this table : disk_image_dynamic table? > > If I need statistics

Re: [ovirt-users] Postgresql tables

2018-04-19 Thread Hari Prasanth Loganathan
pr 20, 2018, 8:57 AM Hari Prasanth Loganathan msystechnologies.com> wrote: > >> How frequently is the 'disk_all table' is updated with new statistics? >> >> On Fri, Apr 20, 2018 at 11:15 AM, Hari Prasanth Loganathan < >> hariprasant...@msystechnolo

Re: [ovirt-users] Postgresql tables

2018-04-19 Thread Hari Prasanth Loganathan
50e5e571?follow=disk_attachments.disk.statistics > > > > Peter > > On 20/04/2018 08:14, Hari Prasanth Loganathan wrote: > > Ovirt API doesn't provide the API to get all the disk statistics > > at once. We need to hit for each Disk. It is an overhead. >

[ovirt-users] Ovirt Code Build Error

2018-04-26 Thread Hari Prasanth Loganathan
Hi Team, I try to build the oVirt code and I get the following error, [INFO] Common utilities ... SUCCESS [ 8.089 s] [INFO] Branding package ... SUCCESS [ 1.849 s] [INFO] ovirt-engine sso ... SUCCESS [

Re: [ovirt-users] Ovirt Code Build Error

2018-04-26 Thread Hari Prasanth Loganathan
I am using mvn clean install -Dmaven.test.skip=true and I end up with that error. On Thu, Apr 26, 2018 at 1:24 PM, Roy Golan wrote: > what's you maven command? or make? > > If you didn't already just try 'mvn clean install' > > On Thu, 26 Apr 201

Re: [ovirt-users] Ovirt Code Build Error

2018-04-26 Thread Hari Prasanth Loganathan
[N].dumpstream. I get this error. On Thu, Apr 26, 2018 at 2:15 PM, Roy Golan wrote: > > > On Thu, 26 Apr 2018 at 10:55 Hari Prasanth Loganathan msystechnologies.com> wrote: > >> I am using mvn clean install -Dmaven.test.skip=true and I end up with >> that error

[ovirt-users] Virtual Machine Storage Size

2018-04-26 Thread Hari Prasanth Loganathan
Hi Team, How to get the total and used storage size of a VM? When I run statistics Rest URL I get the following response, Which is the Total and Used storage in it? { "next_run_configuration_exists": "false", "numa_tune_mode": "interleave", "status": "down",

Re: [ovirt-users] Ovirt Code Build Error

2018-04-26 Thread Hari Prasanth Loganathan
018 at 2:57 PM, Roy Golan wrote: > what's the exact test failure? > > On Thu, 26 Apr 2018 at 12:12 Hari Prasanth Loganathan msystechnologies.com> wrote: > >> If I remove the skip=true, >> >> [INFO] Common Code SUCCESS

[ovirt-users] oVirt web console for VM

2018-06-07 Thread Hari Prasanth Loganathan
Hi Team, I am able to 1) Create a VM 2) Create and Attach DISK and NIC 3) I powered on the VM but I am yet to provide the network configuration for it. So there is no IP assigned, It is in Green color with UP arrow. Now I need to connect to this virtual machine and login using Guest console, I s

[ovirt-users] Re: oVirt web console for VM

2018-06-08 Thread Hari Prasanth Loganathan
od, I am sorry and please clarify > > On Thu, Jun 7, 2018 at 1:34 PM, Hari Prasanth Loganathan msystechnologies.com> wrote: > >> Hi Team, >> >> I am able to >> >> 1) Create a VM >> 2) Create and Attach DISK and NIC >> 3) I powered on the VM but I

[ovirt-users] Re: oVirt web console for VM

2018-06-08 Thread Hari Prasanth Loganathan
it on mac or windows > > /tony > > On 08/06/18 11:05, Hari Prasanth Loganathan wrote: > > Thanks for the respinse Pavol. > > > > When I click on console, It is downloading the file console.vv, But not > > opening a console for it. > > Am I

[ovirt-users] Re: oVirt web console for VM

2018-06-08 Thread Hari Prasanth Loganathan
ny > > On 08/06/18 11:42, Hari Prasanth Loganathan wrote: > > Hi Tony, > > > > I get the following error when I run this /virt-viewer console.vv/ > > > > *Unable to connect to libvirt with URI [none] * > > > > > > Thanks, > > Hari > > &

[ovirt-users] Re: oVirt web console for VM

2018-06-08 Thread Hari Prasanth Loganathan
It worked, Thank you so much. On Fri, Jun 8, 2018 at 3:27 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Could you help me How can I make the web browser to make use of > virt-viewer? Could you guide me in this? > > On Fri, Jun 8, 2018 at 3:25 PM,

[ovirt-users] Latency and Bandwidth for Disk level statistics

2018-06-11 Thread Hari Prasanth Loganathan
Hi Team, I have created a VM using oVirt, which is in UP state now. 1) I opened the guest console using oVirt 2) I want to get the statistics for disk so I tried to create and write some content in the file (say test.txt) in loop to increase the latency and bandwidth in disk. 3) I observed that C

[ovirt-users] Useless disk statistics API

2018-06-12 Thread Hari Prasanth Loganathan
Hi Team, I use the following API to get the disk statistics as per the oVirt rest API documentation. http://ovirt.github.io/ovirt-engine-api-model/4.2/#types/disk/links/statistics https://172.30.X.X/ovirt-engine/api/disks/f78c8adf-23f9-4f52-a29b-0de3d844652e/statistics { "statistic": [ { "kin

[ovirt-users] Re: Useless disk statistics API

2018-06-12 Thread Hari Prasanth Loganathan
Hi Yedidyah, Thanks for your response. I also tried creating the file, writing some content to the VM guest console. Still, I didn't see any increase in the values, It is always 0. On Wed, Jun 13, 2018 at 10:58 AM, Yedidyah Bar David wrote: > On Tue, Jun 12, 2018 at 1:24 PM, Hari

[ovirt-users] Re: Useless disk statistics API

2018-06-12 Thread Hari Prasanth Loganathan
vid wrote: > On Wed, Jun 13, 2018 at 8:45 AM, Hari Prasanth Loganathan > wrote: > > Hi Yedidyah, > > > > Thanks for your response. I also tried creating the file, writing some > > content to the VM guest console. Still, I didn't see any increase in the > &g

[ovirt-users] Re: Useless disk statistics API

2018-06-13 Thread Hari Prasanth Loganathan
Hi Yedidyah, I tried the read also, same result 0, On Wed, Jun 13, 2018 at 12:54 PM, Yedidyah Bar David wrote: > On Wed, Jun 13, 2018 at 9:53 AM, Hari Prasanth Loganathan msystechnologies.com> wrote: > >> Hi Yedidyah, >> >> >> *I tried running the 'dd

[ovirt-users] Re: Useless disk statistics API

2018-06-13 Thread Hari Prasanth Loganathan
Hi Yedidyah, Could you check the following read with *vmstat* operation, check the complete image. On Wed, Jun 13, 2018 at 1:48 PM, Yedidyah Bar David wrote: > On Wed, Jun 13, 2018 at 10:43 AM, Hari Prasanth Loganathan < > hariprasant...@msystechnologies.com> wrote: >

[ovirt-users] Ignore extra parameters in oVirt API

2018-06-20 Thread Hari Prasanth Loganathan
Hi Team, I want to attach the disk using the oVIrt rest API, I use the version* 4.2* and completed my script. But when I downgrade my oVirt to lower version *4.1*, I get the following error. detail: 'For correct usage, see: https://X.X.99.84/ovirt-engine/api/v4/model#services/disk-attachments/met

[ovirt-users] Re: Ignore extra parameters in oVirt API

2018-06-20 Thread Hari Prasanth Loganathan
e_domains": { "storage_domain": [{ "name": "cinder_newone" }] }, "provisioned_size": 1073741824, "interface": "virtio", "format": "cow", * "test" : &quo

[ovirt-users] Re: Ignore extra parameters in oVirt API

2018-06-20 Thread Hari Prasanth Loganathan
(Feature.FAIL_ON_UNKNOWN_PROPERTIES, false); As a default, this flag is set as false, then How I get this error? Any idea? Thanks, Hari On Wed, Jun 20, 2018 at 5:21 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi all, > > To clarify my payload is like below

[ovirt-users] Re: Ignore extra parameters in oVirt API

2018-06-20 Thread Hari Prasanth Loganathan
Guys any update on this? if you have any clarification let me know please. Thanks On Wed, 20 Jun 2018 at 5:41 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Team, > > I got one clue, using the code base : > https://github.com/oVirt

[ovirt-users] Re: Ignore extra parameters in oVirt API

2018-06-20 Thread Hari Prasanth Loganathan
Hari Prasanth Loganathan msystechnologies.com> wrote: > >> Guys any update on this? if you have any clarification let me know >> please. >> >> Thanks >> >> On Wed, 20 Jun 2018 at 5:41 PM, Hari Prasanth Loganathan > msystechnologies.com> wrote: >&g

[ovirt-users] Re: Ignore extra parameters in oVirt API

2018-06-21 Thread Hari Prasanth Loganathan
Could somebody explain this please? On Thu, Jun 21, 2018 at 7:41 AM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > *Hi Ondra / Ori,* > > https://github.com/oVirt/ovirt-engine/search?q=FAIL_ON_ > UNKNOWN_PROPERTIES%2C+false%29%3B&unscoped_q=FAIL_ON

[ovirt-users] Re: Ignore extra parameters in oVirt API

2018-06-21 Thread Hari Prasanth Loganathan
/ovirt/engine/api/restapi/ > json/CustomObjectMapper.java#L28 > > You need to handle this situation client side. > > On 06/21/2018 11:21 AM, Hari Prasanth Loganathan wrote: > >> Could somebody explain this please? >> >> On Thu, Jun 21, 2018 at 7:41 AM,

[ovirt-users] Re: Ignore extra parameters in oVirt API

2018-06-21 Thread Hari Prasanth Loganathan
None/null/nil and it > won't be generated to the XML body which SDK send. > > On 06/21/2018 12:52 PM, Hari Prasanth Loganathan wrote: > >> Thanks, Ondra for confirming. >> >> You need to handle this situation client side. >> >> So you are saying there

[ovirt-users] Re: Ignore extra parameters in oVirt API

2018-06-21 Thread Hari Prasanth Loganathan
and use it against 4.0 where it > will be igonored and use it also agains 4.2 where it will be supported, > it's quite simple to do in our SDKs, not sure how it can be done in your > script, is it bash or something else? > > On 06/21/2018 01:05 PM, Hari Prasanth Loganathan wrote: &g

[ovirt-users] snapshot going to locked state and stays with it

2018-06-25 Thread Hari Prasanth Loganathan
Hi Team, I took a snapshot using oVirt and it stays in the LOCKED state for half an hour. DateJun 25, 2018, 1:06:58 PMStatus*LOCKED*MemoryfalseDescription Immediate2018625-13655Defined Memory1024MBPhysical Memory Guaranteed1024MBNumber of CPU Cores1 (1:1:1) 1) What could be the reason for this

[ovirt-users] Re: snapshot going to locked state and stays with it

2018-06-25 Thread Hari Prasanth Loganathan
dition, what is the version that you using? > > On Mon, Jun 25, 2018 at 10:47 AM, Hari Prasanth Loganathan < > hariprasant...@msystechnologies.com> wrote: > >> Hi Team, >> >> I took a snapshot using oVirt and it stays in the LOCKED state for half >> an

[ovirt-users] Error in disk statistics REST API

2018-06-28 Thread Hari Prasanth Loganathan
Hi Team, We are getting this error for the following API https://172.30.X.X/ovirt-engine/api/disks?follow=statistics *But the following API works :* https://172.30.X.X/ovirt-engine/api/vms?follow=statistics *Error in server.log: (when we try to hit to the https://172.30.X.X/ovirt-engine/api

[ovirt-users] Re: Error in disk statistics REST API

2018-06-28 Thread Hari Prasanth Loganathan
This issue is resolved. It is a problem from my side. Thanks. On Thu, Jun 28, 2018 at 3:58 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Team, > > We are getting this error for the following API > > https://172.30.X.X/ovirt-engine/api/di

[ovirt-users] oVirt Authentication and Authorization

2018-06-28 Thread Hari Prasanth Loganathan
Hi Team, We have three components in our setup 1) Our Script (application using python) 2) Ovirt 3) LDAP (Also integrated to oVirt) 1) Our Python application is authenticating to LDAP and it creates a token for our application 2) For accessing the API's in oVIrt, I need to contact to the oVirt A

[ovirt-users] Re: oVirt Authentication and Authorization

2018-06-29 Thread Hari Prasanth Loganathan
Guys any update on this, If you have any clarification in my query please let me know. Thanks, Hari On Thu, Jun 28, 2018 at 6:19 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Team, > > We have three components in our setup > > 1) Our Scri

[ovirt-users] Re: oVirt Authentication and Authorization

2018-06-29 Thread Hari Prasanth Loganathan
eed all users to access without any > username/password? Why not rather share some username/password of guest > account them? > > On 06/29/2018 12:39 PM, Hari Prasanth Loganathan wrote: > >> Guys any update on this, If you have any clarification in my query please >> let m

[ovirt-users] Re: oVirt Authentication and Authorization

2018-07-02 Thread Hari Prasanth Loganathan
Hi Ondra, If my query is not clear, please let me know. I would like to explain it with examples. Any help is much appreciated. Thanks, Hari On Fri, Jun 29, 2018 at 5:09 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Thanks Ondra for the response. > &

[ovirt-users] API token in postgres

2018-07-03 Thread Hari Prasanth Loganathan
Hi Team, Which postgres table is used to store the relation between sessionId and SSO token ? I verified the *github* : https://github.com/oVirt/ovirt-engine/blob/d910a6e14bdb9fad0f21b8d9f22723f53db2fd2d/backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/filters/SsoRestApiAuthFil

[ovirt-users] Re: API token in postgres

2018-07-03 Thread Hari Prasanth Loganathan
Hi Guys, Could somebody help on the postgres table, Which table is used to store the mapping between sessionId and sso token? If my query is not clear, please let me know. Thanks, Hari On Tue, Jul 3, 2018 at 6:14 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote:

[ovirt-users] Re: API token in postgres

2018-07-03 Thread Hari Prasanth Loganathan
Guys, any help is appreciated. I am not able to find the table in Postgres. Please let me know. Thanks On Tue, 3 Jul 2018 at 9:52 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Guys, > > Could somebody help on the postgres table, Which table i

[ovirt-users] Re: API token in postgres

2018-07-04 Thread Hari Prasanth Loganathan
/ovirt-engine/blob/15b0de3a83c090384 29b67cc45ee36aa26096891/backend/manager/modules/bll/src/main/java/org/ovirt/ engine/core/bll/aaa/SessionDataContainer.java Thanks, Hari On Wed, Jul 4, 2018 at 3:05 AM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Guys, any help

[ovirt-users] ENGINE_SSO_AUTH_URL configuration

2018-07-04 Thread Hari Prasanth Loganathan
Hi Team, I want oVirt to point to my Authentication / Authorization HTTP URL, so I modified the following property in */etc/ovirt-engine/engine.conf.d/11-setup-sso.conf* #ENGINE_SSO_AUTH_URL="https://${ENGINE_FQDN}:443/ovirt-engine/sso"; ENGINE_SSO_AUTH_URL="http://172.30.39.176:9090/api/auth/

[ovirt-users] Re: ENGINE_SSO_AUTH_URL configuration

2018-07-04 Thread Hari Prasanth Loganathan
Okay Thanks Martin. I already come across this blog but curious any way to point the authentication and authorization to my HTTP URL. so that I don't want to depend on the ovirt token. On Wed, Jul 4, 2018 at 5:04 PM, Martin Perina wrote: > > > On Wed, Jul 4, 2018 at 12:02 PM,

[ovirt-users] Re: ENGINE_SSO_AUTH_URL configuration

2018-07-04 Thread Hari Prasanth Loganathan
d of oVirt token? I mean like My_Application ---> (using client id - test) oVirt API Thanks, Hari On Wed, Jul 4, 2018 at 5:32 PM, Martin Perina wrote: > > > On Wed, Jul 4, 2018 at 1:54 PM, Hari Prasanth Loganathan msystechnologies.com> wrote: > >> Okay

[ovirt-users] Disk Statistics API in oVirt

2018-07-17 Thread Hari Prasanth Loganathan
Hi Team, We are using the following API to collect the disk statistics, https://X.X.X.2/ovirt-engine/api/ *disks/2331bad7-71ec-4fad-95bb-2b3449f3dbda/statistics* I found one issue in the disk statistics. In

[ovirt-users] Re: Disk Statistics API in oVirt

2018-07-17 Thread Hari Prasanth Loganathan
It is an issue from our side. Please ignore my question. But How frequently we will collect the disk statistics and update in PostgreSQL? Thanks, Hari On Tue, Jul 17, 2018 at 3:18 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Team, > > W

[ovirt-users] Disk Statistics API in Ovirt

2018-07-17 Thread Hari Prasanth Loganathan
Hi Team, We are using the following API to collect the disk statistics, https://X.X.X.2/ovirt-engine/api/ *disks/2331bad7-71ec-4fad-95bb-2b3449f3dbda/statistics* I found one issue in the disk statistics. In

[ovirt-users] Re: Disk Statistics API in Ovirt

2018-07-17 Thread Hari Prasanth Loganathan
Hi Guys, I think it is a serious issue, please let us know your thoughts? On Tue, Jul 17, 2018 at 3:27 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Team, > > We are using the following API to collect the disk statistics, > > https://X.X

[ovirt-users] Re: Disk Statistics API in Ovirt

2018-07-17 Thread Hari Prasanth Loganathan
eeds to be zero *But it is still retaining with last known value when the VM was in UP state.* *Expected : All values should go to ZeroActual : All values retains the last known values when the VM was in UP state. * Thanks, Hari On Tue, Jul 17, 2018 at 3:39 PM, Hari Prasanth Loganathan <

[ovirt-users] Re: Disk Statistics API in Ovirt

2018-07-17 Thread Hari Prasanth Loganathan
These statistics give wrong result when the VM is down. Guys did you get any update on this? Any help is appreciated. Thanks, Hari On Tue, 17 Jul 2018 at 5:47 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Team, > > *Steps to reproduce :* >

[ovirt-users] Re: Disk Statistics API in oVirt

2018-07-17 Thread Hari Prasanth Loganathan
values should go to ZeroActual : All values retains the last known values when the VM was in UP state. * Thanks, Hari On Wed, Jul 18, 2018 at 11:20 AM, Karli Sjöberg wrote: > > > On Jul 17, 2018 11:56, Hari Prasanth Loganathan msystechnologies.com> wrote: > > It is an issue fr

[ovirt-users] Guest Agent Console

2018-07-17 Thread Hari Prasanth Loganathan
Hi Team, A Quick question, As per this document ( https://www.ovirt.org/documentation/vmm-guide/chap-Installing_Linux_Virtual_Machines/), If I Install the common package - ovirt-engine-guest-agent-common using the apt-get / yum install ovirt-engine-guest-agent-common *Will it also install th

[ovirt-users] API for attaching the ISO image and virtual floppy disk to the VM

2018-07-23 Thread Hari Prasanth Loganathan
Hi Team, 1) I use the following oVirt API to attach the ISO image to the virtual machine. URL: https://X.X.X.X/ovirt-engine/api/vms/625871af-180c-4e63-8813-93963907ed17/cdroms/----

[ovirt-users] Sync LDAP users in Ovirt

2018-07-23 Thread Hari Prasanth Loganathan
Hi Team, Good Morning. I configured the ovirt with LDAP setup. Is there an *oVirt tool* (or any way) to add all the users from LDAP to Ovirt? *Observation* : 1) I am able to see that when I try to login with the user from LDAP, that user is added in Ovirt database, So Is there a way to sync al

[ovirt-users] Re: Sync LDAP users in Ovirt

2018-07-23 Thread Hari Prasanth Loganathan
Guys any update on this ? Any help is much useful for me 😊 On Mon, 23 Jul 2018 at 9:04 PM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Team, > > Good Morning. > > I configured the ovirt with LDAP setup. > > Is there an *oVirt tool*

[ovirt-users] Re: Sync LDAP users in Ovirt

2018-07-24 Thread Hari Prasanth Loganathan
script which can do this. But if you want > all users from the ldap are able to login I would suggest to you create > some group in LDAP and add all users as a member of this group and add > this group to ovirt and assign it the permissions. > > On 07/23/2018 08:36 PM, Hari Prasanth Log

[ovirt-users] Re: Sync LDAP users in Ovirt

2018-07-24 Thread Hari Prasanth Loganathan
of this group and add >> this group to ovirt and assign it the permissions. >> >> On 07/23/2018 08:36 PM, Hari Prasanth Loganathan wrote: >> >>> Guys any update on this ? >>> >>> Any help is much useful for me 😊 >>> >>> On Mon, 23

[ovirt-users] Re: Sync LDAP users in Ovirt

2018-07-24 Thread Hari Prasanth Loganathan
) > users = domain_service.users_service().list() > for user in users: > users_service.add( > types.User( > user_name=user.user_name, > domain=types.Domain( > name=domain.name, > ), > ), >

[ovirt-users] Re: Sync LDAP users in Ovirt

2018-07-24 Thread Hari Prasanth Loganathan
sign permissions to added user: > > http://ovirt.github.io/ovirt-engine-api-model/4.2/#services/ > assigned_permissions/methods/add > > > On 07/24/2018 12:06 PM, Hari Prasanth Loganathan wrote: > >> Hi Ondra, >> >> We are not using ovirtSDK, It is complet

[ovirt-users] Re: Sync LDAP users in Ovirt

2018-07-24 Thread Hari Prasanth Loganathan
Hi Paul, This API add's the user to ovirt with the domain. http://ovirt.github.io/ovirt-engine-api-model/4.2/#services/ users/methods/add But Is there an API to add the user *and also map the user to the group*? On Tue, Jul 24, 2018 at 7:31 PM, wrote: > Hi Hari, >are you sure

[ovirt-users] Re: Disk Statistics API in oVirt

2018-07-29 Thread Hari Prasanth Loganathan
Hi Guys, Any update on this, please? Thanks, Hari On Fri, Jul 27, 2018 at 5:52 AM, Greg Sheremeta wrote: > + @Tomas Jelinek do you know this one? > > On Wed, Jul 18, 2018 at 1:57 AM Hari Prasanth Loganathan msystechnologies.com> wrote: > >> Hi Karli, >> >> S

[ovirt-users] Re: Disk Statistics API in oVirt

2018-07-30 Thread Hari Prasanth Loganathan
Thanks Greg, please let me know this. On Mon, 30 Jul 2018 at 11:29 PM, Greg Sheremeta wrote: > Sorry for the delay. adding some others that may know. > > On Sun, Jul 29, 2018 at 11:02 PM Hari Prasanth Loganathan < > hariprasant...@msystechnologies.com> wrote: > >> H

[ovirt-users] Re: Disk Statistics API in oVirt

2018-07-31 Thread Hari Prasanth Loganathan
> Andrej > > On Mon, 30 Jul 2018 at 20:01, Hari Prasanth Loganathan msystechnologies.com> wrote: > >> Thanks Greg, please let me know this. >> >> >> On Mon, 30 Jul 2018 at 11:29 PM, Greg Sheremeta >> wrote: >> >>> Sorry for the dela

[ovirt-users] Space in entity names (VM and Network) in oVirt

2018-08-07 Thread Hari Prasanth Loganathan
Hi Team, I have VM's and Network's in oVirt with space in the name. How can I perform an exact search for the following name *Name1*: Aug X X *Name2*: Aug X X X 1) I try to search with space in the name, It is not working. https://172.30.60.42/ovirt-engine/api/networks?search=name%3DAug X X It

[ovirt-users] Reading an ISO image to identify the Image version and type

2018-08-07 Thread Hari Prasanth Loganathan
Hi Team, I have few ISO images, Is there a utility in oVirt which tells us which image version it is (like windows / linux version)? Thanks, Hari -- DISCLAIMER - *MSysTechnologies LLC* This email message, contents and its attachments may contain confidential, proprietary or legally privi

[ovirt-users] Re: Space in entity names (VM and Network) in oVirt

2018-08-07 Thread Hari Prasanth Loganathan
ork name is "xyz pq r" then you can type "xyz*" > But If you have vm name with space then you can search same like network. > > On Tue, Aug 7, 2018 at 4:22 PM, Hari Prasanth Loganathan msystechnologies.com> wrote: > >> Hi Team, >> >> I have VM

[ovirt-users] Re: Space in entity names (VM and Network) in oVirt

2018-08-07 Thread Hari Prasanth Loganathan
uot; . It means in each space you can put * > . > > On Tue, Aug 7, 2018 at 9:45 PM, Hari Prasanth Loganathan msystechnologies.com> wrote: > >> Thanks for your response, Gobinda, >> >> Yes it is only for network. >> The following will end up with multiple res

[ovirt-users] Re: Reading an ISO image to identify the Image version and type

2018-08-07 Thread Hari Prasanth Loganathan
On Tue, Aug 7, 2018 at 1:59 PM Hari Prasanth Loganathan msystechnologies.com> wrote: > >> Hi Team, >> >> I have few ISO images, Is there a utility in oVirt which tells us which >> image version it is (like windows / linux version)? >> > > What do you mean by

[ovirt-users] Re: Space in entity names (VM and Network) in oVirt

2018-08-07 Thread Hari Prasanth Loganathan
Thank you so much. On Tue, Aug 7, 2018 at 10:36 PM, Greg Sheremeta wrote: > Double quotes. > > [image: Screenshot from 2018-08-07 13-05-38.png] > > On Tue, Aug 7, 2018 at 12:26 PM Hari Prasanth Loganathan msystechnologies.com> wrote: > >> No wild card can't be a

[ovirt-users] Re: Reading an ISO image to identify the Image version and type

2018-08-09 Thread Hari Prasanth Loganathan
Hi Nir, Did you get a chance to look at this? Thanks, Hari On Wed, Aug 8, 2018 at 5:22 AM, Hari Prasanth Loganathan < hariprasant...@msystechnologies.com> wrote: > Hi Nir, > > Thanks for your response. > > I tried for linux iso files and I am able to get the OS with

[ovirt-users] Re: Reading an ISO image to identify the Image version and type

2018-08-10 Thread Hari Prasanth Loganathan
Thanks for your update Nir and Wesley. On Fri, Aug 10, 2018 at 8:19 PM, Nir Soffer wrote: > On Wed, Aug 8, 2018 at 2:52 AM Hari Prasanth Loganathan msystechnologies.com> wrote: > >> Hi Nir, >> >> Thanks for your response. >> >> I tried for linux iso

[ovirt-users] Disk Statistics error

2018-08-17 Thread Hari Prasanth Loganathan
Hi Team, I try to get the disk statistics using the following *Url: * * /ovirt-engine/api/disks?follow=statistics* and I get the following error in oVirt, 2018-08-17 15:34:24,663+08 ERROR [io.undertow.request] (default task-815) UT005023: Exception handling request to /ovirt-engine/api/v4/disks

[ovirt-users] Re: Disk Statistics error

2018-08-26 Thread Hari Prasanth Loganathan
> Thanks > > [1] > http://ovirt.github.io/ovirt-engine-api-model/4.3/#types/disk/links/statistics > > > *Regards,* > > *Shani Leviim* > > On Fri, Aug 17, 2018 at 11:19 AM, Hari Prasanth Loganathan < > hariprasant...@msystechnologies.com> wrote: > >> H

  1   2   >