Displaying 6 results from an estimated 6 matches for "installation_uuid".
Did you mean:
installation_guide
2012 Jan 10
2
Bug#655303: xcp-xapi: document network configuration in README.Debian
...dged interface details. For example, if xenbr0 is the bridged interface, it needs to be set it:
lnx200-39:~# cat /etc/xcp/inventory
BUILD_NUMBER='0'
CURRENT_INTERFACES='xenbr0'
CONTROL_DOMAIN_UUID='de90f922-8bd8-176e-ea9a-4efece397b73'
MANAGEMENT_INTERFACE='xenbr0'
INSTALLATION_UUID='7f4f3149-2e9d-7bb5-bb99-fd51420a8cd6'
Please add details about MANAGEMENT_INTERFACE in README.Debian
It would also be good if more details (purpose and how to create) about the DOMAIN_UUID is provided.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT poli...
2012 Jul 12
2
Bug#681343: xcp-xapi: wait_for_xapi() function in init.d script does not work
...i
Version: 1.3.2-9
Severity: normal
Function wait_for_xapi in /etc/init.d/xcp-xapi does not work as intented.
Symptoms:
(on slave)
/etc/init.d/xcp-xapi restart
[....] Restarting The XenAPI server: xapiThe host toolstack is still initialising. Please wait.
Cause:
Line 'xe pif-scan host-uuid=${INSTALLATION_UUID}' called before xapi is fully synced with master.
wait_for_xapi function in init.d script waiting for XAPI_STARTUP_COOKIE, but this is good only for
master initialization. If host is slave, it cannot perform any (non-emergency) operations with
database without established connection with maste...
2013 Feb 06
2
[XCP] recompiling xapi rpm changes version and licensing details.
...)]
My question is how do I go about modifying the version and platform information for XAPI? My xensource-inventory file looks fine:
BUILD_NUMBER=''61809c''
SOFTWARE_VERSION=''1.6.10''
DOM0_MEM=''752''
MANAGEMENT_INTERFACE=''xenbr0''
INSTALLATION_UUID=''718e7db1-cf3d-46ea-bcc9-cee8c456ed4d''
COMPANY_NAME_SHORT=''xen.org''
PLATFORM_NAME=''XCP''
PLATFORM_VERSION=''1.6.10''
KERNEL_VERSION=''2.6.32.43-0.4.1.xs1.6.10.734.170748xen''
BRAND_CONSOLE=''a console'&...
2013 Jul 22
1
Bug#717573: XCP: Cannot connect to iSCSI target
...root at xcpcompute1:~# SR_NAME_LABEL="Test-${SR_UUID}"
root at xcpcompute1:~# xe sr-introduce name-label=${SR_NAME_LABEL} type=iscsi uuid=${SR_UUID}
43223068-01e5-4c3e-b9ff-0d33fa89fab8
root at xcpcompute1:~# . /etc/xcp/inventory
root at xcpcompute1:~# PBD_UUID=`xe pbd-create host-uuid=${INSTALLATION_UUID} sr-uuid=${SR_UUID} device-config-target=192.168.200.51 device-config-targetIQN=iqn.2010-10.org.openstack:volume-0cb7018c-abbb-46be-b746-113f8eaf0e5c device-config-port=3260`
root at xcpcompute1:~# xe pbd-plug uuid=${PBD_UUID}
The server failed to handle your request, due to an internal error. The...
2012 Jul 07
1
Bug#680588: xcp-xapi: startup race condition between xcp-xapi and xcp-networkd on slave
...ry, that waits for the process to be ready
# to handle requests from services started subsequently which depend
# on this one. As a last resort, sleep for some time.
wait_for_xapi
# Do some standard setup, e.g. pif-scan, template creation (maybe)
. /etc/xcp/inventory
xe pif-scan host-uuid=${INSTALLATION_UUID}
# Check whether the md5 of the create-templates binary matches the one
# used previously. If not, recreate the templates.
if [ -e /usr/lib/xcp/lib/create_templates ]; then
if ! md5sum -c --status $TEMPLATES_MD5_STAMP ; then
/usr/lib/xcp/lib/regenerate-templates start
md5sum /usr/lib/xcp...
2012 Jul 06
4
Bug#680528: xcp-xapi: /etc/init.d/xendomains cause xapi to hand during boot
...ry, that waits for the process to be ready
# to handle requests from services started subsequently which depend
# on this one. As a last resort, sleep for some time.
wait_for_xapi
# Do some standard setup, e.g. pif-scan, template creation (maybe)
. /etc/xcp/inventory
xe pif-scan host-uuid=${INSTALLATION_UUID}
# Check whether the md5 of the create-templates binary matches the one
# used previously. If not, recreate the templates.
if [ -e /usr/lib/xcp/lib/create_templates ]; then
if ! md5sum -c --status $TEMPLATES_MD5_STAMP ; then
/usr/lib/xcp/lib/regenerate-templates start
md5sum /usr/lib/xcp...