hello,
i still can't capture an image i'm using the KVM hypervisor and i make a
widows server 2003 VM on a computation node (VM host) and i have the
management node with its components installed  but i get following error
User who will own the image: admin (ID: 1)

Enter the hostname or IP address of the computer to be captured: ('c' to
cancel): flake
ERROR: unable to retrieve information for computer ID: 3

and below the logs for that error

thank you
tariq


29814| ---- WARNING ----
|29814| 2014-04-13 14:09:51|29814|utils.pm:get_computer_info(7819)|zero
rows were returned from database select statement:
|29814| SELECT DISTINCT
|29814| computer.id AS 'computer-id',
|29814| computer.stateid AS 'computer-stateid',
|29814| computer.ownerid AS 'computer-ownerid',
|29814| computer.platformid AS 'computer-platformid',
|29814| computer.scheduleid AS 'computer-scheduleid',
|29814| computer.currentimageid AS 'computer-currentimageid',
|29814| computer.nextimageid AS 'computer-nextimageid',
|29814| computer.imagerevisionid AS 'computer-imagerevisionid',
|29814| computer.RAM AS 'computer-RAM',
|29814| computer.procnumber AS 'computer-procnumber',
|29814| computer.procspeed AS 'computer-procspeed',
|29814| computer.network AS 'computer-network',
|29814| computer.hostname AS 'computer-hostname',
|29814| computer.IPaddress AS 'computer-IPaddress',
|29814| computer.privateIPaddress AS 'computer-privateIPaddress',
|29814| computer.eth0macaddress AS 'computer-eth0macaddress',
|29814| computer.eth1macaddress AS 'computer-eth1macaddress',
|29814| computer.type AS 'computer-type',
|29814| computer.provisioningid AS 'computer-provisioningid',
|29814| computer.drivetype AS 'computer-drivetype',
|29814| computer.deleted AS 'computer-deleted',
|29814| computer.datedeleted AS 'computer-datedeleted',
|29814| computer.notes AS 'computer-notes',
|29814| computer.lastcheck AS 'computer-lastcheck',
|29814| computer.location AS 'computer-location',
|29814| computer.dsa AS 'computer-dsa',
|29814| computer.dsapub AS 'computer-dsapub',
|29814| computer.rsa AS 'computer-rsa',
|29814| computer.rsapub AS 'computer-rsapub',
|29814| computer.host AS 'computer-host',
|29814| computer.hostpub AS 'computer-hostpub',
|29814| computer.vmhostid AS 'computer-vmhostid',
|29814| computer.vmtypeid AS 'computer-vmtypeid',
|29814| state.id AS 'state-id',
|29814| state.name AS 'state-name',
|29814| provisioning.id AS 'provisioning-id',
|29814| provisioning.name AS 'provisioning-name',
|29814| provisioning.prettyname AS 'provisioning-prettyname',
|29814| provisioning.moduleid AS 'provisioning-moduleid',
|29814| module.id AS 'module-id',
|29814| module.name AS 'module-name',
|29814| module.prettyname AS 'module-prettyname',
|29814| module.description AS 'module-description',
|29814| module.perlpackage AS 'module-perlpackage',
|29814| schedule.id AS 'schedule-id',
|29814| schedule.name AS 'schedule-name',
|29814| schedule.ownerid AS 'schedule-ownerid',
|29814| platform.id AS 'platform-id',
|29814| platform.name AS 'platform-name'
|29814| FROM
|29814| computer
|29814| LEFT JOIN (state) ON (state.id = computer.stateid)
|29814| LEFT JOIN (platform) ON (platform.id = computer.platformid)
|29814| LEFT JOIN (
|29814| provisioning,
|29814| module
|29814| )
|29814| ON (
|29814| provisioning.id = computer.provisioningid
|29814| AND module.id = provisioning.moduleid
|29814| )
|29814| LEFT JOIN (schedule) ON (schedule.id = computer.scheduleid)
|29814| WHERE
|29814| computer.deleted != '1'
|29814| AND
|29814| computer.id = '3'
|29814| ( 0) utils.pm, get_computer_info (line: 7819)
|29814| (-1) image.pm, setup_capture_base_image (line: 566)
|29814| (-2) image.pm, setup (line: 498)
|29814| (-3) vcld, setup_management_node (line: 890)

2014-04-13 14:09:51|29814|utils.pm:setup_get_array_choice(9769)|choices
argument:
|29814| Capture Base Image

Reply via email to