Re: [Users] Failed to import Vm host to ovirt

2012-09-10 Thread Haim Ateya

On 09/11/2012 12:32 AM, Thomas Scofield wrote:
While trying to import a virtual machine I got very generic error 
message in the web interface "Failed to import Vm host to ovirt", in 
the engine.log I got this java exception below.  After doing some 
digging I realized the problem was I did not map the network bridge 
names from my previous machine to the bridge name used on the current 
machine. After modifing 
the master/vms/e94464d3-ae44-45ac-b09b-0e17f784a378/e94464d3-ae44-45ac-b09b-0e17f784a378.ovf 
file and updating the references to the bridge name the import worked 
as expected.  Could more information be added to the error message to 
indicate the source of the problem?  Are there any plans to allow the 
network configuration to be modified as part of the import?


Hi Thomas,

thanks for your feedback (and nice catch!).
please file 2 new bugs around this issue (one for the unhandled 
exception and another for more informative error message).


https://bugzilla.redhat.com/enter_bug.cgi?product=oVirt



2012-09-10 17:04:29,436 INFO 
 [org.ovirt.engine.core.vdsbroker.irsbroker.GetVmsInfoVDSCommand] 
(ajp--0.0.0.0-8009-3) START, GetVmsInfoVDSCommand(storagePoolId = 
04f7efb6-f9f8-11e1-af92-6805ca00c345, ignoreFailoverLimit = false, 
compatabilityVersion = null, storageDomainId = 
913e496b-b0a3-4b2e-a481-7d1a101c89db, vmIdList = null), log id: 223efce6
2012-09-10 17:04:29,446 INFO 
 [org.ovirt.engine.core.vdsbroker.irsbroker.GetVmsInfoVDSCommand] 
(ajp--0.0.0.0-8009-3) FINISH, GetVmsInfoVDSCommand, log id: 223efce6
2012-09-10 17:04:29,470 INFO 
 [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageDomainsListVDSCommand] 
(ajp--0.0.0.0-8009-3) START, 
GetImageDomainsListVDSCommand(storagePoolId = 
04f7efb6-f9f8-11e1-af92-6805ca00c345, ignoreFailoverLimit = false, 
compatabilityVersion = null, imageGroupId = 
b9d80d3d-0b3d-4249-8f12-3bc7e8b93464), log id: 682b1cec
2012-09-10 17:04:29,483 INFO 
 [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageDomainsListVDSCommand] 
(ajp--0.0.0.0-8009-3) FINISH, GetImageDomainsListVDSCommand, return: 
[], log id: 682b1cec
2012-09-10 17:04:29,484 INFO 
 [org.ovirt.engine.core.vdsbroker.irsbroker.DoesImageExistVDSCommand] 
(ajp--0.0.0.0-8009-3) START, DoesImageExistVDSCommand(storagePoolId = 
04f7efb6-f9f8-11e1-af92-6805ca00c345, ignoreFailoverLimit = false, 
compatabilityVersion = null, storageDomainId = 
913e496b-b0a3-4b2e-a481-7d1a101c89db, imageGroupId = 
b9d80d3d-0b3d-4249-8f12-3bc7e8b93464, imageId = 
60fb55ea-1450-4f3e-b3ac-4ba0db3e80ab), log id: 6677ff61
2012-09-10 17:04:29,548 INFO 
 [org.ovirt.engine.core.vdsbroker.irsbroker.DoesImageExistVDSCommand] 
(ajp--0.0.0.0-8009-3) FINISH, DoesImageExistVDSCommand, return: true, 
log id: 6677ff61
2012-09-10 17:04:29,602 INFO 
 [org.ovirt.engine.core.bll.ImportVmCommand] (pool-3-thread-49) 
[30fbeac] Running command: ImportVmCommand internal: false. Entities 
affected :  ID: 70fc57d2-4f51-4029-a7ce-9e7705b27723 Type: Storage
2012-09-10 17:04:29,607 INFO 
 [org.ovirt.engine.core.utils.transaction.TransactionSupport] 
(pool-3-thread-49) [30fbeac] transaction rolled back
2012-09-10 17:04:29,608 ERROR 
[org.ovirt.engine.core.bll.ImportVmCommand] (pool-3-thread-49) 
[30fbeac] Command org.ovirt.engine.core.bll.ImportVmCommand throw 
exception: java.lang.StringIndexOutOfBoundsException: String index out 
of range: 4
at 
java.lang.AbstractStringBuilder.deleteCharAt(AbstractStringBuilder.java:766) 
[rt.jar:1.6.0_24]
at 
java.lang.StringBuilder.deleteCharAt(StringBuilder.java:280) 
[rt.jar:1.6.0_24]
at 
org.ovirt.engine.core.bll.ImportVmCommand.auditInvalidInterfaces(ImportVmCommand.java:933) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.bll.ImportVmCommand.AddVmNetwork(ImportVmCommand.java:801) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.bll.ImportVmCommand$3.runInTransaction(ImportVmCommand.java:488) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.bll.ImportVmCommand$3.runInTransaction(ImportVmCommand.java:482) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204) 
[engine-utils.jar:]
at 
org.ovirt.engine.core.bll.ImportVmCommand.addVmToDb(ImportVmCommand.java:482) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.bll.ImportVmCommand.executeCommand(ImportVmCommand.java:476) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.bll.CommandBase.ExecuteWithoutTransaction(CommandBase.java:804) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:896) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1203) 
[engine-bll.jar:]
at 
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168) 
[engine-utils.jar:]
at 
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107) 

Re: [Users] How to import previous data NFS domains on ovirt 3.0 ?

2012-09-10 Thread Haim Ateya

On 09/11/2012 05:38 AM, Changsen Xu wrote:

Yesterday my ovirt 3.0 stopped at making templates (after many hours,
still image locked, just 5GB vm), and messed up with "destroy" one NFS
domains.

So I ran "engine-cleanup",
cleared all data, re-generated ovirt (engine-setup).

Now how can I import previous NFS data domain, which have some VM on it
already (yesterday I got Ubuntu,CentOS etc. installed before messing
up) ?


import storage domain is only supported for backup domains (i.e: export) 
and ISO domains.

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


[Users] How to import previous data NFS domains on ovirt 3.0 ?

2012-09-10 Thread Changsen Xu
Yesterday my ovirt 3.0 stopped at making templates (after many hours,
still image locked, just 5GB vm), and messed up with "destroy" one NFS
domains. 

So I ran "engine-cleanup",
cleared all data, re-generated ovirt (engine-setup).

Now how can I import previous NFS data domain, which have some VM on it
already (yesterday I got Ubuntu,CentOS etc. installed before messing
up) ?


-- 
Email: xucs...@qq.com
Cell: +86 180-1792-3348
Location: ShangHai PuDong ZhangJiang


On Mon, 2012-09-10 at 11:42 +0300, Maor Lipchuk wrote:
> Hi Changsen,
> Can you please add logs of engine and VDSM.
> 
> Regards,
> Maor
> 
> On 09/10/2012 11:36 AM, Changsen Xu wrote:
> > Hi, all,
> > 
> > I'm happy to get NFS domain added, but somehow, I destroyed 
> > one non-master domain (probably clicked twice seeing no immediately
> > response).
> > 
> > Then somehow, later on, another non-master NFS domain became 
> > master domain,
> > and all 3 NFS domains can't be activated, can't be detached, 
> > can't be force destroyed. Error says "master domain not activated".
> > 
> > I'm using version V1.
> > 
> > Any help ?
> > 
> > Regards,
> > 
> > --
> > John Xu
> > 
> > 
> > ___
> > 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


[Users] Failed to import Vm host to ovirt

2012-09-10 Thread Thomas Scofield
While trying to import a virtual machine I got very generic error message
in the web interface "Failed to import Vm host to ovirt", in the engine.log
I got this java exception below.  After doing some digging I realized the
problem was I did not map the network bridge names from my
previous machine to the bridge name used on the current machine. After
modifing
the 
master/vms/e94464d3-ae44-45ac-b09b-0e17f784a378/e94464d3-ae44-45ac-b09b-0e17f784a378.ovf
file and updating the references to the bridge name the import worked as
expected.  Could more information be added to the error message to indicate
the source of the problem?  Are there any plans to allow the network
configuration to be modified as part of the import?

2012-09-10 17:04:29,436 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.GetVmsInfoVDSCommand]
(ajp--0.0.0.0-8009-3) START, GetVmsInfoVDSCommand(storagePoolId =
04f7efb6-f9f8-11e1-af92-6805ca00c345, ignoreFailoverLimit = false,
compatabilityVersion = null, storageDomainId =
913e496b-b0a3-4b2e-a481-7d1a101c89db, vmIdList = null), log id: 223efce6
2012-09-10 17:04:29,446 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.GetVmsInfoVDSCommand]
(ajp--0.0.0.0-8009-3) FINISH, GetVmsInfoVDSCommand, log id: 223efce6
2012-09-10 17:04:29,470 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageDomainsListVDSCommand]
(ajp--0.0.0.0-8009-3) START, GetImageDomainsListVDSCommand(storagePoolId =
04f7efb6-f9f8-11e1-af92-6805ca00c345, ignoreFailoverLimit = false,
compatabilityVersion = null, imageGroupId =
b9d80d3d-0b3d-4249-8f12-3bc7e8b93464), log id: 682b1cec
2012-09-10 17:04:29,483 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.GetImageDomainsListVDSCommand]
(ajp--0.0.0.0-8009-3) FINISH, GetImageDomainsListVDSCommand, return: [],
log id: 682b1cec
2012-09-10 17:04:29,484 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.DoesImageExistVDSCommand]
(ajp--0.0.0.0-8009-3) START, DoesImageExistVDSCommand(storagePoolId =
04f7efb6-f9f8-11e1-af92-6805ca00c345, ignoreFailoverLimit = false,
compatabilityVersion = null, storageDomainId =
913e496b-b0a3-4b2e-a481-7d1a101c89db, imageGroupId =
b9d80d3d-0b3d-4249-8f12-3bc7e8b93464, imageId =
60fb55ea-1450-4f3e-b3ac-4ba0db3e80ab), log id: 6677ff61
2012-09-10 17:04:29,548 INFO
 [org.ovirt.engine.core.vdsbroker.irsbroker.DoesImageExistVDSCommand]
(ajp--0.0.0.0-8009-3) FINISH, DoesImageExistVDSCommand, return: true, log
id: 6677ff61
2012-09-10 17:04:29,602 INFO  [org.ovirt.engine.core.bll.ImportVmCommand]
(pool-3-thread-49) [30fbeac] Running command: ImportVmCommand internal:
false. Entities affected :  ID: 70fc57d2-4f51-4029-a7ce-9e7705b27723 Type:
Storage
2012-09-10 17:04:29,607 INFO
 [org.ovirt.engine.core.utils.transaction.TransactionSupport]
(pool-3-thread-49) [30fbeac] transaction rolled back
2012-09-10 17:04:29,608 ERROR [org.ovirt.engine.core.bll.ImportVmCommand]
(pool-3-thread-49) [30fbeac] Command
org.ovirt.engine.core.bll.ImportVmCommand throw exception:
java.lang.StringIndexOutOfBoundsException: String index out of range: 4
at
java.lang.AbstractStringBuilder.deleteCharAt(AbstractStringBuilder.java:766)
[rt.jar:1.6.0_24]
at java.lang.StringBuilder.deleteCharAt(StringBuilder.java:280)
[rt.jar:1.6.0_24]
at
org.ovirt.engine.core.bll.ImportVmCommand.auditInvalidInterfaces(ImportVmCommand.java:933)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.ImportVmCommand.AddVmNetwork(ImportVmCommand.java:801)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.ImportVmCommand$3.runInTransaction(ImportVmCommand.java:488)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.ImportVmCommand$3.runInTransaction(ImportVmCommand.java:482)
[engine-bll.jar:]
at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInNewTransaction(TransactionSupport.java:204)
[engine-utils.jar:]
at
org.ovirt.engine.core.bll.ImportVmCommand.addVmToDb(ImportVmCommand.java:482)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.ImportVmCommand.executeCommand(ImportVmCommand.java:476)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.CommandBase.ExecuteWithoutTransaction(CommandBase.java:804)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.CommandBase.executeActionInTransactionScope(CommandBase.java:896)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.CommandBase.runInTransaction(CommandBase.java:1203)
[engine-bll.jar:]
at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInSuppressed(TransactionSupport.java:168)
[engine-utils.jar:]
at
org.ovirt.engine.core.utils.transaction.TransactionSupport.executeInScope(TransactionSupport.java:107)
[engine-utils.jar:]
at
org.ovirt.engine.core.bll.CommandBase.Execute(CommandBase.java:911)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.CommandBase.ExecuteAction(CommandBase.java:268)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.MultipleActionsRunner.executeValidatedCommands(MultipleActionsRunner.java:182)
[engine-bll.jar:]

Re: [Users] some problems on ovirt node while testing latest nightly

2012-09-10 Thread Ayal Baron


