I am trying to capture a linux vm. I can successfully ssh to the machine, but when I try to capture it I get the following error:
[root@vcl ~]# ssh 10.20.33.163 Warning: Permanently added '10.20.33.163' (RSA) to the list of known hosts. [email protected]'s password: Last login: Sun Apr 14 04:26:48 2013 from 10.20.218.100 [root@VCL-Centos-Image-Desktop ~]# ls anaconda-ks.cfg Documents install.log Music Public Videos Desktop Downloads install.log.syslog Pictures Templates [root@VCL-Centos-Image-Desktop ~]# exit logout Connection to 10.20.33.163 closed. [root@vcl ~]# /usr/local/vcl/bin/vcld -setup VCL Management Node Setup ---------------------------------------------------------------------------- Select a module to configure: 1. VCL Base Module 2. VCL Image State Module 3. Windows OS Module [vcld] Make a selection (1-3, 'c' to cancel): 2 ---------------------------------------------------------------------------- Choose an operation: 1. Capture Base Image [vcld/Image] Make a selection (1, 'c' to cancel): 1 Enter the VCL login name or ID of the user who will own the image: [admin]: User who will own the image: admin (ID: 1) Enter the hostname or IP address of the computer to be captured: ('c' to cancel): 10.20.33.163 ERROR: unable to retrieve information for computer ID: 2 ---------------------------------------------------------------------------- Choose an operation: 1. Capture Base Image [vcld/Image] Make a selection (1, 'c' to cancel): This is the output of # tail -n 40 -f /var/log/vcld.log 2013-04-16 14:58:01|10717|vcld:main(167)|lastcheckin time updated for management node 1: 2013-04-16 14:58:01 2013-04-16 14:58:06|10717|vcld:main(167)|lastcheckin time updated for management node 1: 2013-04-16 14:58:06 2013-04-16 14:58:11|10717|vcld:main(167)|lastcheckin time updated for management node 1: 2013-04-16 14:58:11 2013-04-16 14:58:13|25813|utils.pm:setup_get_array_choice(9802)|choices argument: |25813| VCL Base Module |25813| VCL Image State Module |25813| Windows OS Module 2013-04-16 14:58:16|10717|vcld:main(167)|lastcheckin time updated for management node 1: 2013-04-16 14:58:16 2013-04-16 14:58:17|25813|State.pm:DESTROY(886)|state process created unknown number of database handles, $ENV{dbh_count} is undefined 2013-04-16 14:58:22|10717|vcld:main(167)|lastcheckin time updated for management node 1: 2013-04-16 14:58:22 2013-04-16 14:58:27|10717|vcld:main(167)|lastcheckin time updated for management node 1: 2013-04-16 14:58:27
