Project

General

Profile

Bug #4227

Updated by Nicolas PERRON over 10 years ago

On SLES, if Xen is installed, during the inventory creation, the VM will be checked by the command xenstore. Nevertheless, the path is wrong and an the inventory will not be valid and will never be accepted in Rudder. 

 I suppose that we have here two problems: 
 - To retrieve information about the VMs on SLES 11 we should use */usr/bin/xenstore* instead of */bin/xenstore* and on SLES 10 by the use of */usr/sbin/xm list* list" (not really equivalent) 
 - No be able to retrieve information should not prevent from completing the inventory otherwise it causes machines to never be accepted 

 I've tried on Rudder agent 2.6.9 but it could be the same on 2.4.12.

Back