- Original Message -
> 
> Hi,
> 
> Due to some issues we had with the latest stable, I started testing
> the latest nightly build of the ovirt node iso.
> 
> The problems I run into now:
> 
> - After node installation the network interfaces are both disabled. I
> had to login the node with the admin login and enable my network
> interfaces
> 
> 
> This is a bit cumbersome as I would expect the NIC's to be enabled
> with dhcp so I don't have to login each machine
> 
> - We have Intel Xenon E5520 Nehalem based cpu's in these local
> storage nodes.
> 
> 
> These are still recognized as the Conroe family. Even though
> BZ#737104 was supposed to have been fixed. (
> http://gerrit.ovirt.org/#/c/5035/ )
> 
> - Most of our nodes use iSCSI but some will need local storage. When
> trying to setup local storage I get this error:
> 
> 
> Error while executing action New Local Storage Domain: Error in
> creating a Storage Domain. The selected storage path is not empty
> (probably contains another Storage Domain). Either remove the
> existing Storage Domain from this path, or change the Storage path).
> 2012-09-10 17:02:45,684 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]
> (ajp--127.0.0.1-8009-8) [312581e0] START,
> ValidateStorageServerConnectionVDSCommand(vdsId =
> 68c5effc-fb38-11e1-b975-9ecfd11b047e, storagePoolId =
> ----, storageType = LOCALFS,
> connectionList = [{ id: null, connection: /data/images/rhev };]),
> log id: 7a2b801e
> 2012-09-10 17:02:45,705 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]
> (ajp--127.0.0.1-8009-8) [312581e0] FINISH,
> ValidateStorageServerConnectionVDSCommand, return:
> {----=0}, log id: 7a2b801e
> 2012-09-10 17:02:45,710 INFO
> [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand]
> (ajp--127.0.0.1-8009-8) [312581e0] Running command:
> AddStorageServerConnectionCommand internal: false. Entities affected
> : ID: aaa0----123456789aaa Type: System
> 2012-09-10 17:02:45,712 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand]
> (ajp--127.0.0.1-8009-8) [312581e0] START,
> ConnectStorageServerVDSCommand(vdsId =
> 68c5effc-fb38-11e1-b975-9ecfd11b047e, storagePoolId =
> ----, storageType = LOCALFS,
> connectionList = [{ id: 1ea7263a-2623-4a6f-a16f-3fff484b9568,
> connection: /data/images/rhev };]), log id: fde987c
> 2012-09-10 17:02:45,738 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand]
> (ajp--127.0.0.1-8009-8) [312581e0] FINISH,
> ConnectStorageServerVDSCommand, return:
> {1ea7263a-2623-4a6f-a16f-3fff484b9568=0}, log id: fde987c
> 2012-09-10 17:02:45,783 INFO
> [org.ovirt.engine.core.bll.storage.AddLocalStorageDomainCommand]
> (ajp--127.0.0.1-8009-11) [15c1c202] Running command:
> AddLocalStorageDomainCommand internal: false. Entities affected :
> ID: aaa0----123456789aaa Type: System
> 2012-09-10 17:02:45,791 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand]
> (ajp--127.0.0.1-8009-11) [15c1c202] START,
> CreateStorageDomainVDSCommand(vdsId =
> 68c5effc-fb38-11e1-b975-9ecfd11b047e,
> storageDomain=org.ovirt.engine.core.common.businessentities.storage_domain_static@f76b4d2f,
> args=/data/images/rhev), log id: 35e741f2
> 2012-09-10 17:02:48,124 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
> (ajp--127.0.0.1-8009-11) [15c1c202] Command
> org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand
> return value
> Class Name:
> org.ovirt.engine.core.vdsbroker.vdsbroker.StatusOnlyReturnForXmlRpc
> mStatus Class Name:
> org.ovirt.engine.core.vdsbroker.vdsbroker.StatusForXmlRpc
> mCode 361
> mMessage Storage domain is not empty - requires cleaning:
> ('/data/images/rhev',)
> 
> 
> 2012-09-10 17:02:48,125 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
> (ajp--127.0.0.1-8009-11) [15c1c202] Vds: vh03-en01
> 2012-09-10 17:02:48,126 ERROR
> [org.ovirt.engine.core.vdsbroker.VDSCommandBase]
> (ajp--127.0.0.1-8009-11) [15c1c202] Command CreateStorageDomainVDS
> execution failed. Exception: VDSErrorException: VDSGenericException:
> VDSErrorException: Failed in vdscommand to CreateStorageDomainVDS,
> error = Storage domain is not empty - requires cleaning:
> ('/data/images/rhev',)
> 2012-09-10 17:02:48,126 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand]
> (ajp--127.0.0.1-8009-11) [15c1c202] FINISH,
> CreateStorageDomainVDSCommand, log id: 35e741f2
> 2012-09-10 17:02:48,127 ERROR
> [org.ovirt.engine.core.bll.storage.AddLocalStorageDomainCommand]
> (ajp--127.0.0.1-8009-11) [15c1c202] Command
> org.ovirt.engine.core.bll.storage.AddLocalStorageDomainCommand throw
> Vdc Bll exception. With error message VdcBLLException:
> org.ovirt.engine.core.vdsbroker.vdsbroker.VDSErrorException:
> VDS

Re: [Users] local iso folder not mounted

2012-09-10 Thread Itamar Heim

On 09/10/2012 03:57 PM, Umarzuki Mochlis wrote:

2012/9/6 Maor Lipchuk :

Hi Umarzuki,
can you please add engine and VSDM logs.



i had tried setting selinux to permissive and reconfigure engine with
engine-cleanup

but it still failed at adding localhost

AIO: Adding Local host (This may take several minutes)...   [ ERROR ]


you are failing with this error:



moran - doesn't the allinone plugin requires vdsm rpm to begin with?


Error: Timed out while waiting for host to start
Please check log file
/var/log/ovirt-engine/engine-setup_2012_09_10_20_37_47.log for more
information

logs attached





___
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


Re: [Users] VNC console connection information dialog doesn't show host's FQDN

2012-09-10 Thread Itamar Heim

On 09/10/2012 04:25 PM, Adam Tkáč wrote:

Hello all,

oVirt web interface doesn't write host's hostname in VNC connection
info dialog. It writes only IP address. Is it possible to configure
this somewhere? I remember the dialog wrote FQDN but it doesn't write
it now, not sure how it got broken. Currently the connection dialog
looks like this:


not sure it even did fqdn, but only thing which may affect it is if you 
set a display network other than the default one (i.e., you've set a 
specific IP as the display IP, rather than the default ovirt interface, 
which means any IP can be used)





Please use your VNC client to connect to this VM.

Use the following parameters:
IP:Port: 192.168.30.140:5902
Password: WxGYrAg7wjXF
(note: this password is valid for 120 seconds)


However I would like to configure it to write this:


Please use your VNC client to connect to this VM.

Use the following parameters:
IP:Port: host.example.com:5902
Password: WxGYrAg7wjXF
(note: this password is valid for 120 seconds)


Is it possible to do it somehow? Thank you in advance.

Regards, Adam
___
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


Re: [Users] Problem with creating a glusterfs volume

2012-09-10 Thread Haim Ateya

On 09/10/2012 06:27 PM, Dominic Kaiser wrote:
Here is the message and the logs again except zipped I failed the 
first delivery:


Ok here are the logs 4 node and 1 engine log.  Tried making /data 
folder owned by root and then tried by 36:36 neither worked.  Name of 
volume is data to match folders on nodes also.


Let me know what you think,

Dominic


this is the actual failure (taken from gfs2vdsm.log).

Thread-332442::DEBUG::2012-09-10 
10:28:05,788::BindingXMLRPC::859::vds::(wrapper) client 
[10.3.0.241]::call volumeCreate with ('data', ['10.4.0.97:/data', 
'10.4.0.98:/data', '10.4.0.99:/data', '10.4.0.100:/data'],

 2, 0, ['TCP']) {} flowID [406f2c8e]
MainProcess|Thread-332442::DEBUG::2012-09-10 
10:28:05,792::__init__::1249::Storage.Misc.excCmd::(_log) 
'/usr/sbin/gluster --mode=script volume create data replica 2 transport 
TCP 10.4.0.97:/data 10.4.0.98:/data 10

.4.0.99:/data 10.4.0.100:/data' (cwd None)
MainProcess|Thread-332442::DEBUG::2012-09-10 
10:28:05,900::__init__::1249::Storage.Misc.excCmd::(_log) FAILED:  
= 'Host 10.4.0.99 not a friend\n';  = 255
MainProcess|Thread-332442::ERROR::2012-09-10 
10:28:05,900::supervdsmServer::76::SuperVdsm.ServerCallback::(wrapper) 
Error in wrapper

Traceback (most recent call last):
  File "/usr/share/vdsm/supervdsmServer.py", line 74, in wrapper
return func(*args, **kwargs)
  File "/usr/share/vdsm/supervdsmServer.py", line 286, in wrapper
return func(*args, **kwargs)
  File "/usr/share/vdsm/gluster/cli.py", line 46, in wrapper
return func(*args, **kwargs)
  File "/usr/share/vdsm/gluster/cli.py", line 176, in volumeCreate
raise ge.GlusterVolumeCreateFailedException(rc, out, err)
GlusterVolumeCreateFailedException: Volume create failed
error: Host 10.4.0.99 not a friend
return code: 255
Thread-332442::ERROR::2012-09-10 
10:28:05,901::BindingXMLRPC::877::vds::(wrapper) unexpected error

Traceback (most recent call last):
  File "/usr/share/vdsm/BindingXMLRPC.py", line 864, in wrapper
res = f(*args, **kwargs)
  File "/usr/share/vdsm/gluster/api.py", line 32, in wrapper
rv = func(*args, **kwargs)
  File "/usr/share/vdsm/gluster/api.py", line 87, in volumeCreate
transportList)
  File "/usr/share/vdsm/supervdsm.py", line 67, in __call__
return callMethod()
  File "/usr/share/vdsm/supervdsm.py", line 65, in 
**kwargs)
  File "", line 2, in glusterVolumeCreate
  File "/usr/lib64/python2.7/multiprocessing/managers.py", line 759, in 
_callmethod

kind, result = conn.recv()
TypeError: ('__init__() takes exactly 4 arguments (1 given)', 'gluster.exception.GlusterVolumeCreateFailedException'>, ())


can you please run  gluster peer status on all your nodes ? also, it 
appears that '10.4.0.99' is problematic, can you try create the volume 
without it ?





On Mon, Sep 10, 2012 at 11:24 AM, Dominic Kaiser 
mailto:domi...@bostonvineyard.org>> wrote:


Here are the other two logs forgot them.

dk


On Mon, Sep 10, 2012 at 11:19 AM, Dominic Kaiser
mailto:domi...@bostonvineyard.org>>
wrote:

Ok here are the logs 4 node and 1 engine log.  Tried making
/data folder owned by root and then tried by 36:36 neither
worked.  Name of volume is data to match folders on nodes also.

Let me know what you think,

Dominic


On Thu, Sep 6, 2012 at 8:33 AM, Maxim Burgerhout
mailto:ma...@wzzrd.com>> wrote:

I just ran into this as well, and it seems that you have
to either reformat previously used gluster bricks or
manually tweak some extended attributes.

Maybe this helps you in setting up your gluster volume,
Dominic?

More info here:
https://bugzilla.redhat.com/show_bug.cgi?id=812214


Maxim Burgerhout
ma...@wzzrd.com 

EB11 5E56 E648 9D99 E8EF 05FB C513 6FD4 1302 B48A





On Thu, Sep 6, 2012 at 7:50 AM, Shireesh Anjal
mailto:san...@redhat.com>> wrote:

Hi Dominic,

Looking at the engine log immediately after trying to
create the volume should tell us on which node the
gluster volume creation was attempted. Then looking at
the vdsm log on that node should help us identifying
the exact reason for failure.

In case this doesn't help you, can you please simulate
the issue again and send back all the 5 log files?
(engine.log from engine server and vdsm.log from the 4
nodes)

Regards,
Shireesh


On Wednesday 05 September 2012 11:50 PM, Dominic
Kaiser wrote:

So I have a problem creating glusterfs volumes.  Here
is the install:

 1. Ovirt 3.1
 2. 4 Nodes are Fedora 17 with kernel 3.3.4 -
  

Re: [Users] some problems on ovirt node while testing latest nightly

2012-09-10 Thread Mike Burns
On Mon, 2012-09-10 at 17:18 +0200, Jorick Astrego wrote:
> Hi,
> 
> Due to some issues we had with the latest stable, I started testing
> the latest nightly build of the ovirt node iso.
> 
> The problems I run into now:
> 
> - After node installation the network interfaces are both disabled. I
> had to login the node with the admin login and enable my network
> interfaces
> This is a bit cumbersome as I would expect the NIC's to be
> enabled with dhcp so I don't have to login each machine

They're intentionally not configured.  You can configure automatically
using kernel commandline options and auto-install, instead of a manual
TUI install.  

BOOTIF=eth0

If you're manually installing each machine, you will need to manually
configure the nic you want to be the management nic.

> 
> - We have Intel Xenon E5520 Nehalem based cpu's in these local storage
> nodes.
> These are still recognized as the Conroe family. Even though
> BZ#737104 was supposed to have been fixed.
> ( http://gerrit.ovirt.org/#/c/5035/ )

Not ovirt-node directly, I don't think, but a couple things to check.

What are the cpu flags on the host (from engine gui)?  Is the NX bit set
correctly?


The below is pure vdsm, so I'll leave it to the vdsm team to handle.

Mike

> 
> - Most of our nodes use iSCSI but some will need local storage. When
> trying to setup local storage I get this error:
> Error while executing action New Local Storage Domain: Error
> in creating a Storage Domain. The selected storage path is not
> empty (probably contains another Storage Domain). Either
> remove the existing Storage Domain from this path, or change
> the Storage path).
> 2012-09-10 17:02:45,684 INFO
> 
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]
>  (ajp--127.0.0.1-8009-8) [312581e0] START, 
> ValidateStorageServerConnectionVDSCommand(vdsId = 
> 68c5effc-fb38-11e1-b975-9ecfd11b047e, storagePoolId = 
> ----, storageType = LOCALFS, connectionList = 
> [{ id: null, connection: /data/images/rhev };]), log id: 7a2b801e
> 2012-09-10 17:02:45,705 INFO
> 
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]
>  (ajp--127.0.0.1-8009-8) [312581e0] FINISH, 
> ValidateStorageServerConnectionVDSCommand, return: 
> {----=0}, log id: 7a2b801e
> 2012-09-10 17:02:45,710 INFO
> [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand] 
> (ajp--127.0.0.1-8009-8) [312581e0] Running command: 
> AddStorageServerConnectionCommand internal: false. Entities affected :  ID: 
> aaa0----123456789aaa Type: System
> 2012-09-10 17:02:45,712 INFO
> 
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] 
> (ajp--127.0.0.1-8009-8) [312581e0] START, 
> ConnectStorageServerVDSCommand(vdsId = 68c5effc-fb38-11e1-b975-9ecfd11b047e, 
> storagePoolId = ----, storageType = LOCALFS, 
> connectionList = [{ id: 1ea7263a-2623-4a6f-a16f-3fff484b9568, connection: 
> /data/images/rhev };]), log id: fde987c
> 2012-09-10 17:02:45,738 INFO
> 
> [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand] 
> (ajp--127.0.0.1-8009-8) [312581e0] FINISH, ConnectStorageServerVDSCommand, 
> return: {1ea7263a-2623-4a6f-a16f-3fff484b9568=0}, log id: fde987c
> 2012-09-10 17:02:45,783 INFO
> [org.ovirt.engine.core.bll.storage.AddLocalStorageDomainCommand] 
> (ajp--127.0.0.1-8009-11) [15c1c202] Running command: 
> AddLocalStorageDomainCommand internal: false. Entities affected :  ID: 
> aaa0----123456789aaa Type: System
> 2012-09-10 17:02:45,791 INFO
> 
> [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand] 
> (ajp--127.0.0.1-8009-11) [15c1c202] START, 
> CreateStorageDomainVDSCommand(vdsId = 68c5effc-fb38-11e1-b975-9ecfd11b047e, 
> storageDomain=org.ovirt.engine.core.common.businessentities.storage_domain_static@f76b4d2f,
>  args=/data/images/rhev), log id: 35e741f2
> 2012-09-10 17:02:48,124 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
> (ajp--127.0.0.1-8009-11) [15c1c202] Command
> 
> org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand 
> return value
>  Class Name:
> org.ovirt.engine.core.vdsbroker.vdsbroker.StatusOnlyReturnForXmlRpc
> mStatus   Class Name:
> org.ovirt.engine.core.vdsbroker.vdsbroker.StatusForXmlRpc
> mCode 361
> mMessage  Storage domain is not empty -
> requires cleaning: ('/data/images/rhev',)
> 
> 
> 2012-09-10 17:02:48,125 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
> (ajp--12

[Users] some problems on ovirt node while testing latest nightly

2012-09-10 Thread Jorick Astrego

Hi,

Due to some issues we had with the latest stable, I started testing the 
latest nightly build of the ovirt node iso.


The problems I run into now:

- After node installation the network interfaces are both disabled. I 
had to login the node with the admin login and enable my network interfaces


   This is a bit cumbersome as I would expect the NIC's to be enabled
   with dhcp so I don't have to login each machine


- We have Intel Xenon E5520 Nehalem based cpu's in these local storage 
nodes.


   These are still recognized as the Conroe family. Even though
   BZ#737104 was supposed to have been fixed. (
   http://gerrit.ovirt.org/#/c/5035/ )


- Most of our nodes use iSCSI but some will need local storage. When 
trying to setup local storage I get this error:


   Error while executing action New Local Storage Domain: Error in
   creating a Storage Domain. The selected storage path is not empty
   (probably contains another Storage Domain). Either remove the
   existing Storage Domain from this path, or change the Storage path).
   2012-09-10 17:02:45,684 INFO
   
[org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]
   (ajp--127.0.0.1-8009-8) [312581e0] START,
   ValidateStorageServerConnectionVDSCommand(vdsId =
   68c5effc-fb38-11e1-b975-9ecfd11b047e, storagePoolId =
   ----, storageType = LOCALFS,
   connectionList = [{ id: null, connection: /data/images/rhev };]),
   log id: 7a2b801e
   2012-09-10 17:02:45,705 INFO
   
[org.ovirt.engine.core.vdsbroker.vdsbroker.ValidateStorageServerConnectionVDSCommand]
   (ajp--127.0.0.1-8009-8) [312581e0] FINISH,
   ValidateStorageServerConnectionVDSCommand, return:
   {----=0}, log id: 7a2b801e
   2012-09-10 17:02:45,710 INFO
   [org.ovirt.engine.core.bll.storage.AddStorageServerConnectionCommand] 
(ajp--127.0.0.1-8009-8)
   [312581e0] Running command: AddStorageServerConnectionCommand
   internal: false. Entities affected :  ID:
   aaa0----123456789aaa Type: System
   2012-09-10 17:02:45,712 INFO
   [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand]
   (ajp--127.0.0.1-8009-8) [312581e0] START,
   ConnectStorageServerVDSCommand(vdsId =
   68c5effc-fb38-11e1-b975-9ecfd11b047e, storagePoolId =
   ----, storageType = LOCALFS,
   connectionList = [{ id: 1ea7263a-2623-4a6f-a16f-3fff484b9568,
   connection: /data/images/rhev };]), log id: fde987c
   2012-09-10 17:02:45,738 INFO
   [org.ovirt.engine.core.vdsbroker.vdsbroker.ConnectStorageServerVDSCommand]
   (ajp--127.0.0.1-8009-8) [312581e0] FINISH,
   ConnectStorageServerVDSCommand, return:
   {1ea7263a-2623-4a6f-a16f-3fff484b9568=0}, log id: fde987c
   2012-09-10 17:02:45,783 INFO
   [org.ovirt.engine.core.bll.storage.AddLocalStorageDomainCommand]
   (ajp--127.0.0.1-8009-11) [15c1c202] Running command:
   AddLocalStorageDomainCommand internal: false. Entities affected :
   ID: aaa0----123456789aaa Type: System
   2012-09-10 17:02:45,791 INFO
   [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand]
   (ajp--127.0.0.1-8009-11) [15c1c202] START,
   CreateStorageDomainVDSCommand(vdsId =
   68c5effc-fb38-11e1-b975-9ecfd11b047e,
   
storageDomain=org.ovirt.engine.core.common.businessentities.storage_domain_static@f76b4d2f,
   args=/data/images/rhev), log id: 35e741f2
   2012-09-10 17:02:48,124 INFO
   [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
   (ajp--127.0.0.1-8009-11) [15c1c202] Command
   org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand
   return value
 Class Name:
   org.ovirt.engine.core.vdsbroker.vdsbroker.StatusOnlyReturnForXmlRpc
   mStatus   Class Name:
   org.ovirt.engine.core.vdsbroker.vdsbroker.StatusForXmlRpc
   mCode 361
   mMessage  Storage domain is not empty - requires
   cleaning: ('/data/images/rhev',)


   2012-09-10 17:02:48,125 INFO
   [org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase]
   (ajp--127.0.0.1-8009-11) [15c1c202] Vds: vh03-en01
   2012-09-10 17:02:48,126 ERROR
   [org.ovirt.engine.core.vdsbroker.VDSCommandBase]
   (ajp--127.0.0.1-8009-11) [15c1c202] Command CreateStorageDomainVDS
   execution failed. Exception: VDSErrorException: VDSGenericException:
   VDSErrorException: Failed in vdscommand to CreateStorageDomainVDS,
   error = Storage domain is not empty - requires cleaning:
   ('/data/images/rhev',)
   2012-09-10 17:02:48,126 INFO
   [org.ovirt.engine.core.vdsbroker.vdsbroker.CreateStorageDomainVDSCommand]
   (ajp--127.0.0.1-8009-11) [15c1c202] FINISH,
   CreateStorageDomainVDSCommand, log id: 35e741f2
   2012-09-10 17:02:48,127 ERROR
   [org.ovirt.engine.core.bll.storage.AddLocalStorageDomainCommand]
   (ajp--127.0.0.1-8009-11) [15c1c202] Command
   org.ovirt.engine.core.bll.storage.AddLocalStorageDomainCommand throw
   Vdc Bll exception. With error message Vd

Re: [Users] Call For Agenda Items -- oVirt Weekly Meeting 2012-09-12

2012-09-10 Thread Dave Neary

Hi,

Would this meeting agenda be better not going to users@, but going to 
developers@ instead?


The agenda looks good to me - the "next release" discussion is time 
critical at this point, we need to agree on release criteria, and figure 
out what's already on its way into 3.2, and what state it's in.


Cheers,
Dave.

On 09/10/2012 02:15 PM, Mike Burns wrote:

Meeting Time and Place
oVirt Weekly Sync
   * Wednesdays @ 15:00 UTC (may change during DST changes) - always
at 7:00am US Pacific, 10:00am US Eastern.
   * To see in your timezone date -d 'WEDNESDAY 1000 EDT'
   * On IRC: #ovirt on irc.oftc.net

This is the agenda for the 2012-09-12 meeting:

* Status of Next Release (Release Criteria, Target GA date)
* Sub-project reports (engine, vdsm, node, infra)
* Workshops
* Project Manager Election

If you have other topics, please reply to me and I will add them to the
agenda.  If you propose a topic, please be prepared to lead the
discussion during the meeting.

Thanks

Mike

___
Board mailing list
bo...@ovirt.org
http://lists.ovirt.org/mailman/listinfo/board



--
Dave Neary
Community Action and Impact
Open Source and Standards, Red Hat
Ph: +33 9 50 71 55 62 / Cell: +33 6 77 01 92 13
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] HA: Re: HA: Re: HP Integrated Lights Out 3

2012-09-10 Thread Eli Mesika


- Original Message -
> From: "Itamar Heim" 
> To: "Eli Mesika" 
> Cc: "Dmitriy A Pyryakov" , users@ovirt.org
> Sent: Monday, September 10, 2012 3:16:07 PM
> Subject: Re: HA: Re: HA: Re: [Users] HP Integrated Lights Out 3
> 
> On 09/10/2012 03:05 PM, Eli Mesika wrote:
> >
> >
> > - Original Message -
> >> From: "Dmitriy A Pyryakov" 
> >> To: "Eli Mesika" 
> >> Cc: "Itamar Heim" , users@ovirt.org
> >> Sent: Monday, September 10, 2012 2:43:42 PM
> >> Subject: HA: Re: HA: Re: [Users] HP Integrated Lights Out 3
> >>
> >>
> >>
> >>
> >>
> >> Now ilo3 presented in Power Management but still doesn't work.
> >> part
> >> of vdsm.log: Thread-258783::DEBUG::2012-09-10
> >> 17:39:06,359::API::1024::vds::(fenceNode)
> >> fenceNode(addr=192.168.10.103,port=,agent=ipmilan,user=Administrator,passwd=,action=status,secure=,options=)
> >> Thread-258783::DEBUG::2012-09-10
> >> 17:39:07,386::API::1050::vds::(fenceNode) rc 1 in
> >> agent=fence_ipmilan
> >> ipaddr=192.168.10.103
> >> login=Administrator
> >> option=status
> >> passwd=
> >> out Getting status of IPMI:192.168.10.103...Chassis power =
> >> Unknown
> >> Failed
> >> err
> >>
> >> part of engine.log
> >>
> >> 2012-09-10 17:41:51,089 INFO
> >> [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
> >> (ajp--0.0.0.0-8009-10) START, FenceVdsVDSCommand(vdsId =
> >> 71528b6e-f5e6-11e1-a15f-0011856cf23e, targetVdsId =
> >> 8dddf9e6-f80a-11e1-b036-0011856cf23e, action = Status, ip =
> >> 192.168.10.103, port = , type = ipmilan, user = Administrator,
> >> password = **, options = 'lanplus,power_wait=4'), log id:
> >> f442157
> >> 2012-09-10 17:41:53,226 INFO
> >> [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
> >> (ajp--0.0.0.0-8009-10) FINISH, FenceVdsVDSCommand, return: Test
> >> Failed, Host Status is: unknown. The fence-agent script reported
> >> the
> >> following error: Getting status of IPMI:192.168.10.103...Chassis
> >> power = Unknown
> >> Failed
> >> , log id: f442157
> >
> > Well, I will have to investigate that, we can clearly see that
> > backend send the 'lanplus,power_wait=4' options, but from some
> > reason the options in the vdsm.log are still empty.
> 
> maybe this isn't part of vdsm one?

Makes sense , I remember that Roy handled that but was sure that it was already 
merged...

> commit 59934118e3a30c57539d2b71016532bdd9c4ab17
> Author: Roy Golan 
> Date:   Thu Aug 9 16:34:10 2012 +0300
> 
>  fenceNode API is missing the options argument
> 
>  Change-Id: Ib2ce9b0f71040f9198413fa06c5d8768994842ec
>  Signed-off-by: Roy Golan 
>  Reviewed-on: http://gerrit.ovirt.org/7058
>  Reviewed-by: Dan Kenigsberg 
>  Reviewed-by: Omer Frenkel 
>  Tested-by: Omer Frenkel 
> 
> 
> 
> 
> 
> 
> >
> >
> >
> >
> >>
> >> - -
> >> Dmitriy Pyryakov
> >>
> >> VimpelCom Ltd.
> >> Inactive hide details for Eli Mesika ---10.09.2012
> >> 17:29:41
> >> Original Message - > From: "Itamar Heim"  >> Mesika ---10.09.2012 17:29:41 Original Message - >
> >> From:
> >> "Itamar Heim" 
> >>
> >> От: Eli Mesika 
> >> Кому: Dmitriy A Pyryakov 
> >> Копия: users@ovirt.org, Itamar Heim 
> >> Дата: 10.09.2012 17:29
> >> Тема: Re: HA: Re: [Users] HP Integrated Lights Out 3
> >>
> >>
> >>
> >>
> >>
> >>
> >> - Original Message -
> >>> From: "Itamar Heim" 
> >>> To: "Eli Mesika" 
> >>> Cc: users@ovirt.org, "Dmitriy A Pyryakov"
> >>> 
> >>> Sent: Monday, September 10, 2012 2:14:31 PM
> >>> Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3
> >>>
> >>> On 09/10/2012 02:07 PM, Eli Mesika wrote:
> 
> 
>  - Original Message -
> > From: "Itamar Heim" 
> > To: "Dmitriy A Pyryakov" 
> > Cc: "Eli Mesika" , users@ovirt.org
> > Sent: Monday, September 10, 2012 12:51:03 PM
> > Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3
> >
> > On 09/10/2012 12:21 PM, Dmitriy A Pyryakov wrote:
> >> engine=# select * from vdc_options where option_name in
> >> ('FenceAgentDefaultParams','FenceAgentMapping','VdsFenceOptionMapping','VdsFenceType');
> >> option_id | option_name | option_value | version
> >> ---+-++-
> >> 77 | FenceAgentMapping | ilo3=ipmilan | general
> >> 76 | FenceAgentDefaultParams | ilo3:lanplus,power_wait=4 |
> >> general
> >> 323 | VdsFenceType |
> >> alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs
> >> |
> >> 3.1
> >> 322 | VdsFenceType |
> >
> > eli - ilo3 is missing in 3.1?
>  Yes, this is certainly a bug, I will open it and resolve ASAP
> >>>
> >>> this is a db change, so dmitriy can apply it easily as well.
>

[Users] VNC console connection information dialog doesn't show host's FQDN

2012-09-10 Thread Adam Tkáč
Hello all,

oVirt web interface doesn't write host's hostname in VNC connection
info dialog. It writes only IP address. Is it possible to configure
this somewhere? I remember the dialog wrote FQDN but it doesn't write
it now, not sure how it got broken. Currently the connection dialog
looks like this:


Please use your VNC client to connect to this VM.

Use the following parameters:
IP:Port: 192.168.30.140:5902
Password: WxGYrAg7wjXF
(note: this password is valid for 120 seconds)


However I would like to configure it to write this:


Please use your VNC client to connect to this VM.

Use the following parameters:
IP:Port: host.example.com:5902
Password: WxGYrAg7wjXF
(note: this password is valid for 120 seconds)


Is it possible to do it somehow? Thank you in advance.

Regards, Adam
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Node startup issue

2012-09-10 Thread Vincent Miszczak
Hi guys,

I cannot get my node vdsmd start when host boots up, and I really cannot get 
why. (Fedora 17, ovirt-stable repo)
I can launch the service by hand and it's working as expected when I do so, but 
I really need the service to be launched at boot.

After a fresh startup, here is what I get :

[root@ovirt-node-01 ~]# systemctl status vdsmd.service
vdsmd.service - Virtual Desktop Server Manager
  Loaded: loaded (/usr/lib/systemd/system/vdsmd.service; enabled)
  Active: inactive (dead)
  CGroup: name=systemd:/system/vdsmd.service

[root@ovirt-node-01 ~]# systemctl status libvirtd.service
libvirtd.service - Virtualization daemon
  Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled)
  Active: active (running) since Mon, 10 Sep 2012 12:39:41 +0200; 1h 
35min ago
Main PID: 1053 (libvirtd)
  CGroup: name=systemd:/system/libvirtd.service
  └ 1053 /usr/sbin/libvirtd --listen

Sep 10 12:39:43 ovirt-node-01.ankama.lan libvirtd[1053]: Could not find keytab 
file: /etc/libvirt/krb5.tab: No such file or directory
Sep 10 12:39:43 ovirt-node-01.ankama.lan libvirtd[1053]: server add_plugin 
entry_point error generic failure
Sep 10 12:39:43 ovirt-node-01.ankama.lan libvirtd[1053]: _sasl_plugin_load 
failed on sasl_server_plug_init for plugin: gssapiv2

/var/log/vdsm/vdsm.log has no log on startup

[root@ovirt-node-01 ~]# ls -al /var/log/vdsm/vdsm.log
-rw-r--r--. 1 vdsm kvm 9763810 Sep 10 12:20 /var/log/vdsm/vdsm.log

[root@ovirt-node-01 ~]# ls -al /var/log/vdsm-reg/vdsm-reg.log
ls: cannot access /var/log/vdsm-reg/vdsm-reg.log: No such file or directory


Trying to look at systemd logs, I get results I really don't understand :
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Security Auditing Service.
[  OK  ] Started Kernel Samepage Merging.
[  OK  ] Started ACPI Event Daemon.
[  OK  ] Started Install ABRT coredump hook.
[  OK  ] Started Harvest vmcores for ABRT.
[  OK  ] Started irqbalance daemon.
[  OK  ] Started Machine Check Exception Logging Daemon.
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Started NTP client/server.
[  OK  ] Reached target Network Time Protocol.
 Starting Kernel Samepage Merging (KSM) Tuning Daemon...
 Starting Command Scheduler...
[  OK  ] Started Command Scheduler.
 Starting Job spooling tools...
[  OK  ] Started Job spooling tools.
 Starting Wait for Plymouth Boot Screen to Quit...
 Starting LSB: Bring up/down networking...
[  OK  ] Started Kernel Samepage Merging (KSM) Tuning Daemon.
[  OK  ] Started Device-Mapper Multipath Device Controller.
 Starting LSB: Starts and stops login iSCSI daemon
[  OK  ] Started Login Service.
[  OK  ] Started Avahi mDNS/DNS-SD Stack.
[  OK  ] Started LSB: Starts and stops login iSCSI daemon..
[  OK  ] Started LSB: Bring up/down networking.
[  OK  ] Reached target Network.
 Starting LSB: Starts and stops login and scanning of iSCSI devices
 Starting Virtualization daemon...
[  OK  ] Started Virtualization daemon.
 Starting GlusterFS an clustered file-system server...
 Starting Link Layer Discovery Protocol Agent Daemon
[  OK  ] Started Link Layer Discovery Protocol Agent Daemon..
 Starting Open-FCoE Inititator
 Starting NFS Server...
 Starting OpenSSH server daemon...
 Starting Sendmail Mail Transport Agent...
 Starting RPC bind service...
[  OK  ] Started LSB: Starts and stops login and scanning of iSCSI devices..
[  OK  ] Started GlusterFS an clustered file-system server.
[  OK  ] Started OpenSSH server daemon.
[  OK  ] Started RPC bind service.
[  OK  ] Started Open-FCoE Inititator..
 Starting NFS file locking service
 Starting GlusterFS an clustered file-system server...
 Starting SYSV: Late init script for live image
[  OK  ] Started GlusterFS an clustered file-system server.
[  OK  ] Started SYSV: Late init script for live image..
 Starting Display Manager...
[  OK  ] Started Display Manager.
[  OK  ] Started NFS Server.
 Starting NFS Mount Daemon...
 Starting NFS Remote Quota Server...
 Starting NFSv4 ID-name mapping daemon...
[  OK  ] Started NFS file locking service..
[  OK  ] Started NFS Remote Quota Server.
[  OK  ] Started NFS Mount Daemon.

Everything is OK but where is my vdsmd startup ?
Looking at journalctl, vdsmd is not logged at all but libvirtd is.

vdsmd depends on ntpd, but it is not logged neither (and is marked dead also, 
and like vdsmd, I can launch it by hand and it works in that case).
Why those services are not logged ? How am I supposed to debug without any 
information ? Is it normal that an enabled service don't log at all ?

Any help would be appreciated.

Regards


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
Users

Re: [Users] HA: Re: HA: Re: HP Integrated Lights Out 3

2012-09-10 Thread Itamar Heim

On 09/10/2012 03:05 PM, Eli Mesika wrote:



- Original Message -

From: "Dmitriy A Pyryakov" 
To: "Eli Mesika" 
Cc: "Itamar Heim" , users@ovirt.org
Sent: Monday, September 10, 2012 2:43:42 PM
Subject: HA: Re: HA: Re: [Users] HP Integrated Lights Out 3





Now ilo3 presented in Power Management but still doesn't work. part
of vdsm.log: Thread-258783::DEBUG::2012-09-10
17:39:06,359::API::1024::vds::(fenceNode)
fenceNode(addr=192.168.10.103,port=,agent=ipmilan,user=Administrator,passwd=,action=status,secure=,options=)
Thread-258783::DEBUG::2012-09-10
17:39:07,386::API::1050::vds::(fenceNode) rc 1 in
agent=fence_ipmilan
ipaddr=192.168.10.103
login=Administrator
option=status
passwd=
out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
Failed
err

part of engine.log

2012-09-10 17:41:51,089 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
(ajp--0.0.0.0-8009-10) START, FenceVdsVDSCommand(vdsId =
71528b6e-f5e6-11e1-a15f-0011856cf23e, targetVdsId =
8dddf9e6-f80a-11e1-b036-0011856cf23e, action = Status, ip =
192.168.10.103, port = , type = ipmilan, user = Administrator,
password = **, options = 'lanplus,power_wait=4'), log id:
f442157
2012-09-10 17:41:53,226 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
(ajp--0.0.0.0-8009-10) FINISH, FenceVdsVDSCommand, return: Test
Failed, Host Status is: unknown. The fence-agent script reported the
following error: Getting status of IPMI:192.168.10.103...Chassis
power = Unknown
Failed
, log id: f442157


Well, I will have to investigate that, we can clearly see that backend send the 
'lanplus,power_wait=4' options, but from some reason the options in the 
vdsm.log are still empty.


maybe this isn't part of vdsm one?
commit 59934118e3a30c57539d2b71016532bdd9c4ab17
Author: Roy Golan 
Date:   Thu Aug 9 16:34:10 2012 +0300

fenceNode API is missing the options argument

Change-Id: Ib2ce9b0f71040f9198413fa06c5d8768994842ec
Signed-off-by: Roy Golan 
Reviewed-on: http://gerrit.ovirt.org/7058
Reviewed-by: Dan Kenigsberg 
Reviewed-by: Omer Frenkel 
Tested-by: Omer Frenkel 













- -
Dmitriy Pyryakov

VimpelCom Ltd.
Inactive hide details for Eli Mesika ---10.09.2012 17:29:41
Original Message - > From: "Itamar Heim"  From:
"Itamar Heim" 

От: Eli Mesika 
Кому: Dmitriy A Pyryakov 
Копия: users@ovirt.org, Itamar Heim 
Дата: 10.09.2012 17:29
Тема: Re: HA: Re: [Users] HP Integrated Lights Out 3






- Original Message -

From: "Itamar Heim" 
To: "Eli Mesika" 
Cc: users@ovirt.org, "Dmitriy A Pyryakov"

Sent: Monday, September 10, 2012 2:14:31 PM
Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3

On 09/10/2012 02:07 PM, Eli Mesika wrote:



- Original Message -

From: "Itamar Heim" 
To: "Dmitriy A Pyryakov" 
Cc: "Eli Mesika" , users@ovirt.org
Sent: Monday, September 10, 2012 12:51:03 PM
Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3

On 09/10/2012 12:21 PM, Dmitriy A Pyryakov wrote:

engine=# select * from vdc_options where option_name in
('FenceAgentDefaultParams','FenceAgentMapping','VdsFenceOptionMapping','VdsFenceType');
option_id | option_name | option_value | version
---+-++-
77 | FenceAgentMapping | ilo3=ipmilan | general
76 | FenceAgentDefaultParams | ilo3:lanplus,power_wait=4 |
general
323 | VdsFenceType |
alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs
|
3.1
322 | VdsFenceType |


eli - ilo3 is missing in 3.1?

Yes, this is certainly a bug, I will open it and resolve ASAP


this is a db change, so dmitriy can apply it easily as well.

Sure
Dmitriy , please apply
1) run on your Postgres engine :
select
fn_db_update_config_value('VdsFenceType','alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs','3.1');

2) Restart engine
3) Check again (you should have ilo3 now in the UI list)
4) Let me know if it works

Thanks




and maybe another bug on not passing fence options which i
remember
we
had at some point

Yes, I believe that the above will solve the issue since we had
already tested ilo3 unless we have a regression I am not aware
about.


lets hope so. question is if it was fixed after ovirt 3.1 was done.






alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs
| 3.0
321 | VdsFenceType |
alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs
|
2.2
318 | VdsFenceOptionMapping |
alom:secure=secure,port=ipport;apc:secure=secure,port=ipport,slot=port;bladecenter:secure=secure,port=ipport,slot=port;drac5:secure=secure,slot=port;eps:slot=port;ilo:secure=ssl,port=ipport;ipmilan:;rsa:secure=secure,port=ipport;rsb:;wti:secure=secure,

[Users] Call For Agenda Items -- oVirt Weekly Meeting 2012-09-12

2012-09-10 Thread Mike Burns
Meeting Time and Place
oVirt Weekly Sync
  * Wednesdays @ 15:00 UTC (may change during DST changes) - always
at 7:00am US Pacific, 10:00am US Eastern.
  * To see in your timezone date -d 'WEDNESDAY 1000 EDT'
  * On IRC: #ovirt on irc.oftc.net

This is the agenda for the 2012-09-12 meeting:

* Status of Next Release (Release Criteria, Target GA date)
* Sub-project reports (engine, vdsm, node, infra)
* Workshops
* Project Manager Election

If you have other topics, please reply to me and I will add them to the
agenda.  If you propose a topic, please be prepared to lead the
discussion during the meeting.

Thanks

Mike

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


Re: [Users] HA: Re: HA: Re: HP Integrated Lights Out 3

2012-09-10 Thread Eli Mesika


- Original Message -
> From: "Dmitriy A Pyryakov" 
> To: "Eli Mesika" 
> Cc: "Itamar Heim" , users@ovirt.org
> Sent: Monday, September 10, 2012 2:43:42 PM
> Subject: HA: Re: HA: Re: [Users] HP Integrated Lights Out 3
> 
> 
> 
> 
> 
> Now ilo3 presented in Power Management but still doesn't work. part
> of vdsm.log: Thread-258783::DEBUG::2012-09-10
> 17:39:06,359::API::1024::vds::(fenceNode)
> fenceNode(addr=192.168.10.103,port=,agent=ipmilan,user=Administrator,passwd=,action=status,secure=,options=)
> Thread-258783::DEBUG::2012-09-10
> 17:39:07,386::API::1050::vds::(fenceNode) rc 1 in
> agent=fence_ipmilan
> ipaddr=192.168.10.103
> login=Administrator
> option=status
> passwd=
> out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
> Failed
> err
> 
> part of engine.log
> 
> 2012-09-10 17:41:51,089 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
> (ajp--0.0.0.0-8009-10) START, FenceVdsVDSCommand(vdsId =
> 71528b6e-f5e6-11e1-a15f-0011856cf23e, targetVdsId =
> 8dddf9e6-f80a-11e1-b036-0011856cf23e, action = Status, ip =
> 192.168.10.103, port = , type = ipmilan, user = Administrator,
> password = **, options = 'lanplus,power_wait=4'), log id:
> f442157
> 2012-09-10 17:41:53,226 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
> (ajp--0.0.0.0-8009-10) FINISH, FenceVdsVDSCommand, return: Test
> Failed, Host Status is: unknown. The fence-agent script reported the
> following error: Getting status of IPMI:192.168.10.103...Chassis
> power = Unknown
> Failed
> , log id: f442157

Well, I will have to investigate that, we can clearly see that backend send the 
'lanplus,power_wait=4' options, but from some reason the options in the 
vdsm.log are still empty.




> 
> - -
> Dmitriy Pyryakov
> 
> VimpelCom Ltd.
> Inactive hide details for Eli Mesika ---10.09.2012 17:29:41
> Original Message - > From: "Itamar Heim"  Mesika ---10.09.2012 17:29:41 Original Message - > From:
> "Itamar Heim" 
> 
> От: Eli Mesika 
> Кому: Dmitriy A Pyryakov 
> Копия: users@ovirt.org, Itamar Heim 
> Дата: 10.09.2012 17:29
> Тема: Re: HA: Re: [Users] HP Integrated Lights Out 3
> 
> 
> 
> 
> 
> 
> - Original Message -
> > From: "Itamar Heim" 
> > To: "Eli Mesika" 
> > Cc: users@ovirt.org, "Dmitriy A Pyryakov"
> > 
> > Sent: Monday, September 10, 2012 2:14:31 PM
> > Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3
> > 
> > On 09/10/2012 02:07 PM, Eli Mesika wrote:
> > > 
> > > 
> > > - Original Message -
> > >> From: "Itamar Heim" 
> > >> To: "Dmitriy A Pyryakov" 
> > >> Cc: "Eli Mesika" , users@ovirt.org
> > >> Sent: Monday, September 10, 2012 12:51:03 PM
> > >> Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3
> > >> 
> > >> On 09/10/2012 12:21 PM, Dmitriy A Pyryakov wrote:
> > >>> engine=# select * from vdc_options where option_name in
> > >>> ('FenceAgentDefaultParams','FenceAgentMapping','VdsFenceOptionMapping','VdsFenceType');
> > >>> option_id | option_name | option_value | version
> > >>> ---+-++-
> > >>> 77 | FenceAgentMapping | ilo3=ipmilan | general
> > >>> 76 | FenceAgentDefaultParams | ilo3:lanplus,power_wait=4 |
> > >>> general
> > >>> 323 | VdsFenceType |
> > >>> alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs
> > >>> | 
> > >>> 3.1
> > >>> 322 | VdsFenceType |
> > >> 
> > >> eli - ilo3 is missing in 3.1?
> > > Yes, this is certainly a bug, I will open it and resolve ASAP
> > 
> > this is a db change, so dmitriy can apply it easily as well.
> Sure
> Dmitriy , please apply
> 1) run on your Postgres engine :
> select
> fn_db_update_config_value('VdsFenceType','alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs','3.1');
> 
> 2) Restart engine
> 3) Check again (you should have ilo3 now in the UI list)
> 4) Let me know if it works
> 
> Thanks
> 
> > 
> > >> and maybe another bug on not passing fence options which i
> > >> remember
> > >> we
> > >> had at some point
> > > Yes, I believe that the above will solve the issue since we had
> > > already tested ilo3 unless we have a regression I am not aware
> > > about.
> > 
> > lets hope so. question is if it was fixed after ovirt 3.1 was done.
> > 
> > > 
> > >> 
> > >>> alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs
> > >>> | 3.0
> > >>> 321 | VdsFenceType |
> > >>> alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs
> > >>> | 
> > >>> 2.2
> > >>> 318 | VdsFenceOptionMapping |
> > >>> alom:secure=secure,port=ipport;apc:secure=secure,port=ipport,slot=port;bladecenter:secure=secure,port=ipport,slot=port;drac5:secure=secure,slot=port;eps:slot=port

[Users] HA: Re: HA: Re: HP Integrated Lights Out 3

2012-09-10 Thread Dmitriy A Pyryakov
Now ilo3 presented in Power Management but still doesn't work.

part of vdsm.log:

Thread-258783::DEBUG::2012-09-10 17:39:06,359::API::1024::vds::(fenceNode)
fenceNode
(addr=192.168.10.103,port=,agent=ipmilan,user=Administrator,passwd=,action=status,secure=,options=)
Thread-258783::DEBUG::2012-09-10 17:39:07,386::API::1050::vds::(fenceNode)
rc 1 in agent=fence_ipmilan
ipaddr=192.168.10.103
login=Administrator
option=status
passwd=
 out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
Failed
 err

part of engine.log

2012-09-10 17:41:51,089 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
(ajp--0.0.0.0-8009-10) START, FenceVdsVDSCommand(vdsId =
71528b6e-f5e6-11e1-a15f-0011856cf23e, targetVdsId =
8dddf9e6-f80a-11e1-b036-0011856cf23e, action = Status, ip = 192.168.10.103,
port = , type = ipmilan, user = Administrator, password = **, options =
'lanplus,power_wait=4'), log id: f442157
2012-09-10 17:41:53,226 INFO
[org.ovirt.engine.core.vdsbroker.vdsbroker.FenceVdsVDSCommand]
(ajp--0.0.0.0-8009-10) FINISH, FenceVdsVDSCommand, return: Test Failed,
Host Status is: unknown. The fence-agent script reported the following
error: Getting status of IPMI:192.168.10.103...Chassis power = Unknown
Failed
, log id: f442157

- -
Dmitriy Pyryakov
VimpelCom Ltd.



От: Eli Mesika 
Кому:   Dmitriy A Pyryakov 
Копия:  users@ovirt.org, Itamar Heim 
Дата:   10.09.2012 17:29
Тема:   Re: HA: Re: [Users] HP Integrated Lights Out 3





- Original Message -
> From: "Itamar Heim" 
> To: "Eli Mesika" 
> Cc: users@ovirt.org, "Dmitriy A Pyryakov" 
> Sent: Monday, September 10, 2012 2:14:31 PM
> Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3
>
> On 09/10/2012 02:07 PM, Eli Mesika wrote:
> >
> >
> > - Original Message -
> >> From: "Itamar Heim" 
> >> To: "Dmitriy A Pyryakov" 
> >> Cc: "Eli Mesika" , users@ovirt.org
> >> Sent: Monday, September 10, 2012 12:51:03 PM
> >> Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3
> >>
> >> On 09/10/2012 12:21 PM, Dmitriy A Pyryakov wrote:
> >>> engine=# select * from vdc_options where option_name in
> >>>
('FenceAgentDefaultParams','FenceAgentMapping','VdsFenceOptionMapping','VdsFenceType');

> >>> option_id | option_name | option_value | version
> >>>
---+-++-

> >>> 77 | FenceAgentMapping | ilo3=ipmilan | general
> >>> 76 | FenceAgentDefaultParams | ilo3:lanplus,power_wait=4 |
> >>> general
> >>> 323 | VdsFenceType |
> >>> alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs
> >>> |
> >>> 3.1
> >>> 322 | VdsFenceType |
> >>
> >> eli - ilo3 is missing in 3.1?
> > Yes, this is certainly a bug, I will open it and resolve ASAP
>
> this is a db change, so dmitriy can apply it easily as well.
Sure
Dmitriy , please apply
1) run on your Postgres engine :
select fn_db_update_config_value
('VdsFenceType','alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs','3.1');


2) Restart engine
3) Check again (you should have ilo3 now in the UI list)
4) Let me know if it works

Thanks

>
> >> and maybe another bug on not passing fence options which i
> >> remember
> >> we
> >> had at some point
> > Yes, I believe that the above will solve the issue since we had
> > already tested ilo3 unless we have a regression I am not aware
> > about.
>
> lets hope so. question is if it was fixed after ovirt 3.1 was done.
>
> >
> >>
> >>> alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs
> >>> | 3.0
> >>> 321 | VdsFenceType |
> >>> alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs
> >>> |
> >>> 2.2
> >>> 318 | VdsFenceOptionMapping |
> >>>
alom:secure=secure,port=ipport;apc:secure=secure,port=ipport,slot=port;bladecenter:secure=secure,port=ipport,slot=port;drac5:secure=secure,slot=port;eps:slot=port;ilo:secure=ssl,port=ipport;ipmilan:;rsa:secure=secure,port=ipport;rsb:;wti:secure=secure,port=ipport,slot=port;cisco_ucs:secure=ssl,slot=port;ilo3:

> >>> | general
> >>> (6 rows)
> >>>
> >>> --
> >>>
> >>>  Dmitriy Pyryakov
> >>>  VimpelCom Ltd.
> >>>
> >>>
> >>> Inactive hide details for Eli Mesika ---10.09.2012
> >>> 15:02:16
> >>> Original Message - > From: "Dmitriy A Pyryakov"  >>> Mesika
> >>> ---10.09.2012 15:02:16 Original Message - > From:
> >>> "Dmitriy A
> >>> Pyryakov" 
> >>>
> >>> От: Eli Mesika 
> >>> Кому: Dmitriy A Pyryakov 
> >>> Копия: users@ovirt.org, Itamar Heim 
> >>> Дата: 10.09.2012 15:02
> >>> Тема: Re: [Users] HP Integrated Lights Out 3
> >>>

> >>>
> >>>
> >>>
> >>>
> >>>
> >>> - Original Message -
> >>>   > From: "

Re: [Users] HA: Re: HP Integrated Lights Out 3

2012-09-10 Thread Eli Mesika


- Original Message -
> From: "Itamar Heim" 
> To: "Eli Mesika" 
> Cc: users@ovirt.org, "Dmitriy A Pyryakov" 
> Sent: Monday, September 10, 2012 2:14:31 PM
> Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3
> 
> On 09/10/2012 02:07 PM, Eli Mesika wrote:
> >
> >
> > - Original Message -
> >> From: "Itamar Heim" 
> >> To: "Dmitriy A Pyryakov" 
> >> Cc: "Eli Mesika" , users@ovirt.org
> >> Sent: Monday, September 10, 2012 12:51:03 PM
> >> Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3
> >>
> >> On 09/10/2012 12:21 PM, Dmitriy A Pyryakov wrote:
> >>> engine=# select * from vdc_options where option_name in
> >>> ('FenceAgentDefaultParams','FenceAgentMapping','VdsFenceOptionMapping','VdsFenceType');
> >>> option_id | option_name | option_value | version
> >>> ---+-++-
> >>> 77 | FenceAgentMapping | ilo3=ipmilan | general
> >>> 76 | FenceAgentDefaultParams | ilo3:lanplus,power_wait=4 |
> >>> general
> >>> 323 | VdsFenceType |
> >>> alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs
> >>> |
> >>> 3.1
> >>> 322 | VdsFenceType |
> >>
> >> eli - ilo3 is missing in 3.1?
> > Yes, this is certainly a bug, I will open it and resolve ASAP
> 
> this is a db change, so dmitriy can apply it easily as well.
Sure
Dmitriy , please apply 
1) run on your Postgres engine :
select 
fn_db_update_config_value('VdsFenceType','alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs','3.1');

2) Restart engine 
3) Check again (you should have ilo3 now in the UI list)
4) Let me know if it works

Thanks

> 
> >> and maybe another bug on not passing fence options which i
> >> remember
> >> we
> >> had at some point
> > Yes, I believe that the above will solve the issue since we had
> > already tested ilo3 unless we have a regression I am not aware
> > about.
> 
> lets hope so. question is if it was fixed after ovirt 3.1 was done.
> 
> >
> >>
> >>> alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs
> >>> | 3.0
> >>> 321 | VdsFenceType |
> >>> alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs
> >>> |
> >>> 2.2
> >>> 318 | VdsFenceOptionMapping |
> >>> alom:secure=secure,port=ipport;apc:secure=secure,port=ipport,slot=port;bladecenter:secure=secure,port=ipport,slot=port;drac5:secure=secure,slot=port;eps:slot=port;ilo:secure=ssl,port=ipport;ipmilan:;rsa:secure=secure,port=ipport;rsb:;wti:secure=secure,port=ipport,slot=port;cisco_ucs:secure=ssl,slot=port;ilo3:
> >>> | general
> >>> (6 rows)
> >>>
> >>> --
> >>>
> >>>  Dmitriy Pyryakov
> >>>  VimpelCom Ltd.
> >>>
> >>>
> >>> Inactive hide details for Eli Mesika ---10.09.2012
> >>> 15:02:16
> >>> Original Message - > From: "Dmitriy A Pyryakov"  >>> Mesika
> >>> ---10.09.2012 15:02:16 Original Message - > From:
> >>> "Dmitriy A
> >>> Pyryakov" 
> >>>
> >>> От: Eli Mesika 
> >>> Кому: Dmitriy A Pyryakov 
> >>> Копия: users@ovirt.org, Itamar Heim 
> >>> Дата: 10.09.2012 15:02
> >>> Тема: Re: [Users] HP Integrated Lights Out 3
> >>> 
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> - Original Message -
> >>>   > From: "Dmitriy A Pyryakov" 
> >>>   > To: "Itamar Heim" 
> >>>   > Cc: "Eli Mesika" , users@ovirt.org
> >>>   > Sent: Monday, September 10, 2012 11:57:25 AM
> >>>   > Subject: Re: [Users] HP Integrated Lights Out 3
> >>>   >
> >>>   >
> >>>   >
> >>>   >
> >>>   >
> >>>   > Yes, but oVirt don't pass this options to fence_ipmilan
> >>>   > command.
> >>>   > There are all logged options: Thread-43892::DEBUG::2012-09-07
> >>>   > 13:14:03,094::API::1024::vds::(fenceNode)
> >>>   >
> >>> fenceNode(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)
> >>>   > Thread-43892::DEBUG::2012-09-07
> >>>   > 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in
> >>>   > agent=fence_ipmilan
> >>>   > ipaddr=192.168.10.103
> >>>   > login=fence_ilo
> >>>   > option=status
> >>>   > passwd=
> >>>   > out Getting status of IPMI:192.168.10.103...Chassis power =
> >>>   > Unknown
> >>>   > Failed
> >>>   > err
> >>>   >
> >>>
> >>> Hi
> >>> As you see, options arrived to VDSM as empty string
> >>> Can you please paste the output of the following SQL
> >>>
> >>> select * from vdc_options where option_name =
> >>> 'FenceAgentDefaultParams';
> >>>
> >>> Thanks
> >>>
> >>>
> >>>   > - - Dmitriy Pyryakov VimpelCom Ltd.
> >>>   > Inactive hide details for Itamar Heim ---10.09.2012
> >>>   > 14:48:06---On
> >>>   > 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote: > No, I don't
> >>>   > Itamar
> >>>   > Heim ---10.09.2012 14:48:06---On 09

Re: [Users] HA: Re: HP Integrated Lights Out 3

2012-09-10 Thread Itamar Heim

On 09/10/2012 02:07 PM, Eli Mesika wrote:



- Original Message -

From: "Itamar Heim" 
To: "Dmitriy A Pyryakov" 
Cc: "Eli Mesika" , users@ovirt.org
Sent: Monday, September 10, 2012 12:51:03 PM
Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3

On 09/10/2012 12:21 PM, Dmitriy A Pyryakov wrote:

engine=# select * from vdc_options where option_name in
('FenceAgentDefaultParams','FenceAgentMapping','VdsFenceOptionMapping','VdsFenceType');
option_id | option_name | option_value | version
---+-++-
77 | FenceAgentMapping | ilo3=ipmilan | general
76 | FenceAgentDefaultParams | ilo3:lanplus,power_wait=4 | general
323 | VdsFenceType |
alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs |
3.1
322 | VdsFenceType |


eli - ilo3 is missing in 3.1?

Yes, this is certainly a bug, I will open it and resolve ASAP


this is a db change, so dmitriy can apply it easily as well.


and maybe another bug on not passing fence options which i remember
we
had at some point

Yes, I believe that the above will solve the issue since we had already tested 
ilo3 unless we have a regression I am not aware about.


lets hope so. question is if it was fixed after ovirt 3.1 was done.






alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs
| 3.0
321 | VdsFenceType |
alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs |
2.2
318 | VdsFenceOptionMapping |
alom:secure=secure,port=ipport;apc:secure=secure,port=ipport,slot=port;bladecenter:secure=secure,port=ipport,slot=port;drac5:secure=secure,slot=port;eps:slot=port;ilo:secure=ssl,port=ipport;ipmilan:;rsa:secure=secure,port=ipport;rsb:;wti:secure=secure,port=ipport,slot=port;cisco_ucs:secure=ssl,slot=port;ilo3:
| general
(6 rows)

--

 Dmitriy Pyryakov
 VimpelCom Ltd.


Inactive hide details for Eli Mesika ---10.09.2012 15:02:16
Original Message - > From: "Dmitriy A Pyryakov"  From:
"Dmitriy A
Pyryakov" 

От: Eli Mesika 
Кому: Dmitriy A Pyryakov 
Копия: users@ovirt.org, Itamar Heim 
Дата: 10.09.2012 15:02
Тема: Re: [Users] HP Integrated Lights Out 3






- Original Message -
  > From: "Dmitriy A Pyryakov" 
  > To: "Itamar Heim" 
  > Cc: "Eli Mesika" , users@ovirt.org
  > Sent: Monday, September 10, 2012 11:57:25 AM
  > Subject: Re: [Users] HP Integrated Lights Out 3
  >
  >
  >
  >
  >
  > Yes, but oVirt don't pass this options to fence_ipmilan command.
  > There are all logged options: Thread-43892::DEBUG::2012-09-07
  > 13:14:03,094::API::1024::vds::(fenceNode)
  >
fenceNode(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)
  > Thread-43892::DEBUG::2012-09-07
  > 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in
  > agent=fence_ipmilan
  > ipaddr=192.168.10.103
  > login=fence_ilo
  > option=status
  > passwd=
  > out Getting status of IPMI:192.168.10.103...Chassis power =
  > Unknown
  > Failed
  > err
  >

Hi
As you see, options arrived to VDSM as empty string
Can you please paste the output of the following SQL

select * from vdc_options where option_name =
'FenceAgentDefaultParams';

Thanks


  > - - Dmitriy Pyryakov VimpelCom Ltd.
  > Inactive hide details for Itamar Heim ---10.09.2012
  > 14:48:06---On
  > 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote: > No, I don't
  > Itamar
  > Heim ---10.09.2012 14:48:06---On 09/10/2012 11:45 AM, Dmitriy A
  > Pyryakov wrote: > No, I don't see an ilo3 type of fencing device
  > i
  >
  > От: Itamar Heim 
  > Кому: Dmitriy A Pyryakov 
  > Копия: Eli Mesika , users@ovirt.org
  > Дата: 10.09.2012 14:48
  > Тема: Re: [Users] HP Integrated Lights Out 3
  >
  >
  >
  >
  > On 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote:
  > > No, I don't see an ilo3 type of fencing device in my "Power
  > > Management" tab.
  > >
  > > I have fence_ilo3 command on my hypervisor host.
  >
  > did you try choosing ipmilan and passing options of
  > lanplus,power_wait=4?
  >
  >
  > >
  > > When I run it with following options:
  > > privlvl=user
  > > ipaddr=192.168.10.103
  > > login=fence_ilo
  > > passwd=
  > > operation=status
  > >
  > > it print: Getting status of IPMI:192.168.10.103...Chassis
  > > power =
  > > On
  > > Done
  > >
  > > oVirt Engine Version: 3.1.0-2.fc17
  > >
  > >
  > > - -
  > > Dmitriy Pyryakov
  > > VimpelCom Ltd.
  > >
  > >
  > > Inactive hide details for Itamar Heim ---10.09.2012
  > > 14:28:19---On
  > > 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote: > Hello,Itamar
  > > Heim
  > > ---10.09.2012 14:28:19---On 09/10/2012 06:17 AM, Dmitriy A
  > > Pyryakov
  > > wrote: > Hello,

Re: [Users] HA: Re: HP Integrated Lights Out 3

2012-09-10 Thread Eli Mesika


- Original Message -
> From: "Itamar Heim" 
> To: "Dmitriy A Pyryakov" 
> Cc: "Eli Mesika" , users@ovirt.org
> Sent: Monday, September 10, 2012 12:51:03 PM
> Subject: Re: HA: Re: [Users] HP Integrated Lights Out 3
> 
> On 09/10/2012 12:21 PM, Dmitriy A Pyryakov wrote:
> > engine=# select * from vdc_options where option_name in
> > ('FenceAgentDefaultParams','FenceAgentMapping','VdsFenceOptionMapping','VdsFenceType');
> > option_id | option_name | option_value | version
> > ---+-++-
> > 77 | FenceAgentMapping | ilo3=ipmilan | general
> > 76 | FenceAgentDefaultParams | ilo3:lanplus,power_wait=4 | general
> > 323 | VdsFenceType |
> > alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs |
> > 3.1
> > 322 | VdsFenceType |
> 
> eli - ilo3 is missing in 3.1?
Yes, this is certainly a bug, I will open it and resolve ASAP
> and maybe another bug on not passing fence options which i remember
> we
> had at some point
Yes, I believe that the above will solve the issue since we had already tested 
ilo3 unless we have a regression I am not aware about.

> 
> > alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs
> > | 3.0
> > 321 | VdsFenceType |
> > alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs |
> > 2.2
> > 318 | VdsFenceOptionMapping |
> > alom:secure=secure,port=ipport;apc:secure=secure,port=ipport,slot=port;bladecenter:secure=secure,port=ipport,slot=port;drac5:secure=secure,slot=port;eps:slot=port;ilo:secure=ssl,port=ipport;ipmilan:;rsa:secure=secure,port=ipport;rsb:;wti:secure=secure,port=ipport,slot=port;cisco_ucs:secure=ssl,slot=port;ilo3:
> > | general
> > (6 rows)
> >
> > --
> >
> > Dmitriy Pyryakov
> > VimpelCom Ltd.
> >
> >
> > Inactive hide details for Eli Mesika ---10.09.2012 15:02:16
> > Original Message - > From: "Dmitriy A Pyryakov"  > Mesika
> > ---10.09.2012 15:02:16 Original Message - > From:
> > "Dmitriy A
> > Pyryakov" 
> >
> > От: Eli Mesika 
> > Кому: Dmitriy A Pyryakov 
> > Копия: users@ovirt.org, Itamar Heim 
> > Дата: 10.09.2012 15:02
> > Тема: Re: [Users] HP Integrated Lights Out 3
> > 
> >
> >
> >
> >
> >
> > - Original Message -
> >  > From: "Dmitriy A Pyryakov" 
> >  > To: "Itamar Heim" 
> >  > Cc: "Eli Mesika" , users@ovirt.org
> >  > Sent: Monday, September 10, 2012 11:57:25 AM
> >  > Subject: Re: [Users] HP Integrated Lights Out 3
> >  >
> >  >
> >  >
> >  >
> >  >
> >  > Yes, but oVirt don't pass this options to fence_ipmilan command.
> >  > There are all logged options: Thread-43892::DEBUG::2012-09-07
> >  > 13:14:03,094::API::1024::vds::(fenceNode)
> >  >
> > fenceNode(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)
> >  > Thread-43892::DEBUG::2012-09-07
> >  > 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in
> >  > agent=fence_ipmilan
> >  > ipaddr=192.168.10.103
> >  > login=fence_ilo
> >  > option=status
> >  > passwd=
> >  > out Getting status of IPMI:192.168.10.103...Chassis power =
> >  > Unknown
> >  > Failed
> >  > err
> >  >
> >
> > Hi
> > As you see, options arrived to VDSM as empty string
> > Can you please paste the output of the following SQL
> >
> > select * from vdc_options where option_name =
> > 'FenceAgentDefaultParams';
> >
> > Thanks
> >
> >
> >  > - - Dmitriy Pyryakov VimpelCom Ltd.
> >  > Inactive hide details for Itamar Heim ---10.09.2012
> >  > 14:48:06---On
> >  > 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote: > No, I don't
> >  > Itamar
> >  > Heim ---10.09.2012 14:48:06---On 09/10/2012 11:45 AM, Dmitriy A
> >  > Pyryakov wrote: > No, I don't see an ilo3 type of fencing device
> >  > i
> >  >
> >  > От: Itamar Heim 
> >  > Кому: Dmitriy A Pyryakov 
> >  > Копия: Eli Mesika , users@ovirt.org
> >  > Дата: 10.09.2012 14:48
> >  > Тема: Re: [Users] HP Integrated Lights Out 3
> >  >
> >  >
> >  >
> >  >
> >  > On 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote:
> >  > > No, I don't see an ilo3 type of fencing device in my "Power
> >  > > Management" tab.
> >  > >
> >  > > I have fence_ilo3 command on my hypervisor host.
> >  >
> >  > did you try choosing ipmilan and passing options of
> >  > lanplus,power_wait=4?
> >  >
> >  >
> >  > >
> >  > > When I run it with following options:
> >  > > privlvl=user
> >  > > ipaddr=192.168.10.103
> >  > > login=fence_ilo
> >  > > passwd=
> >  > > operation=status
> >  > >
> >  > > it print: Getting status of IPMI:192.168.10.103...Chassis
> >  > > power =
> >  > > On
> >  > > Done
> >  > >
> >  > > oVirt Engine Version: 3.1.0-2.fc17
> >  > >
> >  > >
> > 

Re: [Users] HA: Re: HP Integrated Lights Out 3

2012-09-10 Thread Itamar Heim

On 09/10/2012 12:21 PM, Dmitriy A Pyryakov wrote:

engine=# select * from vdc_options where option_name in
('FenceAgentDefaultParams','FenceAgentMapping','VdsFenceOptionMapping','VdsFenceType');
option_id | option_name | option_value | version
---+-++-
77 | FenceAgentMapping | ilo3=ipmilan | general
76 | FenceAgentDefaultParams | ilo3:lanplus,power_wait=4 | general
323 | VdsFenceType |
alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs | 3.1
322 | VdsFenceType |


eli - ilo3 is missing in 3.1?
and maybe another bug on not passing fence options which i remember we 
had at some point



alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs | 3.0
321 | VdsFenceType |
alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs | 2.2
318 | VdsFenceOptionMapping |
alom:secure=secure,port=ipport;apc:secure=secure,port=ipport,slot=port;bladecenter:secure=secure,port=ipport,slot=port;drac5:secure=secure,slot=port;eps:slot=port;ilo:secure=ssl,port=ipport;ipmilan:;rsa:secure=secure,port=ipport;rsb:;wti:secure=secure,port=ipport,slot=port;cisco_ucs:secure=ssl,slot=port;ilo3:
| general
(6 rows)

--

Dmitriy Pyryakov
VimpelCom Ltd.


Inactive hide details for Eli Mesika ---10.09.2012 15:02:16
Original Message - > From: "Dmitriy A Pyryakov"  From: "Dmitriy A
Pyryakov" 

От: Eli Mesika 
Кому: Dmitriy A Pyryakov 
Копия: users@ovirt.org, Itamar Heim 
Дата: 10.09.2012 15:02
Тема: Re: [Users] HP Integrated Lights Out 3






- Original Message -
 > From: "Dmitriy A Pyryakov" 
 > To: "Itamar Heim" 
 > Cc: "Eli Mesika" , users@ovirt.org
 > Sent: Monday, September 10, 2012 11:57:25 AM
 > Subject: Re: [Users] HP Integrated Lights Out 3
 >
 >
 >
 >
 >
 > Yes, but oVirt don't pass this options to fence_ipmilan command.
 > There are all logged options: Thread-43892::DEBUG::2012-09-07
 > 13:14:03,094::API::1024::vds::(fenceNode)
 >
fenceNode(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)
 > Thread-43892::DEBUG::2012-09-07
 > 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in
 > agent=fence_ipmilan
 > ipaddr=192.168.10.103
 > login=fence_ilo
 > option=status
 > passwd=
 > out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
 > Failed
 > err
 >

Hi
As you see, options arrived to VDSM as empty string
Can you please paste the output of the following SQL

select * from vdc_options where option_name = 'FenceAgentDefaultParams';

Thanks


 > - - Dmitriy Pyryakov VimpelCom Ltd.
 > Inactive hide details for Itamar Heim ---10.09.2012 14:48:06---On
 > 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote: > No, I don't Itamar
 > Heim ---10.09.2012 14:48:06---On 09/10/2012 11:45 AM, Dmitriy A
 > Pyryakov wrote: > No, I don't see an ilo3 type of fencing device i
 >
 > От: Itamar Heim 
 > Кому: Dmitriy A Pyryakov 
 > Копия: Eli Mesika , users@ovirt.org
 > Дата: 10.09.2012 14:48
 > Тема: Re: [Users] HP Integrated Lights Out 3
 >
 >
 >
 >
 > On 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote:
 > > No, I don't see an ilo3 type of fencing device in my "Power
 > > Management" tab.
 > >
 > > I have fence_ilo3 command on my hypervisor host.
 >
 > did you try choosing ipmilan and passing options of
 > lanplus,power_wait=4?
 >
 >
 > >
 > > When I run it with following options:
 > > privlvl=user
 > > ipaddr=192.168.10.103
 > > login=fence_ilo
 > > passwd=
 > > operation=status
 > >
 > > it print: Getting status of IPMI:192.168.10.103...Chassis power =
 > > On
 > > Done
 > >
 > > oVirt Engine Version: 3.1.0-2.fc17
 > >
 > >
 > > - -
 > > Dmitriy Pyryakov
 > > VimpelCom Ltd.
 > >
 > >
 > > Inactive hide details for Itamar Heim ---10.09.2012 14:28:19---On
 > > 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote: > Hello,Itamar Heim
 > > ---10.09.2012 14:28:19---On 09/10/2012 06:17 AM, Dmitriy A Pyryakov
 > > wrote: > Hello,
 > >
 > > От: Itamar Heim 
 > > Кому: Dmitriy A Pyryakov 
 > > Копия: users@ovirt.org, Eli Mesika 
 > > Дата: 10.09.2012 14:28
 > > Тема: Re: [Users] HP Integrated Lights Out 3
 > >

 > >
 > >
 > >
 > > On 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote:
 > > > Hello,
 > > >
 > > > I need to use the HP i-lo 3 as fencing device for OOB power
 > > > management.
 > > >
 > > > In man 8 page of fence_ipmilan I find that I must use lanplus and
 > > > power_wait=4 options. When I insert this options in "Option" line
 > > > of
 > > > "Power Management" tab and press "Test" button - test is failed.
 > > >
 > > > There is the part of vdsm.log

[Users] HA: Re: HP Integrated Lights Out 3

2012-09-10 Thread Dmitriy A Pyryakov

engine=# select * from vdc_options where option_name in
('FenceAgentDefaultParams','FenceAgentMapping','VdsFenceOptionMapping','VdsFenceType');
 option_id |   option_name   |
option_value
| version
---+-++-
77 | FenceAgentMapping   | ilo3=ipmilan
| general
76 | FenceAgentDefaultParams | ilo3:lanplus,power_wait=4
| general
   323 | VdsFenceType|
alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs
| 3.1
   322 | VdsFenceType|
alom,apc,bladecenter,drac5,eps,ilo,ilo3,ipmilan,rsa,rsb,wti,cisco_ucs
| 3.0
   321 | VdsFenceType|
alom,apc,bladecenter,drac5,eps,ilo,ipmilan,rsa,rsb,wti,cisco_ucs
| 2.2
   318 | VdsFenceOptionMapping   |
alom:secure=secure,port=ipport;apc:secure=secure,port=ipport,slot=port;bladecenter:secure=secure,port=ipport,slot=port;drac5:secure=secure,slot=port;eps:slot=port;ilo:secure=ssl,port=ipport;ipmilan:;rsa:secure=secure,port=ipport;rsb:;wti:secure=secure,port=ipport,slot=port;cisco_ucs:secure=ssl,slot=port;ilo3:
 | general
(6 rows)

--
Dmitriy Pyryakov
VimpelCom Ltd.



От: Eli Mesika 
Кому:   Dmitriy A Pyryakov 
Копия:  users@ovirt.org, Itamar Heim 
Дата:   10.09.2012 15:02
Тема:   Re: [Users] HP Integrated Lights Out 3





- Original Message -
> From: "Dmitriy A Pyryakov" 
> To: "Itamar Heim" 
> Cc: "Eli Mesika" , users@ovirt.org
> Sent: Monday, September 10, 2012 11:57:25 AM
> Subject: Re: [Users] HP Integrated Lights Out 3
>
>
>
>
>
> Yes, but oVirt don't pass this options to fence_ipmilan command.
> There are all logged options: Thread-43892::DEBUG::2012-09-07
> 13:14:03,094::API::1024::vds::(fenceNode)
> fenceNode
(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)

> Thread-43892::DEBUG::2012-09-07
> 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in
> agent=fence_ipmilan
> ipaddr=192.168.10.103
> login=fence_ilo
> option=status
> passwd=
> out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
> Failed
> err
>

Hi
As you see, options arrived to VDSM as empty string
Can you please paste the output of the following SQL

select * from vdc_options where option_name = 'FenceAgentDefaultParams';

Thanks


> - - Dmitriy Pyryakov VimpelCom Ltd.
> Inactive hide details for Itamar Heim ---10.09.2012 14:48:06---On
> 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote: > No, I don't Itamar
> Heim ---10.09.2012 14:48:06---On 09/10/2012 11:45 AM, Dmitriy A
> Pyryakov wrote: > No, I don't see an ilo3 type of fencing device i
>
> От: Itamar Heim 
> Кому: Dmitriy A Pyryakov 
> Копия: Eli Mesika , users@ovirt.org
> Дата: 10.09.2012 14:48
> Тема: Re: [Users] HP Integrated Lights Out 3
>
>
>
>
> On 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote:
> > No, I don't see an ilo3 type of fencing device in my "Power
> > Management" tab.
> >
> > I have fence_ilo3 command on my hypervisor host.
>
> did you try choosing ipmilan and passing options of
> lanplus,power_wait=4?
>
>
> >
> > When I run it with following options:
> > privlvl=user
> > ipaddr=192.168.10.103
> > login=fence_ilo
> > passwd=
> > operation=status
> >
> > it print: Getting status of IPMI:192.168.10.103...Chassis power =
> > On
> > Done
> >
> > oVirt Engine Version: 3.1.0-2.fc17
> >
> >
> > - -
> > Dmitriy Pyryakov
> > VimpelCom Ltd.
> >
> >
> > Inactive hide details for Itamar Heim ---10.09.2012 14:28:19---On
> > 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote: > Hello,Itamar Heim
> > ---10.09.2012 14:28:19---On 09/10/2012 06:17 AM, Dmitriy A Pyryakov
> > wrote: > Hello,
> >
> > От: Itamar Heim 
> > Кому: Dmitriy A Pyryakov 
> > Копия: users@ovirt.org, Eli Mesika 
> > Дата: 10.09.2012 14:28
> > Тема: Re: [Users] HP Integrated Lights Out 3
> >

> >
> >
> >
> > On 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote:
> > > Hello,
> > >
> > > I need to use the HP i-lo 3 as fencing device for OOB power
> > > management.
> > >
> > > In man 8 page of fence_ipmilan I find that I must use lanplus and
> > > power_wait=4 options. When I insert this options in "Option" line
> > > of
> > > "Power Management" tab and press "Test" button - test is failed.
> > >
> > > There is the part of vdsm.log at this time:
> > >
> > > Thread-43892::DEBUG::2012-09-07
> > > 13:14:03,094::API::1024::vds::(fenceNode)
> > >
> > fenceNode
(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)

> > > Thread-43892::DEBUG::2012-09-07
> > > 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in
> > > agent=fence_ipmilan
> > > ipaddr=192.168.10.103
> > > login=fen

Re: [Users] HP Integrated Lights Out 3

2012-09-10 Thread Eli Mesika


- Original Message -
> From: "Eli Mesika" 
> To: "Dmitriy A Pyryakov" 
> Cc: users@ovirt.org
> Sent: Monday, September 10, 2012 12:02:12 PM
> Subject: Re: [Users] HP Integrated Lights Out 3
> 
> 
> 
> - Original Message -
> > From: "Dmitriy A Pyryakov" 
> > To: "Itamar Heim" 
> > Cc: "Eli Mesika" , users@ovirt.org
> > Sent: Monday, September 10, 2012 11:57:25 AM
> > Subject: Re: [Users] HP Integrated Lights Out 3
> > 
> > 
> > 
> > 
> > 
> > Yes, but oVirt don't pass this options to fence_ipmilan command.
> > There are all logged options: Thread-43892::DEBUG::2012-09-07
> > 13:14:03,094::API::1024::vds::(fenceNode)
> > fenceNode(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)
> > Thread-43892::DEBUG::2012-09-07
> > 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in
> > agent=fence_ipmilan
> > ipaddr=192.168.10.103
> > login=fence_ilo
> > option=status
> > passwd=
> > out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
> > Failed
> > err
> > 
> 
> Hi
> As you see, options arrived to VDSM as empty string
> Can you please paste the output of the following SQL
> 
> select * from vdc_options where option_name =
> 'FenceAgentDefaultParams';
> 
> Thanks

Correction (I need more info to see why ilo3 does not appear in UI):
The SQL should be 
select * from vdc_options where option_name in 
('FenceAgentDefaultParams','FenceAgentMapping','VdsFenceOptionMapping','VdsFenceType');

Thanks

> 
> 
> > - - Dmitriy Pyryakov VimpelCom Ltd.
> > Inactive hide details for Itamar Heim ---10.09.2012 14:48:06---On
> > 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote: > No, I don't Itamar
> > Heim ---10.09.2012 14:48:06---On 09/10/2012 11:45 AM, Dmitriy A
> > Pyryakov wrote: > No, I don't see an ilo3 type of fencing device i
> > 
> > От: Itamar Heim 
> > Кому: Dmitriy A Pyryakov 
> > Копия: Eli Mesika , users@ovirt.org
> > Дата: 10.09.2012 14:48
> > Тема: Re: [Users] HP Integrated Lights Out 3
> > 
> > 
> > 
> > 
> > On 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote:
> > > No, I don't see an ilo3 type of fencing device in my "Power
> > > Management" tab.
> > > 
> > > I have fence_ilo3 command on my hypervisor host.
> > 
> > did you try choosing ipmilan and passing options of
> > lanplus,power_wait=4?
> > 
> > 
> > > 
> > > When I run it with following options:
> > > privlvl=user
> > > ipaddr=192.168.10.103
> > > login=fence_ilo
> > > passwd=
> > > operation=status
> > > 
> > > it print: Getting status of IPMI:192.168.10.103...Chassis power =
> > > On
> > > Done
> > > 
> > > oVirt Engine Version: 3.1.0-2.fc17
> > > 
> > > 
> > > - -
> > > Dmitriy Pyryakov
> > > VimpelCom Ltd.
> > > 
> > > 
> > > Inactive hide details for Itamar Heim ---10.09.2012 14:28:19---On
> > > 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote: > Hello,Itamar
> > > Heim
> > > ---10.09.2012 14:28:19---On 09/10/2012 06:17 AM, Dmitriy A
> > > Pyryakov
> > > wrote: > Hello,
> > > 
> > > От: Itamar Heim 
> > > Кому: Dmitriy A Pyryakov 
> > > Копия: users@ovirt.org, Eli Mesika 
> > > Дата: 10.09.2012 14:28
> > > Тема: Re: [Users] HP Integrated Lights Out 3
> > > 
> > > 
> > > 
> > > 
> > > On 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote:
> > > > Hello,
> > > > 
> > > > I need to use the HP i-lo 3 as fencing device for OOB power
> > > > management.
> > > > 
> > > > In man 8 page of fence_ipmilan I find that I must use lanplus
> > > > and
> > > > power_wait=4 options. When I insert this options in "Option"
> > > > line
> > > > of
> > > > "Power Management" tab and press "Test" button - test is
> > > > failed.
> > > > 
> > > > There is the part of vdsm.log at this time:
> > > > 
> > > > Thread-43892::DEBUG::2012-09-07
> > > > 13:14:03,094::API::1024::vds::(fenceNode)
> > > > 
> > > fenceNode(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)
> > > > Thread-43892::DEBUG::2012-09-07
> > > > 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in
> > > > agent=fence_ipmilan
> > > > ipaddr=192.168.10.103
> > > > login=fence_ilo
> > > > option=status
> > > > passwd=
> > > > out Getting status of IPMI:192.168.10.103...Chassis power =
> > > > Unknown
> > > > Failed
> > > > err
> > > > 
> > > > My otions are not presented. It looks like a bug.
> > > > 
> > > > How can I fix it? How can I find a location of the script who
> > > > run
> > > > this
> > > > test in my system?
> > > 
> > > strange, i thought we added ilo3 fence type back in 3.0 which
> > > wraps
> > > ipmilan with lanplus,power_wait=4.
> > > don'y you see ilo3 as an option?
> > > 
> > > > 
> > > > - -
> > > > Dmitriy Pyryakov
> > > > 
> > > > VimpelCom Ltd.
> > > > 
> > > > 
> > > > 
> > > > ___
> > > > Users mailing list
> > > > Users@ovirt.org
> > > > http://lists.ovirt.org/mailman/listinfo/users
> > > > 
> > > 
> > > 
> > > 
> > 
> > 
> > 
> > 
> 
> _

Re: [Users] HP Integrated Lights Out 3

2012-09-10 Thread Eli Mesika


- Original Message -
> From: "Dmitriy A Pyryakov" 
> To: "Itamar Heim" 
> Cc: "Eli Mesika" , users@ovirt.org
> Sent: Monday, September 10, 2012 11:57:25 AM
> Subject: Re: [Users] HP Integrated Lights Out 3
> 
> 
> 
> 
> 
> Yes, but oVirt don't pass this options to fence_ipmilan command.
> There are all logged options: Thread-43892::DEBUG::2012-09-07
> 13:14:03,094::API::1024::vds::(fenceNode)
> fenceNode(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)
> Thread-43892::DEBUG::2012-09-07
> 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in
> agent=fence_ipmilan
> ipaddr=192.168.10.103
> login=fence_ilo
> option=status
> passwd=
> out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
> Failed
> err
> 

Hi
As you see, options arrived to VDSM as empty string
Can you please paste the output of the following SQL

select * from vdc_options where option_name = 'FenceAgentDefaultParams';

Thanks


> - - Dmitriy Pyryakov VimpelCom Ltd.
> Inactive hide details for Itamar Heim ---10.09.2012 14:48:06---On
> 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote: > No, I don't Itamar
> Heim ---10.09.2012 14:48:06---On 09/10/2012 11:45 AM, Dmitriy A
> Pyryakov wrote: > No, I don't see an ilo3 type of fencing device i
> 
> От: Itamar Heim 
> Кому: Dmitriy A Pyryakov 
> Копия: Eli Mesika , users@ovirt.org
> Дата: 10.09.2012 14:48
> Тема: Re: [Users] HP Integrated Lights Out 3
> 
> 
> 
> 
> On 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote:
> > No, I don't see an ilo3 type of fencing device in my "Power
> > Management" tab.
> > 
> > I have fence_ilo3 command on my hypervisor host.
> 
> did you try choosing ipmilan and passing options of
> lanplus,power_wait=4?
> 
> 
> > 
> > When I run it with following options:
> > privlvl=user
> > ipaddr=192.168.10.103
> > login=fence_ilo
> > passwd=
> > operation=status
> > 
> > it print: Getting status of IPMI:192.168.10.103...Chassis power =
> > On
> > Done
> > 
> > oVirt Engine Version: 3.1.0-2.fc17
> > 
> > 
> > - -
> > Dmitriy Pyryakov
> > VimpelCom Ltd.
> > 
> > 
> > Inactive hide details for Itamar Heim ---10.09.2012 14:28:19---On
> > 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote: > Hello,Itamar Heim
> > ---10.09.2012 14:28:19---On 09/10/2012 06:17 AM, Dmitriy A Pyryakov
> > wrote: > Hello,
> > 
> > От: Itamar Heim 
> > Кому: Dmitriy A Pyryakov 
> > Копия: users@ovirt.org, Eli Mesika 
> > Дата: 10.09.2012 14:28
> > Тема: Re: [Users] HP Integrated Lights Out 3
> > 
> > 
> > 
> > 
> > On 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote:
> > > Hello,
> > > 
> > > I need to use the HP i-lo 3 as fencing device for OOB power
> > > management.
> > > 
> > > In man 8 page of fence_ipmilan I find that I must use lanplus and
> > > power_wait=4 options. When I insert this options in "Option" line
> > > of
> > > "Power Management" tab and press "Test" button - test is failed.
> > > 
> > > There is the part of vdsm.log at this time:
> > > 
> > > Thread-43892::DEBUG::2012-09-07
> > > 13:14:03,094::API::1024::vds::(fenceNode)
> > > 
> > fenceNode(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)
> > > Thread-43892::DEBUG::2012-09-07
> > > 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in
> > > agent=fence_ipmilan
> > > ipaddr=192.168.10.103
> > > login=fence_ilo
> > > option=status
> > > passwd=
> > > out Getting status of IPMI:192.168.10.103...Chassis power =
> > > Unknown
> > > Failed
> > > err
> > > 
> > > My otions are not presented. It looks like a bug.
> > > 
> > > How can I fix it? How can I find a location of the script who run
> > > this
> > > test in my system?
> > 
> > strange, i thought we added ilo3 fence type back in 3.0 which wraps
> > ipmilan with lanplus,power_wait=4.
> > don'y you see ilo3 as an option?
> > 
> > > 
> > > - -
> > > Dmitriy Pyryakov
> > > 
> > > VimpelCom Ltd.
> > > 
> > > 
> > > 
> > > ___
> > > 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


Re: [Users] Cannot add another host to "all-in-one" datacenter

2012-09-10 Thread Adam Tkáč
2012/9/6 Mike Burns :
> On Thu, 2012-09-06 at 20:07 +0200, Adam Tkáč wrote:
>> 2012/9/6 Simon Grinberg :
>> >
>> >
>> > - Original Message -
>> >> From: "Adam Tkáč" 
>> >> To: users@ovirt.org
>> >> Sent: Thursday, September 6, 2012 8:21:38 PM
>> >> Subject: [Users] Cannot add another host to "all-in-one" datacenter
>> >>
>> >> Hello all,
>> >>
>> >> I installed an oVirt datacenter via "all-in-one" plugin, which means
>> >> everything currently runs on one machine. I would like to add another
>> >> host to this datacenter, it has it's own storage for virtual machine
>> >> images, but oVirt refuses to add it with error "Cannot add more than
>> >> one Host to "Local Storage" Data Center". Is it possible to configure
>> >> this somewhere and add the host to the local_datacenter?
>> >
>> > Data center is a 'shared storage domain' meaning that if you use local 
>> > storage you may only have one host in this datacenter.
>> > All In One, uses the Server's local storage thus you can't add another 
>> > host to this data center.
>> >
>> > You may try and configure additional Data Center and add the new host to 
>> > this one.
>> > If you want both hosts to be a cluster then move the hosts that is 
>> > currently defined to the new datacenter and then connect them to shared 
>> > storage.
>> >
>> > Just note that the engine will not be aware it's running on one of the 
>> > hosts so care should be taken not to power off that host :).
>>
>> I didn't realized it's possible to do it this way, thanks for
>> information, will try it.
>>
>> Btw will it be possible to migrate virtual machines from one
>> datacenter to another one? Or for migration hosts need to share
>> storage for virtual machine images. If this isn't possible, is it be
>> possible to export host in one datacenter and import it in another?
>
> If you want live migration, then the hosts need shared storage and be in
> the same datacenter.
>
> There are export domains and you can export from DC1 to export and them
> import from the export to DC2.
>
> There are future features coming around storage live migration that
> *might* change this somewhat, but I don't know all the details of that
> feature yet.
>
> Mike

This works fine, thanks for your help!

Regards, Adam
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] HP Integrated Lights Out 3

2012-09-10 Thread Dmitriy A Pyryakov
Yes, but oVirt don't pass this options to fence_ipmilan command.

There are all logged options:
Thread-43892::DEBUG::2012-09-07 13:14:03,094::API::1024::vds::(fenceNode)
fenceNode
(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)
Thread-43892::DEBUG::2012-09-07 13:14:04,116::API::1050::vds::(fenceNode)
rc 1 in agent=fence_ipmilan
ipaddr=192.168.10.103
login=fence_ilo
option=status
passwd=
 out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
Failed
 err


- -
Dmitriy Pyryakov
VimpelCom Ltd.



От: Itamar Heim 
Кому:   Dmitriy A Pyryakov 
Копия:  Eli Mesika , users@ovirt.org
Дата:   10.09.2012 14:48
Тема:   Re: [Users] HP Integrated Lights Out 3



On 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote:
> No, I don't see an ilo3 type of fencing device in my "Power Management"
tab.
>
> I have fence_ilo3 command on my hypervisor host.

did you try choosing ipmilan and passing options of lanplus,power_wait=4?


>
> When I run it with following options:
> privlvl=user
> ipaddr=192.168.10.103
> login=fence_ilo
> passwd=
> operation=status
>
> it print: Getting status of IPMI:192.168.10.103...Chassis power = On
> Done
>
> oVirt Engine Version: 3.1.0-2.fc17
>
>
> - -
> Dmitriy Pyryakov
> VimpelCom Ltd.
>
>
> Inactive hide details for Itamar Heim ---10.09.2012 14:28:19---On
> 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote: > Hello,Itamar Heim
> ---10.09.2012 14:28:19---On 09/10/2012 06:17 AM, Dmitriy A Pyryakov
> wrote: > Hello,
>
> От: Itamar Heim 
> Кому: Dmitriy A Pyryakov 
> Копия: users@ovirt.org, Eli Mesika 
> Дата: 10.09.2012 14:28
> Тема: Re: [Users] HP Integrated Lights Out 3
> 
>
>
>
> On 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote:
>  > Hello,
>  >
>  > I need to use the HP i-lo 3 as fencing device for OOB power
management.
>  >
>  > In man 8 page of fence_ipmilan I find that I must use lanplus and
>  > power_wait=4 options. When I insert this options in "Option" line of
>  > "Power Management" tab and press "Test" button - test is failed.
>  >
>  > There is the part of vdsm.log at this time:
>  >
>  > Thread-43892::DEBUG::2012-09-07
>  > 13:14:03,094::API::1024::vds::(fenceNode)
>  >
> fenceNode
(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)

>  > Thread-43892::DEBUG::2012-09-07
>  > 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in agent=fence_ipmilan
>  > ipaddr=192.168.10.103
>  > login=fence_ilo
>  > option=status
>  > passwd=
>  > out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
>  > Failed
>  > err
>  >
>  > My otions are not presented. It looks like a bug.
>  >
>  > How can I fix it? How can I find a location of the script who run this
>  > test in my system?
>
> strange, i thought we added ilo3 fence type back in 3.0 which wraps
> ipmilan with lanplus,power_wait=4.
> don'y you see ilo3 as an option?
>
>  >
>  > - -
>  > Dmitriy Pyryakov
>  >
>  > VimpelCom Ltd.
>  >
>  >
>  >
>  > ___
>  > 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


Re: [Users] HP Integrated Lights Out 3

2012-09-10 Thread Itamar Heim

On 09/10/2012 11:45 AM, Dmitriy A Pyryakov wrote:

No, I don't see an ilo3 type of fencing device in my "Power Management" tab.

I have fence_ilo3 command on my hypervisor host.


did you try choosing ipmilan and passing options of lanplus,power_wait=4?




When I run it with following options:
privlvl=user
ipaddr=192.168.10.103
login=fence_ilo
passwd=
operation=status

it print: Getting status of IPMI:192.168.10.103...Chassis power = On
Done

oVirt Engine Version: 3.1.0-2.fc17


- -
Dmitriy Pyryakov
VimpelCom Ltd.


Inactive hide details for Itamar Heim ---10.09.2012 14:28:19---On
09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote: > Hello,Itamar Heim
---10.09.2012 14:28:19---On 09/10/2012 06:17 AM, Dmitriy A Pyryakov
wrote: > Hello,

От: Itamar Heim 
Кому: Dmitriy A Pyryakov 
Копия: users@ovirt.org, Eli Mesika 
Дата: 10.09.2012 14:28
Тема: Re: [Users] HP Integrated Lights Out 3




On 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote:
 > Hello,
 >
 > I need to use the HP i-lo 3 as fencing device for OOB power management.
 >
 > In man 8 page of fence_ipmilan I find that I must use lanplus and
 > power_wait=4 options. When I insert this options in "Option" line of
 > "Power Management" tab and press "Test" button - test is failed.
 >
 > There is the part of vdsm.log at this time:
 >
 > Thread-43892::DEBUG::2012-09-07
 > 13:14:03,094::API::1024::vds::(fenceNode)
 >
fenceNode(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)
 > Thread-43892::DEBUG::2012-09-07
 > 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in agent=fence_ipmilan
 > ipaddr=192.168.10.103
 > login=fence_ilo
 > option=status
 > passwd=
 > out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
 > Failed
 > err
 >
 > My otions are not presented. It looks like a bug.
 >
 > How can I fix it? How can I find a location of the script who run this
 > test in my system?

strange, i thought we added ilo3 fence type back in 3.0 which wraps
ipmilan with lanplus,power_wait=4.
don'y you see ilo3 as an option?

 >
 > - -
 > Dmitriy Pyryakov
 >
 > VimpelCom Ltd.
 >
 >
 >
 > ___
 > 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


Re: [Users] HP Integrated Lights Out 3

2012-09-10 Thread Dmitriy A Pyryakov
No, I don't see an ilo3 type of fencing device in my "Power Management"
tab.

I have fence_ilo3 command on my hypervisor host.

When I run it with following options:
privlvl=user
ipaddr=192.168.10.103
login=fence_ilo
passwd=
operation=status

it print: Getting status of IPMI:192.168.10.103...Chassis power = On
Done

oVirt Engine Version: 3.1.0-2.fc17

- -
Dmitriy Pyryakov
VimpelCom Ltd.



От: Itamar Heim 
Кому:   Dmitriy A Pyryakov 
Копия:  users@ovirt.org, Eli Mesika 
Дата:   10.09.2012 14:28
Тема:   Re: [Users] HP Integrated Lights Out 3



On 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote:
> Hello,
>
> I need to use the HP i-lo 3 as fencing device for OOB power management.
>
> In man 8 page of fence_ipmilan I find that I must use lanplus and
> power_wait=4 options. When I insert this options in "Option" line of
> "Power Management" tab and press "Test" button - test is failed.
>
> There is the part of vdsm.log at this time:
>
> Thread-43892::DEBUG::2012-09-07
> 13:14:03,094::API::1024::vds::(fenceNode)
> fenceNode
(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)

> Thread-43892::DEBUG::2012-09-07
> 13:14:04,116::API::1050::vds::(fenceNode) rc 1 in agent=fence_ipmilan
> ipaddr=192.168.10.103
> login=fence_ilo
> option=status
> passwd=
> out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
> Failed
> err
>
> My otions are not presented. It looks like a bug.
>
> How can I fix it? How can I find a location of the script who run this
> test in my system?

strange, i thought we added ilo3 fence type back in 3.0 which wraps
ipmilan with lanplus,power_wait=4.
don'y you see ilo3 as an option?

>
> - -
> Dmitriy Pyryakov
>
> VimpelCom Ltd.
>
>
>
> ___
> 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


Re: [Users] Can't reactivate/destroy NFS domains on ovirt 3.0

2012-09-10 Thread Maor Lipchuk
Hi Changsen,
Can you please add logs of engine and VDSM.

Regards,
Maor

On 09/10/2012 11:36 AM, Changsen Xu wrote:
> Hi, all,
> 
> I'm happy to get NFS domain added, but somehow, I destroyed 
> one non-master domain (probably clicked twice seeing no immediately
> response).
> 
> Then somehow, later on, another non-master NFS domain became 
> master domain,
> and all 3 NFS domains can't be activated, can't be detached, 
> can't be force destroyed. Error says "master domain not activated".
> 
> I'm using version V1.
> 
> Any help ?
> 
> Regards,
> 
> --
> John Xu
> 
> 
> ___
> 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


[Users] Can't reactivate/destroy NFS domains on ovirt 3.0

2012-09-10 Thread Changsen Xu
Hi, all,

I'm happy to get NFS domain added, but somehow, I destroyed 
one non-master domain (probably clicked twice seeing no immediately
response).

Then somehow, later on, another non-master NFS domain became 
master domain,
and all 3 NFS domains can't be activated, can't be detached, 
can't be force destroyed. Error says "master domain not activated".

I'm using version V1.

Any help ?

Regards,

--
John Xu


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


Re: [Users] Spice windows xp, vista and 7.

2012-09-10 Thread Itamar Heim

On 09/10/2012 05:06 AM, victor nunes wrote:

Hello, use of spice in windows xp and 7 environments possible?
Where can I find some tips on how I can install on windows spice?



http://wiki.ovirt.org/wiki/How_to_Connect_to_SPICE_Console_With_Portal
http://wiki.ovirt.org/wiki/How_to_Connect_to_SPICE_Console_Without_Portal


Att,



--
“Encarada do ponto de vista da juventude, a vida parece um futuro
indefinidamente longo, ao passo que, na velhice, ela parece um passado
deveras curto. Assim, a vida no seu início se apresenta do mesmo modo
que as coisas quando as olhamos através de um binóculo usado ao
contrário; mas, ao
seu final, ela se parece com as coisas  tal qual são vistas quando o
binóculo
é usado de modo normal. Um homem precisa ter envelhecido e vivido
bastante para perceber como a vida é curta”.

  (Poema de Arthur Schopenhauer)


___
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


Re: [Users] HP Integrated Lights Out 3

2012-09-10 Thread Itamar Heim

On 09/10/2012 06:17 AM, Dmitriy A Pyryakov wrote:

Hello,

I need to use the HP i-lo 3 as fencing device for OOB power management.

In man 8 page of fence_ipmilan I find that I must use lanplus and
power_wait=4 options. When I insert this options in "Option" line of
"Power Management" tab and press "Test" button - test is failed.

There is the part of vdsm.log at this time:

Thread-43892::DEBUG::2012-09-07
13:14:03,094::API::1024::vds::(fenceNode)
fenceNode(addr=192.168.10.103,port=,agent=ipmilan,user=fence_ilo,passwd=,action=status,secure=,options=)
Thread-43892::DEBUG::2012-09-07
13:14:04,116::API::1050::vds::(fenceNode) rc 1 in agent=fence_ipmilan
ipaddr=192.168.10.103
login=fence_ilo
option=status
passwd=
out Getting status of IPMI:192.168.10.103...Chassis power = Unknown
Failed
err

My otions are not presented. It looks like a bug.

How can I fix it? How can I find a location of the script who run this
test in my system?


strange, i thought we added ilo3 fence type back in 3.0 which wraps 
ipmilan with lanplus,power_wait=4.

don'y you see ilo3 as an option?



- -
Dmitriy Pyryakov

VimpelCom Ltd.



___
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


Re: [Users] Can't add NFS domain

2012-09-10 Thread Changsen Xu
I somehow got the ovirt 3.0 work!

It might be related to my /etc/exports file on the NFS server (not 100%
certain though), it seems I need add both ip and machine name to it (
machine names are from /etc/hosts on every machine):

/mnt/sdb1
192.168.0.*(rw,sync,no_subtree_check,all_squash,anonuid=36,anongid=36)
*.ovirt(rw,sync,no_subtree_check,all_squash,anonuid=36,anongid=36)

Thanks for all you guys' help.

--
John Xu



On Fri, 2012-09-07 at 11:07 +0200, Damiano Verzulli wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Il 07/09/2012 06:03, Changsen Xu ha scritto:
> > [...] 2 - confirm that your NFS server is configured: - to default to
> > NFSv3 (refer to above wiki page); - with a correct export (refer to
> > above wiki page). Please pay attention to the need of having, on the
> > NFS server, a USER with UID 36. Best if related username is "vdsm";
> > 
> >> I've playing with this problem for several days, done every step I
> >> can find on internet, just can't figure out why.
> >> 
> >> On my node/host, if I "su - vdsm -s /bin/bash", I can't never use
> >> mount. It always complained only root can use mount.
> 
> You _cannot_ "mount" as "vdsm" users, as generally only "root" can mount.
> 
> The "vdsm" will do the mount as "root", thanks to "sudo" features. In my
> case, for example, the vdsm log say:
> - --
> Thread-694::DEBUG::2012-09-02
> 22:23:06,813::__init__::1164::Storage.Misc.excCmd::(_log) '/usr/bin/sudo
> - -n /bin/umount -f -l /rhev/data-center/mnt/10.0.49.14:_mnt_STORAGE_NFS'
> (cwd None)
> - --
> 
> Even if the mount will be done as "root", it will be the "vdsm" user that
> will "write" to the NFS share. Hence, on the NFS-server-side, you need
> "write permission" for user with UID-36.
> That's why you have to take care, on the NFS-server side, that:
> 
> - - the NFS server is configured to map _all_ "anonymous" (see below) write
> request as if they are made by (local to the NFS server) UID 36 => cfr.
> anonuid/anongid option for /etc/exports file (see "man exports").
> Consider that, if I'm right, a write request is considered "anonymous" if
> it is not possible to reverse-lookup the UID traveling inside NFS-write
> request, into a "username" mapped within the (local to the NFS server)
> /etc/passwd file.
> 
> and to avoid any potential misunderstanding:
> 
> - - the NFS server has a local user with UID 36 defined (as well as a local
> gid with GID 36). This is not strictly required, but helps during
> troubleshooting activities, as you see the same username both within the
> client, and the server.
> 
> 
> To add further complexity... let me add that when I had NFS problems on
> my side
> 
> >> I can use root to mount nfs server manually, but just can't add NFS
> >> domain in the engine side.
> 
> .. I was:
> 
> - - perfectly able, with exactly the very-same "sudo" command, and from the
> "vdsm" account, to manually mount the NFS-share (again: with
> cut-and-paste from the log-file);
> - - afterwards, to "read/write" to the NFS share, with "vdsm" user/permission.
> 
> Even during the few-seconds interval, after the "ADD ISO DOMAIN" click,
> and before the "error" showed in the web-interface, I correctly saw the
> NFS-remote filesystem, locally mounted on the ovirt-node. So,
> technically, the node is perfectly able to mount the NFS share.
> 
> But then, unfortunatly, something goes wrong and... the web-app due to
> this, take care to "umount" the NFS. I'm supposing this as, magically,
> the previously mounted NFS-share, simply "disappeared" :-(
> 
> This, at least, in my case.
> 
> Bye,
> DV
> 
> 
> - -- 
> Damiano Verzulli
> e-mail: dami...@verzulli.it
> - ---
> possible?ok:while(!possible){open_mindedness++}
> - ---
> "Technical people tend to fall into two categories: Specialists
> and Generalists. The Specialist learns more and more about a
> narrower and narrower field, until he eventually, in the limit,
> knows everything about nothing. The Generalist learns less and
> less about a wider and wider field, until eventually he knows
> nothing about everything." - William Stucke - AfrISPA
>   http://elists.isoc.org/mailman/private/pubsoft/2007-December/001935.html
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
> 
> iEYEARECAAYFAlBJuU0ACgkQcwT9fsMT4Sw8OgCgk9PNV5kBmTvVZWqcmcubmbXl
> yEIAn0OJQ9qcKkfIcFkHtOn5cVzoXYN3
> =pWup
> -END PGP SIGNATURE-

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