You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@vcl.apache.org by Evelio Quiros <ev...@fiu.edu> on 2012/10/02 16:40:43 UTC

Windows XP Image capture problem

Hello,

We set up a new development environment for one of our departments, and we were able to successfully capture a Linux image without any difficulty.
We also were able to reload the computers and make reservations for the captured linux image. All of that works fine.
However, when we try to capture a Windows XP image (fully patched and updated), it fails during some of the pre-capture tasks.
>From the log, it appears that the management node can log into the computer, it can (and did) change the root password, and then tries to set Windows Security Policy when it fails.

We have tried it several times with the same result.
Can anyone on the list look at the log below and tell me know why it fails ?
Is it an issue with Windows.pm ?

Thanks,
Al Quiros
Florida International University

Here is the vcld log at the time of capture:

Added new image to database: 'winxp'
   image.name: vmwarewinxp-winxp14-v0
   image.id: 14
   imagerevision.id: 13
   imagemeta.id: 13
   resource.id: 43

----------------------------------------------------------------------------
Inserted imaging request to the database:
request ID: 76
reservation ID: 76

This process will now display the contents of the vcld.log file if the vcld
daemon is running. If you do not see many lines of additional output, exit this
process, start the vcld daemon, and monitor the image capture process by running
the command:
tail -f /var/log/vcld.log | grep '76:76'

----------------------------------------------------------------------------
2012-10-02 10:17:00|10823|utils.pm:insert_request(8076)|inserted new reload request into request table, request id=76
2012-10-02 10:17:00|10823|utils.pm:insert_request(8107)|inserted new reload request into reservation table, reservation id=76
2012-10-02 10:17:05|12185|76:76|image|utils.pm:reservation_being_processed(8667)|computerloadlog 'begin' entry does NOT exist for reservation 76
2012-10-02 10:17:05|12185|76:76|image|utils.pm:run_command(8739)|executed command: pgrep -fl 'vcld [0-9]+:76 ', pid: 10898, exit status: 0, output:
2012-10-02 10:17:05|12185|76:76|image|utils.pm:is_management_node_process_running(8972)|process is NOT running, identifier: 'vcld [0-9]+:76 '
2012-10-02 10:17:05|12185|76:76|image|utils.pm:reservation_being_processed(8688)|reservation is NOT currently being processed
2012-10-02 10:17:05|12185|76:76|image|vcld:main(282)|reservation 76 is NOT already being processed
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_imagemeta_info(4609)|retrieved imagemeta info:
|12185|76:76|image| : {
|12185|76:76|image| :   "architecture" => "",
|12185|76:76|image| :   "checkuser" => 1,
|12185|76:76|image| :   "id" => 13,
|12185|76:76|image| :   "postoption" => "",
|12185|76:76|image| :   "rootaccess" => 1,
|12185|76:76|image| :   "subimages" => 0,
|12185|76:76|image| :   "sysprep" => 0,
|12185|76:76|image| :   "usergroupid" => ""
|12185|76:76|image| : }
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_management_node_info(5489)|retrieving current management node info for 'csvcldev.p.fiu.edu' from database, cached data is stale: 72427 seconds old
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_management_node_info(5636)|retrieved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_connect_method_info(10092)|attempting to retrieve connect method info:
|12185|76:76|image| imagerevision: 13 - vmwarewinxp-winxp14-v0
|12185|76:76|image| OS: 16 - vmwarewinxp
|12185|76:76|image| OS type: 1 - windows
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_connect_method_info(10156)|RDP: connectmethodid=2, OStypeid=1, OSid=NULL, imagerevisionid=NULL, disabled=0
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_connect_method_info(10185)|retrieved connect method info:
|12185|76:76|image| : {
|12185|76:76|image| :   2 => {
|12185|76:76|image| :     "connectmethodmap" => {
|12185|76:76|image| :       "OSid" => undef,
|12185|76:76|image| :       "OStypeid" => 1,
|12185|76:76|image| :       "autoprovisioned" => undef,
|12185|76:76|image| :       "connectmethodid" => 2,
|12185|76:76|image| :       "disabled" => 0,
|12185|76:76|image| :       "imagerevisionid" => undef
|12185|76:76|image| :     },
|12185|76:76|image| :     "description" => "Remote Desktop",
|12185|76:76|image| :     "id" => 2,
|12185|76:76|image| :     "name" => "RDP",
|12185|76:76|image| :     "port" => 3389,
|12185|76:76|image| :     "protocol" => "",
|12185|76:76|image| :     "servicename" => "TermService",
|12185|76:76|image| :     "startupscript" => undef
|12185|76:76|image| :   }
|12185|76:76|image| : }
2012-10-02 10:17:05|12185|76:76|image|vcld:main(287)|retrieved request information from database
2012-10-02 10:17:05|12185|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
2012-10-02 10:17:05|12185|76:76|image|utils.pm:update_request_state(1545)|request 76 state updated to: pending, laststate to: image
2012-10-02 10:17:05|12185|76:76|image|utils.pm:insertloadlog(3703)|inserted computer=22, begin, beginning to process, state is image
2012-10-02 10:17:05|12185|76:76|image|vcld:make_new_child(518)|loaded VCL::image module
2012-10-02 10:17:05|12185|76:76|image|vcld:make_new_child(542)|current number of forked kids: 1
2012-10-02 10:17:05|10916|76:76|image|vcld:make_new_child(558)|vcld environment variable set to 0 for this process
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: noimage, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_mn_os_object(376)|VCL::Module::OS::Linux::ManagementNode module loaded
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Linux::ManagementNode object created for image noimage, address: 3a04d98
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{hostname}, data identifier: computer_hostname, data:
|10916|76:76|image| : "csvcldev.p.fiu.edu"
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{NODENAME}, data identifier: computer_node_name, data:
|10916|76:76|image| : "csvcldev"
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{SHORTNAME}, data identifier: computer_short_name, data:
|10916|76:76|image| : "csvcldev"
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{IPaddress}, data identifier: computer_ip_address, data:
|10916|76:76|image| : "10.106.130.20"
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_mn_os_object(381)|VCL::Module::OS::Linux::ManagementNode OS object created, address: 3a04d98
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(192)|VCL::image object created for state image, address: 34a83b8
2012-10-02 10:17:05|10916|76:76|image|State.pm:initialize(88)|obtained a database handle for this state process, stored as $ENV{dbh}
2012-10-02 10:17:05|10916|76:76|image|State.pm:check_image_os(790)|no corrections need to be made to image OS: vmwarewinxp
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6785)|reservation count: 1
2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6804)|PARENTIMAGE: 1
2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6805)|SUBIMAGE: 0
2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6823)|renamed process to 'vcld 76:76 image vm20>csvhost2.p.fiu.edu vmwarewinxp-winxp14-v0 admin'
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_os_object(308)|VCL::Module::OS::Windows::Version_5::XP module loaded
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Windows::Version_5::XP object created for image vmwarewinxp-winxp14-v0, address: 3a08460
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_os_object(314)|VCL::Module::OS::Windows::Version_5::XP OS object created, address: 3a08460
2012-10-02 10:17:05|10916|76:76|image|State.pm:initialize(125)|computer is a VM, attempting to create VM host OS object
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(454)|attempting to load VM host OS module: VCL::Module::OS::Linux::UnixLab (image: 1)
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(460)|VM host OS module loaded: VCL::Module::OS::Linux::UnixLab
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Linux::UnixLab object created for image noimage, address: 3a08868
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(465)|VCL::Module::OS::Linux::UnixLab OS object created, address: 3a08868
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_provisioning_object(519)|VCL::Module::Provisioning::VMware::VMware module loaded
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::VMware::VMware object created for computer vm20, address: 3a24a40
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:initialize(267)|initializing VCL::Module::Provisioning::VMware::VMware object
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|created DataStructure object for VM host: csvhost2
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:initialize(287)|VM profile assigned to csvhost2: VMware ESXi - local storage
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|created DataStructure object for VM host: csvhost2
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1495)|attempting to load VMware control module: VCL::Module::Provisioning::VMware::vSphere_SDK
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1501)|loaded VMware control module: VCL::Module::Provisioning::VMware::vSphere_SDK
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::VMware::vSphere_SDK object created for computer vm20, address: 458ebd0
2012-10-02 10:17:05|10916|76:76|image|vSphere_SDK.pm:initialize(98)|vSphere SDK for Perl does not appear to be installed on this managment node, unable to load VMware vSphere SDK Perl modules, error:
|10916|76:76|image| Can't locate VMware/VIRuntime.pm in @INC (@INC contains: /usr/local/vcl/bin/../../../.. /usr/local/vcl/bin/../.. /usr/local/vcl/bin/../../.. /usr/local/vcl/bin/../../../../.. /usr/local/vcl/bin/.. /usr/local/vcl/bin/../lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at (eval 812) line 1.
|10916|76:76|image| BEGIN failed--compilation aborted at (eval 812) line 1.
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1515)|API object could not be created: VCL::Module::Provisioning::VMware::vSphere_SDK
2012-10-02 10:17:06|10916|76:76|image|OS.pm:is_ssh_responding(640)|csvhost2 is responding to SSH, port 22: open, port 24: closed
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:initialize(303)|OS on VM host csvhost2 will be controlled using VCL::Module::OS::Linux::UnixLab OS object
2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|created DataStructure object for VM host: csvhost2
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1495)|attempting to load VMware control module: VCL::Module::Provisioning::VMware::VIM_SSH
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1501)|loaded VMware control module: VCL::Module::Provisioning::VMware::VIM_SSH
2012-10-02 10:17:06|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::VMware::VIM_SSH object created for computer vm20, address: 458eca8
2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd ; vmware-vim-cmd' 2>&1
2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Commands available under /:
|10916|76:76|image| hbrsvc/ internalsvc/ solo/ vmsvc/
|10916|76:76|image| hostsvc/ proxysvc/ vimsvc/ help
|10916|76:76|image| sh: vmware-vim-cmd: not found
2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd ; vmware-vim-cmd' 2>&1
|10916|76:76|image| returning (127, "Commands available under /: hb...")
2012-10-02 10:17:06|10916|76:76|image|VIM_SSH.pm:initialize(138)|VIM executable available on VM host: vim-cmd
2012-10-02 10:17:06|10916|76:76|image|VIM_SSH.pm:initialize(140)|VCL::Module::Provisioning::VMware::VIM_SSH object initialized
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1522)|created API object: VCL::Module::Provisioning::VMware::VIM_SSH
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:initialize(312)|VM host csvhost2 will be controlled using vim-cmd via SSH
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:initialize(327)|VMware OS and API objects created for VM host csvhost2:
|10916|76:76|image| VM host OS object type: VCL::Module::OS::Linux::UnixLab
|10916|76:76|image| VMware API object type: VCL::Module::Provisioning::VMware::VIM_SSH
2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vmware -v' 2>&1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| VMware ESXi 5.0.0 build-469512
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "VMware ESXi 5.0.0 build-469512")
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmhost_product_name(6621)|VMware product being used on VM host csvhost2: 'VMware ESXi 5.0.0 build-469512'
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd hostsvc/datastore/listsummary' 2>&1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| (vim.Datastore.Summary) [
|10916|76:76|image| (vim.Datastore.Summary) {
|10916|76:76|image| dynamicType = <unset>,
|10916|76:76|image| datastore = 'vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f',
|10916|76:76|image| name = "datastore1",
|10916|76:76|image| url = "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f",
|10916|76:76|image| capacity = 294742130688,
|10916|76:76|image| freeSpace = 276907950080,
|10916|76:76|image| uncommitted = 0,
|10916|76:76|image| accessible = true,
|10916|76:76|image| multipleHostAccess = <unset>,
|10916|76:76|image| type = "VMFS",
|10916|76:76|image| maintenanceMode = <unset>,
|10916|76:76|image| }
|10916|76:76|image| ]
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "(vim.Datastore.Summary) [ (vim...")
2012-10-02 10:17:07|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd hostsvc/datastore/listsummary
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_datastore_info(6747)|retrieved datastore info from VM host:
|10916|76:76|image| : {
|10916|76:76|image| :   "datastore1" => {
|10916|76:76|image| :     "accessible" => "true",
|10916|76:76|image| :     "capacity" => "294742130688",
|10916|76:76|image| :     "datastore" => "vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f",
|10916|76:76|image| :     "dynamicType" => "<unset>",
|10916|76:76|image| :     "freeSpace" => "276907950080",
|10916|76:76|image| :     "maintenanceMode" => "<unset>",
|10916|76:76|image| :     "multipleHostAccess" => "<unset>",
|10916|76:76|image| :     "normal_path" => "/vmfs/volumes/datastore1",
|10916|76:76|image| :     "type" => "VMFS",
|10916|76:76|image| :     "uncommitted" => 0,
|10916|76:76|image| :     "url" => "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f"
|10916|76:76|image| :   }
|10916|76:76|image| : }
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmx_base_directory_path(3089)|determined vmx base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1' 2>&1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| File: "/vmfs/volumes/datastore1 -> 4fee009d-70a4b7e9-211b-0025b500bb7f"
|10916|76:76|image| Size: 35         Blocks: 0          IO Block: 131072 symbolic link
|10916|76:76|image| Device: 0h/0d Inode: 2147483647  Links: 1
|10916|76:76|image| Access: (0755/lrwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
|10916|76:76|image| Access: 2012-10-02 14:10:07.000000000
|10916|76:76|image| Modify: 2012-10-02 14:10:07.000000000
|10916|76:76|image| Change: 2012-10-02 14:10:07.000000000
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "File: "/vmfs/volumes/datastore...")
2012-10-02 10:17:07|10916|76:76|image|Linux.pm:file_exists(1356)|'/vmfs/volumes/datastore1' exists on csvhost2, files: 0, directories: 0, links: 1
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:is_vm_dedicated(4246)|VM disk mode does not need to be dedicated
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:initialize(351)|not checking if vmdk base directory exists because it is the same as the vmx base directory: /vmfs/volumes/datastore1
2012-10-02 10:17:07|10916|76:76|image|Module.pm:create_provisioning_object(525)|VCL::Module::Provisioning::VMware::VMware provisioner object created for vm20, address: 3a24a40
2012-10-02 10:17:07|10916|76:76|image|State.pm:initialize(154)|returning 1
2012-10-02 10:17:07|10916|76:76|image|vcld:make_new_child(568)|VCL::image object created and initialized
2012-10-02 10:17:07|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu, VCL IMAGE Creation Started: vmwarewinxp-winxp14-v0
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| stat: cannot stat '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk': No such file or directory
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
|10916|76:76|image| returning (1, "stat: cannot stat '/vmfs/volum...")
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4584)|image does not exist in the shared directory on the VM host
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| stat: cannot stat '/install': No such file or directory
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
|10916|76:76|image| returning (1, "stat: cannot stat '/install': ...")
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:is_repository_mounted_on_vmhost(6705)|image repository is NOT mounted on VM host csvhost2: /install
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4606)|checking if vmdk file exists in image repository on managment node csvcldev: /install/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4620)|vmdk file does not exist on management node: '/install/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk'
2012-10-02 10:17:08|10916|76:76|image|image.pm:process(145)|image vmwarewinxp-winxp14-v0 does not exist in the repository
2012-10-02 10:17:08|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{76}{image}{lastupdate}, data identifier: image_lastupdate, data:
|10916|76:76|image| : "2012-10-02 10:17:08"
2012-10-02 10:17:08|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{76}{imagerevision}{datecreated}, data identifier: imagerevision_date_created, data:
|10916|76:76|image| : "2012-10-02 10:17:08"
2012-10-02 10:17:08|10916|76:76|image|image.pm:process(161)|calling provisioning module's capture() subroutine
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| stat: cannot stat '/install': No such file or directory
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
|10916|76:76|image| returning (1, "stat: cannot stat '/install': ...")
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:is_repository_mounted_on_vmhost(6705)|image repository is NOT mounted on VM host csvhost2: /install
2012-10-02 10:17:17|10916|76:76|image|OS.pm:is_ssh_responding(640)|vm20 is responding to SSH, port 22: open, port 24: closed
2012-10-02 10:17:18|10916|76:76|image|OS.pm:get_os_type(2216)|Windows OS is currently installed on vm20, output:
|10916|76:76|image| CYGWIN_NT-5.1 fiu-1ff43949c30 1.7.16(0.262/5/3) 2012-07-20 22:55 i686 Cygwin
2012-10-02 10:17:18|10916|76:76|image|VMware.pm:get_active_vmx_file_path(963)|'windows' OS type currently installed on vm20 matches the OS type of the image assigned to this reservation
2012-10-02 10:17:19|10916|76:76|image|Windows.pm:is_64_bit(8587)|32-bit Windows OS detected, PROCESSOR_IDENTIFIER: x86 Family 6 Model 44 Stepping 2, GenuineIntel
2012-10-02 10:17:19|10916|76:76|image|Windows.pm:get_system32_path(8630)|32-bit Windows OS installed on vm20, using C:/Windows/System32
2012-10-02 10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1630)|attempting to retrieve private IP address for computer: vm20
2012-10-02 10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1634)|retrieved contents of /etc/hosts on this management node, contains 32 lines
2012-10-02 10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1694)|returning IP address from /etc/hosts file: 10.0.2.120
2012-10-02 10:17:19|10916|76:76|image|Windows.pm:get_network_configuration(5584)|attempt 1/12: checking if devices still appear to be initializing before retrieving network configuration
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_task_info(7387)|ran tasklist.exe
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_task_info(7410)|column names: Image Name, PID, Session Name, Session#, Mem Usage, Status, User Name, CPU Time, Window Title
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_task_info(7427)|task info:
|10916|76:76|image| : {}
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_network_configuration(5593)|no devices appear to still be initializing, tasks:
|10916|76:76|image| : {}
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_network_configuration(5603)|attempting to retrieve network configuration information from vm20
2012-10-02 10:17:21|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/ipconfig.exe /all' 2>&1
2012-10-02 10:17:22|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Windows IP Configuration
|10916|76:76|image| Host Name . . . . . . . . . . . . : fiu-1ff43949c30
|10916|76:76|image| Primary Dns Suffix . . . . . . . :
|10916|76:76|image| Node Type . . . . . . . . . . . . : Unknown
|10916|76:76|image| IP Routing Enabled. . . . . . . . : No
|10916|76:76|image| WINS Proxy Enabled. . . . . . . . : No
|10916|76:76|image| Ethernet adapter Local Area Connection:
|10916|76:76|image| Connection-specific DNS Suffix . :
|10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter #2
|10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-27
|10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
|10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
|10916|76:76|image| IP Address. . . . . . . . . . . . : 10.0.2.120
|10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
|10916|76:76|image| Default Gateway . . . . . . . . . :
|10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.0.2.20
|10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 AM
|10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 PM
|10916|76:76|image| Ethernet adapter Local Area Connection 2:
|10916|76:76|image| Connection-specific DNS Suffix . :
|10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter
|10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-28
|10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
|10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
|10916|76:76|image| IP Address. . . . . . . . . . . . : 10.106.130.124
|10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
|10916|76:76|image| Default Gateway . . . . . . . . . : 10.106.130.1
|10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.106.130.23
|10916|76:76|image| DNS Servers . . . . . . . . . . . : 131.94.205.10
|10916|76:76|image| 131.94.7.220
|10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:37 AM
|10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 4:07:37 PM
2012-10-02 10:17:22|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "Windows IP Configuration Host ...")
2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5618)|ran ipconfig on vm20:
|10916|76:76|image| Windows IP Configuration
|10916|76:76|image| Host Name . . . . . . . . . . . . : fiu-1ff43949c30
|10916|76:76|image| Primary Dns Suffix . . . . . . . :
|10916|76:76|image| Node Type . . . . . . . . . . . . : Unknown
|10916|76:76|image| IP Routing Enabled. . . . . . . . : No
|10916|76:76|image| WINS Proxy Enabled. . . . . . . . : No
|10916|76:76|image| Ethernet adapter Local Area Connection:
|10916|76:76|image| Connection-specific DNS Suffix . :
|10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter #2
|10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-27
|10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
|10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
|10916|76:76|image| IP Address. . . . . . . . . . . . : 10.0.2.120
|10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
|10916|76:76|image| Default Gateway . . . . . . . . . :
|10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.0.2.20
|10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 AM
|10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 PM
|10916|76:76|image| Ethernet adapter Local Area Connection 2:
|10916|76:76|image| Connection-specific DNS Suffix . :
|10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter
|10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-28
|10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
|10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
|10916|76:76|image| IP Address. . . . . . . . . . . . : 10.106.130.124
|10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
|10916|76:76|image| Default Gateway . . . . . . . . . : 10.106.130.1
|10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.106.130.23
|10916|76:76|image| DNS Servers . . . . . . . . . . . : 131.94.205.10
|10916|76:76|image| 131.94.7.220
|10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:37 AM
|10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 4:07:37 PM
2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5647)|found interface: Local Area Connection
2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5647)|found interface: Local Area Connection 2
2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5707)|retrieved network configuration:
|10916|76:76|image| : {
|10916|76:76|image| :   "Local Area Connection" => {
|10916|76:76|image| :     "autoconfiguration_enabled" => "Yes",
|10916|76:76|image| :     "description" => "VMware Accelerated AMD PCNet Adapter #2",
|10916|76:76|image| :     "dhcp_enabled" => "Yes",
|10916|76:76|image| :     "dhcp_server" => "10.0.2.20",
|10916|76:76|image| :     "ip_address" => {
|10916|76:76|image| :       "10.0.2.120" => "255.255.255.0"
|10916|76:76|image| :     },
|10916|76:76|image| :     "lease_expires" => "Tuesday, October 02, 2012 10:07:36 PM",
|10916|76:76|image| :     "lease_obtained" => "Tuesday, October 02, 2012 10:07:36 AM",
|10916|76:76|image| :     "physical_address" => "00:50:56:C5:00:27"
|10916|76:76|image| :   },
|10916|76:76|image| :   "Local Area Connection 2" => {
|10916|76:76|image| :     "autoconfiguration_enabled" => "Yes",
|10916|76:76|image| :     "default_gateway" => "10.106.130.1",
|10916|76:76|image| :     "description" => "VMware Accelerated AMD PCNet Adapter",
|10916|76:76|image| :     "dhcp_enabled" => "Yes",
|10916|76:76|image| :     "dhcp_server" => "10.106.130.23",
|10916|76:76|image| :     "dns_server" => "131.94.7.220",
|10916|76:76|image| :     "ip_address" => {
|10916|76:76|image| :       "10.106.130.124" => "255.255.255.0"
|10916|76:76|image| :     },
|10916|76:76|image| :     "lease_expires" => "Tuesday, October 02, 2012 4:07:37 PM",
|10916|76:76|image| :     "lease_obtained" => "Tuesday, October 02, 2012 10:07:37 AM",
|10916|76:76|image| :     "physical_address" => "00:50:56:C5:00:28"
|10916|76:76|image| :   }
|10916|76:76|image| : }
2012-10-02 10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_private_interface_name(1068)|determined private interface name: Local Area Connection (10.0.2.120)
2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_mac_address(1350)|returning private MAC address: 00:50:56:C5:00:27
2012-10-02 10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
2012-10-02 10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
2012-10-02 10:17:22|10916|76:76|image|OS.pm:_get_public_interface_name_helper(1218)|'Local Area Connection 2' is more likely the public interface, it is NOT assigned the private IP address: 10.0.2.120
2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_public_interface_name(1150)|determined the public interface name: 'Local Area Connection 2'
|10916|76:76|image| : {
|10916|76:76|image| :   "autoconfiguration_enabled" => "Yes",
|10916|76:76|image| :   "default_gateway" => "10.106.130.1",
|10916|76:76|image| :   "description" => "VMware Accelerated AMD PCNet Adapter",
|10916|76:76|image| :   "dhcp_enabled" => "Yes",
|10916|76:76|image| :   "dhcp_server" => "10.106.130.23",
|10916|76:76|image| :   "dns_server" => "131.94.7.220",
|10916|76:76|image| :   "ip_address" => {
|10916|76:76|image| :     "10.106.130.124" => "255.255.255.0"
|10916|76:76|image| :   },
|10916|76:76|image| :   "lease_expires" => "Tuesday, October 02, 2012 4:07:37 PM",
|10916|76:76|image| :   "lease_obtained" => "Tuesday, October 02, 2012 10:07:37 AM",
|10916|76:76|image| :   "physical_address" => "00:50:56:C5:00:28"
|10916|76:76|image| : }
2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_mac_address(1350)|returning public MAC address: 00:50:56:C5:00:28
2012-10-02 10:17:22|10916|76:76|image|VMware.pm:get_vmx_file_paths(5226)|attempting to find existing vmx files on the VM host
2012-10-02 10:17:22|10916|76:76|image|VMware.pm:get_vmx_base_directory_path(3089)|determined vmx base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:22|10916|76:76|image|OS.pm:find_files(2821)|attempting to find files on csvhost2, base directory path: '/vmfs/volumes/datastore1/', pattern: *.vmx, command: /usr/bin/find "/vmfs/volumes/datastore1/" -type f -iname "*.vmx"
2012-10-02 10:17:23|10916|76:76|image|OS.pm:find_files(2849)|files found: 12, base directory: '/vmfs/volumes/datastore1/', pattern: '*.vmx'
|10916|76:76|image| command: '/usr/bin/find "/vmfs/volumes/datastore1/" -type f -iname "*.vmx"'
2012-10-02 10:17:23|10916|76:76|image|VMware.pm:get_vmx_file_paths(5232)|found 12 vmx files under /vmfs/volumes/datastore1
|10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Vmid Name File Guest OS Version Annotation
|10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
2012-10-02 10:17:23|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd hostsvc/datastore/listsummary' 2>&1
2012-10-02 10:17:24|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| (vim.Datastore.Summary) [
|10916|76:76|image| (vim.Datastore.Summary) {
|10916|76:76|image| dynamicType = <unset>,
|10916|76:76|image| datastore = 'vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f',
|10916|76:76|image| name = "datastore1",
|10916|76:76|image| url = "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f",
|10916|76:76|image| capacity = 294742130688,
|10916|76:76|image| freeSpace = 276907950080,
|10916|76:76|image| uncommitted = 0,
|10916|76:76|image| accessible = true,
|10916|76:76|image| multipleHostAccess = <unset>,
|10916|76:76|image| type = "VMFS",
|10916|76:76|image| maintenanceMode = <unset>,
|10916|76:76|image| }
|10916|76:76|image| ]
2012-10-02 10:17:24|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "(vim.Datastore.Summary) [ (vim...")
2012-10-02 10:17:24|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd hostsvc/datastore/listsummary
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_datastore_info(6747)|retrieved datastore info from VM host:
|10916|76:76|image| : {
|10916|76:76|image| :   "datastore1" => {
|10916|76:76|image| :     "accessible" => "true",
|10916|76:76|image| :     "capacity" => "294742130688",
|10916|76:76|image| :     "datastore" => "vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f",
|10916|76:76|image| :     "dynamicType" => "<unset>",
|10916|76:76|image| :     "freeSpace" => "276907950080",
|10916|76:76|image| :     "maintenanceMode" => "<unset>",
|10916|76:76|image| :     "multipleHostAccess" => "<unset>",
|10916|76:76|image| :     "normal_path" => "/vmfs/volumes/datastore1",
|10916|76:76|image| :     "type" => "VMFS",
|10916|76:76|image| :     "uncommitted" => 0,
|10916|76:76|image| :     "url" => "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f"
|10916|76:76|image| :   }
|10916|76:76|image| : }
2012-10-02 10:17:24|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 registered VMs
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_file_paths(5236)|found 11 registered vmx files
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_file_paths(5241)|found 12 vmx files on VM host
|10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(985)|retrieved vmx file paths currently residing on the VM host:
|10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(992)|sorted vmx file paths so that directories containing vm20 are checked first:
|10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 80 lines from file on csvhost2: '/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx file does not contain a computer_id value, attempting to determine matching computer
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(7395)|computer name could not be determined from directory name: 'winxp'
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to determine computer name from vmx file path: '/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5371)|ignoring ide1:0, filename property does not end with .vmdk: /vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f/iso/WXPCCP_EN.iso
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode property not set, setting default value: persistent
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: winxp.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/backup/winxp/winxp.vmdk
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in winxp.vmx:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
2012-10-02 10:17:24|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
2012-10-02 10:17:25|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Vmid Name File Guest OS Version Annotation
|10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
2012-10-02 10:17:25|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
2012-10-02 10:17:25|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
2012-10-02 10:17:25|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 registered VMs
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:is_vm_registered(4416)|VM is not registered: '/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1032)|ignoring winxp.vmx because the VM is not registered
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
2012-10-02 10:17:25|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx'
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm11_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm11_5-v0.vmx:
|10916|76:76|image| 000c2985f6f3
|10916|76:76|image| 005056c50015
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm11_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
2012-10-02 10:17:25|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx'
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm12_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm12_5-v0.vmx:
|10916|76:76|image| 000c299d9dde
|10916|76:76|image| 005056c50017
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm12_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
2012-10-02 10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx'
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm13_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm13_5-v0.vmx:
|10916|76:76|image| 000c2968df74
|10916|76:76|image| 005056c50019
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm13_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
2012-10-02 10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx'
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm14_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm14_5-v0.vmx:
|10916|76:76|image| 000c297932b9
|10916|76:76|image| 005056c5001b
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm14_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
2012-10-02 10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx'
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm15_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm15_5-v0.vmx:
|10916|76:76|image| 000c299b3a3f
|10916|76:76|image| 005056c5001d
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm15_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
2012-10-02 10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx'
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm16_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm16_5-v0.vmx:
|10916|76:76|image| 000c29278d1e
|10916|76:76|image| 005056c5001f
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm16_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
2012-10-02 10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx'
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm17_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm17_5-v0.vmx:
|10916|76:76|image| 000c29147e03
|10916|76:76|image| 005056c50021
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm17_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
2012-10-02 10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx'
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm18_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm18_5-v0.vmx:
|10916|76:76|image| 000c2986309b
|10916|76:76|image| 005056c50023
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm18_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
2012-10-02 10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm19_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm19_5-v0.vmx:
|10916|76:76|image| 000c29dc4e28
|10916|76:76|image| 005056c50025
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm19_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
2012-10-02 10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 73 lines from file on csvhost2: '/vmfs/volumes/datastore1/windowsxp/windowsxp.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx file does not contain a computer_id value, attempting to determine matching computer
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(7395)|computer name could not be determined from directory name: 'windowsxp'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to determine computer name from vmx file path: '/vmfs/volumes/datastore1/windowsxp/windowsxp.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5366)|ignoring ide1:0, filename property not set
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode property not set, setting default value: persistent
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: windowsxp.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/windowsxp/windowsxp.vmdk
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in windowsxp.vmx:
|10916|76:76|image| 005056cc0005
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring windowsxp.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 80 lines from file on csvhost2: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx file does not contain a computer_id value, attempting to determine matching computer
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(7395)|computer name could not be determined from directory name: 'winxp'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to determine computer name from vmx file path: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5366)|ignoring ide1:0, filename property not set
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode property not set, setting default value: persistent
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: winxp.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/winxp/winxp.vmdk
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in winxp.vmx:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
2012-10-02 10:17:28|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
2012-10-02 10:17:29|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Vmid Name File Guest OS Version Annotation
|10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
2012-10-02 10:17:29|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
2012-10-02 10:17:29|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
2012-10-02 10:17:29|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 registered VMs
2012-10-02 10:17:29|10916|76:76|image|VMware.pm:is_vm_registered(4411)|VM is registered: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:29|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Vmid Name File Guest OS Version Annotation
|10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/power.getstate 21' 2>&1
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Retrieved runtime info
|10916|76:76|image| Powered on
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Retrieved runtime info Powered...")
2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/power.getstate 21
2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:get_vm_power_state(884)|vmsvc/power.getstate 21:
|10916|76:76|image| Retrieved runtime info
|10916|76:76|image| Powered on
2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:get_vm_power_state(887)|VM is powered on: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1044)|found matching MAC address between vm20 and winxp.vmx:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1059)|found vmx file being used by vm20: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:check_file_paths(4035)|successfully retrieved vmx file path components:
|10916|76:76|image| VM profile VM path:                '/vmfs/volumes/datastore1'
|10916|76:76|image| VM profile datastore path:         '/vmfs/volumes/datastore1'
|10916|76:76|image| vmx file path:                     '/vmfs/volumes/datastore1/winxp/winxp.vmx'
|10916|76:76|image| vmx directory path:                '/vmfs/volumes/datastore1/winxp'
|10916|76:76|image| vmx base directory path:           '/vmfs/volumes/datastore1'
|10916|76:76|image| vmx directory name:                'winxp'
|10916|76:76|image| vmx file name:                     'winxp.vmx'
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:set_vmx_file_path(3279)|set overridden vmx file path: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmx_info(5298)|returning previously retrieved info from vmx file: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(639)|vmx info for VM vm20 being captured:
|10916|76:76|image| : {
|10916|76:76|image| :   ".encoding" => "UTF-8",
|10916|76:76|image| :   "cleanshutdown" => "FALSE",
|10916|76:76|image| :   "config.version" => 8,
|10916|76:76|image| :   "displayname" => "winxp",
|10916|76:76|image| :   "ethernet0.address" => "00:50:56:c5:00:27",
|10916|76:76|image| :   "ethernet0.addresstype" => "static",
|10916|76:76|image| :   "ethernet0.generatedaddressoffset" => 0,
|10916|76:76|image| :   "ethernet0.networkname" => "VM Private",
|10916|76:76|image| :   "ethernet0.pcislotnumber" => 32,
|10916|76:76|image| :   "ethernet0.present" => "TRUE",
|10916|76:76|image| :   "ethernet1.address" => "00:50:56:c5:00:28",
|10916|76:76|image| :   "ethernet1.addresstype" => "static",
|10916|76:76|image| :   "ethernet1.generatedaddressoffset" => 10,
|10916|76:76|image| :   "ethernet1.networkname" => "VM Public",
|10916|76:76|image| :   "ethernet1.pcislotnumber" => 33,
|10916|76:76|image| :   "ethernet1.present" => "TRUE",
|10916|76:76|image| :   "evccompatibilitymode" => "FALSE",
|10916|76:76|image| :   "extendedconfigfile" => "winxp.vmxf",
|10916|76:76|image| :   "floppy0.clientdevice" => "TRUE",
|10916|76:76|image| :   "floppy0.filename" => "",
|10916|76:76|image| :   "floppy0.present" => "TRUE",
|10916|76:76|image| :   "floppy0.startconnected" => "FALSE",
|10916|76:76|image| :   "guestcpuid.0" => "0000000b756e65476c65746e49656e69",
|10916|76:76|image| :   "guestcpuid.1" => "000206c200010800829822030febfbff",
|10916|76:76|image| :   "guestcpuid.80000001" => "00000000000000000000000128100800",
|10916|76:76|image| :   "guestos" => "winxppro",
|10916|76:76|image| :   "hostcpuid.0" => "0000000b756e65476c65746e49656e69",
|10916|76:76|image| :   "hostcpuid.1" => "000206c200200800029ee3ffbfebfbff",
|10916|76:76|image| :   "hostcpuid.80000001" => "0000000000000000000000012c100800",
|10916|76:76|image| :   "hpet0.present" => "TRUE",
|10916|76:76|image| :   "ide0:0.filename" => "winxp.vmdk",
|10916|76:76|image| :   "ide0:0.present" => "TRUE",
|10916|76:76|image| :   "ide0:0.redo" => "",
|10916|76:76|image| :   "ide1:0.clientdevice" => "TRUE",
|10916|76:76|image| :   "ide1:0.devicetype" => "atapi-cdrom",
|10916|76:76|image| :   "ide1:0.filename" => "",
|10916|76:76|image| :   "ide1:0.present" => "TRUE",
|10916|76:76|image| :   "ide1:0.startconnected" => "FALSE",
|10916|76:76|image| :   "memsize" => 1024,
|10916|76:76|image| :   "nvram" => "winxp.nvram",
|10916|76:76|image| :   "pcibridge0.pcislotnumber" => 17,
|10916|76:76|image| :   "pcibridge0.present" => "TRUE",
|10916|76:76|image| :   "pcibridge4.functions" => 8,
|10916|76:76|image| :   "pcibridge4.pcislotnumber" => 21,
|10916|76:76|image| :   "pcibridge4.present" => "TRUE",
|10916|76:76|image| :   "pcibridge4.virtualdev" => "pcieRootPort",
|10916|76:76|image| :   "pcibridge5.functions" => 8,
|10916|76:76|image| :   "pcibridge5.pcislotnumber" => 22,
|10916|76:76|image| :   "pcibridge5.present" => "TRUE",
|10916|76:76|image| :   "pcibridge5.virtualdev" => "pcieRootPort",
|10916|76:76|image| :   "pcibridge6.functions" => 8,
|10916|76:76|image| :   "pcibridge6.pcislotnumber" => 23,
|10916|76:76|image| :   "pcibridge6.present" => "TRUE",
|10916|76:76|image| :   "pcibridge6.virtualdev" => "pcieRootPort",
|10916|76:76|image| :   "pcibridge7.functions" => 8,
|10916|76:76|image| :   "pcibridge7.pcislotnumber" => 24,
|10916|76:76|image| :   "pcibridge7.present" => "TRUE",
|10916|76:76|image| :   "pcibridge7.virtualdev" => "pcieRootPort",
|10916|76:76|image| :   "powertype.poweroff" => "soft",
|10916|76:76|image| :   "powertype.poweron" => "hard",
|10916|76:76|image| :   "powertype.reset" => "soft",
|10916|76:76|image| :   "powertype.suspend" => "hard",
|10916|76:76|image| :   "replay.filename" => "",
|10916|76:76|image| :   "replay.supported" => "FALSE",
|10916|76:76|image| :   "sched.swap.derivedname" => "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f/winxp/winxp-98bf9f8e.vswp",
|10916|76:76|image| :   "tools.remindinstall" => "FALSE",
|10916|76:76|image| :   "tools.synctime" => "FALSE",
|10916|76:76|image| :   "unity.wascapable" => "TRUE",
|10916|76:76|image| :   "usercpuid.0" => "0000000b756e65476c65746e49656e69",
|10916|76:76|image| :   "usercpuid.1" => "000206c200200800029822030febfbff",
|10916|76:76|image| :   "usercpuid.80000001" => "00000000000000000000000128100800",
|10916|76:76|image| :   "uuid.bios" => "56 4d 76 ea 03 e6 b9 c8-c9 2f 8c d4 22 f3 97 79",
|10916|76:76|image| :   "uuid.location" => "56 4d 76 ea 03 e6 b9 c8-c9 2f 8c d4 22 f3 97 79",
|10916|76:76|image| :   "vc.uuid" => "52 7e 1e 93 1b af 4a 01-9b df 6a eb cb 7a cf 0a",
|10916|76:76|image| :   "virtualhw.productcompatibility" => "hosted",
|10916|76:76|image| :   "virtualhw.version" => 8,
|10916|76:76|image| :   "vmci0.id" => 586389369,
|10916|76:76|image| :   "vmci0.pcislotnumber" => 34,
|10916|76:76|image| :   "vmci0.present" => "TRUE",
|10916|76:76|image| :   "vmdk" => {
|10916|76:76|image| :     "ide0:0" => {
|10916|76:76|image| :       "mode" => "persistent",
|10916|76:76|image| :       "present" => "TRUE",
|10916|76:76|image| :       "redo" => "",
|10916|76:76|image| :       "vmdk_directory_path" => "/vmfs/volumes/datastore1/winxp",
|10916|76:76|image| :       "vmdk_file_base_name" => "winxp",
|10916|76:76|image| :       "vmdk_file_name" => "winxp.vmdk",
|10916|76:76|image| :       "vmdk_file_path" => "/vmfs/volumes/datastore1/winxp/winxp.vmdk"
|10916|76:76|image| :     }
|10916|76:76|image| :   },
|10916|76:76|image| :   "vmotion.checkpointfbsize" => 4194304,
|10916|76:76|image| :   "vmx_directory_path" => "/vmfs/volumes/datastore1/winxp",
|10916|76:76|image| :   "vmx_file_name" => "winxp.vmx"
|10916|76:76|image| : }
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(658)|vmdk file path configured for VM vm20 being captured: /vmfs/volumes/datastore1/winxp/winxp.vmdk
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:_get_datastore_names(6779)|datastore names:
|10916|76:76|image| datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_dedicated(3608)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:_get_datastore_names(6779)|datastore names:
|10916|76:76|image| datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_dedicated(3608)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:check_file_paths(4035)|successfully retrieved vmdk file path components:
|10916|76:76|image| VM profile VM path:                '/vmfs/volumes/datastore1'
|10916|76:76|image| VM profile datastore path:         '/vmfs/volumes/datastore1'
|10916|76:76|image| vmdk file path:                    '/vmfs/volumes/datastore1/winxp/winxp.vmdk'
|10916|76:76|image| vmdk directory path:               '/vmfs/volumes/datastore1/winxp'
|10916|76:76|image| vmdk base directory path:          '/vmfs/volumes/datastore1'
|10916|76:76|image| vmdk directory name:               'winxp'
|10916|76:76|image| vmdk file name:                    'winxp.vmdk'
|10916|76:76|image| vmdk file prefix:                  'winxp'
|10916|76:76|image| dedicated vmdk file path:         '/vmfs/volumes/datastore1/winxp/winxp.vmdk'
|10916|76:76|image| dedicated vmdk directory path:    '/vmfs/volumes/datastore1/winxp'
|10916|76:76|image| dedicated vmdk directory name:    'winxp'
|10916|76:76|image| shared vmdk file path:      '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk'
|10916|76:76|image| shared vmdk directory path: '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0'
|10916|76:76|image| shared vmdk directory name: 'vmwarewinxp-winxp14-v0'
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:set_vmdk_file_path(3968)|set overridden vmdk file path: '/vmfs/volumes/datastore1/winxp/winxp.vmdk'
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(682)|mode of vmdk to be captured is valid: persistent
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
2012-10-02 10:17:31|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| stat: cannot stat '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk': No such file or directory
2012-10-02 10:17:31|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
|10916|76:76|image| returning (1, "stat: cannot stat '/vmfs/volum...")
2012-10-02 10:17:31|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'chown root currentimage.txt; chmod 777 currentimage.txt' 2>&1
2012-10-02 10:17:39|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| chown: cannot access `currentimage.txt': No such file or directory
|10916|76:76|image| chmod: cannot access `currentimage.txt': No such file or directory
2012-10-02 10:17:39|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on vm20, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'chown root currentimage.txt; chmod 777 currentimage.txt' 2>&1
|10916|76:76|image| returning (1, "chown: cannot access `currenti...")
2012-10-02 10:17:39|10916|76:76|image|utils.pm:write_currentimage_txt(5275)|updated ownership and permissions on currentimage.txt
2012-10-02 10:17:39|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'echo -e "vmwarewinxp-winxp14-v0\r\nid=14\r\nprettyname=winxp\r\nimagerevision_id=13\r\nimagerevision_datecreated=2012-10-02 10:17:08\r\ncomputer_id=22\r\ncomputer_hostname=vm20" > currentimage.txt && cat currentimage.txt' 2>&1
2012-10-02 10:17:40|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| vmwarewinxp-winxp14-v0
|10916|76:76|image| id=14
|10916|76:76|image| prettyname=winxp
|10916|76:76|image| imagerevision_id=13
|10916|76:76|image| imagerevision_datecreated=2012-10-02 10:17:08
|10916|76:76|image| computer_id=22
|10916|76:76|image| computer_hostname=vm20
2012-10-02 10:17:40|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "vmwarewinxp-winxp14-v0 id=14 p...")
2012-10-02 10:17:40|10916|76:76|image|utils.pm:write_currentimage_txt(5293)|created currentimage.txt file on vm20:
|10916|76:76|image| vmwarewinxp-winxp14-v0
|10916|76:76|image| id=14
|10916|76:76|image| prettyname=winxp
|10916|76:76|image| imagerevision_id=13
|10916|76:76|image| imagerevision_datecreated=2012-10-02 10:17:08
|10916|76:76|image| computer_id=22
|10916|76:76|image| computer_hostname=vm20
2012-10-02 10:17:40|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{76}{image}{imagemeta}{sysprep}, data identifier: imagemeta_sysprep, data:
|10916|76:76|image| : 0
2012-10-02 10:17:40|10916|76:76|image|Version_5.pm:pre_capture(104)|calling parent class pre_capture() subroutine
2012-10-02 10:17:40|10916|76:76|image|OS.pm:pre_capture(89)|beginning common image capture preparation tasks
2012-10-02 10:17:42|10916|76:76|image|OS.pm:is_ssh_responding(640)|vm20 is responding to SSH, port 22: open, port 24: closed
2012-10-02 10:17:43|10916|76:76|image|OS.pm:create_text_file(1770)|created file on vm20: ~/currentimage.txt
2012-10-02 10:17:43|10916|76:76|image|OS.pm:pre_capture(125)|completed common image capture preparation tasks
2012-10-02 10:17:43|10916|76:76|image|Windows.pm:pre_capture(238)|beginning Windows image capture preparation tasks on vm20
2012-10-02 10:17:43|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/qwinsta.exe' 2>&1
2012-10-02 10:17:43|10916|76:76|image|utils.pm:(eval)(4950)|waiting up to 60 seconds for SSH process to finish
2012-10-02 10:17:44|10916|76:76|image|Windows.pm:logoff_users(1614)|attempting to kill connection:
|10916|76:76|image| line: '>console           root                      0  Active  wdcon               '
|10916|76:76|image| session identifier: console
2012-10-02 10:17:44|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/logoff.exe console /V' 2>&1
2012-10-02 10:17:49|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Logging off session ID 0
2012-10-02 10:17:49|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "Logging off session ID 0")
2012-10-02 10:17:49|10916|76:76|image|Windows.pm:logoff_users(1624)|logged off session: console, output:
|10916|76:76|image| Logging off session ID 0
2012-10-02 10:17:49|10916|76:76|image|Windows.pm:set_password(1941)|setting password of root to cl0udy on vm20
2012-10-02 10:17:49|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe user root 'cl0udy'' 2>&1
2012-10-02 10:17:57|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| The command completed successfully.
2012-10-02 10:17:57|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "The command completed successf...")
2012-10-02 10:17:57|10916|76:76|image|Windows.pm:set_password(1943)|password changed to 'cl0udy' for user 'root' on vm20
2012-10-02 10:17:57|10916|76:76|image|Windows.pm:get_service_configuration(3949)|retrieving service configuration information from the registry
2012-10-02 10:17:57|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'cmd.exe /c "del /Q \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" 2>NUL & C:/Windows/System32/reg.exe EXPORT HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" && type \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" > \"C:\\cygwin\\tmp\\services_vm20.reg\" && del /Q \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\""' 2>&1
2012-10-02 10:17:59|10916|76:76|image|Windows.pm:reg_export(2904)|exported registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services to file: C:\\cygwin\\tmp\\services_vm20.reg
2012-10-02 10:18:00|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 9871 lines from file on vm20: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:01|10916|76:76|image|Windows.pm:file_exists(1482)|file exists on vm20: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:01|10916|76:76|image|Windows.pm:delete_file(1195)|attempting to delete file: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:04|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:04|10916|76:76|image|Windows.pm:delete_file(1259)|deleted file: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:04|10916|76:76|image|Windows.pm:get_services_using_login_id(4027)|services found using login ID 'root' (1): sshd
2012-10-02 10:18:04|10916|76:76|image|Windows.pm:set_password(1964)|sshd service is configured to run as root, updating service credentials
2012-10-02 10:18:04|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/sc.exe config sshd obj= ".\root" password= "cl0udy"' 2>&1
2012-10-02 10:18:06|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| [SC] ChangeServiceConfig SUCCESS
2012-10-02 10:18:06|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "[SC] ChangeServiceConfig SUCCE...")
2012-10-02 10:18:06|10916|76:76|image|Windows.pm:set_service_credentials(3908)|changed logon credentials for 'sshd' service to root (cl0udy) on vm20
2012-10-02 10:18:06|10916|76:76|image|utils.pm:get_management_node_info(5489)|retrieving current management node info for 'csvcldev.p.fiu.edu' from database, cached data is stale: 61 seconds old
2012-10-02 10:18:06|10916|76:76|image|utils.pm:get_management_node_info(5636)|retrieved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
2012-10-02 10:18:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Query /V /FO CSV' 2>&1
2012-10-02 10:18:14|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| "HostName","TaskName","Next Run Time","Status","Last Run Time","Last Result","Creator","Schedule","Task To Run","Start In","Comment","Scheduled Task State","Scheduled Type","Start Time","Start Date","End Date","Days","Months","Run As User","Delete Task If Not Rescheduled","Stop Task If Runs X Hours and X Mins","Repeat: Every","Repeat: Until: Time","Repeat: Until: Duration","Repeat: Stop If Still Running","Idle Time","Power Management"
|10916|76:76|image| "FIU-1FF43949C30","Microsoft Antimalware Scheduled Scan","02:29:00, 10/7/2012","","Never","0","SYSTEM","At 2:29 AM every Sun of every week, starting 10/2/2012","c:\Program Files\Microsoft Security Client\MpCmdRun.exe Scan -ScheduleJob -RestrictPrivileges","N/A","Periodic scan task.","Enabled","Weekly","02:29:00","10/2/2012","N/A","SUNDAY","N/A","NT AUTHORITY\SYSTEM","Disabled","72:0","Disabled","Disabled","Disabled","Disabled","Only Start If Idle for 1 minutes, If Not Idle Retry For 240 minutes","No Start On Batteries"
|10916|76:76|image| "FIU-1FF43949C30","MpIdleTask","At idle time","","Never","0","SYSTEM","Run when idle","c:\Program Files\Microsoft Security Client\MpCmdRun.exe -IdleTask -TaskName MpIdleTask","N/A","Private Idle Task","Enabled","At idle time","At idle time","10/2/2012","N/A","N/A","N/A","NT AUTHORITY\SYSTEM","Disabled","72:0","Disabled","Disabled","Disabled","Disabled","Only Start If Idle for 15 minutes, If Not Idle Retry For 0 minutes, Stop the task if Idle State end","No Start On Batteries, Stop On Battery Mode"
|10916|76:76|image| "FIU-1FF43949C30","User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}","15:05:00, 10/2/2012","","08:37:00, 10/2/2012","0","root","Every 5 minute(s) from 3:05 PM for 535 minutes on 10/2/2012","C:\WINDOWS\system32\msfeedssync.exe sync","C:\Program Files\Internet Explorer","Updates out-of-date system feeds.","Enabled","One Time Only","15:05:00","10/2/2012","N/A","N/A","N/A","FIU-1FF43949C30\root","Disabled","72:0","5 Minute(s)","None","8 Hour(s): 55 Minute(s)","Disabled","Disabled","No Start On Batteries, Stop On Battery Mode"
|10916|76:76|image| "FIU-1FF43949C30","User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}","15:05:00, 10/2/2012","","08:37:00, 10/2/2012","0","root","Every 5 minute(s) from 12:03 AM for 24 hour(s) every day, starting 10/3/2012","C:\WINDOWS\system32\msfeedssync.exe sync","C:\Program Files\Internet Explorer","Updates out-of-date system feeds.","Enabled","Minute ","00:03:00","10/3/2012","N/A","Everyday","N/A","FIU-1FF43949C30\root","Disabled","72:0","5 Minute(s)","None","24 Hour(s): 0 Minute(s)","Disabled","Disabled","No Start On Batteries, Stop On Battery Mode"
2012-10-02 10:18:14|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, ""HostName","TaskName","Next Ru...")
2012-10-02 10:18:14|10916|76:76|image|Windows.pm:get_scheduled_task_info(4192)|found 3 scheduled tasks:
|10916|76:76|image| Microsoft Antimalware Scheduled Scan
|10916|76:76|image| MpIdleTask
|10916|76:76|image| User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}
2012-10-02 10:18:14|10916|76:76|image|Windows.pm:set_password(1975)|password needs to be updated for scheduled task 'User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}' set to run as user 'FIU-1FF43949C30\root'
2012-10-02 10:18:14|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Change /RU "root" /RP "cl0udy" /TN "User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}"' 2>&1
2012-10-02 10:18:16|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| SUCCESS: The parameters of scheduled task "User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}" have been changed.
2012-10-02 10:18:16|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "SUCCESS: The parameters of sch...")
2012-10-02 10:18:16|10916|76:76|image|Windows.pm:set_scheduled_task_credentials(3187)|changed password for scheduled task: User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}
2012-10-02 10:18:16|10916|76:76|image|Windows.pm:set_password(1985)|changed password for user: root
2012-10-02 10:18:16|10916|76:76|image|Windows.pm:delete_user(1869)|attempting to delete user admin from vm20
2012-10-02 10:18:16|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe user admin /DELETE' 2>&1
2012-10-02 10:18:17|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| The user name could not be found.
|10916|76:76|image| More help is available by typing NET HELPMSG 2221.
2012-10-02 10:18:17|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on vm20, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe user admin /DELETE' 2>&1
|10916|76:76|image| returning (2, "The user name could not be fou...")
2012-10-02 10:18:17|10916|76:76|image|Windows.pm:delete_user(1874)|user admin was not deleted because user does not exist
2012-10-02 10:18:18|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/Documents and Settings/admin'
2012-10-02 10:18:18|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: 'C:/Documents and Settings/admin'
2012-10-02 10:18:18|10916|76:76|image|Windows.pm:delete_user(1890)|deleted profile for user admin from vm20
2012-10-02 10:18:18|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'bash --login -c "cmd.exe /c echo %CYGWIN%"' 2>&1
2012-10-02 10:18:20|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| nodosfilewarning ntsec
2012-10-02 10:18:20|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "nodosfilewarning ntsec")
2012-10-02 10:18:20|10916|76:76|image|Windows.pm:get_environment_variable_value(10817)|retrieved value of 'CYGWIN' environment variable on vm20: 'nodosfilewarning ntsec'
2012-10-02 10:18:20|10916|76:76|image|Windows.pm:check_cygwin(10727)|CYGWIN environment variable is not set correctly on vm20:
|10916|76:76|image| correct value: ntsec nodosfilewarning
|10916|76:76|image| current value: 'nodosfilewarning ntsec'
2012-10-02 10:18:20|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/reg.exe ADD "HKLM\SYSTEM\CurrentControlSet\services\sshd\Parameters\Environment" /v "CYGWIN" /t REG_SZ /d "ntsec nodosfilewarning" /f' 2>&1
2012-10-02 10:18:22|10916|76:76|image|Windows.pm:reg_add(2740)|added registry key: HKLM\SYSTEM\CurrentControlSet\services\sshd\Parameters\Environment, output:
|10916|76:76|image| The operation completed successfully
2012-10-02 10:18:22|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe stop "sshd" ; C:/Windows/System32/net.exe start "sshd"' 2>&1
2012-10-02 10:18:27|10916|76:76|image|Windows.pm:restart_service(7147)|restarted service: sshd, output:
|10916|76:76|image| The CYGWIN sshd service is stopping.
|10916|76:76|image| The CYGWIN sshd service was stopped successfully.
|10916|76:76|image| The CYGWIN sshd service is starting.
|10916|76:76|image| The CYGWIN sshd service was started successfully.
2012-10-02 10:18:27|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'bash --login -c "cmd.exe /c echo %CYGWIN%"' 2>&1
2012-10-02 10:18:36|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| ntsec nodosfilewarning
2012-10-02 10:18:36|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "ntsec nodosfilewarning")
2012-10-02 10:18:36|10916|76:76|image|Windows.pm:get_environment_variable_value(10817)|retrieved value of 'CYGWIN' environment variable on vm20: 'ntsec nodosfilewarning'
2012-10-02 10:18:36|10916|76:76|image|Windows.pm:check_cygwin(10744)|verified CYGWIN environment variable is set correctly after updating the registry: 'ntsec nodosfilewarning'
2012-10-02 10:18:38|10916|76:76|image|Windows.pm:set_file_owner(1546)|set root as the owner of /home/root, files and directories modified: 10
2012-10-02 10:18:38|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/netsh.exe interface ip show address name="Local Area Connection 2"' 2>&1
2012-10-02 10:18:40|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Configuration for interface "Local Area Connection 2"
|10916|76:76|image| DHCP enabled:                         Yes
|10916|76:76|image| InterfaceMetric:                      0
2012-10-02 10:18:40|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "Configuration for interface "L...")
2012-10-02 10:18:40|10916|76:76|image|Windows.pm:is_dhcp_enabled(5851)|DHCP is enabled on interface 'Local Area Connection 2'
2012-10-02 10:18:40|10916|76:76|image|Windows.pm:enable_dhcp(5790)|DHCP is already enabled on interface 'Local Area Connection 2'
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5::XP
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5::XP:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(776)|VCL::Module has no parent packages
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows",
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5::XP:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5::XP",
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5",
|10916|76:76|image| :   "VCL::Module::OS::Windows",
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_XP
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_Version_5
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module::OS
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module
2012-10-02 10:18:42|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/Windows/System32/GroupPolicy/User/Scripts/*VCL*'
2012-10-02 10:18:42|10916|76:76|image|Windows.pm:delete_files_by_pattern(1356)|attempting to delete files under C:/Cygwin/home/root/ matching pattern .*\(vbs\|exe\|cmd\|bat\|log\), max depth: 5
2012-10-02 10:18:42|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/bin/find.exe "C:/Cygwin/home/root/" -mindepth 1 -maxdepth 5 -iregex ".*\(vbs\|exe\|cmd\|bat\|log\)" -exec chown -R root {} \; -exec chmod -R 777 {} \; -exec rm -rvf {} \;' 2>&1
2012-10-02 10:18:43|10916|76:76|image|Windows.pm:delete_files_by_pattern(1392)|1/0 files deleted deleted under 'C:/Cygwin/home/root/' matching '.*\(vbs\|exe\|cmd\|bat\|log\)'
2012-10-02 10:18:43|10916|76:76|image|Windows.pm:delete_files_by_pattern(1393)|files/directories which were deleted:
|10916|76:76|image| removed `C:/Cygwin/home/root/cygwin-rebaseall.cmd'
2012-10-02 10:18:44|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/VCL'
2012-10-02 10:18:44|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: 'C:/VCL'
2012-10-02 10:18:44|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Delete /F /TN "VCL Startup Configuration"' 2>&1
2012-10-02 10:18:52|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| ERROR: The specified task name "VCL Startup Configuration" does not exist in the system.
2012-10-02 10:18:52|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on vm20, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Delete /F /TN "VCL Startup Configuration"' 2>&1
|10916|76:76|image| returning (1, "ERROR: The specified task name...")
2012-10-02 10:18:52|10916|76:76|image|Windows.pm:delete_scheduled_task(3234)|scheduled task 'VCL Startup Configuration' does not exist on vm20
2012-10-02 10:18:53|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: '$SYSTEMDRIVE/Documents and Settings/root/Application Data/VCL'
2012-10-02 10:18:53|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: '$SYSTEMDRIVE/Documents and Settings/root/Application Data/VCL'
2012-10-02 10:18:53|10916|76:76|image|Windows.pm:delete_capture_configuration_files(5979)|attempting to remove old configuration directory if it exists: C:/Cygwin/home/root/VCL
2012-10-02 10:18:55|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:55|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:55|10916|76:76|image|Windows.pm:create_directory(1126)|attempting to create directory: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:55|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'cmd.exe /c "mkdir \"C:/Cygwin/home/root/VCL\""' 2>&1
2012-10-02 10:18:56|10916|76:76|image|Windows.pm:create_directory(1132)|created directory on vm20: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:57|10916|76:76|image|Windows.pm:file_exists(1482)|file exists on vm20: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:57|10916|76:76|image|Windows.pm:create_directory(1153)|verified directory exists on vm20: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:57|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6732)|copying image capture configuration files from /usr/local/vcl/bin/../tools/Windows to vm20
2012-10-02 10:18:57|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:18:58|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:18:58|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6734)|copied /usr/local/vcl/bin/../tools/Windows directory to vm20:C:/Cygwin/home/root/VCL
2012-10-02 10:18:58|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6736)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
2012-10-02 10:18:58|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
2012-10-02 10:18:59|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
2012-10-02 10:18:59|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "")
2012-10-02 10:18:59|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6732)|copying image capture configuration files from /usr/local/vcl/bin/../tools/Windows_Version_5 to vm20
2012-10-02 10:18:59|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows_Version_5/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:19:00|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows_Version_5/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:19:00|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6734)|copied /usr/local/vcl/bin/../tools/Windows_Version_5 directory to vm20:C:/Cygwin/home/root/VCL
2012-10-02 10:19:00|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6736)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
2012-10-02 10:19:00|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
2012-10-02 10:19:01|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
2012-10-02 10:19:01|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "")
2012-10-02 10:19:01|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6732)|copying image capture configuration files from /usr/local/vcl/bin/../tools/Windows_XP to vm20
2012-10-02 10:19:01|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows_XP/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:19:02|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows_XP/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:19:02|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6734)|copied /usr/local/vcl/bin/../tools/Windows_XP directory to vm20:C:/Cygwin/home/root/VCL
2012-10-02 10:19:02|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6736)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
2012-10-02 10:19:02|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
2012-10-02 10:19:09|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
2012-10-02 10:19:09|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "")
2012-10-02 10:19:09|10916|76:76|image|utils.pm:get_management_node_info(5489)|retrieving current management node info for 'csvcldev.p.fiu.edu' from database, cached data is stale: 63 seconds old
2012-10-02 10:19:09|10916|76:76|image|utils.pm:get_management_node_info(5636)|retrieved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
2012-10-02 10:19:09|10916|76:76|image|Windows.pm:delete_files_by_pattern(1356)|attempting to delete files under C:/Cygwin/home/root/VCL/ matching pattern .*\.svn.*, max depth: 5
2012-10-02 10:19:09|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/bin/find.exe "C:/Cygwin/home/root/VCL/" -mindepth 1 -maxdepth 5 -iregex ".*\.svn.*" -exec chown -R root {} \; -exec chmod -R 777 {} \; -exec rm -rvf {} \;' 2>&1
2012-10-02 10:19:11|10916|76:76|image|Windows.pm:delete_files_by_pattern(1392)|0/0 files deleted deleted under 'C:/Cygwin/home/root/VCL/' matching '.*\.svn.*'
2012-10-02 10:19:12|10916|76:76|image|Windows.pm:set_file_owner(1546)|set root as the owner of C:/Cygwin/home/root/VCL, files and directories modified: 1
2012-10-02 10:19:13|10916|76:76|image|Windows.pm:search_and_replace_in_files(6628)|no files were found matching pattern 'WINDOWS_ROOT_PASSWORD' in: C:/Cygwin/home/root/VCL
2012-10-02 10:19:13|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6753)|set the Windows root password in configuration files
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5::XP
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5::XP:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(776)|VCL::Module has no parent packages
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows",
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5::XP:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5::XP",
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5",
|10916|76:76|image| :   "VCL::Module::OS::Windows",
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_XP
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_Version_5
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module::OS
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module
2012-10-02 10:19:13|10916|76:76|image|Windows.pm:apply_security_templates(7529)|checking if any security templates exist in: /usr/local/vcl/bin/../tools/Windows/Security
2012-10-02 10:19:13|10916|76:76|image|utils.pm:run_command(8739)|executed command: find /usr/local/vcl/bin/../tools/Windows/Security -name "*.inf" 2>&1 | sort -f, pid: 11218, exit status: 1, output:
|10916|76:76|image| /usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|Windows.pm:apply_security_templates(7542)|failed to run find, exit status: 1, output:
|10916|76:76|image| /usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf
|10916|76:76|image| ( 0) Windows.pm, apply_security_templates (line: 7542)
|10916|76:76|image| (-1) Windows.pm, pre_capture (line: 323)
|10916|76:76|image| (-2) Version_5.pm, pre_capture (line: 105)
|10916|76:76|image| (-3) VMware.pm, capture (line: 712)
|10916|76:76|image| (-4) image.pm, process (line: 162)
|10916|76:76|image| (-5) vcld, make_new_child (line: 571)
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|Windows.pm:pre_capture(324)|unable to apply security templates
|10916|76:76|image| ( 0) Windows.pm, pre_capture (line: 324)
|10916|76:76|image| (-1) Version_5.pm, pre_capture (line: 105)
|10916|76:76|image| (-2) VMware.pm, capture (line: 712)
|10916|76:76|image| (-3) image.pm, process (line: 162)
|10916|76:76|image| (-4) vcld, make_new_child (line: 571)
|10916|76:76|image| (-5) vcld, main (line: 350)
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|Version_5.pm:pre_capture(109)|failed to execute parent class pre_capture() subroutine
|10916|76:76|image| ( 0) Version_5.pm, pre_capture (line: 109)
|10916|76:76|image| (-1) VMware.pm, capture (line: 712)
|10916|76:76|image| (-2) image.pm, process (line: 162)
|10916|76:76|image| (-3) vcld, make_new_child (line: 571)
|10916|76:76|image| (-4) vcld, main (line: 350)
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|VMware.pm:capture(713)|failed to complete OS module's pre_capture tasks
|10916|76:76|image| ( 0) VMware.pm, capture (line: 713)
|10916|76:76|image| (-1) image.pm, process (line: 162)
|10916|76:76|image| (-2) vcld, make_new_child (line: 571)
|10916|76:76|image| (-3) vcld, main (line: 350)
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|image.pm:process(166)|vmwarewinxp-winxp14-v0 image failed to be captured by provisioning module
|10916|76:76|image| ( 0) image.pm, process (line: 166)
|10916|76:76|image| (-1) vcld, make_new_child (line: 571)
|10916|76:76|image| (-2) vcld, main (line: 350)
2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
2012-10-02 10:19:13|10916|76:76|image|utils.pm:is_inblockrequest(5793)|zero rows were returned from database select
2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:get_image_affiliation_name(2118)|image owner id: 1
2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:retrieve_user_data(1401)|attempting to retrieve and store data for user: user.id = '1'
2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:retrieve_user_data(1464)|data has been retrieved for user: admin (id: 1)
2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu, PROBLEM -- csvcldev|76:76|image|image.pm|vm20>csvhost2.p.fiu.edu|vmwarewinxp-winxp14-v0|admin
|10916|76:76|image| ---- CRITICAL ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(387)|vmwarewinxp-winxp14-v0 image creation failed
|10916|76:76|image| ( 0) image.pm, reservation_failed (line: 387)
|10916|76:76|image| (-1) image.pm, process (line: 167)
|10916|76:76|image| (-2) vcld, make_new_child (line: 571)
|10916|76:76|image| (-3) vcld, main (line: 350)
2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: root@localhost, VCL -- NOTICE DELAY Image Creation winxp
2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu, VCL -- NOTICE FAILED Image Creation winxp
2012-10-02 10:19:13|10916|76:76|image|utils.pm:update_request_state(1545)|request 76 state updated to: maintenance, laststate to: image
2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(441)|request state set to maintenance, laststate to image
2012-10-02 10:19:13|10916|76:76|image|utils.pm:update_computer_state(1587)|computer 22 state updated to: maintenance
2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(449)|vm20 state set to maintenance
2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(456)|exiting
2012-10-02 10:19:13|10916|76:76|image|utils.pm:delete_computerloadlog_reservation(6429)|removing computerloadlog entries matching loadstate = begin
2012-10-02 10:19:13|10916|76:76|image|utils.pm:delete_computerloadlog_reservation(6476)|deleted rows from computerloadlog for reservation id=76
2012-10-02 10:19:13|10916|76:76|image|State.pm:DESTROY(929)|VCL::image process duration: 128 seconds
2012-10-02 10:19:13|10916|76:76|image|VIM_SSH.pm:DESTROY(2123)|vim-cmd call count: 7
2012-10-02 10:19:13|12185|vcld:REAPER(721)|VCL process exited for reservation 76, PID: 10916, signal: CHLD


Re: Windows XP Image capture problem

Posted by Evelio Quiros <ev...@fiu.edu>.
Thanks for the response.

Yes, I get the same result:

# find /usr/local/vcl/bin/../toolsWindows/Security -name"*.inf"
usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf

I'm just trying to interpret what the log is saying.

Windows imges fail to capture, but Linux mages succeed. I don't
understand why.
Is there any more information I can supply that ay shed some light on
this ?

Regards,
A Quiros
FIU


On 10/3/12 12:55 PM, "Dmitri Chebotarov" <dc...@gmu.edu> wote:

>Hi Al  
>
>I'm running 2. as wel but don't have any issues capturing Windows
>image.  
>I looked at vcld.log file for recent successful capture. find *.inf
>returns 0 (in your case exit status is 1), but the steps VCL takes to
>capture image are the same as in your case.
>This is what I get when Irun 'find' manually on management node:
>
># find /usr/local/vcl/bin/../tools/Windows/Security -name "*.inf"
>/usr/local/vcl/bin/../tools/Windows/Secrity/Windows_Security_Policies.inf
>
>
>
>Is your output different?
>
>Here is part of vcld.log file where vcld runs 'find'
>
>2012-10-03 
>10:14:35|15422|34854:34762|imge|OS.pm:get_source_configuration_directorie
>s(187)|package source configuration drectory:
>/us/local/vcl/bin/../tools/Windows7
>2012-10-03 
>10:14:35|15422|34854:34762|image|OS.pm:get_source_configuration_directorie
>s(87)|package source configuration directory:
/usr/local/vcl/bin/../tools/Winows_Version_6
>2012-10-03 
>10:14:35|15422|34854:34762|image|OS.pm:get_source_configuration_directorie
>s(187)|package source cofiguration directory:
>/usr/lcal/vcl/bin/../tools/Windows
>2012-10-03 
>1014:35|15422|34854:34762|image|OSpm:get_source_configuration_directorie
>s(183)|sourc configuration directory is not defined for VCL::Module::OS
>2012-10-03 
>10:14:35|15422|34854:34762|image|OS.pm:get_source_configuration_directorie
>s(183)|source configuration directory is not defined for VCL::Module
2012-10-03 
>10:14:35|15422|34854:34762|image|Windows.pm:apply_security_templates(7529)
>|checking if any security templates exist in:
>/usr/local/vcl/bin/../tools/Windows/Security
>2012-10-03 
>10:14:35|15422|34854:34762|image|utils.pm:run_command(8745)|executed
>command: find /usr/local/vcl/bin/../tools/Windows/Securiy -name "*.inf"
>2>&1 | sort -f, pid: 15880, exit status: 0, output:
>|15422|34854:34762|image|
>usr/local/vcl/bin/../tools/Windws/Security/Windows_Security_Policies.inf
>2012-10-03 
>10:14:35|15422|34854:34762|image|Windows.pm:apply_security_templates(7538)
>|ran fid, output:
>|15422|34854:34762|mage|
>/usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf
>2012-10-03 
>10:14:35|15422|34854:34762|imageWindows.pm:apply_security_templates(7529)
>|checking if any security templaes exist in:
>/usr/local/vcl/bin../tools/Windows_Version_6/Security
>2012-10-03 
>10:14:35|15422|34854:34762|image|utils.pm:run_command(8745)|executed
>command: find /usr/local/vcl/bin/../tools/Windows_Version_6/Security
>-name "*.inf" 2>&1 | sort -f, pid: 15883, exit status: 0, output:
>
>
>
>--
>Dmitri Chebotarov
>Virtual Computing Lab Systems Engineer, TSD - Ent Servers & Messaging
>223 Aquia Building, Ffx, MSN: 1B5
>Phone: (703) 993-6175
>Fax: (703) 993-3404
>
>
>On Wednesday, October 3, 2012 at 11:40 , Evelio Quiros wrote:
>
>> HmmmÅ this is really weird.
>> I attempted to capture yet another Windows XP image (fail).
>> Does anyone have any ideas on why this is happening ?
>>  
>> Thanks,  
>> Al Quiros
>> FIU>  
>> The vcld log seems to sart having trouble here:
>>  
>> 2012-10-03 
>>11:24:06|25274|88:88|image|Windows.pm:create_directory(1132)|created
>>directory on vm20: 'C/Cygwin/ome/root/VCL/Security'>> 2012-10-03 11:24:07|25274|88:88|image|Windows.pm:file_exists(1482)|file
>>exists on vm20: 'C:/Cygwin/home/root/VCL/Security'
> 2012-10-03 
>>11:24:07|25274|8888|image|Windows.pm:create_directory(1153|verified
>>directory exists on m20: 'C:/Cygwin/home/root/VCL/Security'
>> 2012-10-03 
>>11:24:07|25274|88:88|image|Windows.pm:apply_security_templates(7574)|atte
>>mpting to copy file to:
>>C:/Cygwin/home/root/VCL/Security/1_Windows_Security_Policies.inf
>> 2012-10-03 
>>11:24:07|25274|88:88|image|utils.pm:run_scp_command(5189)|attempting to
>>copy file via SCP:
>>'/usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.i
>>nf' -> 
>>'vm20:C:/Cygwin/home/root/VCL/Security/1_Windows_Security_Policies.inf'
>> 2012-10-03 
>>11:24:08|25274|88:88|image|utils.pm:run_sc_command(5225)|copied file
>>via SCP: 
>'/usr/local/vcl/bin/../tools/Windws/Security/Windows_Security_Policies.i
>>nf' --> 
>>'vm20:C:/ygwin/hoe/root/VCL/Security/1_indows_Security_Policies.inf'
>> 2012-10-03 
>>11:24:08|25274|88:88|image|Windows.pm:apply_securityemplates(7576)|copi
>>ed file: 
>>m20C:/Cygwin/home/root/VCL/Securit/1_Windows_Security_Policies.inf
>> 2012-10-03 11:24:11|25274|88:88|image|Windows.pm:file_exists(1473)|file>>does NOT exist on m20:
>>'$SYSTEMROOT/security/Logs/1_Windows_Security_Policies.log'
>> 2012-0-03 11:24:11|25274|88:88|image|indows.pm:delete_file(118)|file
>>not deleted because it does not exist:
>>'$SYSTEMROOT/security/Logs/1_Windows_Security_Policies.log'
>>  
>>  
>>  
>> So, it tries to copy the original windows security policy to
>>1_Windows_Security_Policies.inf (successful)
>> Then it tries to SCP the updated security policy from the management
>>node. (successful)
>> Then it appears NOT to beble to find the policy log from th image.
>> Then, a flurry of error messages & warnings:
>>  
>>  
>> |2524|88:88|image| ---- WARNING ----
>> |25274|88:88|image| 2012-10-03
>>11:24:20|25274|88:88|image|Windws.pm:apply_security_templates(7608)|fail
>>ed to run secedit.exe to apply
>>C:\\Cygwin\\home\\rot\\VCL\\Security\\1_Windows_Secrity_Policies.inf,
>>exit status: 1, output:
>> |25274|88:88|image| ( 0) Windows.pm, apply_security_templates (line:
>>7608)
>> |25274|88:8|image| (-1) Windows.pm, pre_cature (line: 323)
>> |254|88:88|image| (-2) Version_5.pm, re_capture (line: 105)
>> |25274|88:88|image| (-3) VMware.pm, captur line: 712)
>> |25274|88:88|image| (-4) image.pm, process (line: 162)
>> |5274|88:88|image| (-5) vcld, mak_new_child (line: 571)
>> |25274|88:88|image| ---- WARNING ----
>> |25274|88:88|image| 2012-10-03
>>11:24:20|25274|88:88|image|Windows.pm:pre_capture(324)|unable to apply
>>security templates
>> |25274|88:88|image| ( 0) Windows.pm, pre_capture (line: 324)
>> |25274|88:88|image| 1) Version_5.pm, pre_capture (line 105)
>> |25274|88:88|image| (-2) VMware.pm, capture (line: 712)
>> |2527488:88|image| (-3) image.pm, process (line: 162)
>> |25274|88:88|image| (-4) vcld, make_new_child (line: 571)
>> |25274|88:88|image| (-5) vcld, main (line: 350)
>> |25274|88:88|image| ---- WARNING ----
>>|25274|88:88|image| 2012-10-03
>>11:24:20|25274|88:88|image|Version_5.pm:pre_capture(109)|failed
>>execute parent class pre_cature) subroutine
>> |25274|88:88|image| ( 0) Version_5.pm, pre_capture (line: 09)
>> |25274|88:88|image| (-1) VMware.pm, capture (line: 72)
>> |25274|88:88|image| (-2) mage.pm, process (line: 162)
>> |25274|88:88|image| (-3) vcld, make_new_child (line: 571)
>> |25274|88:88|image| (-4) vcld, main(line: 350)
>> |25274|88:88|image| ---- WARNING ----
>> |25274|88:88|image|2012-10-03
>>11:24:20|25274|88:8|image|VMware.pm:capture(713)|failed to complete OS
>>module's pre_capture tasks
>> |25274|88:88|image| ( 0) VMware.pm, capture (line: 713)
>> |2527488:88|image| (-1) image.pm, process (line: 162)
>> |25274|88:88|image| (-2) vcld, make_new_child (line: 571)
>> |25274|88:88|image| (-3) vcld, main (line: 350)
>> |25274|88:88|image| ---- WARNING ----
>> |25274|88:88|image| 2012-10-03
>>11:24:20|25274|88:88|image|image.pm:process(166)|vmwarewinxp-xpwin18-v0
>>image failed to be captured by provisioning module
>> |25274|88:88|image| ( 0) image.pm, process (line: 166)
>> |25274|88:88|image| (1) vcld, make_new_child (line: 571)
>> |25274|88:88|image| (-2) vcld main (line: 350)
>> 2012-1003 
>>11:24:20|25274|88:88|imag|DataStructure.m:get_computer_private_ip_addre
>>ss(1606)|returning private IP address previously retrieved: 10.0.2.120
>> 2012-10-03 
>>1:24:20|274|88:88|image|utils.m:is_inblockequest(5793)|zero rows
>>were returned from database select
>> 2012-10-03 
>>11:24:20|25274|88:88|image|DataStructue.pm:get_image_affiliation_name(21
>>18)|image owner id: 1
>> 2012-10-03 
>11:24:20|25274|88:88|image|DataSructure.pm:retrieve_user_data(1401)|atte
>>mpting to retrieve and store data for user: user.id = '1'
>> 2012-10-03 
>>11:24:20|25274|88:88|image|DataStructure.pm:retrieve_user_data(1464)|data
>> has een retrieved for user: admin (id: 1)
>> 2012-10-03 11:24:20|25274|88:88|image|utils.pm:mail(1266)|SUCCESS --
>>Sending mail To: sbaylard@fiu.edu (milto:sbaylard@fiu.edu), PROBLEM --
>>csvcldev|88:88|image|image.pm|vm2>csvhost2.p.fiu.edu|vmwarewinxp-xpwin18
>>-v0|admin
>> |25274|88:88|image| ---- CRITICAL ----
>> |25274|88:88|image| 2012-10-3
>>11:24:20|25274|88:88|image|image.pm:reservaton_failed(387)|vmwarewinxp-x
>>pwin18-v0 image creation failed
>> |25274|88:88|image| ( 0) imge.m, reservation_failed (line: 38)
>> |25274|88:88|image| (-1) image.pm, process (line: 167)
>> |25274|88:88|image| (-2) vcld, make_new_hild (line: 571)
>> |25274|88:88|imge| (-3) vcld, main (line: 350)>>  
>>  
>>  
>>  
>> From: Al Quiros <evquir@fiu.edu (milto:evquir@fiu.edu)>
>> Reply-To: "user@vcl.apache.org (mailto:user@vl.apache.org)"
>><user@vcl.apache.org (mailto:user@vcl.apache.org)>
>> Date Wednesday, October 3, 2012 9:40AM
>> To: "user@vcl.apache.org (mailto:user@vcl.apache.org)"
>><user@vcl.apache.org (mailto:user@vcl.apache.org)>,
>>"vcl-user@incubator.apache.org (mailto:vcl-user@incubator.apache.org)"
>><vcl-user@incubator.apache.org (mailto:vcl-user@incubator.apache.org)>
>> Subject: Re: Windows XP Image capture problem
>> 
>> Hello,  
>>  
>> Just to be sure the system still works, we successfully captured
>>another linux imag without any problem.
>>  
>> However, when we try to capture a Windows XP or Windows7 image, it
>>always fails pretty quickly.
>> It looks like it fails during pre-capturetasks with the Windows.pm
>>module.
>> This is a 2.3 install. Did the windows.pm code change fromversion 2.2 ?
>>  
>> Regards, 
>> Al Quiros
>> Florida International University
>>  
>> From: Al Quiros <evquir@fiu.edu (mailto:evquir@fiu.edu)>
>> Reply-To: "user@vcl.pache.org (mailto:user@vcl.apace.org)"
>><user@vcl.apache.org (mailto:user@vcl.apache.org)>
>> Date: Tuesday, October 2, 2012 10:40 AM
>> To: "vcl-user@incubaor.apache.org
>>(mailto:vcl-user@incubator.apache.org)" <vcl-user@incbator.apache.org
>>(mailto:vcl-user@incubator.apache.org)>
>> Subject: Windows XP Image capture problem
>>  
>> Hello,  
>>  
>> We set up a new development environment for one of our departments, and
>>we were able to successfully capture a Linux image without any
>>dificulty.  
>> We also were able to reload the omputers and make reservations for the
>>captured linux image. All of that works fine.
>> However, when we try to capture a Windows XP image (flly patched and
>>updated), it fails during some of the pre-capture tasks.
>> From the log, it appears that the mnagement node can log into the
>>computer, it can (and did) change the root password, and then tries to
>>set Windows Security Poicy when it fails.
>>  
>> We have tried it several times with thesame result.
>> Can anyone on the list look at the log below and tell me know why it
>>fails ?
>> Is it an issue with Windows.pm ?
>>  
>> Thanks,  
>> Al Quiros
>> Florida International University
>>  
>> Here is the vcld log at the time of capture:
>>  
>> Added new image to database: 'winxp'
>> image.name (http://image.name): vmwarewinxp-winxp14-v0
>> image.id: 14
>> imagerevision.id: 13
>> imagemeta.id: 13
>> resource.id: 43
>>  
>> 
>>-------------------------------------------------------------------------
>>---  
>> Inserted maging request to the database:
>> request ID: 76
>> reservation ID: 76
>>  
>> This process willnow display the contents of the vcld.log file if the
>>vcld  
>> daemon is running. If you do not see many lines of additional output,
>>exit this
>> process, tart the vcld daemon, and monitor the image capture process
>>by running
>> the command:
>> tail -f /var/log/vcld.log | grep '76:76'
>>  
>> 
>>------------------------------------------------------------------------
>---  
>> 2012-10-02 10:17:00|10823|utils.pm:insert_request(8076)|inserted new
>>reload request into request table, request id=76
>> 2012-10-02 10:17:00|10823|utils.pm:insert_request(8107)|inserted new
>>reload request into reservation table, reservation id=76
>> 202-10-02 
>>10:17:05|12185|76:76|image|utils.pmreservation_being_processed(8667)|com
>>puterloadlog 'begin' entry does NOT exist for reservation 76
>> 2012-10-02 
>>10:17:05|12185|7676|image|utils.pm:run_command(8739)|executed command:
>>pgrep -fl 'vcld [0-9]+:76 ', pid: 10898, exit status: 0, utput:
>> 2012-10-02 
>>10:17:05|12185|76:76|image|utils.pm:is_management_node_process_running(89
>>72)|process is NOT running, ientifier: 'vcld [0-9]+:76 '
>> 2012-10-02 
>>10:17:05|12185|76:76|image|uils.pm:reservation_being_processed(8688)|res
>>ervation is NOT currently being processed
>> 2012-10-02 10:17:05|12185|76:76|image|vcld:main(282)|reservation 76 is
>>NOT already being processed
>> 2012-10-02 
>>10:17:05|12185|76:76|image|utils.pm:get_imagemeta_info(4609)|retrieved
>>imagemeta info:
>> |12185|76:76|image| : {
>> |12185|76:76|image| : "architecture" => "",
>> |12185|76:76|image| : "checkuser" => 1,
>> |12185|76:76|image| : "id" => 13,
>> |12185|76:76|image : "postoption" => "",
>> |12185|76:76|image| : "rootaccess" => 1,
>> |12185|76:76image| : "subimages" => 0,
>> |12185|76:76|image| : "sysprep" > 0,
>> |12185|76:76|image| : "usergroupid" => ""
>> |12185|76:76|imae| : }
>> 2012-10-02 
>>10:17:05|12185|76:76|image|utils.pm:get_management_node_info(5489)|retrie
>>ving current management node info for 'csvcldev.p.fiu.edu' from
>>database, cached data is stale: 72427 seconds old
>> 2012-10-02 
>>10:17:05|12185|76:76|image|utils.pm:getmanagement_node_info(5636)|retrie
>>ved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
>> 2012-10-02 
>>10:17:05|12185|76:76|iage|utils.pm:get_connect_method_info(10092)|attemp
>>ting to retrieve connect method info:
>> |12185|76:76|image| imagerevision: 13 -vmwarewinxp-winxp14-v0
>> |12185|76:76|image| OS: 16 - vmwarewinxp
>> |12185|76:76|image| OS type: 1 - windows
>> 2012-10-02 
>>10:1705|12185|76:76|image|utils.pm:get_connect_method_info(10156)|RDP:
>>connectmethodid=2, OStypeid=1, OSid=NULL, imagerevisionid=NULL,
>disabled=0
>> 2012-10-02 
>>10:17:05|12185|76:76|image|utils.pm:get_connect_method_info(10185)|retrie
>>ved connect method info:
>> |2185|76:76|image| : {
>> |12185|76:76|image| : 2 => {
>> |12185|76:76|image| : "connectmethodmap" => {
>> |12185|76:76|image| : "OSid => undef,
>> |12185|76:76|image| : "OStypeid" => 1,
>> |12185|76:76|image| : "autoprovisioned" => undef,
>> |12185|76:76|image| : "connetmethodid" => 2,
>> |12185|76:76|image| : "disabled" => 0,
>> |12185|76:76|image|  "imagerevisionid" => undef
>> |12185|76:76|image| : },
>> |12185|76:76|image| : "description => "Remote Desktop",
>> |12185|76:76|image| : "id" => 2,
>> |12185|76:76|image| : "name" => "RDP",
>> |12185|76:76|image| : "port" > 3389,
>> |12185|76:76|image| : "protocol" => "",
>> |12185|76:76|image| : "servicename" => "TermService",
>> |12185|76:76|image| : "startupscript" > undef
>> |12185|76:76|image| : }
>> |12185|76:76|image| : }
>> 2012-10-02 10:17:05|12185|76:76|image|vcld:main(287)|retrieved request
>>information from database
> 2012-10-02 
>>10:17:05|12185|76:76|image|DataStructure.pm:is_parent_reservation(993)|re
>>turning true: parent reservation ID for thisrequest: 76
>> 2012-10-02 
>>10:17:05|12185|76:76|image|utils.pm:update_request_state(1545)|request
>76 state updated to: pending, laststate to: image
>> 2012-10-02 
>>10:17:05|12185|76:76|image|utils.pm:insertloadlog(3703)|inserted
>>computer=2, begin, beginning to process, state is image
>> 2012-10-02 10:17:05|12185|76:76|mage|vcld:make_new_child(518)|loaded
>>VCL::image module
>> 202-10-02 10:17:05|12185|76:76|image|vcld:make_new_child(542)|current
>number of forked kids: 1
>> 2012-10-02 10:17:05|10916|76:76|image|vcld:make_new_child(558)|vcld
>>environment variable set to 0 for this process
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID
>>argument was specified: noimage, DataSructure object will contain image
>>information for the production imagerevision of this image
>> 2012-10-02 
>>10:17:05|10916|76:76|mage|DataStructure.pm:_initialize(668)|retrieved
>>data for imagerevision ID: 1
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStrucure.pm:_initialize(684)|retrieved
>>data for image ID: 1
>> 2012-10-02 
>>10:17:05|10916|76:76|image|Module.pm:create_mn_os_object(37)|VCL::Module
>>::OS::Linux::ManagementNode module loaded
>> 2012-10-02 
>>10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module:OS::Linux::Man
>>agementNode object created for image noimage, address: 3a04d98
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStrucure.pm:_automethod(836)|data
>>structure updated, hash path:
>>$self->request_data->{reservation}{0}{computer}{hostname}, data
>>idenifier: computer_hostname, data:
>> |10916|76:76|image| : "csvcldev.p.fiu.edu"
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.p:_automethod(836)|data
>>structure updated, hash path:
>>$self->request_data->{resrvation}{0}{computer}{NODENAME}, data
>>identifier: computer_node_name, data:
>> |10916|76:76image| : "csvcldev"
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data
>>structure updated, hash pat:
>>$self->request_data->{reservation}{0}{computer}{SHORTNAME}, data
>>identifier: computer_short_name, data:
>> |10916|76:76|image| : "csvcldev"
>> 012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data
>>structure updated, hash path:
>>$self->request_data->{reservation}{0}{computer}{IPadress}, data
>>identifier: computer_ip_address, data:
>> |10916|76:76|image| : "10.106.130.20"
>> 2012-10-02 
>>10:17:05|10916|76:76|imag|Module.pm:create_mn_os_object(381)|VCL::Module
>>::OS::Linux::ManagementNode OS oject created, address: 3a04d98
>> 2012-10-02 10:17:05|10916|7676|image|Module.pm:new(192)|VCL::image
>>object created for state imae, address: 34a83b8
>> 2012-10-02 10:17:05|10916|76:76|image|State.pm:initialize(88)|obtained
>>a database handle for this state process, stored as $ENV{dbh}
>> 2012-10-02 10:17:05|10916|76:76|image|State.pm:check_image_os(790)|no
>>corrections need to be made to image OS: vmwarewinxp
>> 2012-10-02 
>>10:17:0|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|re
>>turning true: parent reservation ID for this request: 76
>> 2012-10-02 
>>10:17:05|10916|76:76|imge|utils.pm:rename_vcld_process(6785)|reservation
>> count: 1
>> 2012-10-02 
>>10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6804)|PARENTIMAGE
>>: 1
>> 2012-10-02 
>>10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6805)|SUBIMAGE: 0
>> 2012-10-02 
>>10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6823|renamed
>>process to 'vcld 76:76 image vm20>csvhost2.p.fiu.edu
>>vmwarewinxp-winxp14-v0 admin'
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|re
>>turning true: parent reservation ID for this request: 76
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|re
>>turning true: parent reservation ID for this request: 76
>> 2012-10-02 
>>10:17:05|10916|76:76|image|Module.pm:create_os_object(308)|VCL::Module::O
>>S::Windows::Version_5::XP module loded
>> 2012-10-02 
>>10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Windows::V
>>ersion_5::XP object created for image vmwarewinxp-winxp14-v0,address:
>>3a08460
>> 2012-10-02 
>>10:17:05|10916|76:76|image|Modue.pm:create_os_object(314)|VCL::Module::O
>>S::Windows::Version_5::XP OS object created, address: 3a08460
>> 2012-10-02 10:17:05|10916|76:76|image|State.pm:initialize(125)|computer
>>is a VM, attempting to create VM host OS object
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID
>>argument was specified, retrieving data for computer ID:2
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID
>>argument was specified: 1, DataStructure object will contain imge
>>information for the production imagereision of this image
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved
>>data fr imagerevision ID: 1
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved
>>data for image ID: 1
>> 2012-10-02 
>>10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(454)|attempt
>>ing to load VM host OS module: VCL::Module::OS::Linux::UnixLab (image: 1)
>> 2012-10-02 
>>10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(460)|VM
>>host OS module loaded: VCL::Module::OS::Linux::UnixLab
>> 2012-10-02 
>>10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Linux::Uni
>>xLab object created for image noimage, address: 3a08868
>> 2012-10-02 
>>10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(465)|VCL::Mo
>>dule::OS::Linux::UnixLab OS object created, address: 3a08868
>> 2012-10-02 
>>10:17:05|10916|76:76|image|Module.pm:create_provisioning_object(519)|VCL:
>>:Module::Provisioning::VMware::VMware module loaded
>> 2012-10-02 
>>10:17:05|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::
>>VMware::VMware object created for computer vm20, address: 3a24a40
>> 2012-10-02 
>>10:17:05|10916|76:76|image|VMware.pm:initialize(267)|initializing
>>VCL::Module::Provisioning::VMware::VMware object
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID
>>argument was specified, retrieving data for computer ID: 2
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:_initialze(637)|image ID
>>argument was specified: 1, DataStructure object will contain iage
>>information for the production imagerevision of this image
>> 2012-10-02 
>>10:17:5|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved
>>data for imagerevision ID: 1
>> 2012-10-02 
>>10:17:05|10916|76:6|image|DataStructure.pm:_initialize(684)|retrieved
>>data for image ID: 1
>> 202-10-02 
>>10:17:05|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|creat
>>d DataStructure object for VM host: csvhost2
>> 2012-10-02 10:17:05|10916|76:76|image|VMware.pm:initialize(287)|VM
>>profile assigned to csvhost2: VMware ESXi - local storage
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID
>>argument was specified, retrieving data for computer ID: 2
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID
>>argument was specified: 1, DataStructure object will contain image
>>information for the production imagerevision of this image
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved
>>data for imagerevision ID: 1
>> 2012-10-02 
>>10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved
>>data for image ID: 1
>> 2012-10-02 
>>10:17:05|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|creat
>>ed DataStructure object for VM host: csvhost2
>> 2012-10-02 
>>10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1495)|attempti
>>ng to load VMware control module:
>>VCL::Module::Provisioning::VMware::vSphere_SDK
>> 2012-10-02 
>>10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1501)|loaded
>>VMware control module: VCL::Module::Provisioning::VMware::vSphere_SDK
>> 2012-10-02 
>>10:17:05|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::
>>VMware::vSphere_SDK object created for computer vm20, address: 458ebd0
>> 2012-10-02 
>>10:17:05|10916|76:76|image|vSphere_SDK.pm:initialize(98)|vSphere SDK for
>>Perl does not appear to be installed on this managment node, unable to
>>load VMware vSphere SDK Perl modules, error:
>> |10916|76:76|image| Can't locate VMware/VIRuntime.pm in @INC (@INC
>>contains: /usr/local/vcl/bin/../../../.. /usr/local/vcl/bin/../..
>>/usr/local/vcl/bin/../../.. /usr/local/vcl/bin/../../../../..
>>/usr/local/vcl/bin/.. /usr/local/vcl/bin/../lib /usr/local/lib64/perl5
>>/usr/local/share/perl5 /usr/lib64/perl5/vendor_perl
>>/usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at
>>(eval 812) line 1.
>> |10916|76:76|image| BEGIN failed-compilation aborted at (eval 812)
>>line 1.
>> 2012-10-02 
>>10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1515)|API
>>object could not be created:
>>VCL::Module::Provisioning::VMware::vSphere_SDK
>> 2012-10-02 
>>10:17:06|10916|76:76|image|OS.pm:is_ssh_responding(640)|csvhost2 i
>>responding to SSH, port 22: open, port 24: closed
>> 2012-10-02 10:17:06|1091|76:76|image|VMware.pm:initialize(303)|OS on
>>VM host csvhost2 will be controlled usin
>>VCL::Module::OS::Linux::UnixLab OS object
>> 2012-10-02 
>>10:17:06|10916|76:76|image|DataStructure.pm:_initilize(613)|computer ID
>>argument was specified, retrieving data for computer ID: 2
>> 2012-10-2 
>>10:17:06|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID
>>argument was specifid: 1, DataStructure object will contain image
>>information for the production imagerevision of this image
>> 2012-10-02 
>>10:17:06|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved
>>data for imagerevision ID: 1
>> 2012-10-02 
>>10:17:06|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved
>>data for image ID: 1
>> 2012-10-02 
>>10:17:06|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|creat
>>ed DataStructure object for VM host: csvhost2
>> 2012-10-02 
>>10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(145)|attempti
>>ng to load VMware control module:
>>VCL::Module::Provisioning::VMware::VIM_SSH
>> 2012-10-02 
>>10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1501)|loaded
>>VMware control odule: VCL::Module::Provisioning::VMware::VIM_SSH
>> 2012-10-02 
>>10:17:06|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::
>>VMware::VIM_SSH object created for computer vm20, address: 458eca8
>> 212-10-02 
>>10:17:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH
>>command on csvhost2:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o
>>StrictHostKeyChecking=no o UserKnownHostsFile=/dev/null -o
>>Connectionttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2
>>'vim-cmd ; vmware-vim-cmd' 2>&1
>> 2012-10-02 
>>10:17:06|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| Commands available under /:
>> |10916|76:76|image| hbrsvc/ internalsvc/ solo/ vmsvc/
>> |10916|76:76|image| hostsvc/ proxysvc vimsvc/ help
>> |10916|76:76|image| sh: vmware-vim-cmd: not found
>> 2012-10-02 
>>10:17:06|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command
>>executed on csvhost2, command:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o
>>ConnectionAttempts= -o ConnectTimeout=3 -l root -p 22 -x csvhost2
>>'vim-cmd ; vmware-vim-cmd' 2>&1
>> |10916|76:76|image| returning (127, "Commands available under /: hb...")
>> 2012-10-02 10:17:06|10916|76:76|imageVIM_SSH.pm:initialize(138)|VIM
>>executable available on VM host: vim-cmd
>> 2012-10-02 
>>10:17:06|10916|76:76|image|VIM_SSH.pm:initialize(140)|VCL::Module::Provis
>>ioning::VMware::VIM_SSH bject initialized
>> 2012-10-02 
>>10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1522)|created
>>API objct: VCL::Module::Provisioning::VMware::VIM_SSH
>> 2012-10-02 10:17:06|10916|76:76|image|VMware.pm:initialize(312)|VM host
>>csvhost2 will be controlled using vm-cmd via SSH
>> 2012-10-02 10:17:06|10916|76:76|image|VMware.pm:iniialize(327)|VMware
>>OS and API objects created for VM host csvhost2:
>> |10916|76:76|imag| VM host OS object type:
>>VCL::Module::OS::Linux::UnixLab
>> |10916|76:76|image| VMware API object type:
>>VCL::Module::Provisioning::VMware::VIM_SSH
>> 2012-10-02 
>>10:17:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH
>>command on csvhost2:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vl.key -o
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o
>>ConnectionAttempts=1 -o ConectTimeout=3 -l root -p 22 -x csvhost2
>>'vmware -v' 2>&1
>> 2012-10-02 
>>10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_comand
>> output:
>> |10916|76:76|image| VMware ESXi 5.0.0 build-469512
>> 2012-10-02 
>>10:17:07|10916|76:76|image|utils.pm:run_ssh_comand(5067)|SSH command
>>executed on csvhost2, returning (0, "VMware ESXi 5.0.0 build-469512")
>> 2012-10-02 
>>10:17:07|10916|76:76|image|VMware.pm:get_vmhost_product_name(6621)|VMware
>> product being used on V host csvhost2: 'VMware ESXi 5.0.0 build-469512'
>> 2012-10-02 
>>10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH
>>commad on csvhost2:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null-o
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2
>>'vim-cmdhostsvc/datastore/listsummary' 2>&1
>> 2012-10-02 
>>10:17:07|0916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
> |10916|76:76|image| (vim.Datastore.Summary) [
>> |10916|76:76|image| (vim.Datastore.Summary) {
>> |10916|76:76|image| dynamicType = <unset>,
>> |10916|76:76|image| datastore =
>>'vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f',
>>|10916|76:76|image| name = "datastore1",
>> |10916|76:76|image| url =
>>"/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f",
>> |10916|76:76|image| capacity = 294742130688,
>> |10916|76:76|image| feeSpace = 276907950080,
>> |10916|76:76|image| uncommitted = 0,
>> |10916|76:76|image| accesible = true,
>> |10916|76:76|image| multipleHostAccess = <unse>,
>> |10916|76:76|image| type = "VMFS",
>> |10916|76:76|image| maintenanceode = <unset>,
>> |10916|76:76|image| }
>> |10916|76:76|image| ]
>> 2012-10-02 
>>10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command
>>executed on csvhost2, returning (0, "(vim.Datastore.Summary) [ (vim...")
>> 2012-10-02 
>>10:17:07|1016|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command
>>on VM host csvhst2: vim-cmd hostsvc/datastore/listsummary
>> 2012-10-02 
>>1017:07|10916|76:76|image|VMware.pm:get_datastore_info(6747)|retrieved
>>dtastore info from VM host:
>> |10916|76:76|image| : {
>> |10916|76:76|image| : "datastore1" => {
>> |10916|76:76|image| : "accessible" => "true",
>> |10916|76:76|image| : "capacity" => "294742130688",
>> |10916|76:76|image| : "datasore" =>
>>"vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f",
>> |10916|76:76|image| : "dynmicType" => "<unset>",
>> |10916|76:76|image| : "freeSpace" => "276907950080",
>> |10916|76:76|image| : "mantenanceMode" => "<unset>",
>> |10916|76:76|image| : "multipleHostAccess" => "<unset>",
> |10916|76:76|image| : "normal_path" => "/vmfs/volumes/datastre1",
>> |10916|76:76|image| : "type" => "VMFS",
>> |10916|76:76|image|  "uncommitted" => 0,
>> |10916|76:76|image| : "url" =>
>>"/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f"
>> |10916|76:76|image| : }
>> |10916|76:76|image| : }
>> 2012-10-02 
>>10:17:07|10916|76:76|image|VMware.pm:get_vx_base_directory_path(3089)|de
>>termined vmx base directory path: /vmfs/volumes/datastore1
>> 2012-10-02 
>>10:17:07|10916|76:76|image|uils.pm:run_ssh_command(4935)|executing SSH
>>command on csvhost2:
>> |10916|7676|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o
>>StrictHostKeyCecking=no -o UserKnownHostsFile=/dev/null -o
>>ConnectionAttempts=1 -o ConectTimeout=3 -l root -p 22 -x csvhost2 'stat
>>/vmfs/volumes/datastore1' 2>&1
>> 2012-10-02 
>>10:17:07|10916|76:76|imageutils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|iage| File: "/vmfs/volumes/datastore1 ->
>>4fee009d-70a4b7e9-211b-0025b500bb7f"
>> |10916|76:76|image| Size: 35 Blocks: 0 IO Block: 131072 symbolic link
>> |10916|76:76|image| Device: 0h/0dInode: 2147483647 Links: 1
>> |10916|76:76|image| Access: (0755/lrwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/
>>root)
>> |10916|76:76|image| Access: 2012-10-02 14:10:07.000000000
>> |10916|76:76|image| Modify: 2012-10-02 14:10:07.000000000
>> |10916|76:76|image| Change: 2012-10-02 14:10:07.000000000
>> 2012-10-02 
>>10:17:07|10916|76:76|image|utils.p:run_ssh_command(5067)|SSH command 
>>executed on csvhost2, returning (0, "File: "/vmfs/volumes/datastore...")
>> 2012-10-02 
>>10:17:07|10916|76:76|image|Linux.m:file_exists(1356)|'/vmfs/volumes/data
>>store1' exists on csvhost2, files: 0, directories: 0, links: 1
>> 2012-10-02 
>>10:17:07|10916|76:76|image|VMware.pm:is_vm_dedicated(4246)|VM disk mode 
>>does not need to be dedicated
>> 2012-10-02 
>>10:17:07|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(
>>3561)|using VM profile datastore path as the vmdk base directory path: 
>>/vmfs/volumes/datastore1
>> 2012-10-02 10:17:07|10916|76:76|image|VMware.pm:initialize(351)|not 
>>checking if vmdk base directory exists because it is the same as the vmx 
>>base directory: /vmfs/volumes/datastore1
>> 2012-10-02 
>>10:17:07|10916|76:76|image|Module.pm:create_provisioning_object(525)|VCL:
>>:Module::Provisioning::VMware::VMware provisioner object created for 
>>vm20, address: 3a24a40
>> 2012-10-02 
>>10:17:07|10916|76:76|image|State.pm:initialize(154)|returning 1
>> 2012-10-02 
>>10:17:07|10916|76:76|image|vcld:make_new_child(568)|VCL::image object 
>>created and initialized
>> 2012-10-02 10:17:07|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- 
>>Sending mail To: sbaylard@fiu.edu (mailto:sbaylard@fiu.edu), VCL IMAGE 
>>Creation Started: vmwarewinxp-winxp14-v0
>> 2012-10-02 
>>10:17:07|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(
>>3561)|using VM profile datastore path as the vmdk base directory path: 
>>/vmfs/volumes/datastore1
>> 2012-10-02 
>>10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on csvhost2:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat 
>>/vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v
>>0\.vmdk' 2>&1
>> 2012-10-02 
>>10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| stat: cannot stat 
>>'/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.v
>>mdk': No such file or directory
>> 2012-10-02 
>>10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command 
>>executed on csvhost2, command:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat 
>>/vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v
>>0\.vmdk' 2>&1
>> |10916|76:76|image| returning (1, "stat: cannot stat '/vmfs/volum...")
>> 2012-10-02 
>>10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4584)|image does 
>>not exist in the shared directory on the VM host
>> 2012-10-02 
>>10:17:08|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on csvhost2:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat 
>>/install' 2>&1
>> 2012-10-02 
>>10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| stat: cannot stat '/install': No such file or 
>>directory
>> 2012-10-02 
>>10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command 
>>executed on csvhost2, command:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat 
>>/install' 2>&1
>> |10916|76:76|image| returning (1, "stat: cannot stat '/install': ...")
>> 2012-10-02 
>>10:17:08|10916|76:76|image|VMware.pm:is_repository_mounted_on_vmhost(6705
>>)|image repository is NOT mounted on VM host csvhost2: /install
>> 2012-10-02 
>>10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4606)|checking if 
>>vmdk file exists in image repository on managment node csvcldev: 
>>/install/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk
>> 2012-10-02 
>>10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4620)|vmdk file 
>>does not exist on management node: 
>>'/install/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk'
>> 2012-10-02 10:17:08|10916|76:76|image|image.pm:process(145)|image 
>>vmwarewinxp-winxp14-v0 does not exist in the repository
>> 2012-10-02 
>>10:17:08|10916|76:76|image|DataStructure.pm:_automethod(836)|data 
>>structure updated, hash path: 
>>$self->request_data->{reservation}{76}{image}{lastupdate}, data 
>>identifier: image_lastupdate, data:
>> |10916|76:76|image| : "2012-10-02 10:17:08"
>> 2012-10-02 
>>10:17:08|10916|76:76|image|DataStructure.pm:_automethod(836)|data 
>>structure updated, hash path: 
>>$self->request_data->{reservation}{76}{imagerevision}{datecreated}, data 
>>identifier: imagerevision_date_created, data:
>> |10916|76:76|image| : "2012-10-02 10:17:08"
>> 2012-10-02 10:17:08|10916|76:76|image|image.pm:process(161)|calling 
>>provisioning module's capture() subroutine
>> 2012-10-02 
>>10:17:08|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(
>>3561)|using VM profile datastore path as the vmdk base directory path: 
>>/vmfs/volumes/datastore1
>> 2012-10-02 
>>10:17:08|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on csvhost2:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat 
>>/install' 2>&1
>> 2012-10-02 
>>10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| stat: cannot stat '/install': No such file or 
>>directory
>> 2012-10-02 
>>10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command 
>>executed on csvhost2, command:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat 
>>/install' 2>&1
>> |10916|76:76|image| returning (1, "stat: cannot stat '/install': ...")
>> 2012-10-02 
>>10:17:08|10916|76:76|image|VMware.pm:is_repository_mounted_on_vmhost(6705
>>)|image repository is NOT mounted on VM host csvhost2: /install
>> 2012-10-02 10:17:17|10916|76:76|image|OS.pm:is_ssh_responding(640)|vm20 
>>is responding to SSH, port 22: open, port 24: closed
>> 2012-10-02 10:17:18|10916|76:76|image|OS.pm:get_os_type(2216)|Windows 
>>OS is currently installed on vm20, output:
>> |10916|76:76|image| CYGWIN_NT-5.1 fiu-1ff43949c30 1.7.16(0.262/5/3) 
>>2012-07-20 22:55 i686 Cygwin
>> 2012-10-02 
>>10:17:18|10916|76:76|image|VMware.pm:get_active_vmx_file_path(963)|'windo
>>ws' OS type currently installed on vm20 matches the OS type of the image 
>>assigned to this reservation
>> 2012-10-02 10:17:19|10916|76:76|image|Windows.pm:is_64_bit(8587)|32-bit 
>>Windows OS detected, PROCESSOR_IDENTIFIER: x86 Family 6 Model 44 
>>Stepping 2, GenuineIntel
>> 2012-10-02 
>>10:17:19|10916|76:76|image|Windows.pm:get_system32_path(8630)|32-bit 
>>Windows OS installed on vm20, using C:/Windows/System32
>> 2012-10-02 
>>10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_addre
>>ss(1630)|attempting to retrieve private IP address for computer: vm20
>> 2012-10-02 
>>10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_addre
>>ss(1634)|retrieved contents of /etc/hosts on this management node, 
>>contains 32 lines
>> 2012-10-02 
>>10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_addre
>>ss(1694)|returning IP address from /etc/hosts file: 10.0.2.120
>> 2012-10-02 
>>10:17:19|10916|76:76|image|Windows.pm:get_network_configuration(5584)|att
>>empt 1/12: checking if devices still appear to be initializing before 
>>retrieving network configuration
>> 2012-10-02 
>>10:17:21|10916|76:76|image|Windows.pm:get_task_info(7387)|ran 
>>tasklist.exe
>> 2012-10-02 
>>10:17:21|10916|76:76|image|Windows.pm:get_task_info(7410)|column names: 
>>Image Name, PID, Session Name, Session#, Mem Usage, Status, User Name, 
>>CPU Time, Window Title
>> 2012-10-02 
>>10:17:21|10916|76:76|image|Windows.pm:get_task_info(7427)|task info:
>> |10916|76:76|image| : {}
>> 2012-10-02 
>>10:17:21|10916|76:76|image|Windows.pm:get_network_configuration(5593)|no 
>>devices appear to still be initializing, tasks:
>> |10916|76:76|image| : {}
>> 2012-10-02 
>>10:17:21|10916|76:76|image|Windows.pm:get_network_configuration(5603)|att
>>empting to retrieve network configuration information from vm20
>> 2012-10-02 
>>10:17:21|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/ipconfig.exe /all' 2>&1
>> 2012-10-02 
>>10:17:22|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| Windows IP Configuration
>> |10916|76:76|image| Host Name . . . . . . . . . . . . : fiu-1ff43949c30
>> |10916|76:76|image| Primary Dns Suffix . . . . . . . :
>> |10916|76:76|image| Node Type . . . . . . . . . . . . : Unknown
>> |10916|76:76|image| IP Routing Enabled. . . . . . . . : No
>> |10916|76:76|image| WINS Proxy Enabled. . . . . . . . : No
>> |10916|76:76|image| Ethernet adapter Local Area Connection:
>> |10916|76:76|image| Connection-specific DNS Suffix . :
>> |10916|76:76|image| Description . . . . . . . . . . . : VMware 
>>Accelerated AMD PCNet Adapter #2
>> |10916|76:76|image| Physical Address. . . . . . . . . : 
>>00-50-56-C5-00-27
>> |10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
>> |10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
>> |10916|76:76|image| IP Address. . . . . . . . . . . . : 10.0.2.120
>> |10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> |10916|76:76|image| Default Gateway . . . . . . . . . :
>> |10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.0.2.20
>> |10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, 
>>October 02, 2012 10:07:36 AM
>> |10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, 
>>October 02, 2012 10:07:36 PM
>> |10916|76:76|image| Ethernet adapter Local Area Connection 2:
>> |10916|76:76|image| Connection-specific DNS Suffix . :
>> |10916|76:76|image| Description . . . . . . . . . . . : VMware 
>>Accelerated AMD PCNet Adapter
>> |10916|76:76|image| Physical Address. . . . . . . . . : 
>>00-50-56-C5-00-28
>> |10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
>> |10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
>> |10916|76:76|image| IP Address. . . . . . . . . . . . : 10.106.130.124
>> |10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> |10916|76:76|image| Default Gateway . . . . . . . . . : 10.106.130.1
>> |10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.106.130.23
>> |10916|76:76|image| DNS Servers . . . . . . . . . . . : 131.94.205.10
>> |10916|76:76|image| 131.94.7.220
>> |10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, 
>>October 02, 2012 10:07:37 AM
>> |10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, 
>>October 02, 2012 4:07:37 PM
>> 2012-10-02 
>>10:17:22|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on vm20, returning (0, "Windows IP Configuration Host ...")
>> 2012-10-02 
>>10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5618)|ran
>> ipconfig on vm20:
>> |10916|76:76|image| Windows IP Configuration
>> |10916|76:76|image| Host Name . . . . . . . . . . . . : fiu-1ff43949c30
>> |10916|76:76|image| Primary Dns Suffix . . . . . . . :
>> |10916|76:76|image| Node Type . . . . . . . . . . . . : Unknown
>> |10916|76:76|image| IP Routing Enabled. . . . . . . . : No
>> |10916|76:76|image| WINS Proxy Enabled. . . . . . . . : No
>> |10916|76:76|image| Ethernet adapter Local Area Connection:
>> |10916|76:76|image| Connection-specific DNS Suffix . :
>> |10916|76:76|image| Description . . . . . . . . . . . : VMware 
>>Accelerated AMD PCNet Adapter #2
>> |10916|76:76|image| Physical Address. . . . . . . . . : 
>>00-50-56-C5-00-27
>> |10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
>> |10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
>> |10916|76:76|image| IP Address. . . . . . . . . . . . : 10.0.2.120
>> |10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> |10916|76:76|image| Default Gateway . . . . . . . . . :
>> |10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.0.2.20
>> |10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, 
>>October 02, 2012 10:07:36 AM
>> |10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, 
>>October 02, 2012 10:07:36 PM
>> |10916|76:76|image| Ethernet adapter Local Area Connection 2:
>> |10916|76:76|image| Connection-specific DNS Suffix . :
>> |10916|76:76|image| Description . . . . . . . . . . . : VMware 
>>Accelerated AMD PCNet Adapter
>> |10916|76:76|image| Physical Address. . . . . . . . . : 
>>00-50-56-C5-00-28
>> |10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
>> |10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
>> |10916|76:76|image| IP Address. . . . . . . . . . . . : 10.106.130.124
>> |10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
>> |10916|76:76|image| Default Gateway . . . . . . . . . : 10.106.130.1
>> |10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.106.130.23
>> |10916|76:76|image| DNS Servers . . . . . . . . . . . : 131.94.205.10
>> |10916|76:76|image| 131.94.7.220
>> |10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, 
>>October 02, 2012 10:07:37 AM
>> |10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, 
>>October 02, 2012 4:07:37 PM
>> 2012-10-02 
>>10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5647)|fou
>>nd interface: Local Area Connection
>> 2012-10-02 
>>10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5647)|fou
>>nd interface: Local Area Connection 2
>> 2012-10-02 
>>10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5707)|ret
>>rieved network configuration:
>> |10916|76:76|image| : {
>> |10916|76:76|image| : "Local Area Connection" => {
>> |10916|76:76|image| : "autoconfiguration_enabled" => "Yes",
>> |10916|76:76|image| : "description" => "VMware Accelerated AMD PCNet 
>>Adapter #2",
>> |10916|76:76|image| : "dhcp_enabled" => "Yes",
>> |10916|76:76|image| : "dhcp_server" => "10.0.2.20",
>> |10916|76:76|image| : "ip_address" => {
>> |10916|76:76|image| : "10.0.2.120" => "255.255.255.0"
>> |10916|76:76|image| : },
>> |10916|76:76|image| : "lease_expires" => "Tuesday, October 02, 2012 
>>10:07:36 PM",
>> |10916|76:76|image| : "lease_obtained" => "Tuesday, October 02, 2012 
>>10:07:36 AM",
>> |10916|76:76|image| : "physical_address" => "00:50:56:C5:00:27"
>> |10916|76:76|image| : },
>> |10916|76:76|image| : "Local Area Connection 2" => {
>> |10916|76:76|image| : "autoconfiguration_enabled" => "Yes",
>> |10916|76:76|image| : "default_gateway" => "10.106.130.1",
>> |10916|76:76|image| : "description" => "VMware Accelerated AMD PCNet 
>>Adapter",
>> |10916|76:76|image| : "dhcp_enabled" => "Yes",
>> |10916|76:76|image| : "dhcp_server" => "10.106.130.23",
>> |10916|76:76|image| : "dns_server" => "131.94.7.220",
>> |10916|76:76|image| : "ip_address" => {
>> |10916|76:76|image| : "10.106.130.124" => "255.255.255.0"
>> |10916|76:76|image| : },
>> |10916|76:76|image| : "lease_expires" => "Tuesday, October 02, 2012 
>>4:07:37 PM",
>> |10916|76:76|image| : "lease_obtained" => "Tuesday, October 02, 2012 
>>10:07:37 AM",
>> |10916|76:76|image| : "physical_address" => "00:50:56:C5:00:28"
>> |10916|76:76|image| : }
>> |10916|76:76|image| : }
>> 2012-10-02 
>>10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_addre
>>ss(1606)|returning private IP address previously retrieved: 10.0.2.120
>> 2012-10-02 
>>10:17:22|10916|76:76|image|OS.pm:get_private_interface_name(1068)|determi
>>ned private interface name: Local Area Connection (10.0.2.120)
>> 2012-10-02 
>>10:17:22|10916|76:76|image|OS.pm:get_mac_address(1350)|returning private 
>>MAC address: 00:50:56:C5:00:27
>> 2012-10-02 
>>10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_addre
>>ss(1606)|returning private IP address previously retrieved: 10.0.2.120
>> 2012-10-02 
>>10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_addre
>>ss(1606)|returning private IP address previously retrieved: 10.0.2.120
>> 2012-10-02 
>>10:17:22|10916|76:76|image|OS.pm:_get_public_interface_name_helper(1218)|
>>'Local Area Connection 2' is more likely the public interface, it is NOT 
>>assigned the private IP address: 10.0.2.120
>> 2012-10-02 
>>10:17:22|10916|76:76|image|OS.pm:get_public_interface_name(1150)|determin
>>ed the public interface name: 'Local Area Connection 2'
>> |10916|76:76|image| : {
>> |10916|76:76|image| : "autoconfiguration_enabled" => "Yes",
>> |10916|76:76|image| : "default_gateway" => "10.106.130.1",
>> |10916|76:76|image| : "description" => "VMware Accelerated AMD PCNet 
>>Adapter",
>> |10916|76:76|image| : "dhcp_enabled" => "Yes",
>> |10916|76:76|image| : "dhcp_server" => "10.106.130.23",
>> |10916|76:76|image| : "dns_server" => "131.94.7.220",
>> |10916|76:76|image| : "ip_address" => {
>> |10916|76:76|image| : "10.106.130.124" => "255.255.255.0"
>> |10916|76:76|image| : },
>> |10916|76:76|image| : "lease_expires" => "Tuesday, October 02, 2012 
>>4:07:37 PM",
>> |10916|76:76|image| : "lease_obtained" => "Tuesday, October 02, 2012 
>>10:07:37 AM",
>> |10916|76:76|image| : "physical_address" => "00:50:56:C5:00:28"
>> |10916|76:76|image| : }
>> 2012-10-02 
>>10:17:22|10916|76:76|image|OS.pm:get_mac_address(1350)|returning public 
>>MAC address: 00:50:56:C5:00:28
>> 2012-10-02 
>>10:17:22|10916|76:76|image|VMware.pm:get_vmx_file_paths(5226)|attempting 
>>to find existing vmx files on the VM host
>> 2012-10-02 
>>10:17:22|10916|76:76|image|VMware.pm:get_vmx_base_directory_path(3089)|de
>>termined vmx base directory path: /vmfs/volumes/datastore1
>> 2012-10-02 10:17:22|10916|76:76|image|OS.pm:find_files(2821)|attempting 
>>to find files on csvhost2, base directory path: 
>>'/vmfs/volumes/datastore1/', pattern: *.vmx, command: /usr/bin/find 
>>"/vmfs/volumes/datastore1/" -type f -iname "*.vmx"
>> 2012-10-02 10:17:23|10916|76:76|image|OS.pm:find_files(2849)|files 
>>found: 12, base directory: '/vmfs/volumes/datastore1/', pattern: '*.vmx'
>> |10916|76:76|image| command: '/usr/bin/find "/vmfs/volumes/datastore1/" 
>>-type f -iname "*.vmx"'
>> 2012-10-02 
>>10:17:23|10916|76:76|image|VMware.pm:get_vmx_file_paths(5232)|found 12 
>>vmx files under /vmfs/volumes/datastore1
>> |10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
>> 2012-10-02 
>>10:17:23|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on csvhost2:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 
>>'vim-cmd vmsvc/getallvms' 2>&1
>> 2012-10-02 
>>10:17:23|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| Vmid Name File Guest OS Version Annotation
>> |10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest 
>>vmx-08
>> |10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx 
>>winXPProGuest vmx-08
>> |10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
>> 2012-10-02 
>>10:17:23|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
>> 2012-10-02 
>>10:17:23|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command 
>>on VM host csvhost2: vim-cmd vmsvc/getallvms
>> 2012-10-02 
>>10:17:23|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on csvhost2:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 
>>'vim-cmd hostsvc/datastore/listsummary' 2>&1
>> 2012-10-02 
>>10:17:24|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| (vim.Datastore.Summary) [
>> |10916|76:76|image| (vim.Datastore.Summary) {
>> |10916|76:76|image| dynamicType = <unset>,
>> |10916|76:76|image| datastore = 
>>'vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f',
>> |10916|76:76|image| name = "datastore1",
>> |10916|76:76|image| url = 
>>"/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f",
>> |10916|76:76|image| capacity = 294742130688,
>> |10916|76:76|image| freeSpace = 276907950080,
>> |10916|76:76|image| uncommitted = 0,
>> |10916|76:76|image| accessible = true,
>> |10916|76:76|image| multipleHostAccess = <unset>,
>> |10916|76:76|image| type = "VMFS",
>> |10916|76:76|image| maintenanceMode = <unset>,
>> |10916|76:76|image| }
>> |10916|76:76|image| ]
>> 2012-10-02 
>>10:17:24|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on csvhost2, returning (0, "(vim.Datastore.Summary) [ (vim...")
>> 2012-10-02 
>>10:17:24|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command 
>>on VM host csvhost2: vim-cmd hostsvc/datastore/listsummary
>> 2012-10-02 
>>10:17:24|10916|76:76|image|VMware.pm:get_datastore_info(6747)|retrieved 
>>datastore info from VM host:
>> |10916|76:76|image| : {
>> |10916|76:76|image| : "datastore1" => {
>> |10916|76:76|image| : "accessible" => "true",
>> |10916|76:76|image| : "capacity" => "294742130688",
>> |10916|76:76|image| : "datastore" => 
>>"vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f",
>> |10916|76:76|image| : "dynamicType" => "<unset>",
>> |10916|76:76|image| : "freeSpace" => "276907950080",
>> |10916|76:76|image| : "maintenanceMode" => "<unset>",
>> |10916|76:76|image| : "multipleHostAccess" => "<unset>",
>> |10916|76:76|image| : "normal_path" => "/vmfs/volumes/datastore1",
>> |10916|76:76|image| : "type" => "VMFS",
>> |10916|76:76|image| : "uncommitted" => 0,
>> |10916|76:76|image| : "url" => 
>>"/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f"
>> |10916|76:76|image| : }
>> |10916|76:76|image| : }
>> 2012-10-02 
>>10:17:24|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 
>>registered VMs
>> 2012-10-02 
>>10:17:24|10916|76:76|image|VMware.pm:get_vmx_file_paths(5236)|found 11 
>>registered vmx files
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
>> 2012-10-02 
>>10:17:24|10916|76:76|image|VMware.pm:get_vmx_file_paths(5241)|found 12 
>>vmx files on VM host
>> |10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
>> 2012-10-02 
>>10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(985)|retrie
>>ved vmx file paths currently residing on the VM host:
>> |10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
>> 2012-10-02 
>>10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(992)|sorted
>> vmx file paths so that directories containing vm20 are checked first:
>> |10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
>> |10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
>> 2012-10-02 
>>10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to 
>>retrieve info from vmx file: 
>>/vmfs/volumes/datastore1/backup/winxp/winxp.vmx
>> 2012-10-02 
>>10:17:24|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 80 
>>lines from file on csvhost2: 
>>'/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
>> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx 
>>file does not contain a computer_id value, attempting to determine 
>>matching computer
>> 2012-10-02 
>>10:17:24|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(739
>>5)|computer name could not be determined from directory name: 'winxp'
>> 2012-10-02 
>>10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to 
>>determine computer name from vmx file path: 
>>'/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
>> 2012-10-02 
>>10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5371)|ignoring ide1:0, 
>>filename property does not end with .vmdk: 
>>/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f/iso/WXPCCP_EN.iso
>> 2012-10-02 
>>10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode 
>>property not set, setting default value: persistent
>> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk 
>>path appears to be relative: winxp.vmdk, prepending the vmx directory: 
>>/vmfs/volumes/datastore1/backup/winxp/winxp.vmdk
>> 2012-10-02 
>>10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|compa
>>ring MAC addresses
>> |10916|76:76|image| used by vm20:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> |10916|76:76|image| configured in winxp.vmx:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> 2012-10-02 
>>10:17:24|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on csvhost2:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 
>>'vim-cmd vmsvc/getallvms' 2>&1
>> 2012-10-02 
>>10:17:25|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| Vmid Name File Guest OS Version Annotation
>> |10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest 
>>vmx-08
>> |10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx 
>>winXPProGuest vmx-08
>> |10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
>> 2012-10-02 
>>10:17:25|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
>> 2012-10-02 
>>10:17:25|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command 
>>on VM host csvhost2: vim-cmd vmsvc/getallvms
>> 2012-10-02 
>>10:17:25|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 
>>registered VMs
>> 2012-10-02 
>>10:17:25|10916|76:76|image|VMware.pm:is_vm_registered(4416)|VM is not 
>>registered: '/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
>> 2012-10-02 
>>10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1032)|ignor
>>ing winxp.vmx because the VM is not registered
>> 2012-10-02 
>>10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to 
>>retrieve info from vmx file: 
>>/vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
>> 2012-10-02 
>>10:17:25|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 
>>lines from file on csvhost2: 
>>'/vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx'
>> 2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk 
>>path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, 
>>prepending the vmx directory: 
>>/vmfs/volumes/datastore1/vm11_5-v0/vmwarelinux-linux_base_x865-v0-000001.
>>vmdk
>> 2012-10-02 
>>10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|compa
>>ring MAC addresses
>> |10916|76:76|image| used by vm20:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> |10916|76:76|image| configured in vm11_5-v0.vmx:
>> |10916|76:76|image| 000c2985f6f3
>> |10916|76:76|image| 005056c50015
>> 2012-10-02 
>>10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignor
>>ing vm11_5-v0.vmx because MAC addresses do not match the ones being used 
>>by vm20
>> 2012-10-02 
>>10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to 
>>retrieve info from vmx file: 
>>/vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
>> 2012-10-02 
>>10:17:25|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 
>>lines from file on csvhost2: 
>>'/vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx'
>> 2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk 
>>path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, 
>>prepending the vmx directory: 
>>/vmfs/volumes/datastore1/vm12_5-v0/vmwarelinux-linux_base_x865-v0-000001.
>>vmdk
>> 2012-10-02 
>>10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|compa
>>ring MAC addresses
>> |10916|76:76|image| used by vm20:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> |10916|76:76|image| configured in vm12_5-v0.vmx:
>> |10916|76:76|image| 000c299d9dde
>> |10916|76:76|image| 005056c50017
>> 2012-10-02 
>>10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignor
>>ing vm12_5-v0.vmx because MAC addresses do not match the ones being used 
>>by vm20
>> 2012-10-02 
>>10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to 
>>retrieve info from vmx file: 
>>/vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
>> 2012-10-02 
>>10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 
>>lines from file on csvhost2: 
>>'/vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx'
>> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk 
>>path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, 
>>prepending the vmx directory: 
>>/vmfs/volumes/datastore1/vm13_5-v0/vmwarelinux-linux_base_x865-v0-000001.
>>vmdk
>> 2012-10-02 
>>10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|compa
>>ring MAC addresses
>> |10916|76:76|image| used by vm20:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> |10916|76:76|image| configured in vm13_5-v0.vmx:
>> |10916|76:76|image| 000c2968df74
>> |10916|76:76|image| 005056c50019
>> 2012-10-02 
>>10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignor
>>ing vm13_5-v0.vmx because MAC addresses do not match the ones being used 
>>by vm20
>> 2012-10-02 
>>10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to 
>>retrieve info from vmx file: 
>>/vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
>> 2012-10-02 
>>10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 
>>lines from file on csvhost2: 
>>'/vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx'
>> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk 
>>path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, 
>>prepending the vmx directory: 
>>/vmfs/volumes/datastore1/vm14_5-v0/vmwarelinux-linux_base_x865-v0-000001.
>>vmdk
>> 2012-10-02 
>>10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|compa
>>ring MAC addresses
>> |10916|76:76|image| used by vm20:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> |10916|76:76|image| configured in vm14_5-v0.vmx:
>> |10916|76:76|image| 000c297932b9
>> |10916|76:76|image| 005056c5001b
>> 2012-10-02 
>>10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignor
>>ing vm14_5-v0.vmx because MAC addresses do not match the ones being used 
>>by vm20
>> 2012-10-02 
>>10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to 
>>retrieve info from vmx file: 
>>/vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
>> 2012-10-02 
>>10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 
>>lines from file on csvhost2: 
>>'/vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx'
>> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk 
>>path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, 
>>prepending the vmx directory: 
>>/vmfs/volumes/datastore1/vm15_5-v0/vmwarelinux-linux_base_x865-v0-000001.
>>vmdk
>> 2012-10-02 
>>10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|compa
>>ring MAC addresses
>> |10916|76:76|image| used by vm20:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> |10916|76:76|image| configured in vm15_5-v0.vmx:
>> |10916|76:76|image| 000c299b3a3f
>> |10916|76:76|image| 005056c5001d
>> 2012-10-02 
>>10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignor
>>ing vm15_5-v0.vmx because MAC addresses do not match the ones being used 
>>by vm20
>> 2012-10-02 
>>10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to 
>>retrieve info from vmx file: 
>>/vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
>> 2012-10-02 
>>10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 
>>lines from file on csvhost2: 
>>'/vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx'
>> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk 
>>path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, 
>>prepending the vmx directory: 
>>/vmfs/volumes/datastore1/vm16_5-v0/vmwarelinux-linux_base_x865-v0-000001.
>>vmdk
>> 2012-10-02 
>>10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|compa
>>ring MAC addresses
>> |10916|76:76|image| used by vm20:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> |10916|76:76|image| configured in vm16_5-v0.vmx:
>> |10916|76:76|image| 000c29278d1e
>> |10916|76:76|image| 005056c5001f
>> 2012-10-02 
>>10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignor
>>ing vm16_5-v0.vmx because MAC addresses do not match the ones being used 
>>by vm20
>> 2012-10-02 
>>10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to 
>>retrieve info from vmx file: 
>>/vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
>> 2012-10-02 
>>10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 
>>lines from file on csvhost2: 
>>'/vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx'
>> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk 
>>path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, 
>>prepending the vmx directory: 
>>/vmfs/volumes/datastore1/vm17_5-v0/vmwarelinux-linux_base_x865-v0-000001.
>>vmdk
>> 2012-10-02 
>>10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|compa
>>ring MAC addresses
>> |10916|76:76|image| used by vm20:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> |10916|76:76|image| configured in vm17_5-v0.vmx:
>> |10916|76:76|image| 000c29147e03
>> |10916|76:76|image| 005056c50021
>> 2012-10-02 
>>10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignor
>>ing vm17_5-v0.vmx because MAC addresses do not match the ones being used 
>>by vm20
>> 2012-10-02 
>>10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to 
>>retrieve info from vmx file: 
>>/vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
>> 2012-10-02 
>>10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 
>>lines from file on csvhost2: 
>>'/vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx'
>> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk 
>>path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, 
>>prepending the vmx directory: 
>>/vmfs/volumes/datastore1/vm18_5-v0/vmwarelinux-linux_base_x865-v0-000001.
>>vmdk
>> 2012-10-02 
>>10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|compa
>>ring MAC addresses
>> |10916|76:76|image| used by vm20:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> |10916|76:76|image| configured in vm18_5-v0.vmx:
>> |10916|76:76|image| 000c2986309b
>> |10916|76:76|image| 005056c50023
>> 2012-10-02 
>>10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignor
>>ing vm18_5-v0.vmx because MAC addresses do not match the ones being used 
>>by vm20
>> 2012-10-02 
>>10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to 
>>retrieve info from vmx file: 
>>/vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
>> 2012-10-02 
>>10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 
>>lines from file on csvhost2: 
>>'/vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx'
>> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk 
>>path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, 
>>prepending the vmx directory: 
>>/vmfs/volumes/datastore1/vm19_5-v0/vmwarelinux-linux_base_x865-v0-000001.
>>vmdk
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|compa
>>ring MAC addresses
>> |10916|76:76|image| used by vm20:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> |10916|76:76|image| configured in vm19_5-v0.vmx:
>> |10916|76:76|image| 000c29dc4e28
>> |10916|76:76|image| 005056c50025
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignor
>>ing vm19_5-v0.vmx because MAC addresses do not match the ones being used 
>>by vm20
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to 
>>retrieve info from vmx file: 
>>/vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
>> 2012-10-02 
>>10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 73 
>>lines from file on csvhost2: 
>>'/vmfs/volumes/datastore1/windowsxp/windowsxp.vmx'
>> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx 
>>file does not contain a computer_id value, attempting to determine 
>>matching computer
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(739
>>5)|computer name could not be determined from directory name: 'windowsxp'
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to 
>>determine computer name from vmx file path: 
>>'/vmfs/volumes/datastore1/windowsxp/windowsxp.vmx'
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5366)|ignoring ide1:0, 
>>filename property not set
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode 
>>property not set, setting default value: persistent
>> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk 
>>path appears to be relative: windowsxp.vmdk, prepending the vmx 
>>directory: /vmfs/volumes/datastore1/windowsxp/windowsxp.vmdk
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|compa
>>ring MAC addresses
>> |10916|76:76|image| used by vm20:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> |10916|76:76|image| configured in windowsxp.vmx:
>> |10916|76:76|image| 005056cc0005
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignor
>>ing windowsxp.vmx because MAC addresses do not match the ones being used 
>>by vm20
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to 
>>retrieve info from vmx file: /vmfs/volumes/datastore1/winxp/winxp.vmx
>> 2012-10-02 
>>10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 80 
>>lines from file on csvhost2: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
>> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx 
>>file does not contain a computer_id value, attempting to determine 
>>matching computer
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(739
>>5)|computer name could not be determined from directory name: 'winxp'
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to 
>>determine computer name from vmx file path: 
>>'/vmfs/volumes/datastore1/winxp/winxp.vmx'
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5366)|ignoring ide1:0, 
>>filename property not set
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode 
>>property not set, setting default value: persistent
>> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk 
>>path appears to be relative: winxp.vmdk, prepending the vmx directory: 
>>/vmfs/volumes/datastore1/winxp/winxp.vmdk
>> 2012-10-02 
>>10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|compa
>>ring MAC addresses
>> |10916|76:76|image| used by vm20:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> |10916|76:76|image| configured in winxp.vmx:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> 2012-10-02 
>>10:17:28|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on csvhost2:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 
>>'vim-cmd vmsvc/getallvms' 2>&1
>> 2012-10-02 
>>10:17:29|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| Vmid Name File Guest OS Version Annotation
>> |10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest 
>>vmx-08
>> |10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx 
>>winXPProGuest vmx-08
>> |10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
>> 2012-10-02 
>>10:17:29|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
>> 2012-10-02 
>>10:17:29|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command 
>>on VM host csvhost2: vim-cmd vmsvc/getallvms
>> 2012-10-02 
>>10:17:29|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 
>>registered VMs
>> 2012-10-02 
>>10:17:29|10916|76:76|image|VMware.pm:is_vm_registered(4411)|VM is 
>>registered: /vmfs/volumes/datastore1/winxp/winxp.vmx
>> 2012-10-02 
>>10:17:29|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on csvhost2:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 
>>'vim-cmd vmsvc/getallvms' 2>&1
>> 2012-10-02 
>>10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| Vmid Name File Guest OS Version Annotation
>> |10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest 
>>vmx-08
>> |10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx 
>>winXPProGuest vmx-08
>> |10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
>> |10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) 
>>[datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
>> 2012-10-02 
>>10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command 
>>on VM host csvhost2: vim-cmd vmsvc/getallvms
>> 2012-10-02 
>>10:17:30|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on csvhost2:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 
>>'vim-cmd vmsvc/power.getstate 21' 2>&1
>> 2012-10-02 
>>10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| Retrieved runtime info
>> |10916|76:76|image| Powered on
>> 2012-10-02 
>>10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on csvhost2, returning (0, "Retrieved runtime info Powered...")
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command 
>>on VM host csvhost2: vim-cmd vmsvc/power.getstate 21
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VIM_SSH.pm:get_vm_power_state(884)|vmsvc/power
>>.getstate 21:
>> |10916|76:76|image| Retrieved runtime info
>> |10916|76:76|image| Powered on
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VIM_SSH.pm:get_vm_power_state(887)|VM is 
>>powered on: /vmfs/volumes/datastore1/winxp/winxp.vmx
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1044)|found
>> matching MAC address between vm20 and winxp.vmx:
>> |10916|76:76|image| 005056c50027
>> |10916|76:76|image| 005056c50028
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1059)|found
>> vmx file being used by vm20: /vmfs/volumes/datastore1/winxp/winxp.vmx
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VMware.pm:check_file_paths(4035)|successfully 
>>retrieved vmx file path components:
>> |10916|76:76|image| VM profile VM path: '/vmfs/volumes/datastore1'
>> |10916|76:76|image| VM profile datastore path: 
>>'/vmfs/volumes/datastore1'
>> |10916|76:76|image| vmx file path: 
>>'/vmfs/volumes/datastore1/winxp/winxp.vmx'
>> |10916|76:76|image| vmx directory path: '/vmfs/volumes/datastore1/winxp'
>> |10916|76:76|image| vmx base directory path: '/vmfs/volumes/datastore1'
>> |10916|76:76|image| vmx directory name: 'winxp'
>> |10916|76:76|image| vmx file name: 'winxp.vmx'
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VMware.pm:set_vmx_file_path(3279)|set 
>>overridden vmx file path: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VMware.pm:get_vmx_info(5298)|returning 
>>previously retrieved info from vmx file: 
>>/vmfs/volumes/datastore1/winxp/winxp.vmx
>> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(639)|vmx info 
>>for VM vm20 being captured:
>> |10916|76:76|image| : {
>> |10916|76:76|image| : ".encoding" => "UTF-8",
>> |10916|76:76|image| : "cleanshutdown" => "FALSE",
>> |10916|76:76|image| : "config.version" => 8,
>> |10916|76:76|image| : "displayname" => "winxp",
>> |10916|76:76|image| : "ethernet0.address" => "00:50:56:c5:00:27",
>> |10916|76:76|image| : "ethernet0.addresstype" => "static",
>> |10916|76:76|image| : "ethernet0.generatedaddressoffset" => 0,
>> |10916|76:76|image| : "ethernet0.networkname" => "VM Private",
>> |10916|76:76|image| : "ethernet0.pcislotnumber" => 32,
>> |10916|76:76|image| : "ethernet0.present" => "TRUE",
>> |10916|76:76|image| : "ethernet1.address" => "00:50:56:c5:00:28",
>> |10916|76:76|image| : "ethernet1.addresstype" => "static",
>> |10916|76:76|image| : "ethernet1.generatedaddressoffset" => 10,
>> |10916|76:76|image| : "ethernet1.networkname" => "VM Public",
>> |10916|76:76|image| : "ethernet1.pcislotnumber" => 33,
>> |10916|76:76|image| : "ethernet1.present" => "TRUE",
>> |10916|76:76|image| : "evccompatibilitymode" => "FALSE",
>> |10916|76:76|image| : "extendedconfigfile" => "winxp.vmxf",
>> |10916|76:76|image| : "floppy0.clientdevice" => "TRUE",
>> |10916|76:76|image| : "floppy0.filename" => "",
>> |10916|76:76|image| : "floppy0.present" => "TRUE",
>> |10916|76:76|image| : "floppy0.startconnected" => "FALSE",
>> |10916|76:76|image| : "guestcpuid.0" => 
>>"0000000b756e65476c65746e49656e69",
>> |10916|76:76|image| : "guestcpuid.1" => 
>>"000206c200010800829822030febfbff",
>> |10916|76:76|image| : "guestcpuid.80000001" => 
>>"00000000000000000000000128100800",
>> |10916|76:76|image| : "guestos" => "winxppro",
>> |10916|76:76|image| : "hostcpuid.0" => 
>>"0000000b756e65476c65746e49656e69",
>> |10916|76:76|image| : "hostcpuid.1" => 
>>"000206c200200800029ee3ffbfebfbff",
>> |10916|76:76|image| : "hostcpuid.80000001" => 
>>"0000000000000000000000012c100800",
>> |10916|76:76|image| : "hpet0.present" => "TRUE",
>> |10916|76:76|image| : "ide0:0.filename" => "winxp.vmdk",
>> |10916|76:76|image| : "ide0:0.present" => "TRUE",
>> |10916|76:76|image| : "ide0:0.redo" => "",
>> |10916|76:76|image| : "ide1:0.clientdevice" => "TRUE",
>> |10916|76:76|image| : "ide1:0.devicetype" => "atapi-cdrom",
>> |10916|76:76|image| : "ide1:0.filename" => "",
>> |10916|76:76|image| : "ide1:0.present" => "TRUE",
>> |10916|76:76|image| : "ide1:0.startconnected" => "FALSE",
>> |10916|76:76|image| : "memsize" => 1024,
>> |10916|76:76|image| : "nvram" => "winxp.nvram",
>> |10916|76:76|image| : "pcibridge0.pcislotnumber" => 17,
>> |10916|76:76|image| : "pcibridge0.present" => "TRUE",
>> |10916|76:76|image| : "pcibridge4.functions" => 8,
>> |10916|76:76|image| : "pcibridge4.pcislotnumber" => 21,
>> |10916|76:76|image| : "pcibridge4.present" => "TRUE",
>> |10916|76:76|image| : "pcibridge4.virtualdev" => "pcieRootPort",
>> |10916|76:76|image| : "pcibridge5.functions" => 8,
>> |10916|76:76|image| : "pcibridge5.pcislotnumber" => 22,
>> |10916|76:76|image| : "pcibridge5.present" => "TRUE",
>> |10916|76:76|image| : "pcibridge5.virtualdev" => "pcieRootPort",
>> |10916|76:76|image| : "pcibridge6.functions" => 8,
>> |10916|76:76|image| : "pcibridge6.pcislotnumber" => 23,
>> |10916|76:76|image| : "pcibridge6.present" => "TRUE",
>> |10916|76:76|image| : "pcibridge6.virtualdev" => "pcieRootPort",
>> |10916|76:76|image| : "pcibridge7.functions" => 8,
>> |10916|76:76|image| : "pcibridge7.pcislotnumber" => 24,
>> |10916|76:76|image| : "pcibridge7.present" => "TRUE",
>> |10916|76:76|image| : "pcibridge7.virtualdev" => "pcieRootPort",
>> |10916|76:76|image| : "powertype.poweroff" => "soft",
>> |10916|76:76|image| : "powertype.poweron" => "hard",
>> |10916|76:76|image| : "powertype.reset" => "soft",
>> |10916|76:76|image| : "powertype.suspend" => "hard",
>> |10916|76:76|image| : "replay.filename" => "",
>> |10916|76:76|image| : "replay.supported" => "FALSE",
>> |10916|76:76|image| : "sched.swap.derivedname" => 
>>"/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f/winxp/winxp-98bf9f8e.v
>>swp",
>> |10916|76:76|image| : "tools.remindinstall" => "FALSE",
>> |10916|76:76|image| : "tools.synctime" => "FALSE",
>> |10916|76:76|image| : "unity.wascapable" => "TRUE",
>> |10916|76:76|image| : "usercpuid.0" => 
>>"0000000b756e65476c65746e49656e69",
>> |10916|76:76|image| : "usercpuid.1" => 
>>"000206c200200800029822030febfbff",
>> |10916|76:76|image| : "usercpuid.80000001" => 
>>"00000000000000000000000128100800",
>> |10916|76:76|image| : "uuid.bios" => "56 4d 76 ea 03 e6 b9 c8-c9 2f 8c 
>>d4 22 f3 97 79",
>> |10916|76:76|image| : "uuid.location" => "56 4d 76 ea 03 e6 b9 c8-c9 2f 
>>8c d4 22 f3 97 79",
>> |10916|76:76|image| : "vc.uuid" => "52 7e 1e 93 1b af 4a 01-9b df 6a eb 
>>cb 7a cf 0a",
>> |10916|76:76|image| : "virtualhw.productcompatibility" => "hosted",
>> |10916|76:76|image| : "virtualhw.version" => 8,
>> |10916|76:76|image| : "vmci0.id" => 586389369,
>> |10916|76:76|image| : "vmci0.pcislotnumber" => 34,
>> |10916|76:76|image| : "vmci0.present" => "TRUE",
>> |10916|76:76|image| : "vmdk" => {
>> |10916|76:76|image| : "ide0:0" => {
>> |10916|76:76|image| : "mode" => "persistent",
>> |10916|76:76|image| : "present" => "TRUE",
>> |10916|76:76|image| : "redo" => "",
>> |10916|76:76|image| : "vmdk_directory_path" => 
>>"/vmfs/volumes/datastore1/winxp",
>> |10916|76:76|image| : "vmdk_file_base_name" => "winxp",
>> |10916|76:76|image| : "vmdk_file_name" => "winxp.vmdk",
>> |10916|76:76|image| : "vmdk_file_path" => 
>>"/vmfs/volumes/datastore1/winxp/winxp.vmdk"
>> |10916|76:76|image| : }
>> |10916|76:76|image| : },
>> |10916|76:76|image| : "vmotion.checkpointfbsize" => 4194304,
>> |10916|76:76|image| : "vmx_directory_path" => 
>>"/vmfs/volumes/datastore1/winxp",
>> |10916|76:76|image| : "vmx_file_name" => "winxp.vmx"
>> |10916|76:76|image| : }
>> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(658)|vmdk file 
>>path configured for VM vm20 being captured: 
>>/vmfs/volumes/datastore1/winxp/winxp.vmdk
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VMware.pm:_get_datastore_names(6779)|datastore
>> names:
>> |10916|76:76|image| datastore1
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_dedicat
>>ed(3608)|using VM profile datastore path as the vmdk base directory 
>>path: /vmfs/volumes/datastore1
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VMware.pm:_get_datastore_names(6779)|datastore
>> names:
>> |10916|76:76|image| datastore1
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_dedicat
>>ed(3608)|using VM profile datastore path as the vmdk base directory 
>>path: /vmfs/volumes/datastore1
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(
>>3561)|using VM profile datastore path as the vmdk base directory path: 
>>/vmfs/volumes/datastore1
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(
>>3561)|using VM profile datastore path as the vmdk base directory path: 
>>/vmfs/volumes/datastore1
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VMware.pm:check_file_paths(4035)|successfully 
>>retrieved vmdk file path components:
>> |10916|76:76|image| VM profile VM path: '/vmfs/volumes/datastore1'
>> |10916|76:76|image| VM profile datastore path: 
>>'/vmfs/volumes/datastore1'
>> |10916|76:76|image| vmdk file path: 
>>'/vmfs/volumes/datastore1/winxp/winxp.vmdk'
>> |10916|76:76|image| vmdk directory path: 
>>'/vmfs/volumes/datastore1/winxp'
>> |10916|76:76|image| vmdk base directory path: '/vmfs/volumes/datastore1'
>> |10916|76:76|image| vmdk directory name: 'winxp'
>> |10916|76:76|image| vmdk file name: 'winxp.vmdk'
>> |10916|76:76|image| vmdk file prefix: 'winxp'
>> |10916|76:76|image| dedicated vmdk file path: 
>>'/vmfs/volumes/datastore1/winxp/winxp.vmdk'
>> |10916|76:76|image| dedicated vmdk directory path: 
>>'/vmfs/volumes/datastore1/winxp'
>> |10916|76:76|image| dedicated vmdk directory name: 'winxp'
>> |10916|76:76|image| shared vmdk file path: 
>>'/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.v
>>mdk'
>> |10916|76:76|image| shared vmdk directory path: 
>>'/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0'
>> |10916|76:76|image| shared vmdk directory name: 'vmwarewinxp-winxp14-v0'
>> 2012-10-02 
>>10:17:30|10916|76:76|image|VMware.pm:set_vmdk_file_path(3968)|set 
>>overridden vmdk file path: '/vmfs/volumes/datastore1/winxp/winxp.vmdk'
>> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(682)|mode of 
>>vmdk to be captured is valid: persistent
>> 2012-10-02 
>>10:17:30|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on csvhost2:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat 
>>/vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v
>>0\.vmdk' 2>&1
>> 2012-10-02 
>>10:17:31|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| stat: cannot stat 
>>'/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.v
>>mdk': No such file or directory
>> 2012-10-02 
>>10:17:31|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command 
>>executed on csvhost2, command:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat 
>>/vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v
>>0\.vmdk' 2>&1
>> |10916|76:76|image| returning (1, "stat: cannot stat '/vmfs/volum...")
>> 2012-10-02 
>>10:17:31|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'chown 
>>root currentimage.txt; chmod 777 currentimage.txt' 2>&1
>> 2012-10-02 
>>10:17:39|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| chown: cannot access `currentimage.txt': No such 
>>file or directory
>> |10916|76:76|image| chmod: cannot access `currentimage.txt': No such 
>>file or directory
>> 2012-10-02 
>>10:17:39|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command 
>>executed on vm20, command:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'chown 
>>root currentimage.txt; chmod 777 currentimage.txt' 2>&1
>> |10916|76:76|image| returning (1, "chown: cannot access `currenti...")
>> 2012-10-02 
>>10:17:39|10916|76:76|image|utils.pm:write_currentimage_txt(5275)|updated 
>>ownership and permissions on currentimage.txt
>> 2012-10-02 
>>10:17:39|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'echo -e 
>>"vmwarewinxp-winxp14-v0\r\nid=14\r\nprettyname=winxp\r\nimagerevision_id=
>>13\r\nimagerevision_datecreated=2012-10-02 
>>10:17:08\r\ncomputer_id=22\r\ncomputer_hostname=vm20" > currentimage.txt 
>>&& cat currentimage.txt' 2>&1
>> 2012-10-02 
>>10:17:40|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| vmwarewinxp-winxp14-v0
>> |10916|76:76|image| id=14
>> |10916|76:76|image| prettyname=winxp
>> |10916|76:76|image| imagerevision_id=13
>> |10916|76:76|image| imagerevision_datecreated=2012-10-02 10:17:08
>> |10916|76:76|image| computer_id=22
>> |10916|76:76|image| computer_hostname=vm20
>> 2012-10-02 
>>10:17:40|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on vm20, returning (0, "vmwarewinxp-winxp14-v0 id=14 p...")
>> 2012-10-02 
>>10:17:40|10916|76:76|image|utils.pm:write_currentimage_txt(5293)|created 
>>currentimage.txt file on vm20:
>> |10916|76:76|image| vmwarewinxp-winxp14-v0
>> |10916|76:76|image| id=14
>> |10916|76:76|image| prettyname=winxp
>> |10916|76:76|image| imagerevision_id=13
>> |10916|76:76|image| imagerevision_datecreated=2012-10-02 10:17:08
>> |10916|76:76|image| computer_id=22
>> |10916|76:76|image| computer_hostname=vm20
>> 2012-10-02 
>>10:17:40|10916|76:76|image|DataStructure.pm:_automethod(836)|data 
>>structure updated, hash path: 
>>$self->request_data->{reservation}{76}{image}{imagemeta}{sysprep}, data 
>>identifier: imagemeta_sysprep, data:
>> |10916|76:76|image| : 0
>> 2012-10-02 
>>10:17:40|10916|76:76|image|Version_5.pm:pre_capture(104)|calling parent 
>>class pre_capture() subroutine
>> 2012-10-02 10:17:40|10916|76:76|image|OS.pm:pre_capture(89)|beginning 
>>common image capture preparation tasks
>> 2012-10-02 10:17:42|10916|76:76|image|OS.pm:is_ssh_responding(640)|vm20 
>>is responding to SSH, port 22: open, port 24: closed
>> 2012-10-02 
>>10:17:43|10916|76:76|image|OS.pm:create_text_file(1770)|created file on 
>>vm20: ~/currentimage.txt
>> 2012-10-02 10:17:43|10916|76:76|image|OS.pm:pre_capture(125)|completed 
>>common image capture preparation tasks
>> 2012-10-02 
>>10:17:43|10916|76:76|image|Windows.pm:pre_capture(238)|beginning Windows 
>>image capture preparation tasks on vm20
>> 2012-10-02 
>>10:17:43|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/qwinsta.exe' 2>&1
>> 2012-10-02 10:17:43|10916|76:76|image|utils.pm:(eval)(4950)|waiting up 
>>to 60 seconds for SSH process to finish
>> 2012-10-02 
>>10:17:44|10916|76:76|image|Windows.pm:logoff_users(1614)|attempting to 
>>kill connection:
>> |10916|76:76|image| line: '>console root 0 Active wdcon '
>> |10916|76:76|image| session identifier: console
>> 2012-10-02 
>>10:17:44|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/logoff.exe console /V' 2>&1
>> 2012-10-02 
>>10:17:49|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| Logging off session ID 0
>> 2012-10-02 
>>10:17:49|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on vm20, returning (0, "Logging off session ID 0")
>> 2012-10-02 
>>10:17:49|10916|76:76|image|Windows.pm:logoff_users(1624)|logged off 
>>session: console, output:
>> |10916|76:76|image| Logging off session ID 0
>> 2012-10-02 
>>10:17:49|10916|76:76|image|Windows.pm:set_password(1941)|setting 
>>password of root to cl0udy on vm20
>> 2012-10-02 
>>10:17:49|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/net.exe user root 'cl0udy'' 2>&1
>> 2012-10-02 
>>10:17:57|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| The command completed successfully.
>> 2012-10-02 
>>10:17:57|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on vm20, returning (0, "The command completed successf...")
>> 2012-10-02 
>>10:17:57|10916|76:76|image|Windows.pm:set_password(1943)|password 
>>changed to 'cl0udy' for user 'root' on vm20
>> 2012-10-02 
>>10:17:57|10916|76:76|image|Windows.pm:get_service_configuration(3949)|ret
>>rieving service configuration information from the registry
>> 2012-10-02 
>>10:17:57|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'cmd.exe 
>>/c "del /Q \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" 2>NUL & 
>>C:/Windows/System32/reg.exe EXPORT 
>>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services 
>>\"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" && type 
>>\"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" > 
>>\"C:\\cygwin\\tmp\\services_vm20.reg\" && del /Q 
>>\"C:\\cygwin\\tmp\\services_vm20.reg.tmp\""' 2>&1
>> 2012-10-02 
>>10:17:59|10916|76:76|image|Windows.pm:reg_export(2904)|exported registry 
>>key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services to file: 
>>C:\\cygwin\\tmp\\services_vm20.reg
>> 2012-10-02 
>>10:18:00|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 9871 
>>lines from file on vm20: 'C:/cygwin/tmp/services_vm20.reg'
>> 2012-10-02 10:18:01|10916|76:76|image|Windows.pm:file_exists(1482)|file 
>>exists on vm20: 'C:/cygwin/tmp/services_vm20.reg'
>> 2012-10-02 
>>10:18:01|10916|76:76|image|Windows.pm:delete_file(1195)|attempting to 
>>delete file: 'C:/cygwin/tmp/services_vm20.reg'
>> 2012-10-02 10:18:04|10916|76:76|image|Windows.pm:file_exists(1473)|file 
>>does NOT exist on vm20: 'C:/cygwin/tmp/services_vm20.reg'
>> 2012-10-02 
>>10:18:04|10916|76:76|image|Windows.pm:delete_file(1259)|deleted file: 
>>'C:/cygwin/tmp/services_vm20.reg'
>> 2012-10-02 
>>10:18:04|10916|76:76|image|Windows.pm:get_services_using_login_id(4027)|s
>>ervices found using login ID 'root' (1): sshd
>> 2012-10-02 
>>10:18:04|10916|76:76|image|Windows.pm:set_password(1964)|sshd service is 
>>configured to run as root, updating service credentials
>> 2012-10-02 
>>10:18:04|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/sc.exe config sshd obj= ".\root" password= 
>>"cl0udy"' 2>&1
>> 2012-10-02 
>>10:18:06|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| [SC] ChangeServiceConfig SUCCESS
>> 2012-10-02 
>>10:18:06|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on vm20, returning (0, "[SC] ChangeServiceConfig SUCCE...")
>> 2012-10-02 
>>10:18:06|10916|76:76|image|Windows.pm:set_service_credentials(3908)|chang
>>ed logon credentials for 'sshd' service to root (cl0udy) on vm20
>> 2012-10-02 
>>10:18:06|10916|76:76|image|utils.pm:get_management_node_info(5489)|retrie
>>ving current management node info for 'csvcldev.p.fiu.edu' from 
>>database, cached data is stale: 61 seconds old
>> 2012-10-02 
>>10:18:06|10916|76:76|image|utils.pm:get_management_node_info(5636)|retrie
>>ved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
>> 2012-10-02 
>>10:18:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/schtasks.exe /Query /V /FO CSV' 2>&1
>> 2012-10-02 
>>10:18:14|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| "HostName","TaskName","Next Run 
>>Time","Status","Last Run Time","Last Result","Creator","Schedule","Task 
>>To Run","Start In","Comment","Scheduled Task State","Scheduled 
>>Type","Start Time","Start Date","End Date","Days","Months","Run As 
>>User","Delete Task If Not Rescheduled","Stop Task If Runs X Hours and X 
>>Mins","Repeat: Every","Repeat: Until: Time","Repeat: Until: 
>>Duration","Repeat: Stop If Still Running","Idle Time","Power Management"
>> |10916|76:76|image| "FIU-1FF43949C30","Microsoft Antimalware Scheduled 
>>Scan","02:29:00, 10/7/2012","","Never","0","SYSTEM","At 2:29 AM every 
>>Sun of every week, starting 10/2/2012","c:\Program Files\Microsoft 
>>Security Client\MpCmdRun.exe Scan -ScheduleJob 
>>-RestrictPrivileges","N/A","Periodic scan 
>>task.","Enabled","Weekly","02:29:00","10/2/2012","N/A","SUNDAY","N/A","NT
>> 
>>AUTHORITY\SYSTEM","Disabled","72:0","Disabled","Disabled","Disabled","Dis
>>abled","Only Start If Idle for 1 minutes, If Not Idle Retry For 240 
>>minutes","No Start On Batteries"
>> |10916|76:76|image| "FIU-1FF43949C30","MpIdleTask","At idle 
>>time","","Never","0","SYSTEM","Run when idle","c:\Program 
>>Files\Microsoft Security Client\MpCmdRun.exe -IdleTask -TaskName 
>>MpIdleTask","N/A","Private Idle Task","Enabled","At idle time","At idle 
>>time","10/2/2012","N/A","N/A","N/A","NT 
>>AUTHORITY\SYSTEM","Disabled","72:0","Disabled","Disabled","Disabled","Dis
>>abled","Only Start If Idle for 15 minutes, If Not Idle Retry For 0 
>>minutes, Stop the task if Idle State end","No Start On Batteries, Stop 
>>On Battery Mode"
>> |10916|76:76|image| 
>>"FIU-1FF43949C30","User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23
>>B6D6D29F7}","15:05:00, 10/2/2012","","08:37:00, 
>>10/2/2012","0","root","Every 5 minute(s) from 3:05 PM for 535 minutes on 
>>10/2/2012","C:\WINDOWS\system32\msfeedssync.exe sync","C:\Program 
>>Files\Internet Explorer","Updates out-of-date system 
>>feeds.","Enabled","One Time 
>>Only","15:05:00","10/2/2012","N/A","N/A","N/A","FIU-1FF43949C30\root","Di
>>sabled","72:0","5 Minute(s)","None","8 Hour(s): 55 
>>Minute(s)","Disabled","Disabled","No Start On Batteries, Stop On Battery 
>>Mode"
>> |10916|76:76|image| 
>>"FIU-1FF43949C30","User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23
>>B6D6D29F7}","15:05:00, 10/2/2012","","08:37:00, 
>>10/2/2012","0","root","Every 5 minute(s) from 12:03 AM for 24 hour(s) 
>>every day, starting 10/3/2012","C:\WINDOWS\system32\msfeedssync.exe 
>>sync","C:\Program Files\Internet Explorer","Updates out-of-date system 
>>feeds.","Enabled","Minute 
>>","00:03:00","10/3/2012","N/A","Everyday","N/A","FIU-1FF43949C30\root","D
>>isabled","72:0","5 Minute(s)","None","24 Hour(s): 0 
>>Minute(s)","Disabled","Disabled","No Start On Batteries, Stop On Battery 
>>Mode"
>> 2012-10-02 
>>10:18:14|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on vm20, returning (0, ""HostName","TaskName","Next Ru...")
>> 2012-10-02 
>>10:18:14|10916|76:76|image|Windows.pm:get_scheduled_task_info(4192)|found
>> 3 scheduled tasks:
>> |10916|76:76|image| Microsoft Antimalware Scheduled Scan
>> |10916|76:76|image| MpIdleTask
>> |10916|76:76|image| 
>>User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}
>> 2012-10-02 
>>10:18:14|10916|76:76|image|Windows.pm:set_password(1975)|password needs 
>>to be updated for scheduled task 
>>'User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}' set 
>>to run as user 'FIU-1FF43949C30\root'
>> 2012-10-02 
>>10:18:14|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/schtasks.exe /Change /RU "root" /RP "cl0udy" /TN 
>>"User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}"' 2>&1
>> 2012-10-02 
>>10:18:16|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| SUCCESS: The parameters of scheduled task 
>>"User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}" have 
>>been changed.
>> 2012-10-02 
>>10:18:16|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on vm20, returning (0, "SUCCESS: The parameters of sch...")
>> 2012-10-02 
>>10:18:16|10916|76:76|image|Windows.pm:set_scheduled_task_credentials(3187
>>)|changed password for scheduled task: 
>>User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}
>> 2012-10-02 
>>10:18:16|10916|76:76|image|Windows.pm:set_password(1985)|changed 
>>password for user: root
>> 2012-10-02 
>>10:18:16|10916|76:76|image|Windows.pm:delete_user(1869)|attempting to 
>>delete user admin from vm20
>> 2012-10-02 
>>10:18:16|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/net.exe user admin /DELETE' 2>&1
>> 2012-10-02 
>>10:18:17|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| The user name could not be found.
>> |10916|76:76|image| More help is available by typing NET HELPMSG 2221.
>> 2012-10-02 
>>10:18:17|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command 
>>executed on vm20, command:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/net.exe user admin /DELETE' 2>&1
>> |10916|76:76|image| returning (2, "The user name could not be fou...")
>> 2012-10-02 10:18:17|10916|76:76|image|Windows.pm:delete_user(1874)|user 
>>admin was not deleted because user does not exist
>> 2012-10-02 10:18:18|10916|76:76|image|Windows.pm:file_exists(1473)|file 
>>does NOT exist on vm20: 'C:/Documents and Settings/admin'
>> 2012-10-02 10:18:18|10916|76:76|image|Windows.pm:delete_file(1188)|file 
>>not deleted because it does not exist: 'C:/Documents and Settings/admin'
>> 2012-10-02 
>>10:18:18|10916|76:76|image|Windows.pm:delete_user(1890)|deleted profile 
>>for user admin from vm20
>> 2012-10-02 
>>10:18:18|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'bash 
>>--login -c "cmd.exe /c echo %CYGWIN%"' 2>&1
>> 2012-10-02 
>>10:18:20|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| nodosfilewarning ntsec
>> 2012-10-02 
>>10:18:20|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on vm20, returning (0, "nodosfilewarning ntsec")
>> 2012-10-02 
>>10:18:20|10916|76:76|image|Windows.pm:get_environment_variable_value(1081
>>7)|retrieved value of 'CYGWIN' environment variable on vm20: 
>>'nodosfilewarning ntsec'
>> 2012-10-02 
>>10:18:20|10916|76:76|image|Windows.pm:check_cygwin(10727)|CYGWIN 
>>environment variable is not set correctly on vm20:
>> |10916|76:76|image| correct value: ntsec nodosfilewarning
>> |10916|76:76|image| current value: 'nodosfilewarning ntsec'
>> 2012-10-02 
>>10:18:20|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/reg.exe ADD 
>>"HKLM\SYSTEM\CurrentControlSet\services\sshd\Parameters\Environment" /v 
>>"CYGWIN" /t REG_SZ /d "ntsec nodosfilewarning" /f' 2>&1
>> 2012-10-02 10:18:22|10916|76:76|image|Windows.pm:reg_add(2740)|added 
>>registry key: 
>>HKLM\SYSTEM\CurrentControlSet\services\sshd\Parameters\Environment, 
>>output:
>> |10916|76:76|image| The operation completed successfully
>> 2012-10-02 
>>10:18:22|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/net.exe stop "sshd" ; C:/Windows/System32/net.exe 
>>start "sshd"' 2>&1
>> 2012-10-02 
>>10:18:27|10916|76:76|image|Windows.pm:restart_service(7147)|restarted 
>>service: sshd, output:
>> |10916|76:76|image| The CYGWIN sshd service is stopping.
>> |10916|76:76|image| The CYGWIN sshd service was stopped successfully.
>> |10916|76:76|image| The CYGWIN sshd service is starting.
>> |10916|76:76|image| The CYGWIN sshd service was started successfully.
>> 2012-10-02 
>>10:18:27|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'bash 
>>--login -c "cmd.exe /c echo %CYGWIN%"' 2>&1
>> 2012-10-02 
>>10:18:36|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| ntsec nodosfilewarning
>> 2012-10-02 
>>10:18:36|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on vm20, returning (0, "ntsec nodosfilewarning")
>> 2012-10-02 
>>10:18:36|10916|76:76|image|Windows.pm:get_environment_variable_value(1081
>>7)|retrieved value of 'CYGWIN' environment variable on vm20: 'ntsec 
>>nodosfilewarning'
>> 2012-10-02 
>>10:18:36|10916|76:76|image|Windows.pm:check_cygwin(10744)|verified 
>>CYGWIN environment variable is set correctly after updating the 
>>registry: 'ntsec nodosfilewarning'
>> 2012-10-02 
>>10:18:38|10916|76:76|image|Windows.pm:set_file_owner(1546)|set root as 
>>the owner of /home/root, files and directories modified: 10
>> 2012-10-02 
>>10:18:38|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/netsh.exe interface ip show address name="Local 
>>Area Connection 2"' 2>&1
>> 2012-10-02 
>>10:18:40|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| Configuration for interface "Local Area Connection 
>>2"
>> |10916|76:76|image| DHCP enabled: Yes
>> |10916|76:76|image| InterfaceMetric: 0
>> 2012-10-02 
>>10:18:40|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on vm20, returning (0, "Configuration for interface "L...")
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Windows.pm:is_dhcp_enabled(5851)|DHCP is 
>>enabled on interface 'Local Area Connection 2'
>> 2012-10-02 10:18:40|10916|76:76|image|Windows.pm:enable_dhcp(5790)|DHCP 
>>is already enabled on interface 'Local Area Connection 2'
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding 
>>package hierarchy for: VCL::Module::OS::Windows::Version_5::XP
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent 
>>package names for VCL::Module::OS::Windows::Version_5::XP:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module::OS::Windows::Version_5"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding 
>>package hierarchy for: VCL::Module::OS::Windows::Version_5
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent 
>>package names for VCL::Module::OS::Windows::Version_5:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module::OS::Windows"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding 
>>package hierarchy for: VCL::Module::OS::Windows
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent 
>>package names for VCL::Module::OS::Windows:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module::OS"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding 
>>package hierarchy for: VCL::Module::OS
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent 
>>package names for VCL::Module::OS:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding 
>>package hierarchy for: VCL::Module
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(776)|VCL::Modu
>>le has no parent packages
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning
>> for VCL::Module::OS:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning
>> for VCL::Module::OS::Windows:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module::OS",
>> |10916|76:76|image| : "VCL::Module"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning
>> for VCL::Module::OS::Windows::Version_5:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module::OS::Windows",
>> |10916|76:76|image| : "VCL::Module::OS",
>> |10916|76:76|image| : "VCL::Module"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning
>> for VCL::Module::OS::Windows::Version_5::XP:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module::OS::Windows::Version_5::XP",
>> |10916|76:76|image| : "VCL::Module::OS::Windows::Version_5",
>> |10916|76:76|image| : "VCL::Module::OS::Windows",
>> |10916|76:76|image| : "VCL::Module::OS",
>> |10916|76:76|image| : "VCL::Module"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187
>>)|package source configuration directory: 
>>/usr/local/vcl/bin/../tools/Windows_XP
>> 2012-10-02 
>>10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187
>>)|package source configuration directory: 
>>/usr/local/vcl/bin/../tools/Windows_Version_5
>> 2012-10-02 
>>10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187
>>)|package source configuration directory: 
>>/usr/local/vcl/bin/../tools/Windows
>> 2012-10-02 
>>10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(183
>>)|source configuration directory is not defined for VCL::Module::OS
>> 2012-10-02 
>>10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(183
>>)|source configuration directory is not defined for VCL::Module
>> 2012-10-02 10:18:42|10916|76:76|image|Windows.pm:file_exists(1473)|file 
>>does NOT exist on vm20: 
>>'C:/Windows/System32/GroupPolicy/User/Scripts/*VCL*'
>> 2012-10-02 
>>10:18:42|10916|76:76|image|Windows.pm:delete_files_by_pattern(1356)|attem
>>pting to delete files under C:/Cygwin/home/root/ matching pattern 
>>.*\(vbs\|exe\|cmd\|bat\|log\), max depth: 5
>> 2012-10-02 
>>10:18:42|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'/bin/find.exe "C:/Cygwin/home/root/" -mindepth 1 -maxdepth 5 -iregex 
>>".*\(vbs\|exe\|cmd\|bat\|log\)" -exec chown -R root {} \; -exec chmod -R 
>>777 {} \; -exec rm -rvf {} \;' 2>&1
>> 2012-10-02 
>>10:18:43|10916|76:76|image|Windows.pm:delete_files_by_pattern(1392)|1/0 
>>files deleted deleted under 'C:/Cygwin/home/root/' matching 
>>'.*\(vbs\|exe\|cmd\|bat\|log\)'
>> 2012-10-02 
>>10:18:43|10916|76:76|image|Windows.pm:delete_files_by_pattern(1393)|files
>>/directories which were deleted:
>> |10916|76:76|image| removed `C:/Cygwin/home/root/cygwin-rebaseall.cmd'
>> 2012-10-02 10:18:44|10916|76:76|image|Windows.pm:file_exists(1473)|file 
>>does NOT exist on vm20: 'C:/VCL'
>> 2012-10-02 10:18:44|10916|76:76|image|Windows.pm:delete_file(1188)|file 
>>not deleted because it does not exist: 'C:/VCL'
>> 2012-10-02 
>>10:18:44|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/schtasks.exe /Delete /F /TN "VCL Startup 
>>Configuration"' 2>&1
>> 2012-10-02 
>>10:18:52|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> |10916|76:76|image| ERROR: The specified task name "VCL Startup 
>>Configuration" does not exist in the system.
>> 2012-10-02 
>>10:18:52|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command 
>>executed on vm20, command:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'C:/Windows/System32/schtasks.exe /Delete /F /TN "VCL Startup 
>>Configuration"' 2>&1
>> |10916|76:76|image| returning (1, "ERROR: The specified task name...")
>> 2012-10-02 
>>10:18:52|10916|76:76|image|Windows.pm:delete_scheduled_task(3234)|schedul
>>ed task 'VCL Startup Configuration' does not exist on vm20
>> 2012-10-02 10:18:53|10916|76:76|image|Windows.pm:file_exists(1473)|file 
>>does NOT exist on vm20: '$SYSTEMDRIVE/Documents and 
>>Settings/root/Application Data/VCL'
>> 2012-10-02 10:18:53|10916|76:76|image|Windows.pm:delete_file(1188)|file 
>>not deleted because it does not exist: '$SYSTEMDRIVE/Documents and 
>>Settings/root/Application Data/VCL'
>> 2012-10-02 
>>10:18:53|10916|76:76|image|Windows.pm:delete_capture_configuration_files(
>>5979)|attempting to remove old configuration directory if it exists: 
>>C:/Cygwin/home/root/VCL
>> 2012-10-02 10:18:55|10916|76:76|image|Windows.pm:file_exists(1473)|file 
>>does NOT exist on vm20: 'C:/Cygwin/home/root/VCL'
>> 2012-10-02 10:18:55|10916|76:76|image|Windows.pm:delete_file(1188)|file 
>>not deleted because it does not exist: 'C:/Cygwin/home/root/VCL'
>> 2012-10-02 
>>10:18:55|10916|76:76|image|Windows.pm:create_directory(1126)|attempting 
>>to create directory: 'C:/Cygwin/home/root/VCL'
>> 2012-10-02 
>>10:18:55|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'cmd.exe 
>>/c "mkdir \"C:/Cygwin/home/root/VCL\""' 2>&1
>> 2012-10-02 
>>10:18:56|10916|76:76|image|Windows.pm:create_directory(1132)|created 
>>directory on vm20: 'C:/Cygwin/home/root/VCL'
>> 2012-10-02 10:18:57|10916|76:76|image|Windows.pm:file_exists(1482)|file 
>>exists on vm20: 'C:/Cygwin/home/root/VCL'
>> 2012-10-02 
>>10:18:57|10916|76:76|image|Windows.pm:create_directory(1153)|verified 
>>directory exists on vm20: 'C:/Cygwin/home/root/VCL'
>> 2012-10-02 
>>10:18:57|10916|76:76|image|Windows.pm:copy_capture_configuration_files(67
>>32)|copying image capture configuration files from 
>>/usr/local/vcl/bin/../tools/Windows to vm20
>> 2012-10-02 
>>10:18:57|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to 
>>copy file via SCP: '/usr/local/vcl/bin/../tools/Windows/*' --> 
>>'vm20:C:/Cygwin/home/root/VCL'
>> 2012-10-02 
>>10:18:58|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file 
>>via SCP: '/usr/local/vcl/bin/../tools/Windows/*' --> 
>>'vm20:C:/Cygwin/home/root/VCL'
>> 2012-10-02 
>>10:18:58|10916|76:76|image|Windows.pm:copy_capture_configuration_files(67
>>34)|copied /usr/local/vcl/bin/../tools/Windows directory to 
>>vm20:C:/Cygwin/home/root/VCL
>> 2012-10-02 
>>10:18:58|10916|76:76|image|Windows.pm:copy_capture_configuration_files(67
>>36)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
>> 2012-10-02 
>>10:18:58|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
>> 2012-10-02 
>>10:18:59|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> 2012-10-02 
>>10:18:59|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on vm20, returning (0, "")
>> 2012-10-02 
>>10:18:59|10916|76:76|image|Windows.pm:copy_capture_configuration_files(67
>>32)|copying image capture configuration files from 
>>/usr/local/vcl/bin/../tools/Windows_Version_5 to vm20
>> 2012-10-02 
>>10:18:59|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to 
>>copy file via SCP: '/usr/local/vcl/bin/../tools/Windows_Version_5/*' --> 
>>'vm20:C:/Cygwin/home/root/VCL'
>> 2012-10-02 
>>10:19:00|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file 
>>via SCP: '/usr/local/vcl/bin/../tools/Windows_Version_5/*' --> 
>>'vm20:C:/Cygwin/home/root/VCL'
>> 2012-10-02 
>>10:19:00|10916|76:76|image|Windows.pm:copy_capture_configuration_files(67
>>34)|copied /usr/local/vcl/bin/../tools/Windows_Version_5 directory to 
>>vm20:C:/Cygwin/home/root/VCL
>> 2012-10-02 
>>10:19:00|10916|76:76|image|Windows.pm:copy_capture_configuration_files(67
>>36)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
>> 2012-10-02 
>>10:19:00|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
>> 2012-10-02 
>>10:19:01|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> 2012-10-02 
>>10:19:01|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on vm20, returning (0, "")
>> 2012-10-02 
>>10:19:01|10916|76:76|image|Windows.pm:copy_capture_configuration_files(67
>>32)|copying image capture configuration files from 
>>/usr/local/vcl/bin/../tools/Windows_XP to vm20
>> 2012-10-02 
>>10:19:01|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to 
>>copy file via SCP: '/usr/local/vcl/bin/../tools/Windows_XP/*' --> 
>>'vm20:C:/Cygwin/home/root/VCL'
>> 2012-10-02 
>>10:19:02|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file 
>>via SCP: '/usr/local/vcl/bin/../tools/Windows_XP/*' --> 
>>'vm20:C:/Cygwin/home/root/VCL'
>> 2012-10-02 
>>10:19:02|10916|76:76|image|Windows.pm:copy_capture_configuration_files(67
>>34)|copied /usr/local/vcl/bin/../tools/Windows_XP directory to 
>>vm20:C:/Cygwin/home/root/VCL
>> 2012-10-02 
>>10:19:02|10916|76:76|image|Windows.pm:copy_capture_configuration_files(67
>>36)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
>> 2012-10-02 
>>10:19:02|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
>> 2012-10-02 
>>10:19:09|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command
>> output:
>> 2012-10-02 
>>10:19:09|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command 
>>executed on vm20, returning (0, "")
>> 2012-10-02 
>>10:19:09|10916|76:76|image|utils.pm:get_management_node_info(5489)|retrie
>>ving current management node info for 'csvcldev.p.fiu.edu' from 
>>database, cached data is stale: 63 seconds old
>> 2012-10-02 
>>10:19:09|10916|76:76|image|utils.pm:get_management_node_info(5636)|retrie
>>ved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
>> 2012-10-02 
>>10:19:09|10916|76:76|image|Windows.pm:delete_files_by_pattern(1356)|attem
>>pting to delete files under C:/Cygwin/home/root/VCL/ matching pattern 
>>.*\.svn.*, max depth: 5
>> 2012-10-02 
>>10:19:09|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH 
>>command on vm20:
>> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o 
>>StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o 
>>ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 
>>'/bin/find.exe "C:/Cygwin/home/root/VCL/" -mindepth 1 -maxdepth 5 
>>-iregex ".*\.svn.*" -exec chown -R root {} \; -exec chmod -R 777 {} \; 
>>-exec rm -rvf {} \;' 2>&1
>> 2012-10-02 
>>10:19:11|10916|76:76|image|Windows.pm:delete_files_by_pattern(1392)|0/0 
>>files deleted deleted under 'C:/Cygwin/home/root/VCL/' matching 
>>'.*\.svn.*'
>> 2012-10-02 
>>10:19:12|10916|76:76|image|Windows.pm:set_file_owner(1546)|set root as 
>>the owner of C:/Cygwin/home/root/VCL, files and directories modified: 1
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Windows.pm:search_and_replace_in_files(6628)|n
>>o files were found matching pattern 'WINDOWS_ROOT_PASSWORD' in: 
>>C:/Cygwin/home/root/VCL
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Windows.pm:copy_capture_configuration_files(67
>>53)|set the Windows root password in configuration files
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding 
>>package hierarchy for: VCL::Module::OS::Windows::Version_5::XP
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent 
>>package names for VCL::Module::OS::Windows::Version_5::XP:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module::OS::Windows::Version_5"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding 
>>package hierarchy for: VCL::Module::OS::Windows::Version_5
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent 
>>package names for VCL::Module::OS::Windows::Version_5:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module::OS::Windows"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding 
>>package hierarchy for: VCL::Module::OS::Windows
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent 
>>package names for VCL::Module::OS::Windows:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module::OS"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding 
>>package hierarchy for: VCL::Module::OS
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent 
>>package names for VCL::Module::OS:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding 
>>package hierarchy for: VCL::Module
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(776)|VCL::Modu
>>le has no parent packages
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning
>> for VCL::Module::OS:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning
>> for VCL::Module::OS::Windows:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module::OS",
>> |10916|76:76|image| : "VCL::Module"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning
>> for VCL::Module::OS::Windows::Version_5:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module::OS::Windows",
>> |10916|76:76|image| : "VCL::Module::OS",
>> |10916|76:76|image| : "VCL::Module"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning
>> for VCL::Module::OS::Windows::Version_5::XP:
>> |10916|76:76|image| : [
>> |10916|76:76|image| : "VCL::Module::OS::Windows::Version_5::XP",
>> |10916|76:76|image| : "VCL::Module::OS::Windows::Version_5",
>> |10916|76:76|image| : "VCL::Module::OS::Windows",
>> |10916|76:76|image| : "VCL::Module::OS",
>> |10916|76:76|image| : "VCL::Module"
>> |10916|76:76|image| : ]
>> 2012-10-02 
>>10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187
>>)|package source configuration directory: 
>>/usr/local/vcl/bin/../tools/Windows_XP
>> 2012-10-02 
>>10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187
>>)|package source configuration directory: 
>>/usr/local/vcl/bin/../tools/Windows_Version_5
>> 2012-10-02 
>>10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187
>>)|package source configuration directory: 
>>/usr/local/vcl/bin/../tools/Windows
>> 2012-10-02 
>>10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(183
>>)|source configuration directory is not defined for VCL::Module::OS
>> 2012-10-02 
>>10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(183
>>)|source configuration directory is not defined for VCL::Module
>> 2012-10-02 
>>10:19:13|10916|76:76|image|Windows.pm:apply_security_templates(7529)|chec
>>king if any security templates exist in: 
>>/usr/local/vcl/bin/../tools/Windows/Security
>> 2012-10-02 
>>10:19:13|10916|76:76|image|utils.pm:run_command(8739)|executed command: 
>>find /usr/local/vcl/bin/../tools/Windows/Security -name "*.inf" 2>&1 | 
>>sort -f, pid: 11218, exit status: 1, output:
>> |10916|76:76|image| 
>>/usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.in
>>f
>> |10916|76:76|image| ---- WARNING ----  
>> |10916|76:76|image| 2012-10-02 
>>10:19:13|10916|76:76|image|Windows.pm:apply_security_templates(7542)|fail
>>ed to run find, exit status: 1, output:
>> |10916|76:76|image| 
>>/usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.in
>>f
>> |10916|76:76|image| ( 0) Windows.pm, apply_security_templates (line: 
>>7542)
>> |10916|76:76|image| (-1) Windows.pm, pre_capture (line: 323)
>> |10916|76:76|image| (-2) Version_5.pm, pre_capture (line: 105)
>> |10916|76:76|image| (-3) VMware.pm, capture (line: 712)
>> |10916|76:76|image| (-4) image.pm, process (line: 162)
>> |10916|76:76|image| (-5) vcld, make_new_child (line: 571)
>> |10916|76:76|image| ---- WARNING ----  
>> |10916|76:76|image| 2012-10-02 
>>10:19:13|10916|76:76|image|Windows.pm:pre_capture(324)|unable to apply 
>>security templates
>> |10916|76:76|image| ( 0) Windows.pm, pre_capture (line: 324)
>> |10916|76:76|image| (-1) Version_5.pm, pre_capture (line: 105)
>> |10916|76:76|image| (-2) VMware.pm, capture (line: 712)
>> |10916|76:76|image| (-3) image.pm, process (line: 162)
>> |10916|76:76|image| (-4) vcld, make_new_child (line: 571)
>> |10916|76:76|image| (-5) vcld, main (line: 350)
>> |10916|76:76|image| ---- WARNING ----  
>> |10916|76:76|image| 2012-10-02 
>>10:19:13|10916|76:76|image|Version_5.pm:pre_capture(109)|failed to 
>>execute parent class pre_capture() subroutine
>> |10916|76:76|image| ( 0) Version_5.pm, pre_capture (line: 109)
>> |10916|76:76|image| (-1) VMware.pm, capture (line: 712)
>> |10916|76:76|image| (-2) image.pm, process (line: 162)
>> |10916|76:76|image| (-3) vcld, make_new_child (line: 571)
>> |10916|76:76|image| (-4) vcld, main (line: 350)
>> |10916|76:76|image| ---- WARNING ----  
>> |10916|76:76|image| 2012-10-02 
>>10:19:13|10916|76:76|image|VMware.pm:capture(713)|failed to complete OS 
>>module's pre_capture tasks
>> |10916|76:76|image| ( 0) VMware.pm, capture (line: 713)
>> |10916|76:76|image| (-1) image.pm, process (line: 162)
>> |10916|76:76|image| (-2) vcld, make_new_child (line: 571)
>> |10916|76:76|image| (-3) vcld, main (line: 350)
>> |10916|76:76|image| ---- WARNING ----  
>> |10916|76:76|image| 2012-10-02 
>>10:19:13|10916|76:76|image|image.pm:process(166)|vmwarewinxp-winxp14-v0 
>>image failed to be captured by provisioning module
>> |10916|76:76|image| ( 0) image.pm, process (line: 166)
>> |10916|76:76|image| (-1) vcld, make_new_child (line: 571)
>> |10916|76:76|image| (-2) vcld, main (line: 350)
>> 2012-10-02 
>>10:19:13|10916|76:76|image|DataStructure.pm:get_computer_private_ip_addre
>>ss(1606)|returning private IP address previously retrieved: 10.0.2.120
>> 2012-10-02 
>>10:19:13|10916|76:76|image|utils.pm:is_inblockrequest(5793)|zero rows 
>>were returned from database select
>> 2012-10-02 
>>10:19:13|10916|76:76|image|DataStructure.pm:get_image_affiliation_name(21
>>18)|image owner id: 1
>> 2012-10-02 
>>10:19:13|10916|76:76|image|DataStructure.pm:retrieve_user_data(1401)|atte
>>mpting to retrieve and store data for user: user.id = '1'
>> 2012-10-02 
>>10:19:13|10916|76:76|image|DataStructure.pm:retrieve_user_data(1464)|data
>> has been retrieved for user: admin (id: 1)
>> 2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- 
>>Sending mail To: sbaylard@fiu.edu (mailto:sbaylard@fiu.edu), PROBLEM -- 
>>csvcldev|76:76|image|image.pm|vm20>csvhost2.p.fiu.edu|vmwarewinxp-winxp14
>>-v0|admin
>> |10916|76:76|image| ---- CRITICAL ----  
>> |10916|76:76|image| 2012-10-02 
>>10:19:13|10916|76:76|image|image.pm:reservation_failed(387)|vmwarewinxp-w
>>inxp14-v0 image creation failed
>> |10916|76:76|image| ( 0) image.pm, reservation_failed (line: 387)
>> |10916|76:76|image| (-1) image.pm, process (line: 167)
>> |10916|76:76|image| (-2) vcld, make_new_child (line: 571)
>> |10916|76:76|image| (-3) vcld, main (line: 350)
>> 2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- 
>>Sending mail To: root@localhost, VCL -- NOTICE DELAY Image Creation winxp
>> 2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- 
>>Sending mail To: sbaylard@fiu.edu (mailto:sbaylard@fiu.edu), VCL -- 
>>NOTICE FAILED Image Creation winxp
>> 2012-10-02 
>>10:19:13|10916|76:76|image|utils.pm:update_request_state(1545)|request 
>>76 state updated to: maintenance, laststate to: image
>> 2012-10-02 
>>10:19:13|10916|76:76|image|image.pm:reservation_failed(441)|request 
>>state set to maintenance, laststate to image
>> 2012-10-02 
>>10:19:13|10916|76:76|image|utils.pm:update_computer_state(1587)|computer 
>>22 state updated to: maintenance
>> 2012-10-02 
>>10:19:13|10916|76:76|image|image.pm:reservation_failed(449)|vm20 state 
>>set to maintenance
>> 2012-10-02 
>>10:19:13|10916|76:76|image|image.pm:reservation_failed(456)|exiting
>> 2012-10-02 
>>10:19:13|10916|76:76|image|utils.pm:delete_computerloadlog_reservation(64
>>29)|removing computerloadlog entries matching loadstate = begin
>> 2012-10-02 
>>10:19:13|10916|76:76|image|utils.pm:delete_computerloadlog_reservation(64
>>76)|deleted rows from computerloadlog for reservation id=76
>> 2012-10-02 10:19:13|10916|76:76|image|State.pm:DESTROY(929)|VCL::image 
>>process duration: 128 seconds
>> 2012-10-02 10:19:13|10916|76:76|image|VIM_SSH.pm:DESTROY(2123)|vim-cmd 
>>call count: 7
>> 2012-10-02 10:19:13|12185|vcld:REAPER(721)|VCL process exited for 
>>reservation 76, PID: 10916, signal: CHLD
>
>
>


Re: Windows XP Image capture problem

Posted by Dmitri Chebotarov <dc...@gmu.edu>.
Hi Al  

I'm running 2.3 as well but don't have any issues capturing Windows image.  
I looked at vcld.log file for recent successful capture. find *.inf returns 0 (in your case exit status is 1), but the steps VCL takes to capture image are the same as in your case.  
This is what I get when I run 'find' manually on management node:

# find /usr/local/vcl/bin/../tools/Windows/Security -name "*.inf"
/usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf



Is your output different?

Here is part of vcld.log file where vcld runs 'find'

2012-10-03 10:14:35|15422|34854:34762|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_7
2012-10-03 10:14:35|15422|34854:34762|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_Version_6
2012-10-03 10:14:35|15422|34854:34762|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows
2012-10-03 10:14:35|15422|34854:34762|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module::OS
2012-10-03 10:14:35|15422|34854:34762|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module
2012-10-03 10:14:35|15422|34854:34762|image|Windows.pm:apply_security_templates(7529)|checking if any security templates exist in: /usr/local/vcl/bin/../tools/Windows/Security
2012-10-03 10:14:35|15422|34854:34762|image|utils.pm:run_command(8745)|executed command: find /usr/local/vcl/bin/../tools/Windows/Security -name "*.inf" 2>&1 | sort -f, pid: 15880, exit status: 0, output:
|15422|34854:34762|image| /usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf
2012-10-03 10:14:35|15422|34854:34762|image|Windows.pm:apply_security_templates(7538)|ran find, output:
|15422|34854:34762|image| /usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf
2012-10-03 10:14:35|15422|34854:34762|image|Windows.pm:apply_security_templates(7529)|checking if any security templates exist in: /usr/local/vcl/bin/../tools/Windows_Version_6/Security
2012-10-03 10:14:35|15422|34854:34762|image|utils.pm:run_command(8745)|executed command: find /usr/local/vcl/bin/../tools/Windows_Version_6/Security -name "*.inf" 2>&1 | sort -f, pid: 15883, exit status: 0, output:



--
Dmitri Chebotarov
Virtual Computing Lab Systems Engineer, TSD - Ent Servers & Messaging
223 Aquia Building, Ffx, MSN: 1B5
Phone: (703) 993-6175
Fax: (703) 993-3404


On Wednesday, October 3, 2012 at 11:40 , Evelio Quiros wrote:

> Hmmm…this is really weird.  
> I attempted to capture yet another Windows XP image (fails).
> Does anyone have any ideas on why this is happening ?
>  
> Thanks,  
> Al Quiros
> FIU
>  
> The vcld log seems to start having trouble here:  
>  
> 2012-10-03 11:24:06|25274|88:88|image|Windows.pm:create_directory(1132)|created directory on vm20: 'C:/Cygwin/home/root/VCL/Security'  
> 2012-10-03 11:24:07|25274|88:88|image|Windows.pm:file_exists(1482)|file exists on vm20: 'C:/Cygwin/home/root/VCL/Security'
> 2012-10-03 11:24:07|25274|88:88|image|Windows.pm:create_directory(1153)|verified directory exists on vm20: 'C:/Cygwin/home/root/VCL/Security'
> 2012-10-03 11:24:07|25274|88:88|image|Windows.pm:apply_security_templates(7574)|attempting to copy file to: C:/Cygwin/home/root/VCL/Security/1_Windows_Security_Policies.inf
> 2012-10-03 11:24:07|25274|88:88|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf' --> 'vm20:C:/Cygwin/home/root/VCL/Security/1_Windows_Security_Policies.inf'
> 2012-10-03 11:24:08|25274|88:88|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf' --> 'vm20:C:/Cygwin/home/root/VCL/Security/1_Windows_Security_Policies.inf'
> 2012-10-03 11:24:08|25274|88:88|image|Windows.pm:apply_security_templates(7576)|copied file: vm20:C:/Cygwin/home/root/VCL/Security/1_Windows_Security_Policies.inf
> 2012-10-03 11:24:11|25274|88:88|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: '$SYSTEMROOT/security/Logs/1_Windows_Security_Policies.log'
> 2012-10-03 11:24:11|25274|88:88|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: '$SYSTEMROOT/security/Logs/1_Windows_Security_Policies.log'
>  
>  
>  
> So, it tries to copy the original windows security policy to 1_Windows_Security_Policies.inf (successful)  
> Then it tries to SCP the updated security policy from the management node. (successful)
> Then it appears NOT to be able to find the policy log from the image.
> Then, a flurry of error messages & warnings:
>  
>  
> |25274|88:88|image| ---- WARNING ----  
> |25274|88:88|image| 2012-10-03 11:24:20|25274|88:88|image|Windows.pm:apply_security_templates(7608)|failed to run secedit.exe to apply C:\\Cygwin\\home\\root\\VCL\\Security\\1_Windows_Security_Policies.inf, exit status: 1, output:
> |25274|88:88|image| ( 0) Windows.pm, apply_security_templates (line: 7608)
> |25274|88:88|image| (-1) Windows.pm, pre_capture (line: 323)
> |25274|88:88|image| (-2) Version_5.pm, pre_capture (line: 105)
> |25274|88:88|image| (-3) VMware.pm, capture (line: 712)
> |25274|88:88|image| (-4) image.pm, process (line: 162)
> |25274|88:88|image| (-5) vcld, make_new_child (line: 571)
> |25274|88:88|image| ---- WARNING ----  
> |25274|88:88|image| 2012-10-03 11:24:20|25274|88:88|image|Windows.pm:pre_capture(324)|unable to apply security templates
> |25274|88:88|image| ( 0) Windows.pm, pre_capture (line: 324)
> |25274|88:88|image| (-1) Version_5.pm, pre_capture (line: 105)
> |25274|88:88|image| (-2) VMware.pm, capture (line: 712)
> |25274|88:88|image| (-3) image.pm, process (line: 162)
> |25274|88:88|image| (-4) vcld, make_new_child (line: 571)
> |25274|88:88|image| (-5) vcld, main (line: 350)
> |25274|88:88|image| ---- WARNING ----  
> |25274|88:88|image| 2012-10-03 11:24:20|25274|88:88|image|Version_5.pm:pre_capture(109)|failed to execute parent class pre_capture() subroutine
> |25274|88:88|image| ( 0) Version_5.pm, pre_capture (line: 109)
> |25274|88:88|image| (-1) VMware.pm, capture (line: 712)
> |25274|88:88|image| (-2) image.pm, process (line: 162)
> |25274|88:88|image| (-3) vcld, make_new_child (line: 571)
> |25274|88:88|image| (-4) vcld, main (line: 350)
> |25274|88:88|image| ---- WARNING ----  
> |25274|88:88|image| 2012-10-03 11:24:20|25274|88:88|image|VMware.pm:capture(713)|failed to complete OS module's pre_capture tasks
> |25274|88:88|image| ( 0) VMware.pm, capture (line: 713)
> |25274|88:88|image| (-1) image.pm, process (line: 162)
> |25274|88:88|image| (-2) vcld, make_new_child (line: 571)
> |25274|88:88|image| (-3) vcld, main (line: 350)
> |25274|88:88|image| ---- WARNING ----  
> |25274|88:88|image| 2012-10-03 11:24:20|25274|88:88|image|image.pm:process(166)|vmwarewinxp-xpwin18-v0 image failed to be captured by provisioning module
> |25274|88:88|image| ( 0) image.pm, process (line: 166)
> |25274|88:88|image| (-1) vcld, make_new_child (line: 571)
> |25274|88:88|image| (-2) vcld, main (line: 350)
> 2012-10-03 11:24:20|25274|88:88|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
> 2012-10-03 11:24:20|25274|88:88|image|utils.pm:is_inblockrequest(5793)|zero rows were returned from database select
> 2012-10-03 11:24:20|25274|88:88|image|DataStructure.pm:get_image_affiliation_name(2118)|image owner id: 1
> 2012-10-03 11:24:20|25274|88:88|image|DataStructure.pm:retrieve_user_data(1401)|attempting to retrieve and store data for user: user.id = '1'
> 2012-10-03 11:24:20|25274|88:88|image|DataStructure.pm:retrieve_user_data(1464)|data has been retrieved for user: admin (id: 1)
> 2012-10-03 11:24:20|25274|88:88|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu (mailto:sbaylard@fiu.edu), PROBLEM -- csvcldev|88:88|image|image.pm|vm20>csvhost2.p.fiu.edu|vmwarewinxp-xpwin18-v0|admin
> |25274|88:88|image| ---- CRITICAL ----  
> |25274|88:88|image| 2012-10-03 11:24:20|25274|88:88|image|image.pm:reservation_failed(387)|vmwarewinxp-xpwin18-v0 image creation failed
> |25274|88:88|image| ( 0) image.pm, reservation_failed (line: 387)
> |25274|88:88|image| (-1) image.pm, process (line: 167)
> |25274|88:88|image| (-2) vcld, make_new_child (line: 571)
> |25274|88:88|image| (-3) vcld, main (line: 350)
>  
>  
>  
>  
> From: Al Quiros <evquir@fiu.edu (mailto:evquir@fiu.edu)>
> Reply-To: "user@vcl.apache.org (mailto:user@vcl.apache.org)" <user@vcl.apache.org (mailto:user@vcl.apache.org)>
> Date: Wednesday, October 3, 2012 9:40 AM
> To: "user@vcl.apache.org (mailto:user@vcl.apache.org)" <user@vcl.apache.org (mailto:user@vcl.apache.org)>, "vcl-user@incubator.apache.org (mailto:vcl-user@incubator.apache.org)" <vcl-user@incubator.apache.org (mailto:vcl-user@incubator.apache.org)>
> Subject: Re: Windows XP Image capture problem
>  
> Hello,  
>  
> Just to be sure the system still works, we successfully captured another linux image without any problem.  
>  
> However, when we try to capture a Windows XP or Windows 7 image, it always fails pretty quickly.  
> It looks like it fails during pre-capture tasks with the Windows.pm module.
> This is a 2.3 install. Did the windows.pm code change from version 2.2 ?
>  
> Regards,  
> Al Quiros
> Florida International University
>  
> From: Al Quiros <evquir@fiu.edu (mailto:evquir@fiu.edu)>
> Reply-To: "user@vcl.apache.org (mailto:user@vcl.apache.org)" <user@vcl.apache.org (mailto:user@vcl.apache.org)>
> Date: Tuesday, October 2, 2012 10:40 AM
> To: "vcl-user@incubator.apache.org (mailto:vcl-user@incubator.apache.org)" <vcl-user@incubator.apache.org (mailto:vcl-user@incubator.apache.org)>
> Subject: Windows XP Image capture problem
>  
> Hello,  
>  
> We set up a new development environment for one of our departments, and we were able to successfully capture a Linux image without any difficulty.  
> We also were able to reload the computers and make reservations for the captured linux image. All of that works fine.
> However, when we try to capture a Windows XP image (fully patched and updated), it fails during some of the pre-capture tasks.
> From the log, it appears that the management node can log into the computer, it can (and did) change the root password, and then tries to set Windows Security Policy when it fails.
>  
> We have tried it several times with the same result.  
> Can anyone on the list look at the log below and tell me know why it fails ?
> Is it an issue with Windows.pm ?
>  
> Thanks,  
> Al Quiros
> Florida International University
>  
> Here is the vcld log at the time of capture:  
>  
> Added new image to database: 'winxp'  
> image.name (http://image.name): vmwarewinxp-winxp14-v0
> image.id: 14
> imagerevision.id: 13
> imagemeta.id: 13
> resource.id: 43
>  
> ----------------------------------------------------------------------------  
> Inserted imaging request to the database:
> request ID: 76
> reservation ID: 76
>  
> This process will now display the contents of the vcld.log file if the vcld  
> daemon is running. If you do not see many lines of additional output, exit this
> process, start the vcld daemon, and monitor the image capture process by running
> the command:
> tail -f /var/log/vcld.log | grep '76:76'
>  
> ----------------------------------------------------------------------------  
> 2012-10-02 10:17:00|10823|utils.pm:insert_request(8076)|inserted new reload request into request table, request id=76
> 2012-10-02 10:17:00|10823|utils.pm:insert_request(8107)|inserted new reload request into reservation table, reservation id=76
> 2012-10-02 10:17:05|12185|76:76|image|utils.pm:reservation_being_processed(8667)|computerloadlog 'begin' entry does NOT exist for reservation 76
> 2012-10-02 10:17:05|12185|76:76|image|utils.pm:run_command(8739)|executed command: pgrep -fl 'vcld [0-9]+:76 ', pid: 10898, exit status: 0, output:
> 2012-10-02 10:17:05|12185|76:76|image|utils.pm:is_management_node_process_running(8972)|process is NOT running, identifier: 'vcld [0-9]+:76 '
> 2012-10-02 10:17:05|12185|76:76|image|utils.pm:reservation_being_processed(8688)|reservation is NOT currently being processed
> 2012-10-02 10:17:05|12185|76:76|image|vcld:main(282)|reservation 76 is NOT already being processed
> 2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_imagemeta_info(4609)|retrieved imagemeta info:
> |12185|76:76|image| : {
> |12185|76:76|image| : "architecture" => "",
> |12185|76:76|image| : "checkuser" => 1,
> |12185|76:76|image| : "id" => 13,
> |12185|76:76|image| : "postoption" => "",
> |12185|76:76|image| : "rootaccess" => 1,
> |12185|76:76|image| : "subimages" => 0,
> |12185|76:76|image| : "sysprep" => 0,
> |12185|76:76|image| : "usergroupid" => ""
> |12185|76:76|image| : }
> 2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_management_node_info(5489)|retrieving current management node info for 'csvcldev.p.fiu.edu' from database, cached data is stale: 72427 seconds old
> 2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_management_node_info(5636)|retrieved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
> 2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_connect_method_info(10092)|attempting to retrieve connect method info:
> |12185|76:76|image| imagerevision: 13 - vmwarewinxp-winxp14-v0
> |12185|76:76|image| OS: 16 - vmwarewinxp
> |12185|76:76|image| OS type: 1 - windows
> 2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_connect_method_info(10156)|RDP: connectmethodid=2, OStypeid=1, OSid=NULL, imagerevisionid=NULL, disabled=0
> 2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_connect_method_info(10185)|retrieved connect method info:
> |12185|76:76|image| : {
> |12185|76:76|image| : 2 => {
> |12185|76:76|image| : "connectmethodmap" => {
> |12185|76:76|image| : "OSid" => undef,
> |12185|76:76|image| : "OStypeid" => 1,
> |12185|76:76|image| : "autoprovisioned" => undef,
> |12185|76:76|image| : "connectmethodid" => 2,
> |12185|76:76|image| : "disabled" => 0,
> |12185|76:76|image| : "imagerevisionid" => undef
> |12185|76:76|image| : },
> |12185|76:76|image| : "description" => "Remote Desktop",
> |12185|76:76|image| : "id" => 2,
> |12185|76:76|image| : "name" => "RDP",
> |12185|76:76|image| : "port" => 3389,
> |12185|76:76|image| : "protocol" => "",
> |12185|76:76|image| : "servicename" => "TermService",
> |12185|76:76|image| : "startupscript" => undef
> |12185|76:76|image| : }
> |12185|76:76|image| : }
> 2012-10-02 10:17:05|12185|76:76|image|vcld:main(287)|retrieved request information from database
> 2012-10-02 10:17:05|12185|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
> 2012-10-02 10:17:05|12185|76:76|image|utils.pm:update_request_state(1545)|request 76 state updated to: pending, laststate to: image
> 2012-10-02 10:17:05|12185|76:76|image|utils.pm:insertloadlog(3703)|inserted computer=22, begin, beginning to process, state is image
> 2012-10-02 10:17:05|12185|76:76|image|vcld:make_new_child(518)|loaded VCL::image module
> 2012-10-02 10:17:05|12185|76:76|image|vcld:make_new_child(542)|current number of forked kids: 1
> 2012-10-02 10:17:05|10916|76:76|image|vcld:make_new_child(558)|vcld environment variable set to 0 for this process
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: noimage, DataStructure object will contain image information for the production imagerevision of this image
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_mn_os_object(376)|VCL::Module::OS::Linux::ManagementNode module loaded
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Linux::ManagementNode object created for image noimage, address: 3a04d98
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{hostname}, data identifier: computer_hostname, data:
> |10916|76:76|image| : "csvcldev.p.fiu.edu"
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{NODENAME}, data identifier: computer_node_name, data:
> |10916|76:76|image| : "csvcldev"
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{SHORTNAME}, data identifier: computer_short_name, data:
> |10916|76:76|image| : "csvcldev"
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{IPaddress}, data identifier: computer_ip_address, data:
> |10916|76:76|image| : "10.106.130.20"
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_mn_os_object(381)|VCL::Module::OS::Linux::ManagementNode OS object created, address: 3a04d98
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(192)|VCL::image object created for state image, address: 34a83b8
> 2012-10-02 10:17:05|10916|76:76|image|State.pm:initialize(88)|obtained a database handle for this state process, stored as $ENV{dbh}
> 2012-10-02 10:17:05|10916|76:76|image|State.pm:check_image_os(790)|no corrections need to be made to image OS: vmwarewinxp
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
> 2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6785)|reservation count: 1
> 2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6804)|PARENTIMAGE: 1
> 2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6805)|SUBIMAGE: 0
> 2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6823)|renamed process to 'vcld 76:76 image vm20>csvhost2.p.fiu.edu vmwarewinxp-winxp14-v0 admin'
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_os_object(308)|VCL::Module::OS::Windows::Version_5::XP module loaded
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Windows::Version_5::XP object created for image vmwarewinxp-winxp14-v0, address: 3a08460
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_os_object(314)|VCL::Module::OS::Windows::Version_5::XP OS object created, address: 3a08460
> 2012-10-02 10:17:05|10916|76:76|image|State.pm:initialize(125)|computer is a VM, attempting to create VM host OS object
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(454)|attempting to load VM host OS module: VCL::Module::OS::Linux::UnixLab (image: 1)
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(460)|VM host OS module loaded: VCL::Module::OS::Linux::UnixLab
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Linux::UnixLab object created for image noimage, address: 3a08868
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(465)|VCL::Module::OS::Linux::UnixLab OS object created, address: 3a08868
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_provisioning_object(519)|VCL::Module::Provisioning::VMware::VMware module loaded
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::VMware::VMware object created for computer vm20, address: 3a24a40
> 2012-10-02 10:17:05|10916|76:76|image|VMware.pm:initialize(267)|initializing VCL::Module::Provisioning::VMware::VMware object
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
> 2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|created DataStructure object for VM host: csvhost2
> 2012-10-02 10:17:05|10916|76:76|image|VMware.pm:initialize(287)|VM profile assigned to csvhost2: VMware ESXi - local storage
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
> 2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
> 2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|created DataStructure object for VM host: csvhost2
> 2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1495)|attempting to load VMware control module: VCL::Module::Provisioning::VMware::vSphere_SDK
> 2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1501)|loaded VMware control module: VCL::Module::Provisioning::VMware::vSphere_SDK
> 2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::VMware::vSphere_SDK object created for computer vm20, address: 458ebd0
> 2012-10-02 10:17:05|10916|76:76|image|vSphere_SDK.pm:initialize(98)|vSphere SDK for Perl does not appear to be installed on this managment node, unable to load VMware vSphere SDK Perl modules, error:
> |10916|76:76|image| Can't locate VMware/VIRuntime.pm in @INC (@INC contains: /usr/local/vcl/bin/../../../.. /usr/local/vcl/bin/../.. /usr/local/vcl/bin/../../.. /usr/local/vcl/bin/../../../../.. /usr/local/vcl/bin/.. /usr/local/vcl/bin/../lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at (eval 812) line 1.
> |10916|76:76|image| BEGIN failed--compilation aborted at (eval 812) line 1.
> 2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1515)|API object could not be created: VCL::Module::Provisioning::VMware::vSphere_SDK
> 2012-10-02 10:17:06|10916|76:76|image|OS.pm:is_ssh_responding(640)|csvhost2 is responding to SSH, port 22: open, port 24: closed
> 2012-10-02 10:17:06|10916|76:76|image|VMware.pm:initialize(303)|OS on VM host csvhost2 will be controlled using VCL::Module::OS::Linux::UnixLab OS object
> 2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
> 2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
> 2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
> 2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
> 2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|created DataStructure object for VM host: csvhost2
> 2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1495)|attempting to load VMware control module: VCL::Module::Provisioning::VMware::VIM_SSH
> 2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1501)|loaded VMware control module: VCL::Module::Provisioning::VMware::VIM_SSH
> 2012-10-02 10:17:06|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::VMware::VIM_SSH object created for computer vm20, address: 458eca8
> 2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd ; vmware-vim-cmd' 2>&1
> 2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| Commands available under /:
> |10916|76:76|image| hbrsvc/ internalsvc/ solo/ vmsvc/
> |10916|76:76|image| hostsvc/ proxysvc/ vimsvc/ help
> |10916|76:76|image| sh: vmware-vim-cmd: not found
> 2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd ; vmware-vim-cmd' 2>&1
> |10916|76:76|image| returning (127, "Commands available under /: hb...")
> 2012-10-02 10:17:06|10916|76:76|image|VIM_SSH.pm:initialize(138)|VIM executable available on VM host: vim-cmd
> 2012-10-02 10:17:06|10916|76:76|image|VIM_SSH.pm:initialize(140)|VCL::Module::Provisioning::VMware::VIM_SSH object initialized
> 2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1522)|created API object: VCL::Module::Provisioning::VMware::VIM_SSH
> 2012-10-02 10:17:06|10916|76:76|image|VMware.pm:initialize(312)|VM host csvhost2 will be controlled using vim-cmd via SSH
> 2012-10-02 10:17:06|10916|76:76|image|VMware.pm:initialize(327)|VMware OS and API objects created for VM host csvhost2:
> |10916|76:76|image| VM host OS object type: VCL::Module::OS::Linux::UnixLab
> |10916|76:76|image| VMware API object type: VCL::Module::Provisioning::VMware::VIM_SSH
> 2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vmware -v' 2>&1
> 2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| VMware ESXi 5.0.0 build-469512
> 2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "VMware ESXi 5.0.0 build-469512")
> 2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmhost_product_name(6621)|VMware product being used on VM host csvhost2: 'VMware ESXi 5.0.0 build-469512'
> 2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd hostsvc/datastore/listsummary' 2>&1
> 2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| (vim.Datastore.Summary) [
> |10916|76:76|image| (vim.Datastore.Summary) {
> |10916|76:76|image| dynamicType = <unset>,
> |10916|76:76|image| datastore = 'vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f',
> |10916|76:76|image| name = "datastore1",
> |10916|76:76|image| url = "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f",
> |10916|76:76|image| capacity = 294742130688,
> |10916|76:76|image| freeSpace = 276907950080,
> |10916|76:76|image| uncommitted = 0,
> |10916|76:76|image| accessible = true,
> |10916|76:76|image| multipleHostAccess = <unset>,
> |10916|76:76|image| type = "VMFS",
> |10916|76:76|image| maintenanceMode = <unset>,
> |10916|76:76|image| }
> |10916|76:76|image| ]
> 2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "(vim.Datastore.Summary) [ (vim...")
> 2012-10-02 10:17:07|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd hostsvc/datastore/listsummary
> 2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_datastore_info(6747)|retrieved datastore info from VM host:
> |10916|76:76|image| : {
> |10916|76:76|image| : "datastore1" => {
> |10916|76:76|image| : "accessible" => "true",
> |10916|76:76|image| : "capacity" => "294742130688",
> |10916|76:76|image| : "datastore" => "vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f",
> |10916|76:76|image| : "dynamicType" => "<unset>",
> |10916|76:76|image| : "freeSpace" => "276907950080",
> |10916|76:76|image| : "maintenanceMode" => "<unset>",
> |10916|76:76|image| : "multipleHostAccess" => "<unset>",
> |10916|76:76|image| : "normal_path" => "/vmfs/volumes/datastore1",
> |10916|76:76|image| : "type" => "VMFS",
> |10916|76:76|image| : "uncommitted" => 0,
> |10916|76:76|image| : "url" => "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f"
> |10916|76:76|image| : }
> |10916|76:76|image| : }
> 2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmx_base_directory_path(3089)|determined vmx base directory path: /vmfs/volumes/datastore1
> 2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1' 2>&1
> 2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| File: "/vmfs/volumes/datastore1 -> 4fee009d-70a4b7e9-211b-0025b500bb7f"
> |10916|76:76|image| Size: 35 Blocks: 0 IO Block: 131072 symbolic link
> |10916|76:76|image| Device: 0h/0dInode: 2147483647 Links: 1
> |10916|76:76|image| Access: (0755/lrwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
> |10916|76:76|image| Access: 2012-10-02 14:10:07.000000000
> |10916|76:76|image| Modify: 2012-10-02 14:10:07.000000000
> |10916|76:76|image| Change: 2012-10-02 14:10:07.000000000
> 2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "File: "/vmfs/volumes/datastore...")
> 2012-10-02 10:17:07|10916|76:76|image|Linux.pm:file_exists(1356)|'/vmfs/volumes/datastore1' exists on csvhost2, files: 0, directories: 0, links: 1
> 2012-10-02 10:17:07|10916|76:76|image|VMware.pm:is_vm_dedicated(4246)|VM disk mode does not need to be dedicated
> 2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
> 2012-10-02 10:17:07|10916|76:76|image|VMware.pm:initialize(351)|not checking if vmdk base directory exists because it is the same as the vmx base directory: /vmfs/volumes/datastore1
> 2012-10-02 10:17:07|10916|76:76|image|Module.pm:create_provisioning_object(525)|VCL::Module::Provisioning::VMware::VMware provisioner object created for vm20, address: 3a24a40
> 2012-10-02 10:17:07|10916|76:76|image|State.pm:initialize(154)|returning 1
> 2012-10-02 10:17:07|10916|76:76|image|vcld:make_new_child(568)|VCL::image object created and initialized
> 2012-10-02 10:17:07|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu (mailto:sbaylard@fiu.edu), VCL IMAGE Creation Started: vmwarewinxp-winxp14-v0
> 2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
> 2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
> 2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| stat: cannot stat '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk': No such file or directory
> 2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
> |10916|76:76|image| returning (1, "stat: cannot stat '/vmfs/volum...")
> 2012-10-02 10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4584)|image does not exist in the shared directory on the VM host
> 2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
> 2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| stat: cannot stat '/install': No such file or directory
> 2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
> |10916|76:76|image| returning (1, "stat: cannot stat '/install': ...")
> 2012-10-02 10:17:08|10916|76:76|image|VMware.pm:is_repository_mounted_on_vmhost(6705)|image repository is NOT mounted on VM host csvhost2: /install
> 2012-10-02 10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4606)|checking if vmdk file exists in image repository on managment node csvcldev: /install/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk
> 2012-10-02 10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4620)|vmdk file does not exist on management node: '/install/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk'
> 2012-10-02 10:17:08|10916|76:76|image|image.pm:process(145)|image vmwarewinxp-winxp14-v0 does not exist in the repository
> 2012-10-02 10:17:08|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{76}{image}{lastupdate}, data identifier: image_lastupdate, data:
> |10916|76:76|image| : "2012-10-02 10:17:08"
> 2012-10-02 10:17:08|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{76}{imagerevision}{datecreated}, data identifier: imagerevision_date_created, data:
> |10916|76:76|image| : "2012-10-02 10:17:08"
> 2012-10-02 10:17:08|10916|76:76|image|image.pm:process(161)|calling provisioning module's capture() subroutine
> 2012-10-02 10:17:08|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
> 2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
> 2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| stat: cannot stat '/install': No such file or directory
> 2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
> |10916|76:76|image| returning (1, "stat: cannot stat '/install': ...")
> 2012-10-02 10:17:08|10916|76:76|image|VMware.pm:is_repository_mounted_on_vmhost(6705)|image repository is NOT mounted on VM host csvhost2: /install
> 2012-10-02 10:17:17|10916|76:76|image|OS.pm:is_ssh_responding(640)|vm20 is responding to SSH, port 22: open, port 24: closed
> 2012-10-02 10:17:18|10916|76:76|image|OS.pm:get_os_type(2216)|Windows OS is currently installed on vm20, output:
> |10916|76:76|image| CYGWIN_NT-5.1 fiu-1ff43949c30 1.7.16(0.262/5/3) 2012-07-20 22:55 i686 Cygwin
> 2012-10-02 10:17:18|10916|76:76|image|VMware.pm:get_active_vmx_file_path(963)|'windows' OS type currently installed on vm20 matches the OS type of the image assigned to this reservation
> 2012-10-02 10:17:19|10916|76:76|image|Windows.pm:is_64_bit(8587)|32-bit Windows OS detected, PROCESSOR_IDENTIFIER: x86 Family 6 Model 44 Stepping 2, GenuineIntel
> 2012-10-02 10:17:19|10916|76:76|image|Windows.pm:get_system32_path(8630)|32-bit Windows OS installed on vm20, using C:/Windows/System32
> 2012-10-02 10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1630)|attempting to retrieve private IP address for computer: vm20
> 2012-10-02 10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1634)|retrieved contents of /etc/hosts on this management node, contains 32 lines
> 2012-10-02 10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1694)|returning IP address from /etc/hosts file: 10.0.2.120
> 2012-10-02 10:17:19|10916|76:76|image|Windows.pm:get_network_configuration(5584)|attempt 1/12: checking if devices still appear to be initializing before retrieving network configuration
> 2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_task_info(7387)|ran tasklist.exe
> 2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_task_info(7410)|column names: Image Name, PID, Session Name, Session#, Mem Usage, Status, User Name, CPU Time, Window Title
> 2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_task_info(7427)|task info:
> |10916|76:76|image| : {}
> 2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_network_configuration(5593)|no devices appear to still be initializing, tasks:
> |10916|76:76|image| : {}
> 2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_network_configuration(5603)|attempting to retrieve network configuration information from vm20
> 2012-10-02 10:17:21|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/ipconfig.exe /all' 2>&1
> 2012-10-02 10:17:22|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| Windows IP Configuration
> |10916|76:76|image| Host Name . . . . . . . . . . . . : fiu-1ff43949c30
> |10916|76:76|image| Primary Dns Suffix . . . . . . . :
> |10916|76:76|image| Node Type . . . . . . . . . . . . : Unknown
> |10916|76:76|image| IP Routing Enabled. . . . . . . . : No
> |10916|76:76|image| WINS Proxy Enabled. . . . . . . . : No
> |10916|76:76|image| Ethernet adapter Local Area Connection:
> |10916|76:76|image| Connection-specific DNS Suffix . :
> |10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter #2
> |10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-27
> |10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
> |10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
> |10916|76:76|image| IP Address. . . . . . . . . . . . : 10.0.2.120
> |10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
> |10916|76:76|image| Default Gateway . . . . . . . . . :
> |10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.0.2.20
> |10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 AM
> |10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 PM
> |10916|76:76|image| Ethernet adapter Local Area Connection 2:
> |10916|76:76|image| Connection-specific DNS Suffix . :
> |10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter
> |10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-28
> |10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
> |10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
> |10916|76:76|image| IP Address. . . . . . . . . . . . : 10.106.130.124
> |10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
> |10916|76:76|image| Default Gateway . . . . . . . . . : 10.106.130.1
> |10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.106.130.23
> |10916|76:76|image| DNS Servers . . . . . . . . . . . : 131.94.205.10
> |10916|76:76|image| 131.94.7.220
> |10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:37 AM
> |10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 4:07:37 PM
> 2012-10-02 10:17:22|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "Windows IP Configuration Host ...")
> 2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5618)|ran ipconfig on vm20:
> |10916|76:76|image| Windows IP Configuration
> |10916|76:76|image| Host Name . . . . . . . . . . . . : fiu-1ff43949c30
> |10916|76:76|image| Primary Dns Suffix . . . . . . . :
> |10916|76:76|image| Node Type . . . . . . . . . . . . : Unknown
> |10916|76:76|image| IP Routing Enabled. . . . . . . . : No
> |10916|76:76|image| WINS Proxy Enabled. . . . . . . . : No
> |10916|76:76|image| Ethernet adapter Local Area Connection:
> |10916|76:76|image| Connection-specific DNS Suffix . :
> |10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter #2
> |10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-27
> |10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
> |10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
> |10916|76:76|image| IP Address. . . . . . . . . . . . : 10.0.2.120
> |10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
> |10916|76:76|image| Default Gateway . . . . . . . . . :
> |10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.0.2.20
> |10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 AM
> |10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 PM
> |10916|76:76|image| Ethernet adapter Local Area Connection 2:
> |10916|76:76|image| Connection-specific DNS Suffix . :
> |10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter
> |10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-28
> |10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
> |10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
> |10916|76:76|image| IP Address. . . . . . . . . . . . : 10.106.130.124
> |10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
> |10916|76:76|image| Default Gateway . . . . . . . . . : 10.106.130.1
> |10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.106.130.23
> |10916|76:76|image| DNS Servers . . . . . . . . . . . : 131.94.205.10
> |10916|76:76|image| 131.94.7.220
> |10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:37 AM
> |10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 4:07:37 PM
> 2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5647)|found interface: Local Area Connection
> 2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5647)|found interface: Local Area Connection 2
> 2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5707)|retrieved network configuration:
> |10916|76:76|image| : {
> |10916|76:76|image| : "Local Area Connection" => {
> |10916|76:76|image| : "autoconfiguration_enabled" => "Yes",
> |10916|76:76|image| : "description" => "VMware Accelerated AMD PCNet Adapter #2",
> |10916|76:76|image| : "dhcp_enabled" => "Yes",
> |10916|76:76|image| : "dhcp_server" => "10.0.2.20",
> |10916|76:76|image| : "ip_address" => {
> |10916|76:76|image| : "10.0.2.120" => "255.255.255.0"
> |10916|76:76|image| : },
> |10916|76:76|image| : "lease_expires" => "Tuesday, October 02, 2012 10:07:36 PM",
> |10916|76:76|image| : "lease_obtained" => "Tuesday, October 02, 2012 10:07:36 AM",
> |10916|76:76|image| : "physical_address" => "00:50:56:C5:00:27"
> |10916|76:76|image| : },
> |10916|76:76|image| : "Local Area Connection 2" => {
> |10916|76:76|image| : "autoconfiguration_enabled" => "Yes",
> |10916|76:76|image| : "default_gateway" => "10.106.130.1",
> |10916|76:76|image| : "description" => "VMware Accelerated AMD PCNet Adapter",
> |10916|76:76|image| : "dhcp_enabled" => "Yes",
> |10916|76:76|image| : "dhcp_server" => "10.106.130.23",
> |10916|76:76|image| : "dns_server" => "131.94.7.220",
> |10916|76:76|image| : "ip_address" => {
> |10916|76:76|image| : "10.106.130.124" => "255.255.255.0"
> |10916|76:76|image| : },
> |10916|76:76|image| : "lease_expires" => "Tuesday, October 02, 2012 4:07:37 PM",
> |10916|76:76|image| : "lease_obtained" => "Tuesday, October 02, 2012 10:07:37 AM",
> |10916|76:76|image| : "physical_address" => "00:50:56:C5:00:28"
> |10916|76:76|image| : }
> |10916|76:76|image| : }
> 2012-10-02 10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
> 2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_private_interface_name(1068)|determined private interface name: Local Area Connection (10.0.2.120)
> 2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_mac_address(1350)|returning private MAC address: 00:50:56:C5:00:27
> 2012-10-02 10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
> 2012-10-02 10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
> 2012-10-02 10:17:22|10916|76:76|image|OS.pm:_get_public_interface_name_helper(1218)|'Local Area Connection 2' is more likely the public interface, it is NOT assigned the private IP address: 10.0.2.120
> 2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_public_interface_name(1150)|determined the public interface name: 'Local Area Connection 2'
> |10916|76:76|image| : {
> |10916|76:76|image| : "autoconfiguration_enabled" => "Yes",
> |10916|76:76|image| : "default_gateway" => "10.106.130.1",
> |10916|76:76|image| : "description" => "VMware Accelerated AMD PCNet Adapter",
> |10916|76:76|image| : "dhcp_enabled" => "Yes",
> |10916|76:76|image| : "dhcp_server" => "10.106.130.23",
> |10916|76:76|image| : "dns_server" => "131.94.7.220",
> |10916|76:76|image| : "ip_address" => {
> |10916|76:76|image| : "10.106.130.124" => "255.255.255.0"
> |10916|76:76|image| : },
> |10916|76:76|image| : "lease_expires" => "Tuesday, October 02, 2012 4:07:37 PM",
> |10916|76:76|image| : "lease_obtained" => "Tuesday, October 02, 2012 10:07:37 AM",
> |10916|76:76|image| : "physical_address" => "00:50:56:C5:00:28"
> |10916|76:76|image| : }
> 2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_mac_address(1350)|returning public MAC address: 00:50:56:C5:00:28
> 2012-10-02 10:17:22|10916|76:76|image|VMware.pm:get_vmx_file_paths(5226)|attempting to find existing vmx files on the VM host
> 2012-10-02 10:17:22|10916|76:76|image|VMware.pm:get_vmx_base_directory_path(3089)|determined vmx base directory path: /vmfs/volumes/datastore1
> 2012-10-02 10:17:22|10916|76:76|image|OS.pm:find_files(2821)|attempting to find files on csvhost2, base directory path: '/vmfs/volumes/datastore1/', pattern: *.vmx, command: /usr/bin/find "/vmfs/volumes/datastore1/" -type f -iname "*.vmx"
> 2012-10-02 10:17:23|10916|76:76|image|OS.pm:find_files(2849)|files found: 12, base directory: '/vmfs/volumes/datastore1/', pattern: '*.vmx'
> |10916|76:76|image| command: '/usr/bin/find "/vmfs/volumes/datastore1/" -type f -iname "*.vmx"'
> 2012-10-02 10:17:23|10916|76:76|image|VMware.pm:get_vmx_file_paths(5232)|found 12 vmx files under /vmfs/volumes/datastore1
> |10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
> 2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
> 2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| Vmid Name File Guest OS Version Annotation
> |10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
> |10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
> |10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
> 2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
> 2012-10-02 10:17:23|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
> 2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd hostsvc/datastore/listsummary' 2>&1
> 2012-10-02 10:17:24|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| (vim.Datastore.Summary) [
> |10916|76:76|image| (vim.Datastore.Summary) {
> |10916|76:76|image| dynamicType = <unset>,
> |10916|76:76|image| datastore = 'vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f',
> |10916|76:76|image| name = "datastore1",
> |10916|76:76|image| url = "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f",
> |10916|76:76|image| capacity = 294742130688,
> |10916|76:76|image| freeSpace = 276907950080,
> |10916|76:76|image| uncommitted = 0,
> |10916|76:76|image| accessible = true,
> |10916|76:76|image| multipleHostAccess = <unset>,
> |10916|76:76|image| type = "VMFS",
> |10916|76:76|image| maintenanceMode = <unset>,
> |10916|76:76|image| }
> |10916|76:76|image| ]
> 2012-10-02 10:17:24|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "(vim.Datastore.Summary) [ (vim...")
> 2012-10-02 10:17:24|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd hostsvc/datastore/listsummary
> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_datastore_info(6747)|retrieved datastore info from VM host:
> |10916|76:76|image| : {
> |10916|76:76|image| : "datastore1" => {
> |10916|76:76|image| : "accessible" => "true",
> |10916|76:76|image| : "capacity" => "294742130688",
> |10916|76:76|image| : "datastore" => "vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f",
> |10916|76:76|image| : "dynamicType" => "<unset>",
> |10916|76:76|image| : "freeSpace" => "276907950080",
> |10916|76:76|image| : "maintenanceMode" => "<unset>",
> |10916|76:76|image| : "multipleHostAccess" => "<unset>",
> |10916|76:76|image| : "normal_path" => "/vmfs/volumes/datastore1",
> |10916|76:76|image| : "type" => "VMFS",
> |10916|76:76|image| : "uncommitted" => 0,
> |10916|76:76|image| : "url" => "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f"
> |10916|76:76|image| : }
> |10916|76:76|image| : }
> 2012-10-02 10:17:24|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 registered VMs
> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_file_paths(5236)|found 11 registered vmx files
> |10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_file_paths(5241)|found 12 vmx files on VM host
> |10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(985)|retrieved vmx file paths currently residing on the VM host:
> |10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(992)|sorted vmx file paths so that directories containing vm20 are checked first:
> |10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
> |10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
> 2012-10-02 10:17:24|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 80 lines from file on csvhost2: '/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx file does not contain a computer_id value, attempting to determine matching computer
> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(7395)|computer name could not be determined from directory name: 'winxp'
> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to determine computer name from vmx file path: '/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5371)|ignoring ide1:0, filename property does not end with .vmdk: /vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f/iso/WXPCCP_EN.iso
> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode property not set, setting default value: persistent
> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: winxp.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/backup/winxp/winxp.vmdk
> 2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
> |10916|76:76|image| used by vm20:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> |10916|76:76|image| configured in winxp.vmx:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> 2012-10-02 10:17:24|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
> 2012-10-02 10:17:25|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| Vmid Name File Guest OS Version Annotation
> |10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
> |10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
> |10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
> 2012-10-02 10:17:25|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
> 2012-10-02 10:17:25|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
> 2012-10-02 10:17:25|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 registered VMs
> 2012-10-02 10:17:25|10916|76:76|image|VMware.pm:is_vm_registered(4416)|VM is not registered: '/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
> 2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1032)|ignoring winxp.vmx because the VM is not registered
> 2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
> 2012-10-02 10:17:25|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx'
> 2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm11_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
> 2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
> |10916|76:76|image| used by vm20:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> |10916|76:76|image| configured in vm11_5-v0.vmx:
> |10916|76:76|image| 000c2985f6f3
> |10916|76:76|image| 005056c50015
> 2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm11_5-v0.vmx because MAC addresses do not match the ones being used by vm20
> 2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
> 2012-10-02 10:17:25|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx'
> 2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm12_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
> |10916|76:76|image| used by vm20:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> |10916|76:76|image| configured in vm12_5-v0.vmx:
> |10916|76:76|image| 000c299d9dde
> |10916|76:76|image| 005056c50017
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm12_5-v0.vmx because MAC addresses do not match the ones being used by vm20
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
> 2012-10-02 10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx'
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm13_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
> |10916|76:76|image| used by vm20:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> |10916|76:76|image| configured in vm13_5-v0.vmx:
> |10916|76:76|image| 000c2968df74
> |10916|76:76|image| 005056c50019
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm13_5-v0.vmx because MAC addresses do not match the ones being used by vm20
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
> 2012-10-02 10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx'
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm14_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
> |10916|76:76|image| used by vm20:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> |10916|76:76|image| configured in vm14_5-v0.vmx:
> |10916|76:76|image| 000c297932b9
> |10916|76:76|image| 005056c5001b
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm14_5-v0.vmx because MAC addresses do not match the ones being used by vm20
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
> 2012-10-02 10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx'
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm15_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
> |10916|76:76|image| used by vm20:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> |10916|76:76|image| configured in vm15_5-v0.vmx:
> |10916|76:76|image| 000c299b3a3f
> |10916|76:76|image| 005056c5001d
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm15_5-v0.vmx because MAC addresses do not match the ones being used by vm20
> 2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
> 2012-10-02 10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx'
> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm16_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
> |10916|76:76|image| used by vm20:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> |10916|76:76|image| configured in vm16_5-v0.vmx:
> |10916|76:76|image| 000c29278d1e
> |10916|76:76|image| 005056c5001f
> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm16_5-v0.vmx because MAC addresses do not match the ones being used by vm20
> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
> 2012-10-02 10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx'
> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm17_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
> |10916|76:76|image| used by vm20:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> |10916|76:76|image| configured in vm17_5-v0.vmx:
> |10916|76:76|image| 000c29147e03
> |10916|76:76|image| 005056c50021
> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm17_5-v0.vmx because MAC addresses do not match the ones being used by vm20
> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
> 2012-10-02 10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx'
> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm18_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
> |10916|76:76|image| used by vm20:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> |10916|76:76|image| configured in vm18_5-v0.vmx:
> |10916|76:76|image| 000c2986309b
> |10916|76:76|image| 005056c50023
> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm18_5-v0.vmx because MAC addresses do not match the ones being used by vm20
> 2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
> 2012-10-02 10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx'
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm19_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
> |10916|76:76|image| used by vm20:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> |10916|76:76|image| configured in vm19_5-v0.vmx:
> |10916|76:76|image| 000c29dc4e28
> |10916|76:76|image| 005056c50025
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm19_5-v0.vmx because MAC addresses do not match the ones being used by vm20
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
> 2012-10-02 10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 73 lines from file on csvhost2: '/vmfs/volumes/datastore1/windowsxp/windowsxp.vmx'
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx file does not contain a computer_id value, attempting to determine matching computer
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(7395)|computer name could not be determined from directory name: 'windowsxp'
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to determine computer name from vmx file path: '/vmfs/volumes/datastore1/windowsxp/windowsxp.vmx'
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5366)|ignoring ide1:0, filename property not set
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode property not set, setting default value: persistent
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: windowsxp.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/windowsxp/windowsxp.vmdk
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
> |10916|76:76|image| used by vm20:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> |10916|76:76|image| configured in windowsxp.vmx:
> |10916|76:76|image| 005056cc0005
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring windowsxp.vmx because MAC addresses do not match the ones being used by vm20
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/winxp/winxp.vmx
> 2012-10-02 10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 80 lines from file on csvhost2: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx file does not contain a computer_id value, attempting to determine matching computer
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(7395)|computer name could not be determined from directory name: 'winxp'
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to determine computer name from vmx file path: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5366)|ignoring ide1:0, filename property not set
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode property not set, setting default value: persistent
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: winxp.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/winxp/winxp.vmdk
> 2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
> |10916|76:76|image| used by vm20:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> |10916|76:76|image| configured in winxp.vmx:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> 2012-10-02 10:17:28|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
> 2012-10-02 10:17:29|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| Vmid Name File Guest OS Version Annotation
> |10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
> |10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
> |10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
> 2012-10-02 10:17:29|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
> 2012-10-02 10:17:29|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
> 2012-10-02 10:17:29|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 registered VMs
> 2012-10-02 10:17:29|10916|76:76|image|VMware.pm:is_vm_registered(4411)|VM is registered: /vmfs/volumes/datastore1/winxp/winxp.vmx
> 2012-10-02 10:17:29|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
> 2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| Vmid Name File Guest OS Version Annotation
> |10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
> |10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
> |10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
> |10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
> 2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
> 2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
> 2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/power.getstate 21' 2>&1
> 2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| Retrieved runtime info
> |10916|76:76|image| Powered on
> 2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Retrieved runtime info Powered...")
> 2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/power.getstate 21
> 2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:get_vm_power_state(884)|vmsvc/power.getstate 21:
> |10916|76:76|image| Retrieved runtime info
> |10916|76:76|image| Powered on
> 2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:get_vm_power_state(887)|VM is powered on: /vmfs/volumes/datastore1/winxp/winxp.vmx
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1044)|found matching MAC address between vm20 and winxp.vmx:
> |10916|76:76|image| 005056c50027
> |10916|76:76|image| 005056c50028
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1059)|found vmx file being used by vm20: /vmfs/volumes/datastore1/winxp/winxp.vmx
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:check_file_paths(4035)|successfully retrieved vmx file path components:
> |10916|76:76|image| VM profile VM path: '/vmfs/volumes/datastore1'
> |10916|76:76|image| VM profile datastore path: '/vmfs/volumes/datastore1'
> |10916|76:76|image| vmx file path: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
> |10916|76:76|image| vmx directory path: '/vmfs/volumes/datastore1/winxp'
> |10916|76:76|image| vmx base directory path: '/vmfs/volumes/datastore1'
> |10916|76:76|image| vmx directory name: 'winxp'
> |10916|76:76|image| vmx file name: 'winxp.vmx'
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:set_vmx_file_path(3279)|set overridden vmx file path: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmx_info(5298)|returning previously retrieved info from vmx file: /vmfs/volumes/datastore1/winxp/winxp.vmx
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(639)|vmx info for VM vm20 being captured:
> |10916|76:76|image| : {
> |10916|76:76|image| : ".encoding" => "UTF-8",
> |10916|76:76|image| : "cleanshutdown" => "FALSE",
> |10916|76:76|image| : "config.version" => 8,
> |10916|76:76|image| : "displayname" => "winxp",
> |10916|76:76|image| : "ethernet0.address" => "00:50:56:c5:00:27",
> |10916|76:76|image| : "ethernet0.addresstype" => "static",
> |10916|76:76|image| : "ethernet0.generatedaddressoffset" => 0,
> |10916|76:76|image| : "ethernet0.networkname" => "VM Private",
> |10916|76:76|image| : "ethernet0.pcislotnumber" => 32,
> |10916|76:76|image| : "ethernet0.present" => "TRUE",
> |10916|76:76|image| : "ethernet1.address" => "00:50:56:c5:00:28",
> |10916|76:76|image| : "ethernet1.addresstype" => "static",
> |10916|76:76|image| : "ethernet1.generatedaddressoffset" => 10,
> |10916|76:76|image| : "ethernet1.networkname" => "VM Public",
> |10916|76:76|image| : "ethernet1.pcislotnumber" => 33,
> |10916|76:76|image| : "ethernet1.present" => "TRUE",
> |10916|76:76|image| : "evccompatibilitymode" => "FALSE",
> |10916|76:76|image| : "extendedconfigfile" => "winxp.vmxf",
> |10916|76:76|image| : "floppy0.clientdevice" => "TRUE",
> |10916|76:76|image| : "floppy0.filename" => "",
> |10916|76:76|image| : "floppy0.present" => "TRUE",
> |10916|76:76|image| : "floppy0.startconnected" => "FALSE",
> |10916|76:76|image| : "guestcpuid.0" => "0000000b756e65476c65746e49656e69",
> |10916|76:76|image| : "guestcpuid.1" => "000206c200010800829822030febfbff",
> |10916|76:76|image| : "guestcpuid.80000001" => "00000000000000000000000128100800",
> |10916|76:76|image| : "guestos" => "winxppro",
> |10916|76:76|image| : "hostcpuid.0" => "0000000b756e65476c65746e49656e69",
> |10916|76:76|image| : "hostcpuid.1" => "000206c200200800029ee3ffbfebfbff",
> |10916|76:76|image| : "hostcpuid.80000001" => "0000000000000000000000012c100800",
> |10916|76:76|image| : "hpet0.present" => "TRUE",
> |10916|76:76|image| : "ide0:0.filename" => "winxp.vmdk",
> |10916|76:76|image| : "ide0:0.present" => "TRUE",
> |10916|76:76|image| : "ide0:0.redo" => "",
> |10916|76:76|image| : "ide1:0.clientdevice" => "TRUE",
> |10916|76:76|image| : "ide1:0.devicetype" => "atapi-cdrom",
> |10916|76:76|image| : "ide1:0.filename" => "",
> |10916|76:76|image| : "ide1:0.present" => "TRUE",
> |10916|76:76|image| : "ide1:0.startconnected" => "FALSE",
> |10916|76:76|image| : "memsize" => 1024,
> |10916|76:76|image| : "nvram" => "winxp.nvram",
> |10916|76:76|image| : "pcibridge0.pcislotnumber" => 17,
> |10916|76:76|image| : "pcibridge0.present" => "TRUE",
> |10916|76:76|image| : "pcibridge4.functions" => 8,
> |10916|76:76|image| : "pcibridge4.pcislotnumber" => 21,
> |10916|76:76|image| : "pcibridge4.present" => "TRUE",
> |10916|76:76|image| : "pcibridge4.virtualdev" => "pcieRootPort",
> |10916|76:76|image| : "pcibridge5.functions" => 8,
> |10916|76:76|image| : "pcibridge5.pcislotnumber" => 22,
> |10916|76:76|image| : "pcibridge5.present" => "TRUE",
> |10916|76:76|image| : "pcibridge5.virtualdev" => "pcieRootPort",
> |10916|76:76|image| : "pcibridge6.functions" => 8,
> |10916|76:76|image| : "pcibridge6.pcislotnumber" => 23,
> |10916|76:76|image| : "pcibridge6.present" => "TRUE",
> |10916|76:76|image| : "pcibridge6.virtualdev" => "pcieRootPort",
> |10916|76:76|image| : "pcibridge7.functions" => 8,
> |10916|76:76|image| : "pcibridge7.pcislotnumber" => 24,
> |10916|76:76|image| : "pcibridge7.present" => "TRUE",
> |10916|76:76|image| : "pcibridge7.virtualdev" => "pcieRootPort",
> |10916|76:76|image| : "powertype.poweroff" => "soft",
> |10916|76:76|image| : "powertype.poweron" => "hard",
> |10916|76:76|image| : "powertype.reset" => "soft",
> |10916|76:76|image| : "powertype.suspend" => "hard",
> |10916|76:76|image| : "replay.filename" => "",
> |10916|76:76|image| : "replay.supported" => "FALSE",
> |10916|76:76|image| : "sched.swap.derivedname" => "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f/winxp/winxp-98bf9f8e.vswp",
> |10916|76:76|image| : "tools.remindinstall" => "FALSE",
> |10916|76:76|image| : "tools.synctime" => "FALSE",
> |10916|76:76|image| : "unity.wascapable" => "TRUE",
> |10916|76:76|image| : "usercpuid.0" => "0000000b756e65476c65746e49656e69",
> |10916|76:76|image| : "usercpuid.1" => "000206c200200800029822030febfbff",
> |10916|76:76|image| : "usercpuid.80000001" => "00000000000000000000000128100800",
> |10916|76:76|image| : "uuid.bios" => "56 4d 76 ea 03 e6 b9 c8-c9 2f 8c d4 22 f3 97 79",
> |10916|76:76|image| : "uuid.location" => "56 4d 76 ea 03 e6 b9 c8-c9 2f 8c d4 22 f3 97 79",
> |10916|76:76|image| : "vc.uuid" => "52 7e 1e 93 1b af 4a 01-9b df 6a eb cb 7a cf 0a",
> |10916|76:76|image| : "virtualhw.productcompatibility" => "hosted",
> |10916|76:76|image| : "virtualhw.version" => 8,
> |10916|76:76|image| : "vmci0.id" => 586389369,
> |10916|76:76|image| : "vmci0.pcislotnumber" => 34,
> |10916|76:76|image| : "vmci0.present" => "TRUE",
> |10916|76:76|image| : "vmdk" => {
> |10916|76:76|image| : "ide0:0" => {
> |10916|76:76|image| : "mode" => "persistent",
> |10916|76:76|image| : "present" => "TRUE",
> |10916|76:76|image| : "redo" => "",
> |10916|76:76|image| : "vmdk_directory_path" => "/vmfs/volumes/datastore1/winxp",
> |10916|76:76|image| : "vmdk_file_base_name" => "winxp",
> |10916|76:76|image| : "vmdk_file_name" => "winxp.vmdk",
> |10916|76:76|image| : "vmdk_file_path" => "/vmfs/volumes/datastore1/winxp/winxp.vmdk"
> |10916|76:76|image| : }
> |10916|76:76|image| : },
> |10916|76:76|image| : "vmotion.checkpointfbsize" => 4194304,
> |10916|76:76|image| : "vmx_directory_path" => "/vmfs/volumes/datastore1/winxp",
> |10916|76:76|image| : "vmx_file_name" => "winxp.vmx"
> |10916|76:76|image| : }
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(658)|vmdk file path configured for VM vm20 being captured: /vmfs/volumes/datastore1/winxp/winxp.vmdk
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:_get_datastore_names(6779)|datastore names:
> |10916|76:76|image| datastore1
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_dedicated(3608)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:_get_datastore_names(6779)|datastore names:
> |10916|76:76|image| datastore1
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_dedicated(3608)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:check_file_paths(4035)|successfully retrieved vmdk file path components:
> |10916|76:76|image| VM profile VM path: '/vmfs/volumes/datastore1'
> |10916|76:76|image| VM profile datastore path: '/vmfs/volumes/datastore1'
> |10916|76:76|image| vmdk file path: '/vmfs/volumes/datastore1/winxp/winxp.vmdk'
> |10916|76:76|image| vmdk directory path: '/vmfs/volumes/datastore1/winxp'
> |10916|76:76|image| vmdk base directory path: '/vmfs/volumes/datastore1'
> |10916|76:76|image| vmdk directory name: 'winxp'
> |10916|76:76|image| vmdk file name: 'winxp.vmdk'
> |10916|76:76|image| vmdk file prefix: 'winxp'
> |10916|76:76|image| dedicated vmdk file path: '/vmfs/volumes/datastore1/winxp/winxp.vmdk'
> |10916|76:76|image| dedicated vmdk directory path: '/vmfs/volumes/datastore1/winxp'
> |10916|76:76|image| dedicated vmdk directory name: 'winxp'
> |10916|76:76|image| shared vmdk file path: '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk'
> |10916|76:76|image| shared vmdk directory path: '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0'
> |10916|76:76|image| shared vmdk directory name: 'vmwarewinxp-winxp14-v0'
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:set_vmdk_file_path(3968)|set overridden vmdk file path: '/vmfs/volumes/datastore1/winxp/winxp.vmdk'
> 2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(682)|mode of vmdk to be captured is valid: persistent
> 2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
> 2012-10-02 10:17:31|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| stat: cannot stat '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk': No such file or directory
> 2012-10-02 10:17:31|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
> |10916|76:76|image| returning (1, "stat: cannot stat '/vmfs/volum...")
> 2012-10-02 10:17:31|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'chown root currentimage.txt; chmod 777 currentimage.txt' 2>&1
> 2012-10-02 10:17:39|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| chown: cannot access `currentimage.txt': No such file or directory
> |10916|76:76|image| chmod: cannot access `currentimage.txt': No such file or directory
> 2012-10-02 10:17:39|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on vm20, command:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'chown root currentimage.txt; chmod 777 currentimage.txt' 2>&1
> |10916|76:76|image| returning (1, "chown: cannot access `currenti...")
> 2012-10-02 10:17:39|10916|76:76|image|utils.pm:write_currentimage_txt(5275)|updated ownership and permissions on currentimage.txt
> 2012-10-02 10:17:39|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'echo -e "vmwarewinxp-winxp14-v0\r\nid=14\r\nprettyname=winxp\r\nimagerevision_id=13\r\nimagerevision_datecreated=2012-10-02 10:17:08\r\ncomputer_id=22\r\ncomputer_hostname=vm20" > currentimage.txt && cat currentimage.txt' 2>&1
> 2012-10-02 10:17:40|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| vmwarewinxp-winxp14-v0
> |10916|76:76|image| id=14
> |10916|76:76|image| prettyname=winxp
> |10916|76:76|image| imagerevision_id=13
> |10916|76:76|image| imagerevision_datecreated=2012-10-02 10:17:08
> |10916|76:76|image| computer_id=22
> |10916|76:76|image| computer_hostname=vm20
> 2012-10-02 10:17:40|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "vmwarewinxp-winxp14-v0 id=14 p...")
> 2012-10-02 10:17:40|10916|76:76|image|utils.pm:write_currentimage_txt(5293)|created currentimage.txt file on vm20:
> |10916|76:76|image| vmwarewinxp-winxp14-v0
> |10916|76:76|image| id=14
> |10916|76:76|image| prettyname=winxp
> |10916|76:76|image| imagerevision_id=13
> |10916|76:76|image| imagerevision_datecreated=2012-10-02 10:17:08
> |10916|76:76|image| computer_id=22
> |10916|76:76|image| computer_hostname=vm20
> 2012-10-02 10:17:40|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{76}{image}{imagemeta}{sysprep}, data identifier: imagemeta_sysprep, data:
> |10916|76:76|image| : 0
> 2012-10-02 10:17:40|10916|76:76|image|Version_5.pm:pre_capture(104)|calling parent class pre_capture() subroutine
> 2012-10-02 10:17:40|10916|76:76|image|OS.pm:pre_capture(89)|beginning common image capture preparation tasks
> 2012-10-02 10:17:42|10916|76:76|image|OS.pm:is_ssh_responding(640)|vm20 is responding to SSH, port 22: open, port 24: closed
> 2012-10-02 10:17:43|10916|76:76|image|OS.pm:create_text_file(1770)|created file on vm20: ~/currentimage.txt
> 2012-10-02 10:17:43|10916|76:76|image|OS.pm:pre_capture(125)|completed common image capture preparation tasks
> 2012-10-02 10:17:43|10916|76:76|image|Windows.pm:pre_capture(238)|beginning Windows image capture preparation tasks on vm20
> 2012-10-02 10:17:43|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/qwinsta.exe' 2>&1
> 2012-10-02 10:17:43|10916|76:76|image|utils.pm:(eval)(4950)|waiting up to 60 seconds for SSH process to finish
> 2012-10-02 10:17:44|10916|76:76|image|Windows.pm:logoff_users(1614)|attempting to kill connection:
> |10916|76:76|image| line: '>console root 0 Active wdcon '
> |10916|76:76|image| session identifier: console
> 2012-10-02 10:17:44|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/logoff.exe console /V' 2>&1
> 2012-10-02 10:17:49|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| Logging off session ID 0
> 2012-10-02 10:17:49|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "Logging off session ID 0")
> 2012-10-02 10:17:49|10916|76:76|image|Windows.pm:logoff_users(1624)|logged off session: console, output:
> |10916|76:76|image| Logging off session ID 0
> 2012-10-02 10:17:49|10916|76:76|image|Windows.pm:set_password(1941)|setting password of root to cl0udy on vm20
> 2012-10-02 10:17:49|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe user root 'cl0udy'' 2>&1
> 2012-10-02 10:17:57|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| The command completed successfully.
> 2012-10-02 10:17:57|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "The command completed successf...")
> 2012-10-02 10:17:57|10916|76:76|image|Windows.pm:set_password(1943)|password changed to 'cl0udy' for user 'root' on vm20
> 2012-10-02 10:17:57|10916|76:76|image|Windows.pm:get_service_configuration(3949)|retrieving service configuration information from the registry
> 2012-10-02 10:17:57|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'cmd.exe /c "del /Q \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" 2>NUL & C:/Windows/System32/reg.exe EXPORT HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" && type \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" > \"C:\\cygwin\\tmp\\services_vm20.reg\" && del /Q \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\""' 2>&1
> 2012-10-02 10:17:59|10916|76:76|image|Windows.pm:reg_export(2904)|exported registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services to file: C:\\cygwin\\tmp\\services_vm20.reg
> 2012-10-02 10:18:00|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 9871 lines from file on vm20: 'C:/cygwin/tmp/services_vm20.reg'
> 2012-10-02 10:18:01|10916|76:76|image|Windows.pm:file_exists(1482)|file exists on vm20: 'C:/cygwin/tmp/services_vm20.reg'
> 2012-10-02 10:18:01|10916|76:76|image|Windows.pm:delete_file(1195)|attempting to delete file: 'C:/cygwin/tmp/services_vm20.reg'
> 2012-10-02 10:18:04|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/cygwin/tmp/services_vm20.reg'
> 2012-10-02 10:18:04|10916|76:76|image|Windows.pm:delete_file(1259)|deleted file: 'C:/cygwin/tmp/services_vm20.reg'
> 2012-10-02 10:18:04|10916|76:76|image|Windows.pm:get_services_using_login_id(4027)|services found using login ID 'root' (1): sshd
> 2012-10-02 10:18:04|10916|76:76|image|Windows.pm:set_password(1964)|sshd service is configured to run as root, updating service credentials
> 2012-10-02 10:18:04|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/sc.exe config sshd obj= ".\root" password= "cl0udy"' 2>&1
> 2012-10-02 10:18:06|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| [SC] ChangeServiceConfig SUCCESS
> 2012-10-02 10:18:06|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "[SC] ChangeServiceConfig SUCCE...")
> 2012-10-02 10:18:06|10916|76:76|image|Windows.pm:set_service_credentials(3908)|changed logon credentials for 'sshd' service to root (cl0udy) on vm20
> 2012-10-02 10:18:06|10916|76:76|image|utils.pm:get_management_node_info(5489)|retrieving current management node info for 'csvcldev.p.fiu.edu' from database, cached data is stale: 61 seconds old
> 2012-10-02 10:18:06|10916|76:76|image|utils.pm:get_management_node_info(5636)|retrieved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
> 2012-10-02 10:18:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Query /V /FO CSV' 2>&1
> 2012-10-02 10:18:14|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| "HostName","TaskName","Next Run Time","Status","Last Run Time","Last Result","Creator","Schedule","Task To Run","Start In","Comment","Scheduled Task State","Scheduled Type","Start Time","Start Date","End Date","Days","Months","Run As User","Delete Task If Not Rescheduled","Stop Task If Runs X Hours and X Mins","Repeat: Every","Repeat: Until: Time","Repeat: Until: Duration","Repeat: Stop If Still Running","Idle Time","Power Management"
> |10916|76:76|image| "FIU-1FF43949C30","Microsoft Antimalware Scheduled Scan","02:29:00, 10/7/2012","","Never","0","SYSTEM","At 2:29 AM every Sun of every week, starting 10/2/2012","c:\Program Files\Microsoft Security Client\MpCmdRun.exe Scan -ScheduleJob -RestrictPrivileges","N/A","Periodic scan task.","Enabled","Weekly","02:29:00","10/2/2012","N/A","SUNDAY","N/A","NT AUTHORITY\SYSTEM","Disabled","72:0","Disabled","Disabled","Disabled","Disabled","Only Start If Idle for 1 minutes, If Not Idle Retry For 240 minutes","No Start On Batteries"
> |10916|76:76|image| "FIU-1FF43949C30","MpIdleTask","At idle time","","Never","0","SYSTEM","Run when idle","c:\Program Files\Microsoft Security Client\MpCmdRun.exe -IdleTask -TaskName MpIdleTask","N/A","Private Idle Task","Enabled","At idle time","At idle time","10/2/2012","N/A","N/A","N/A","NT AUTHORITY\SYSTEM","Disabled","72:0","Disabled","Disabled","Disabled","Disabled","Only Start If Idle for 15 minutes, If Not Idle Retry For 0 minutes, Stop the task if Idle State end","No Start On Batteries, Stop On Battery Mode"
> |10916|76:76|image| "FIU-1FF43949C30","User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}","15:05:00, 10/2/2012","","08:37:00, 10/2/2012","0","root","Every 5 minute(s) from 3:05 PM for 535 minutes on 10/2/2012","C:\WINDOWS\system32\msfeedssync.exe sync","C:\Program Files\Internet Explorer","Updates out-of-date system feeds.","Enabled","One Time Only","15:05:00","10/2/2012","N/A","N/A","N/A","FIU-1FF43949C30\root","Disabled","72:0","5 Minute(s)","None","8 Hour(s): 55 Minute(s)","Disabled","Disabled","No Start On Batteries, Stop On Battery Mode"
> |10916|76:76|image| "FIU-1FF43949C30","User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}","15:05:00, 10/2/2012","","08:37:00, 10/2/2012","0","root","Every 5 minute(s) from 12:03 AM for 24 hour(s) every day, starting 10/3/2012","C:\WINDOWS\system32\msfeedssync.exe sync","C:\Program Files\Internet Explorer","Updates out-of-date system feeds.","Enabled","Minute ","00:03:00","10/3/2012","N/A","Everyday","N/A","FIU-1FF43949C30\root","Disabled","72:0","5 Minute(s)","None","24 Hour(s): 0 Minute(s)","Disabled","Disabled","No Start On Batteries, Stop On Battery Mode"
> 2012-10-02 10:18:14|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, ""HostName","TaskName","Next Ru...")
> 2012-10-02 10:18:14|10916|76:76|image|Windows.pm:get_scheduled_task_info(4192)|found 3 scheduled tasks:
> |10916|76:76|image| Microsoft Antimalware Scheduled Scan
> |10916|76:76|image| MpIdleTask
> |10916|76:76|image| User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}
> 2012-10-02 10:18:14|10916|76:76|image|Windows.pm:set_password(1975)|password needs to be updated for scheduled task 'User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}' set to run as user 'FIU-1FF43949C30\root'
> 2012-10-02 10:18:14|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Change /RU "root" /RP "cl0udy" /TN "User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}"' 2>&1
> 2012-10-02 10:18:16|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| SUCCESS: The parameters of scheduled task "User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}" have been changed.
> 2012-10-02 10:18:16|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "SUCCESS: The parameters of sch...")
> 2012-10-02 10:18:16|10916|76:76|image|Windows.pm:set_scheduled_task_credentials(3187)|changed password for scheduled task: User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}
> 2012-10-02 10:18:16|10916|76:76|image|Windows.pm:set_password(1985)|changed password for user: root
> 2012-10-02 10:18:16|10916|76:76|image|Windows.pm:delete_user(1869)|attempting to delete user admin from vm20
> 2012-10-02 10:18:16|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe user admin /DELETE' 2>&1
> 2012-10-02 10:18:17|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| The user name could not be found.
> |10916|76:76|image| More help is available by typing NET HELPMSG 2221.
> 2012-10-02 10:18:17|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on vm20, command:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe user admin /DELETE' 2>&1
> |10916|76:76|image| returning (2, "The user name could not be fou...")
> 2012-10-02 10:18:17|10916|76:76|image|Windows.pm:delete_user(1874)|user admin was not deleted because user does not exist
> 2012-10-02 10:18:18|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/Documents and Settings/admin'
> 2012-10-02 10:18:18|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: 'C:/Documents and Settings/admin'
> 2012-10-02 10:18:18|10916|76:76|image|Windows.pm:delete_user(1890)|deleted profile for user admin from vm20
> 2012-10-02 10:18:18|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'bash --login -c "cmd.exe /c echo %CYGWIN%"' 2>&1
> 2012-10-02 10:18:20|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| nodosfilewarning ntsec
> 2012-10-02 10:18:20|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "nodosfilewarning ntsec")
> 2012-10-02 10:18:20|10916|76:76|image|Windows.pm:get_environment_variable_value(10817)|retrieved value of 'CYGWIN' environment variable on vm20: 'nodosfilewarning ntsec'
> 2012-10-02 10:18:20|10916|76:76|image|Windows.pm:check_cygwin(10727)|CYGWIN environment variable is not set correctly on vm20:
> |10916|76:76|image| correct value: ntsec nodosfilewarning
> |10916|76:76|image| current value: 'nodosfilewarning ntsec'
> 2012-10-02 10:18:20|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/reg.exe ADD "HKLM\SYSTEM\CurrentControlSet\services\sshd\Parameters\Environment" /v "CYGWIN" /t REG_SZ /d "ntsec nodosfilewarning" /f' 2>&1
> 2012-10-02 10:18:22|10916|76:76|image|Windows.pm:reg_add(2740)|added registry key: HKLM\SYSTEM\CurrentControlSet\services\sshd\Parameters\Environment, output:
> |10916|76:76|image| The operation completed successfully
> 2012-10-02 10:18:22|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe stop "sshd" ; C:/Windows/System32/net.exe start "sshd"' 2>&1
> 2012-10-02 10:18:27|10916|76:76|image|Windows.pm:restart_service(7147)|restarted service: sshd, output:
> |10916|76:76|image| The CYGWIN sshd service is stopping.
> |10916|76:76|image| The CYGWIN sshd service was stopped successfully.
> |10916|76:76|image| The CYGWIN sshd service is starting.
> |10916|76:76|image| The CYGWIN sshd service was started successfully.
> 2012-10-02 10:18:27|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'bash --login -c "cmd.exe /c echo %CYGWIN%"' 2>&1
> 2012-10-02 10:18:36|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| ntsec nodosfilewarning
> 2012-10-02 10:18:36|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "ntsec nodosfilewarning")
> 2012-10-02 10:18:36|10916|76:76|image|Windows.pm:get_environment_variable_value(10817)|retrieved value of 'CYGWIN' environment variable on vm20: 'ntsec nodosfilewarning'
> 2012-10-02 10:18:36|10916|76:76|image|Windows.pm:check_cygwin(10744)|verified CYGWIN environment variable is set correctly after updating the registry: 'ntsec nodosfilewarning'
> 2012-10-02 10:18:38|10916|76:76|image|Windows.pm:set_file_owner(1546)|set root as the owner of /home/root, files and directories modified: 10
> 2012-10-02 10:18:38|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/netsh.exe interface ip show address name="Local Area Connection 2"' 2>&1
> 2012-10-02 10:18:40|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| Configuration for interface "Local Area Connection 2"
> |10916|76:76|image| DHCP enabled: Yes
> |10916|76:76|image| InterfaceMetric: 0
> 2012-10-02 10:18:40|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "Configuration for interface "L...")
> 2012-10-02 10:18:40|10916|76:76|image|Windows.pm:is_dhcp_enabled(5851)|DHCP is enabled on interface 'Local Area Connection 2'
> 2012-10-02 10:18:40|10916|76:76|image|Windows.pm:enable_dhcp(5790)|DHCP is already enabled on interface 'Local Area Connection 2'
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5::XP
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5::XP:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module::OS::Windows::Version_5"
> |10916|76:76|image| : ]
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module::OS::Windows"
> |10916|76:76|image| : ]
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module::OS"
> |10916|76:76|image| : ]
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module"
> |10916|76:76|image| : ]
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(776)|VCL::Module has no parent packages
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module"
> |10916|76:76|image| : ]
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module::OS",
> |10916|76:76|image| : "VCL::Module"
> |10916|76:76|image| : ]
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module::OS::Windows",
> |10916|76:76|image| : "VCL::Module::OS",
> |10916|76:76|image| : "VCL::Module"
> |10916|76:76|image| : ]
> 2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5::XP:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module::OS::Windows::Version_5::XP",
> |10916|76:76|image| : "VCL::Module::OS::Windows::Version_5",
> |10916|76:76|image| : "VCL::Module::OS::Windows",
> |10916|76:76|image| : "VCL::Module::OS",
> |10916|76:76|image| : "VCL::Module"
> |10916|76:76|image| : ]
> 2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_XP
> 2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_Version_5
> 2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows
> 2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module::OS
> 2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module
> 2012-10-02 10:18:42|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/Windows/System32/GroupPolicy/User/Scripts/*VCL*'
> 2012-10-02 10:18:42|10916|76:76|image|Windows.pm:delete_files_by_pattern(1356)|attempting to delete files under C:/Cygwin/home/root/ matching pattern .*\(vbs\|exe\|cmd\|bat\|log\), max depth: 5
> 2012-10-02 10:18:42|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/bin/find.exe "C:/Cygwin/home/root/" -mindepth 1 -maxdepth 5 -iregex ".*\(vbs\|exe\|cmd\|bat\|log\)" -exec chown -R root {} \; -exec chmod -R 777 {} \; -exec rm -rvf {} \;' 2>&1
> 2012-10-02 10:18:43|10916|76:76|image|Windows.pm:delete_files_by_pattern(1392)|1/0 files deleted deleted under 'C:/Cygwin/home/root/' matching '.*\(vbs\|exe\|cmd\|bat\|log\)'
> 2012-10-02 10:18:43|10916|76:76|image|Windows.pm:delete_files_by_pattern(1393)|files/directories which were deleted:
> |10916|76:76|image| removed `C:/Cygwin/home/root/cygwin-rebaseall.cmd'
> 2012-10-02 10:18:44|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/VCL'
> 2012-10-02 10:18:44|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: 'C:/VCL'
> 2012-10-02 10:18:44|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Delete /F /TN "VCL Startup Configuration"' 2>&1
> 2012-10-02 10:18:52|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> |10916|76:76|image| ERROR: The specified task name "VCL Startup Configuration" does not exist in the system.
> 2012-10-02 10:18:52|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on vm20, command:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Delete /F /TN "VCL Startup Configuration"' 2>&1
> |10916|76:76|image| returning (1, "ERROR: The specified task name...")
> 2012-10-02 10:18:52|10916|76:76|image|Windows.pm:delete_scheduled_task(3234)|scheduled task 'VCL Startup Configuration' does not exist on vm20
> 2012-10-02 10:18:53|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: '$SYSTEMDRIVE/Documents and Settings/root/Application Data/VCL'
> 2012-10-02 10:18:53|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: '$SYSTEMDRIVE/Documents and Settings/root/Application Data/VCL'
> 2012-10-02 10:18:53|10916|76:76|image|Windows.pm:delete_capture_configuration_files(5979)|attempting to remove old configuration directory if it exists: C:/Cygwin/home/root/VCL
> 2012-10-02 10:18:55|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/Cygwin/home/root/VCL'
> 2012-10-02 10:18:55|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: 'C:/Cygwin/home/root/VCL'
> 2012-10-02 10:18:55|10916|76:76|image|Windows.pm:create_directory(1126)|attempting to create directory: 'C:/Cygwin/home/root/VCL'
> 2012-10-02 10:18:55|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'cmd.exe /c "mkdir \"C:/Cygwin/home/root/VCL\""' 2>&1
> 2012-10-02 10:18:56|10916|76:76|image|Windows.pm:create_directory(1132)|created directory on vm20: 'C:/Cygwin/home/root/VCL'
> 2012-10-02 10:18:57|10916|76:76|image|Windows.pm:file_exists(1482)|file exists on vm20: 'C:/Cygwin/home/root/VCL'
> 2012-10-02 10:18:57|10916|76:76|image|Windows.pm:create_directory(1153)|verified directory exists on vm20: 'C:/Cygwin/home/root/VCL'
> 2012-10-02 10:18:57|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6732)|copying image capture configuration files from /usr/local/vcl/bin/../tools/Windows to vm20
> 2012-10-02 10:18:57|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows/*' --> 'vm20:C:/Cygwin/home/root/VCL'
> 2012-10-02 10:18:58|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows/*' --> 'vm20:C:/Cygwin/home/root/VCL'
> 2012-10-02 10:18:58|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6734)|copied /usr/local/vcl/bin/../tools/Windows directory to vm20:C:/Cygwin/home/root/VCL
> 2012-10-02 10:18:58|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6736)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
> 2012-10-02 10:18:58|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
> 2012-10-02 10:18:59|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> 2012-10-02 10:18:59|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "")
> 2012-10-02 10:18:59|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6732)|copying image capture configuration files from /usr/local/vcl/bin/../tools/Windows_Version_5 to vm20
> 2012-10-02 10:18:59|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows_Version_5/*' --> 'vm20:C:/Cygwin/home/root/VCL'
> 2012-10-02 10:19:00|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows_Version_5/*' --> 'vm20:C:/Cygwin/home/root/VCL'
> 2012-10-02 10:19:00|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6734)|copied /usr/local/vcl/bin/../tools/Windows_Version_5 directory to vm20:C:/Cygwin/home/root/VCL
> 2012-10-02 10:19:00|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6736)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
> 2012-10-02 10:19:00|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
> 2012-10-02 10:19:01|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> 2012-10-02 10:19:01|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "")
> 2012-10-02 10:19:01|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6732)|copying image capture configuration files from /usr/local/vcl/bin/../tools/Windows_XP to vm20
> 2012-10-02 10:19:01|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows_XP/*' --> 'vm20:C:/Cygwin/home/root/VCL'
> 2012-10-02 10:19:02|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows_XP/*' --> 'vm20:C:/Cygwin/home/root/VCL'
> 2012-10-02 10:19:02|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6734)|copied /usr/local/vcl/bin/../tools/Windows_XP directory to vm20:C:/Cygwin/home/root/VCL
> 2012-10-02 10:19:02|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6736)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
> 2012-10-02 10:19:02|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
> 2012-10-02 10:19:09|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
> 2012-10-02 10:19:09|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "")
> 2012-10-02 10:19:09|10916|76:76|image|utils.pm:get_management_node_info(5489)|retrieving current management node info for 'csvcldev.p.fiu.edu' from database, cached data is stale: 63 seconds old
> 2012-10-02 10:19:09|10916|76:76|image|utils.pm:get_management_node_info(5636)|retrieved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
> 2012-10-02 10:19:09|10916|76:76|image|Windows.pm:delete_files_by_pattern(1356)|attempting to delete files under C:/Cygwin/home/root/VCL/ matching pattern .*\.svn.*, max depth: 5
> 2012-10-02 10:19:09|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
> |10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/bin/find.exe "C:/Cygwin/home/root/VCL/" -mindepth 1 -maxdepth 5 -iregex ".*\.svn.*" -exec chown -R root {} \; -exec chmod -R 777 {} \; -exec rm -rvf {} \;' 2>&1
> 2012-10-02 10:19:11|10916|76:76|image|Windows.pm:delete_files_by_pattern(1392)|0/0 files deleted deleted under 'C:/Cygwin/home/root/VCL/' matching '.*\.svn.*'
> 2012-10-02 10:19:12|10916|76:76|image|Windows.pm:set_file_owner(1546)|set root as the owner of C:/Cygwin/home/root/VCL, files and directories modified: 1
> 2012-10-02 10:19:13|10916|76:76|image|Windows.pm:search_and_replace_in_files(6628)|no files were found matching pattern 'WINDOWS_ROOT_PASSWORD' in: C:/Cygwin/home/root/VCL
> 2012-10-02 10:19:13|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6753)|set the Windows root password in configuration files
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5::XP
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5::XP:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module::OS::Windows::Version_5"
> |10916|76:76|image| : ]
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module::OS::Windows"
> |10916|76:76|image| : ]
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module::OS"
> |10916|76:76|image| : ]
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module"
> |10916|76:76|image| : ]
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(776)|VCL::Module has no parent packages
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module"
> |10916|76:76|image| : ]
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module::OS",
> |10916|76:76|image| : "VCL::Module"
> |10916|76:76|image| : ]
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module::OS::Windows",
> |10916|76:76|image| : "VCL::Module::OS",
> |10916|76:76|image| : "VCL::Module"
> |10916|76:76|image| : ]
> 2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5::XP:
> |10916|76:76|image| : [
> |10916|76:76|image| : "VCL::Module::OS::Windows::Version_5::XP",
> |10916|76:76|image| : "VCL::Module::OS::Windows::Version_5",
> |10916|76:76|image| : "VCL::Module::OS::Windows",
> |10916|76:76|image| : "VCL::Module::OS",
> |10916|76:76|image| : "VCL::Module"
> |10916|76:76|image| : ]
> 2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_XP
> 2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_Version_5
> 2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows
> 2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module::OS
> 2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module
> 2012-10-02 10:19:13|10916|76:76|image|Windows.pm:apply_security_templates(7529)|checking if any security templates exist in: /usr/local/vcl/bin/../tools/Windows/Security
> 2012-10-02 10:19:13|10916|76:76|image|utils.pm:run_command(8739)|executed command: find /usr/local/vcl/bin/../tools/Windows/Security -name "*.inf" 2>&1 | sort -f, pid: 11218, exit status: 1, output:
> |10916|76:76|image| /usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf
> |10916|76:76|image| ---- WARNING ----  
> |10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|Windows.pm:apply_security_templates(7542)|failed to run find, exit status: 1, output:
> |10916|76:76|image| /usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf
> |10916|76:76|image| ( 0) Windows.pm, apply_security_templates (line: 7542)
> |10916|76:76|image| (-1) Windows.pm, pre_capture (line: 323)
> |10916|76:76|image| (-2) Version_5.pm, pre_capture (line: 105)
> |10916|76:76|image| (-3) VMware.pm, capture (line: 712)
> |10916|76:76|image| (-4) image.pm, process (line: 162)
> |10916|76:76|image| (-5) vcld, make_new_child (line: 571)
> |10916|76:76|image| ---- WARNING ----  
> |10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|Windows.pm:pre_capture(324)|unable to apply security templates
> |10916|76:76|image| ( 0) Windows.pm, pre_capture (line: 324)
> |10916|76:76|image| (-1) Version_5.pm, pre_capture (line: 105)
> |10916|76:76|image| (-2) VMware.pm, capture (line: 712)
> |10916|76:76|image| (-3) image.pm, process (line: 162)
> |10916|76:76|image| (-4) vcld, make_new_child (line: 571)
> |10916|76:76|image| (-5) vcld, main (line: 350)
> |10916|76:76|image| ---- WARNING ----  
> |10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|Version_5.pm:pre_capture(109)|failed to execute parent class pre_capture() subroutine
> |10916|76:76|image| ( 0) Version_5.pm, pre_capture (line: 109)
> |10916|76:76|image| (-1) VMware.pm, capture (line: 712)
> |10916|76:76|image| (-2) image.pm, process (line: 162)
> |10916|76:76|image| (-3) vcld, make_new_child (line: 571)
> |10916|76:76|image| (-4) vcld, main (line: 350)
> |10916|76:76|image| ---- WARNING ----  
> |10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|VMware.pm:capture(713)|failed to complete OS module's pre_capture tasks
> |10916|76:76|image| ( 0) VMware.pm, capture (line: 713)
> |10916|76:76|image| (-1) image.pm, process (line: 162)
> |10916|76:76|image| (-2) vcld, make_new_child (line: 571)
> |10916|76:76|image| (-3) vcld, main (line: 350)
> |10916|76:76|image| ---- WARNING ----  
> |10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|image.pm:process(166)|vmwarewinxp-winxp14-v0 image failed to be captured by provisioning module
> |10916|76:76|image| ( 0) image.pm, process (line: 166)
> |10916|76:76|image| (-1) vcld, make_new_child (line: 571)
> |10916|76:76|image| (-2) vcld, main (line: 350)
> 2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
> 2012-10-02 10:19:13|10916|76:76|image|utils.pm:is_inblockrequest(5793)|zero rows were returned from database select
> 2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:get_image_affiliation_name(2118)|image owner id: 1
> 2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:retrieve_user_data(1401)|attempting to retrieve and store data for user: user.id = '1'
> 2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:retrieve_user_data(1464)|data has been retrieved for user: admin (id: 1)
> 2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu (mailto:sbaylard@fiu.edu), PROBLEM -- csvcldev|76:76|image|image.pm|vm20>csvhost2.p.fiu.edu|vmwarewinxp-winxp14-v0|admin
> |10916|76:76|image| ---- CRITICAL ----  
> |10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(387)|vmwarewinxp-winxp14-v0 image creation failed
> |10916|76:76|image| ( 0) image.pm, reservation_failed (line: 387)
> |10916|76:76|image| (-1) image.pm, process (line: 167)
> |10916|76:76|image| (-2) vcld, make_new_child (line: 571)
> |10916|76:76|image| (-3) vcld, main (line: 350)
> 2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: root@localhost, VCL -- NOTICE DELAY Image Creation winxp
> 2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu (mailto:sbaylard@fiu.edu), VCL -- NOTICE FAILED Image Creation winxp
> 2012-10-02 10:19:13|10916|76:76|image|utils.pm:update_request_state(1545)|request 76 state updated to: maintenance, laststate to: image
> 2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(441)|request state set to maintenance, laststate to image
> 2012-10-02 10:19:13|10916|76:76|image|utils.pm:update_computer_state(1587)|computer 22 state updated to: maintenance
> 2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(449)|vm20 state set to maintenance
> 2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(456)|exiting
> 2012-10-02 10:19:13|10916|76:76|image|utils.pm:delete_computerloadlog_reservation(6429)|removing computerloadlog entries matching loadstate = begin
> 2012-10-02 10:19:13|10916|76:76|image|utils.pm:delete_computerloadlog_reservation(6476)|deleted rows from computerloadlog for reservation id=76
> 2012-10-02 10:19:13|10916|76:76|image|State.pm:DESTROY(929)|VCL::image process duration: 128 seconds
> 2012-10-02 10:19:13|10916|76:76|image|VIM_SSH.pm:DESTROY(2123)|vim-cmd call count: 7
> 2012-10-02 10:19:13|12185|vcld:REAPER(721)|VCL process exited for reservation 76, PID: 10916, signal: CHLD




Re: Windows XP Image capture problem

Posted by Evelio Quiros <ev...@fiu.edu>.
Hmmm…this is really weird.
I attempted to capture yet another Windows XP image (fails).
Does anyone have any ideas on why this is happening ?

Thanks,
Al Quiros
FIU

The vcld log seems to start having trouble here:

2012-10-03 11:24:06|25274|88:88|image|Windows.pm:create_directory(1132)|created directory on vm20: 'C:/Cygwin/home/root/VCL/Security'
2012-10-03 11:24:07|25274|88:88|image|Windows.pm:file_exists(1482)|file exists on vm20: 'C:/Cygwin/home/root/VCL/Security'
2012-10-03 11:24:07|25274|88:88|image|Windows.pm:create_directory(1153)|verified directory exists on vm20: 'C:/Cygwin/home/root/VCL/Security'
2012-10-03 11:24:07|25274|88:88|image|Windows.pm:apply_security_templates(7574)|attempting to copy file to: C:/Cygwin/home/root/VCL/Security/1_Windows_Security_Policies.inf
2012-10-03 11:24:07|25274|88:88|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf' --> 'vm20:C:/Cygwin/home/root/VCL/Security/1_Windows_Security_Policies.inf'
2012-10-03 11:24:08|25274|88:88|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf' --> 'vm20:C:/Cygwin/home/root/VCL/Security/1_Windows_Security_Policies.inf'
2012-10-03 11:24:08|25274|88:88|image|Windows.pm:apply_security_templates(7576)|copied file: vm20:C:/Cygwin/home/root/VCL/Security/1_Windows_Security_Policies.inf
2012-10-03 11:24:11|25274|88:88|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: '$SYSTEMROOT/security/Logs/1_Windows_Security_Policies.log'
2012-10-03 11:24:11|25274|88:88|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: '$SYSTEMROOT/security/Logs/1_Windows_Security_Policies.log'


So, it tries to copy the original windows security policy to 1_Windows_Security_Policies.inf (successful)
Then it tries to SCP the updated security policy from the management node. (successful)
Then it appears NOT to be able to find the policy log from the image.
Then, a flurry of error messages & warnings:


|25274|88:88|image| ---- WARNING ----
|25274|88:88|image| 2012-10-03 11:24:20|25274|88:88|image|Windows.pm:apply_security_templates(7608)|failed to run secedit.exe to apply C:\\Cygwin\\home\\root\\VCL\\Security\\1_Windows_Security_Policies.inf, exit status: 1, output:
|25274|88:88|image| ( 0) Windows.pm, apply_security_templates (line: 7608)
|25274|88:88|image| (-1) Windows.pm, pre_capture (line: 323)
|25274|88:88|image| (-2) Version_5.pm, pre_capture (line: 105)
|25274|88:88|image| (-3) VMware.pm, capture (line: 712)
|25274|88:88|image| (-4) image.pm, process (line: 162)
|25274|88:88|image| (-5) vcld, make_new_child (line: 571)
|25274|88:88|image| ---- WARNING ----
|25274|88:88|image| 2012-10-03 11:24:20|25274|88:88|image|Windows.pm:pre_capture(324)|unable to apply security templates
|25274|88:88|image| ( 0) Windows.pm, pre_capture (line: 324)
|25274|88:88|image| (-1) Version_5.pm, pre_capture (line: 105)
|25274|88:88|image| (-2) VMware.pm, capture (line: 712)
|25274|88:88|image| (-3) image.pm, process (line: 162)
|25274|88:88|image| (-4) vcld, make_new_child (line: 571)
|25274|88:88|image| (-5) vcld, main (line: 350)
|25274|88:88|image| ---- WARNING ----
|25274|88:88|image| 2012-10-03 11:24:20|25274|88:88|image|Version_5.pm:pre_capture(109)|failed to execute parent class pre_capture() subroutine
|25274|88:88|image| ( 0) Version_5.pm, pre_capture (line: 109)
|25274|88:88|image| (-1) VMware.pm, capture (line: 712)
|25274|88:88|image| (-2) image.pm, process (line: 162)
|25274|88:88|image| (-3) vcld, make_new_child (line: 571)
|25274|88:88|image| (-4) vcld, main (line: 350)
|25274|88:88|image| ---- WARNING ----
|25274|88:88|image| 2012-10-03 11:24:20|25274|88:88|image|VMware.pm:capture(713)|failed to complete OS module's pre_capture tasks
|25274|88:88|image| ( 0) VMware.pm, capture (line: 713)
|25274|88:88|image| (-1) image.pm, process (line: 162)
|25274|88:88|image| (-2) vcld, make_new_child (line: 571)
|25274|88:88|image| (-3) vcld, main (line: 350)
|25274|88:88|image| ---- WARNING ----
|25274|88:88|image| 2012-10-03 11:24:20|25274|88:88|image|image.pm:process(166)|vmwarewinxp-xpwin18-v0 image failed to be captured by provisioning module
|25274|88:88|image| ( 0) image.pm, process (line: 166)
|25274|88:88|image| (-1) vcld, make_new_child (line: 571)
|25274|88:88|image| (-2) vcld, main (line: 350)
2012-10-03 11:24:20|25274|88:88|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
2012-10-03 11:24:20|25274|88:88|image|utils.pm:is_inblockrequest(5793)|zero rows were returned from database select
2012-10-03 11:24:20|25274|88:88|image|DataStructure.pm:get_image_affiliation_name(2118)|image owner id: 1
2012-10-03 11:24:20|25274|88:88|image|DataStructure.pm:retrieve_user_data(1401)|attempting to retrieve and store data for user: user.id = '1'
2012-10-03 11:24:20|25274|88:88|image|DataStructure.pm:retrieve_user_data(1464)|data has been retrieved for user: admin (id: 1)
2012-10-03 11:24:20|25274|88:88|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu, PROBLEM -- csvcldev|88:88|image|image.pm|vm20>csvhost2.p.fiu.edu|vmwarewinxp-xpwin18-v0|admin
|25274|88:88|image| ---- CRITICAL ----
|25274|88:88|image| 2012-10-03 11:24:20|25274|88:88|image|image.pm:reservation_failed(387)|vmwarewinxp-xpwin18-v0 image creation failed
|25274|88:88|image| ( 0) image.pm, reservation_failed (line: 387)
|25274|88:88|image| (-1) image.pm, process (line: 167)
|25274|88:88|image| (-2) vcld, make_new_child (line: 571)
|25274|88:88|image| (-3) vcld, main (line: 350)



From: Al Quiros <ev...@fiu.edu>>
Reply-To: "user@vcl.apache.org<ma...@vcl.apache.org>" <us...@vcl.apache.org>>
Date: Wednesday, October 3, 2012 9:40 AM
To: "user@vcl.apache.org<ma...@vcl.apache.org>" <us...@vcl.apache.org>>, "vcl-user@incubator.apache.org<ma...@incubator.apache.org>" <vc...@incubator.apache.org>>
Subject: Re: Windows XP Image capture problem

Hello,

Just to be sure the system still works, we successfully captured another linux image without any problem.

However, when we try to capture a Windows XP or Windows 7 image, it always fails pretty quickly.
It looks like it fails during pre-capture tasks with the Windows.pm module.
This is a 2.3 install. Did the windows.pm code change from version 2.2 ?

Regards,
Al Quiros
Florida International University

From: Al Quiros <ev...@fiu.edu>>
Reply-To: "user@vcl.apache.org<ma...@vcl.apache.org>" <us...@vcl.apache.org>>
Date: Tuesday, October 2, 2012 10:40 AM
To: "vcl-user@incubator.apache.org<ma...@incubator.apache.org>" <vc...@incubator.apache.org>>
Subject: Windows XP Image capture problem

Hello,

We set up a new development environment for one of our departments, and we were able to successfully capture a Linux image without any difficulty.
We also were able to reload the computers and make reservations for the captured linux image. All of that works fine.
However, when we try to capture a Windows XP image (fully patched and updated), it fails during some of the pre-capture tasks.
>From the log, it appears that the management node can log into the computer, it can (and did) change the root password, and then tries to set Windows Security Policy when it fails.

We have tried it several times with the same result.
Can anyone on the list look at the log below and tell me know why it fails ?
Is it an issue with Windows.pm ?

Thanks,
Al Quiros
Florida International University

Here is the vcld log at the time of capture:

Added new image to database: 'winxp'
   image.name: vmwarewinxp-winxp14-v0
   image.id: 14
   imagerevision.id: 13
   imagemeta.id: 13
   resource.id: 43

----------------------------------------------------------------------------
Inserted imaging request to the database:
request ID: 76
reservation ID: 76

This process will now display the contents of the vcld.log file if the vcld
daemon is running. If you do not see many lines of additional output, exit this
process, start the vcld daemon, and monitor the image capture process by running
the command:
tail -f /var/log/vcld.log | grep '76:76'

----------------------------------------------------------------------------
2012-10-02 10:17:00|10823|utils.pm:insert_request(8076)|inserted new reload request into request table, request id=76
2012-10-02 10:17:00|10823|utils.pm:insert_request(8107)|inserted new reload request into reservation table, reservation id=76
2012-10-02 10:17:05|12185|76:76|image|utils.pm:reservation_being_processed(8667)|computerloadlog 'begin' entry does NOT exist for reservation 76
2012-10-02 10:17:05|12185|76:76|image|utils.pm:run_command(8739)|executed command: pgrep -fl 'vcld [0-9]+:76 ', pid: 10898, exit status: 0, output:
2012-10-02 10:17:05|12185|76:76|image|utils.pm:is_management_node_process_running(8972)|process is NOT running, identifier: 'vcld [0-9]+:76 '
2012-10-02 10:17:05|12185|76:76|image|utils.pm:reservation_being_processed(8688)|reservation is NOT currently being processed
2012-10-02 10:17:05|12185|76:76|image|vcld:main(282)|reservation 76 is NOT already being processed
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_imagemeta_info(4609)|retrieved imagemeta info:
|12185|76:76|image| : {
|12185|76:76|image| :   "architecture" => "",
|12185|76:76|image| :   "checkuser" => 1,
|12185|76:76|image| :   "id" => 13,
|12185|76:76|image| :   "postoption" => "",
|12185|76:76|image| :   "rootaccess" => 1,
|12185|76:76|image| :   "subimages" => 0,
|12185|76:76|image| :   "sysprep" => 0,
|12185|76:76|image| :   "usergroupid" => ""
|12185|76:76|image| : }
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_management_node_info(5489)|retrieving current management node info for 'csvcldev.p.fiu.edu' from database, cached data is stale: 72427 seconds old
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_management_node_info(5636)|retrieved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_connect_method_info(10092)|attempting to retrieve connect method info:
|12185|76:76|image| imagerevision: 13 - vmwarewinxp-winxp14-v0
|12185|76:76|image| OS: 16 - vmwarewinxp
|12185|76:76|image| OS type: 1 - windows
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_connect_method_info(10156)|RDP: connectmethodid=2, OStypeid=1, OSid=NULL, imagerevisionid=NULL, disabled=0
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_connect_method_info(10185)|retrieved connect method info:
|12185|76:76|image| : {
|12185|76:76|image| :   2 => {
|12185|76:76|image| :     "connectmethodmap" => {
|12185|76:76|image| :       "OSid" => undef,
|12185|76:76|image| :       "OStypeid" => 1,
|12185|76:76|image| :       "autoprovisioned" => undef,
|12185|76:76|image| :       "connectmethodid" => 2,
|12185|76:76|image| :       "disabled" => 0,
|12185|76:76|image| :       "imagerevisionid" => undef
|12185|76:76|image| :     },
|12185|76:76|image| :     "description" => "Remote Desktop",
|12185|76:76|image| :     "id" => 2,
|12185|76:76|image| :     "name" => "RDP",
|12185|76:76|image| :     "port" => 3389,
|12185|76:76|image| :     "protocol" => "",
|12185|76:76|image| :     "servicename" => "TermService",
|12185|76:76|image| :     "startupscript" => undef
|12185|76:76|image| :   }
|12185|76:76|image| : }
2012-10-02 10:17:05|12185|76:76|image|vcld:main(287)|retrieved request information from database
2012-10-02 10:17:05|12185|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
2012-10-02 10:17:05|12185|76:76|image|utils.pm:update_request_state(1545)|request 76 state updated to: pending, laststate to: image
2012-10-02 10:17:05|12185|76:76|image|utils.pm:insertloadlog(3703)|inserted computer=22, begin, beginning to process, state is image
2012-10-02 10:17:05|12185|76:76|image|vcld:make_new_child(518)|loaded VCL::image module
2012-10-02 10:17:05|12185|76:76|image|vcld:make_new_child(542)|current number of forked kids: 1
2012-10-02 10:17:05|10916|76:76|image|vcld:make_new_child(558)|vcld environment variable set to 0 for this process
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: noimage, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_mn_os_object(376)|VCL::Module::OS::Linux::ManagementNode module loaded
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Linux::ManagementNode object created for image noimage, address: 3a04d98
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{hostname}, data identifier: computer_hostname, data:
|10916|76:76|image| : "csvcldev.p.fiu.edu"
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{NODENAME}, data identifier: computer_node_name, data:
|10916|76:76|image| : "csvcldev"
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{SHORTNAME}, data identifier: computer_short_name, data:
|10916|76:76|image| : "csvcldev"
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{IPaddress}, data identifier: computer_ip_address, data:
|10916|76:76|image| : "10.106.130.20"
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_mn_os_object(381)|VCL::Module::OS::Linux::ManagementNode OS object created, address: 3a04d98
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(192)|VCL::image object created for state image, address: 34a83b8
2012-10-02 10:17:05|10916|76:76|image|State.pm:initialize(88)|obtained a database handle for this state process, stored as $ENV{dbh}
2012-10-02 10:17:05|10916|76:76|image|State.pm:check_image_os(790)|no corrections need to be made to image OS: vmwarewinxp
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6785)|reservation count: 1
2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6804)|PARENTIMAGE: 1
2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6805)|SUBIMAGE: 0
2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6823)|renamed process to 'vcld 76:76 image vm20>csvhost2.p.fiu.edu vmwarewinxp-winxp14-v0 admin'
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_os_object(308)|VCL::Module::OS::Windows::Version_5::XP module loaded
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Windows::Version_5::XP object created for image vmwarewinxp-winxp14-v0, address: 3a08460
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_os_object(314)|VCL::Module::OS::Windows::Version_5::XP OS object created, address: 3a08460
2012-10-02 10:17:05|10916|76:76|image|State.pm:initialize(125)|computer is a VM, attempting to create VM host OS object
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(454)|attempting to load VM host OS module: VCL::Module::OS::Linux::UnixLab (image: 1)
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(460)|VM host OS module loaded: VCL::Module::OS::Linux::UnixLab
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Linux::UnixLab object created for image noimage, address: 3a08868
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(465)|VCL::Module::OS::Linux::UnixLab OS object created, address: 3a08868
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_provisioning_object(519)|VCL::Module::Provisioning::VMware::VMware module loaded
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::VMware::VMware object created for computer vm20, address: 3a24a40
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:initialize(267)|initializing VCL::Module::Provisioning::VMware::VMware object
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|created DataStructure object for VM host: csvhost2
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:initialize(287)|VM profile assigned to csvhost2: VMware ESXi - local storage
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|created DataStructure object for VM host: csvhost2
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1495)|attempting to load VMware control module: VCL::Module::Provisioning::VMware::vSphere_SDK
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1501)|loaded VMware control module: VCL::Module::Provisioning::VMware::vSphere_SDK
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::VMware::vSphere_SDK object created for computer vm20, address: 458ebd0
2012-10-02 10:17:05|10916|76:76|image|vSphere_SDK.pm:initialize(98)|vSphere SDK for Perl does not appear to be installed on this managment node, unable to load VMware vSphere SDK Perl modules, error:
|10916|76:76|image| Can't locate VMware/VIRuntime.pm in @INC (@INC contains: /usr/local/vcl/bin/../../../.. /usr/local/vcl/bin/../.. /usr/local/vcl/bin/../../.. /usr/local/vcl/bin/../../../../.. /usr/local/vcl/bin/.. /usr/local/vcl/bin/../lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at (eval 812) line 1.
|10916|76:76|image| BEGIN failed--compilation aborted at (eval 812) line 1.
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1515)|API object could not be created: VCL::Module::Provisioning::VMware::vSphere_SDK
2012-10-02 10:17:06|10916|76:76|image|OS.pm:is_ssh_responding(640)|csvhost2 is responding to SSH, port 22: open, port 24: closed
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:initialize(303)|OS on VM host csvhost2 will be controlled using VCL::Module::OS::Linux::UnixLab OS object
2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|created DataStructure object for VM host: csvhost2
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1495)|attempting to load VMware control module: VCL::Module::Provisioning::VMware::VIM_SSH
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1501)|loaded VMware control module: VCL::Module::Provisioning::VMware::VIM_SSH
2012-10-02 10:17:06|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::VMware::VIM_SSH object created for computer vm20, address: 458eca8
2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd ; vmware-vim-cmd' 2>&1
2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Commands available under /:
|10916|76:76|image| hbrsvc/ internalsvc/ solo/ vmsvc/
|10916|76:76|image| hostsvc/ proxysvc/ vimsvc/ help
|10916|76:76|image| sh: vmware-vim-cmd: not found
2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd ; vmware-vim-cmd' 2>&1
|10916|76:76|image| returning (127, "Commands available under /: hb...")
2012-10-02 10:17:06|10916|76:76|image|VIM_SSH.pm:initialize(138)|VIM executable available on VM host: vim-cmd
2012-10-02 10:17:06|10916|76:76|image|VIM_SSH.pm:initialize(140)|VCL::Module::Provisioning::VMware::VIM_SSH object initialized
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1522)|created API object: VCL::Module::Provisioning::VMware::VIM_SSH
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:initialize(312)|VM host csvhost2 will be controlled using vim-cmd via SSH
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:initialize(327)|VMware OS and API objects created for VM host csvhost2:
|10916|76:76|image| VM host OS object type: VCL::Module::OS::Linux::UnixLab
|10916|76:76|image| VMware API object type: VCL::Module::Provisioning::VMware::VIM_SSH
2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vmware -v' 2>&1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| VMware ESXi 5.0.0 build-469512
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "VMware ESXi 5.0.0 build-469512")
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmhost_product_name(6621)|VMware product being used on VM host csvhost2: 'VMware ESXi 5.0.0 build-469512'
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd hostsvc/datastore/listsummary' 2>&1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| (vim.Datastore.Summary) [
|10916|76:76|image| (vim.Datastore.Summary) {
|10916|76:76|image| dynamicType = <unset>,
|10916|76:76|image| datastore = 'vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f',
|10916|76:76|image| name = "datastore1",
|10916|76:76|image| url = "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f",
|10916|76:76|image| capacity = 294742130688,
|10916|76:76|image| freeSpace = 276907950080,
|10916|76:76|image| uncommitted = 0,
|10916|76:76|image| accessible = true,
|10916|76:76|image| multipleHostAccess = <unset>,
|10916|76:76|image| type = "VMFS",
|10916|76:76|image| maintenanceMode = <unset>,
|10916|76:76|image| }
|10916|76:76|image| ]
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "(vim.Datastore.Summary) [ (vim...")
2012-10-02 10:17:07|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd hostsvc/datastore/listsummary
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_datastore_info(6747)|retrieved datastore info from VM host:
|10916|76:76|image| : {
|10916|76:76|image| :   "datastore1" => {
|10916|76:76|image| :     "accessible" => "true",
|10916|76:76|image| :     "capacity" => "294742130688",
|10916|76:76|image| :     "datastore" => "vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f",
|10916|76:76|image| :     "dynamicType" => "<unset>",
|10916|76:76|image| :     "freeSpace" => "276907950080",
|10916|76:76|image| :     "maintenanceMode" => "<unset>",
|10916|76:76|image| :     "multipleHostAccess" => "<unset>",
|10916|76:76|image| :     "normal_path" => "/vmfs/volumes/datastore1",
|10916|76:76|image| :     "type" => "VMFS",
|10916|76:76|image| :     "uncommitted" => 0,
|10916|76:76|image| :     "url" => "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f"
|10916|76:76|image| :   }
|10916|76:76|image| : }
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmx_base_directory_path(3089)|determined vmx base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1' 2>&1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| File: "/vmfs/volumes/datastore1 -> 4fee009d-70a4b7e9-211b-0025b500bb7f"
|10916|76:76|image| Size: 35        Blocks: 0          IO Block: 131072 symbolic link
|10916|76:76|image| Device: 0h/0dInode: 2147483647  Links: 1
|10916|76:76|image| Access: (0755/lrwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
|10916|76:76|image| Access: 2012-10-02 14:10:07.000000000
|10916|76:76|image| Modify: 2012-10-02 14:10:07.000000000
|10916|76:76|image| Change: 2012-10-02 14:10:07.000000000
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "File: "/vmfs/volumes/datastore...")
2012-10-02 10:17:07|10916|76:76|image|Linux.pm:file_exists(1356)|'/vmfs/volumes/datastore1' exists on csvhost2, files: 0, directories: 0, links: 1
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:is_vm_dedicated(4246)|VM disk mode does not need to be dedicated
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:initialize(351)|not checking if vmdk base directory exists because it is the same as the vmx base directory: /vmfs/volumes/datastore1
2012-10-02 10:17:07|10916|76:76|image|Module.pm:create_provisioning_object(525)|VCL::Module::Provisioning::VMware::VMware provisioner object created for vm20, address: 3a24a40
2012-10-02 10:17:07|10916|76:76|image|State.pm:initialize(154)|returning 1
2012-10-02 10:17:07|10916|76:76|image|vcld:make_new_child(568)|VCL::image object created and initialized
2012-10-02 10:17:07|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu<ma...@fiu.edu>, VCL IMAGE Creation Started: vmwarewinxp-winxp14-v0
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| stat: cannot stat '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk': No such file or directory
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
|10916|76:76|image| returning (1, "stat: cannot stat '/vmfs/volum...")
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4584)|image does not exist in the shared directory on the VM host
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| stat: cannot stat '/install': No such file or directory
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
|10916|76:76|image| returning (1, "stat: cannot stat '/install': ...")
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:is_repository_mounted_on_vmhost(6705)|image repository is NOT mounted on VM host csvhost2: /install
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4606)|checking if vmdk file exists in image repository on managment node csvcldev: /install/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4620)|vmdk file does not exist on management node: '/install/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk'
2012-10-02 10:17:08|10916|76:76|image|image.pm:process(145)|image vmwarewinxp-winxp14-v0 does not exist in the repository
2012-10-02 10:17:08|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{76}{image}{lastupdate}, data identifier: image_lastupdate, data:
|10916|76:76|image| : "2012-10-02 10:17:08"
2012-10-02 10:17:08|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{76}{imagerevision}{datecreated}, data identifier: imagerevision_date_created, data:
|10916|76:76|image| : "2012-10-02 10:17:08"
2012-10-02 10:17:08|10916|76:76|image|image.pm:process(161)|calling provisioning module's capture() subroutine
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| stat: cannot stat '/install': No such file or directory
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
|10916|76:76|image| returning (1, "stat: cannot stat '/install': ...")
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:is_repository_mounted_on_vmhost(6705)|image repository is NOT mounted on VM host csvhost2: /install
2012-10-02 10:17:17|10916|76:76|image|OS.pm:is_ssh_responding(640)|vm20 is responding to SSH, port 22: open, port 24: closed
2012-10-02 10:17:18|10916|76:76|image|OS.pm:get_os_type(2216)|Windows OS is currently installed on vm20, output:
|10916|76:76|image| CYGWIN_NT-5.1 fiu-1ff43949c30 1.7.16(0.262/5/3) 2012-07-20 22:55 i686 Cygwin
2012-10-02 10:17:18|10916|76:76|image|VMware.pm:get_active_vmx_file_path(963)|'windows' OS type currently installed on vm20 matches the OS type of the image assigned to this reservation
2012-10-02 10:17:19|10916|76:76|image|Windows.pm:is_64_bit(8587)|32-bit Windows OS detected, PROCESSOR_IDENTIFIER: x86 Family 6 Model 44 Stepping 2, GenuineIntel
2012-10-02 10:17:19|10916|76:76|image|Windows.pm:get_system32_path(8630)|32-bit Windows OS installed on vm20, using C:/Windows/System32
2012-10-02 10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1630)|attempting to retrieve private IP address for computer: vm20
2012-10-02 10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1634)|retrieved contents of /etc/hosts on this management node, contains 32 lines
2012-10-02 10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1694)|returning IP address from /etc/hosts file: 10.0.2.120
2012-10-02 10:17:19|10916|76:76|image|Windows.pm:get_network_configuration(5584)|attempt 1/12: checking if devices still appear to be initializing before retrieving network configuration
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_task_info(7387)|ran tasklist.exe
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_task_info(7410)|column names: Image Name, PID, Session Name, Session#, Mem Usage, Status, User Name, CPU Time, Window Title
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_task_info(7427)|task info:
|10916|76:76|image| : {}
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_network_configuration(5593)|no devices appear to still be initializing, tasks:
|10916|76:76|image| : {}
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_network_configuration(5603)|attempting to retrieve network configuration information from vm20
2012-10-02 10:17:21|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/ipconfig.exe /all' 2>&1
2012-10-02 10:17:22|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Windows IP Configuration
|10916|76:76|image| Host Name . . . . . . . . . . . . : fiu-1ff43949c30
|10916|76:76|image| Primary Dns Suffix . . . . . . . :
|10916|76:76|image| Node Type . . . . . . . . . . . . : Unknown
|10916|76:76|image| IP Routing Enabled. . . . . . . . : No
|10916|76:76|image| WINS Proxy Enabled. . . . . . . . : No
|10916|76:76|image| Ethernet adapter Local Area Connection:
|10916|76:76|image| Connection-specific DNS Suffix . :
|10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter #2
|10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-27
|10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
|10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
|10916|76:76|image| IP Address. . . . . . . . . . . . : 10.0.2.120
|10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
|10916|76:76|image| Default Gateway . . . . . . . . . :
|10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.0.2.20
|10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 AM
|10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 PM
|10916|76:76|image| Ethernet adapter Local Area Connection 2:
|10916|76:76|image| Connection-specific DNS Suffix . :
|10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter
|10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-28
|10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
|10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
|10916|76:76|image| IP Address. . . . . . . . . . . . : 10.106.130.124
|10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
|10916|76:76|image| Default Gateway . . . . . . . . . : 10.106.130.1
|10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.106.130.23
|10916|76:76|image| DNS Servers . . . . . . . . . . . : 131.94.205.10
|10916|76:76|image| 131.94.7.220
|10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:37 AM
|10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 4:07:37 PM
2012-10-02 10:17:22|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "Windows IP Configuration Host ...")
2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5618)|ran ipconfig on vm20:
|10916|76:76|image| Windows IP Configuration
|10916|76:76|image| Host Name . . . . . . . . . . . . : fiu-1ff43949c30
|10916|76:76|image| Primary Dns Suffix . . . . . . . :
|10916|76:76|image| Node Type . . . . . . . . . . . . : Unknown
|10916|76:76|image| IP Routing Enabled. . . . . . . . : No
|10916|76:76|image| WINS Proxy Enabled. . . . . . . . : No
|10916|76:76|image| Ethernet adapter Local Area Connection:
|10916|76:76|image| Connection-specific DNS Suffix . :
|10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter #2
|10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-27
|10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
|10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
|10916|76:76|image| IP Address. . . . . . . . . . . . : 10.0.2.120
|10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
|10916|76:76|image| Default Gateway . . . . . . . . . :
|10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.0.2.20
|10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 AM
|10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 PM
|10916|76:76|image| Ethernet adapter Local Area Connection 2:
|10916|76:76|image| Connection-specific DNS Suffix . :
|10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter
|10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-28
|10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
|10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
|10916|76:76|image| IP Address. . . . . . . . . . . . : 10.106.130.124
|10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
|10916|76:76|image| Default Gateway . . . . . . . . . : 10.106.130.1
|10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.106.130.23
|10916|76:76|image| DNS Servers . . . . . . . . . . . : 131.94.205.10
|10916|76:76|image| 131.94.7.220
|10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:37 AM
|10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 4:07:37 PM
2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5647)|found interface: Local Area Connection
2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5647)|found interface: Local Area Connection 2
2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5707)|retrieved network configuration:
|10916|76:76|image| : {
|10916|76:76|image| :   "Local Area Connection" => {
|10916|76:76|image| :     "autoconfiguration_enabled" => "Yes",
|10916|76:76|image| :     "description" => "VMware Accelerated AMD PCNet Adapter #2",
|10916|76:76|image| :     "dhcp_enabled" => "Yes",
|10916|76:76|image| :     "dhcp_server" => "10.0.2.20",
|10916|76:76|image| :     "ip_address" => {
|10916|76:76|image| :       "10.0.2.120" => "255.255.255.0"
|10916|76:76|image| :     },
|10916|76:76|image| :     "lease_expires" => "Tuesday, October 02, 2012 10:07:36 PM",
|10916|76:76|image| :     "lease_obtained" => "Tuesday, October 02, 2012 10:07:36 AM",
|10916|76:76|image| :     "physical_address" => "00:50:56:C5:00:27"
|10916|76:76|image| :   },
|10916|76:76|image| :   "Local Area Connection 2" => {
|10916|76:76|image| :     "autoconfiguration_enabled" => "Yes",
|10916|76:76|image| :     "default_gateway" => "10.106.130.1",
|10916|76:76|image| :     "description" => "VMware Accelerated AMD PCNet Adapter",
|10916|76:76|image| :     "dhcp_enabled" => "Yes",
|10916|76:76|image| :     "dhcp_server" => "10.106.130.23",
|10916|76:76|image| :     "dns_server" => "131.94.7.220",
|10916|76:76|image| :     "ip_address" => {
|10916|76:76|image| :       "10.106.130.124" => "255.255.255.0"
|10916|76:76|image| :     },
|10916|76:76|image| :     "lease_expires" => "Tuesday, October 02, 2012 4:07:37 PM",
|10916|76:76|image| :     "lease_obtained" => "Tuesday, October 02, 2012 10:07:37 AM",
|10916|76:76|image| :     "physical_address" => "00:50:56:C5:00:28"
|10916|76:76|image| :   }
|10916|76:76|image| : }
2012-10-02 10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_private_interface_name(1068)|determined private interface name: Local Area Connection (10.0.2.120)
2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_mac_address(1350)|returning private MAC address: 00:50:56:C5:00:27
2012-10-02 10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
2012-10-02 10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
2012-10-02 10:17:22|10916|76:76|image|OS.pm:_get_public_interface_name_helper(1218)|'Local Area Connection 2' is more likely the public interface, it is NOT assigned the private IP address: 10.0.2.120
2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_public_interface_name(1150)|determined the public interface name: 'Local Area Connection 2'
|10916|76:76|image| : {
|10916|76:76|image| :   "autoconfiguration_enabled" => "Yes",
|10916|76:76|image| :   "default_gateway" => "10.106.130.1",
|10916|76:76|image| :   "description" => "VMware Accelerated AMD PCNet Adapter",
|10916|76:76|image| :   "dhcp_enabled" => "Yes",
|10916|76:76|image| :   "dhcp_server" => "10.106.130.23",
|10916|76:76|image| :   "dns_server" => "131.94.7.220",
|10916|76:76|image| :   "ip_address" => {
|10916|76:76|image| :     "10.106.130.124" => "255.255.255.0"
|10916|76:76|image| :   },
|10916|76:76|image| :   "lease_expires" => "Tuesday, October 02, 2012 4:07:37 PM",
|10916|76:76|image| :   "lease_obtained" => "Tuesday, October 02, 2012 10:07:37 AM",
|10916|76:76|image| :   "physical_address" => "00:50:56:C5:00:28"
|10916|76:76|image| : }
2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_mac_address(1350)|returning public MAC address: 00:50:56:C5:00:28
2012-10-02 10:17:22|10916|76:76|image|VMware.pm:get_vmx_file_paths(5226)|attempting to find existing vmx files on the VM host
2012-10-02 10:17:22|10916|76:76|image|VMware.pm:get_vmx_base_directory_path(3089)|determined vmx base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:22|10916|76:76|image|OS.pm:find_files(2821)|attempting to find files on csvhost2, base directory path: '/vmfs/volumes/datastore1/', pattern: *.vmx, command: /usr/bin/find "/vmfs/volumes/datastore1/" -type f -iname "*.vmx"
2012-10-02 10:17:23|10916|76:76|image|OS.pm:find_files(2849)|files found: 12, base directory: '/vmfs/volumes/datastore1/', pattern: '*.vmx'
|10916|76:76|image| command: '/usr/bin/find "/vmfs/volumes/datastore1/" -type f -iname "*.vmx"'
2012-10-02 10:17:23|10916|76:76|image|VMware.pm:get_vmx_file_paths(5232)|found 12 vmx files under /vmfs/volumes/datastore1
|10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Vmid Name File Guest OS Version Annotation
|10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
2012-10-02 10:17:23|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd hostsvc/datastore/listsummary' 2>&1
2012-10-02 10:17:24|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| (vim.Datastore.Summary) [
|10916|76:76|image| (vim.Datastore.Summary) {
|10916|76:76|image| dynamicType = <unset>,
|10916|76:76|image| datastore = 'vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f',
|10916|76:76|image| name = "datastore1",
|10916|76:76|image| url = "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f",
|10916|76:76|image| capacity = 294742130688,
|10916|76:76|image| freeSpace = 276907950080,
|10916|76:76|image| uncommitted = 0,
|10916|76:76|image| accessible = true,
|10916|76:76|image| multipleHostAccess = <unset>,
|10916|76:76|image| type = "VMFS",
|10916|76:76|image| maintenanceMode = <unset>,
|10916|76:76|image| }
|10916|76:76|image| ]
2012-10-02 10:17:24|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "(vim.Datastore.Summary) [ (vim...")
2012-10-02 10:17:24|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd hostsvc/datastore/listsummary
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_datastore_info(6747)|retrieved datastore info from VM host:
|10916|76:76|image| : {
|10916|76:76|image| :   "datastore1" => {
|10916|76:76|image| :     "accessible" => "true",
|10916|76:76|image| :     "capacity" => "294742130688",
|10916|76:76|image| :     "datastore" => "vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f",
|10916|76:76|image| :     "dynamicType" => "<unset>",
|10916|76:76|image| :     "freeSpace" => "276907950080",
|10916|76:76|image| :     "maintenanceMode" => "<unset>",
|10916|76:76|image| :     "multipleHostAccess" => "<unset>",
|10916|76:76|image| :     "normal_path" => "/vmfs/volumes/datastore1",
|10916|76:76|image| :     "type" => "VMFS",
|10916|76:76|image| :     "uncommitted" => 0,
|10916|76:76|image| :     "url" => "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f"
|10916|76:76|image| :   }
|10916|76:76|image| : }
2012-10-02 10:17:24|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 registered VMs
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_file_paths(5236)|found 11 registered vmx files
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_file_paths(5241)|found 12 vmx files on VM host
|10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(985)|retrieved vmx file paths currently residing on the VM host:
|10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(992)|sorted vmx file paths so that directories containing vm20 are checked first:
|10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 80 lines from file on csvhost2: '/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx file does not contain a computer_id value, attempting to determine matching computer
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(7395)|computer name could not be determined from directory name: 'winxp'
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to determine computer name from vmx file path: '/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5371)|ignoring ide1:0, filename property does not end with .vmdk: /vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f/iso/WXPCCP_EN.iso
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode property not set, setting default value: persistent
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: winxp.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/backup/winxp/winxp.vmdk
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in winxp.vmx:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
2012-10-02 10:17:24|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
2012-10-02 10:17:25|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Vmid Name File Guest OS Version Annotation
|10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
2012-10-02 10:17:25|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
2012-10-02 10:17:25|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
2012-10-02 10:17:25|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 registered VMs
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:is_vm_registered(4416)|VM is not registered: '/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1032)|ignoring winxp.vmx because the VM is not registered
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
2012-10-02 10:17:25|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx'
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm11_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm11_5-v0.vmx:
|10916|76:76|image| 000c2985f6f3
|10916|76:76|image| 005056c50015
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm11_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
2012-10-02 10:17:25|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx'
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm12_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm12_5-v0.vmx:
|10916|76:76|image| 000c299d9dde
|10916|76:76|image| 005056c50017
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm12_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
2012-10-02 10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx'
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm13_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm13_5-v0.vmx:
|10916|76:76|image| 000c2968df74
|10916|76:76|image| 005056c50019
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm13_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
2012-10-02 10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx'
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm14_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm14_5-v0.vmx:
|10916|76:76|image| 000c297932b9
|10916|76:76|image| 005056c5001b
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm14_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
2012-10-02 10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx'
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm15_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm15_5-v0.vmx:
|10916|76:76|image| 000c299b3a3f
|10916|76:76|image| 005056c5001d
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm15_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
2012-10-02 10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx'
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm16_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm16_5-v0.vmx:
|10916|76:76|image| 000c29278d1e
|10916|76:76|image| 005056c5001f
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm16_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
2012-10-02 10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx'
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm17_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm17_5-v0.vmx:
|10916|76:76|image| 000c29147e03
|10916|76:76|image| 005056c50021
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm17_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
2012-10-02 10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx'
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm18_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm18_5-v0.vmx:
|10916|76:76|image| 000c2986309b
|10916|76:76|image| 005056c50023
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm18_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
2012-10-02 10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm19_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm19_5-v0.vmx:
|10916|76:76|image| 000c29dc4e28
|10916|76:76|image| 005056c50025
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm19_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
2012-10-02 10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 73 lines from file on csvhost2: '/vmfs/volumes/datastore1/windowsxp/windowsxp.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx file does not contain a computer_id value, attempting to determine matching computer
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(7395)|computer name could not be determined from directory name: 'windowsxp'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to determine computer name from vmx file path: '/vmfs/volumes/datastore1/windowsxp/windowsxp.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5366)|ignoring ide1:0, filename property not set
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode property not set, setting default value: persistent
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: windowsxp.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/windowsxp/windowsxp.vmdk
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in windowsxp.vmx:
|10916|76:76|image| 005056cc0005
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring windowsxp.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 80 lines from file on csvhost2: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx file does not contain a computer_id value, attempting to determine matching computer
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(7395)|computer name could not be determined from directory name: 'winxp'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to determine computer name from vmx file path: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5366)|ignoring ide1:0, filename property not set
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode property not set, setting default value: persistent
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: winxp.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/winxp/winxp.vmdk
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in winxp.vmx:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
2012-10-02 10:17:28|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
2012-10-02 10:17:29|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Vmid Name File Guest OS Version Annotation
|10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
2012-10-02 10:17:29|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
2012-10-02 10:17:29|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
2012-10-02 10:17:29|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 registered VMs
2012-10-02 10:17:29|10916|76:76|image|VMware.pm:is_vm_registered(4411)|VM is registered: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:29|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Vmid Name File Guest OS Version Annotation
|10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/power.getstate 21' 2>&1
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Retrieved runtime info
|10916|76:76|image| Powered on
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Retrieved runtime info Powered...")
2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/power.getstate 21
2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:get_vm_power_state(884)|vmsvc/power.getstate 21:
|10916|76:76|image| Retrieved runtime info
|10916|76:76|image| Powered on
2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:get_vm_power_state(887)|VM is powered on: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1044)|found matching MAC address between vm20 and winxp.vmx:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1059)|found vmx file being used by vm20: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:check_file_paths(4035)|successfully retrieved vmx file path components:
|10916|76:76|image| VM profile VM path:                '/vmfs/volumes/datastore1'
|10916|76:76|image| VM profile datastore path:         '/vmfs/volumes/datastore1'
|10916|76:76|image| vmx file path:                     '/vmfs/volumes/datastore1/winxp/winxp.vmx'
|10916|76:76|image| vmx directory path:                '/vmfs/volumes/datastore1/winxp'
|10916|76:76|image| vmx base directory path:           '/vmfs/volumes/datastore1'
|10916|76:76|image| vmx directory name:                'winxp'
|10916|76:76|image| vmx file name:                     'winxp.vmx'
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:set_vmx_file_path(3279)|set overridden vmx file path: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmx_info(5298)|returning previously retrieved info from vmx file: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(639)|vmx info for VM vm20 being captured:
|10916|76:76|image| : {
|10916|76:76|image| :   ".encoding" => "UTF-8",
|10916|76:76|image| :   "cleanshutdown" => "FALSE",
|10916|76:76|image| :   "config.version" => 8,
|10916|76:76|image| :   "displayname" => "winxp",
|10916|76:76|image| :   "ethernet0.address" => "00:50:56:c5:00:27",
|10916|76:76|image| :   "ethernet0.addresstype" => "static",
|10916|76:76|image| :   "ethernet0.generatedaddressoffset" => 0,
|10916|76:76|image| :   "ethernet0.networkname" => "VM Private",
|10916|76:76|image| :   "ethernet0.pcislotnumber" => 32,
|10916|76:76|image| :   "ethernet0.present" => "TRUE",
|10916|76:76|image| :   "ethernet1.address" => "00:50:56:c5:00:28",
|10916|76:76|image| :   "ethernet1.addresstype" => "static",
|10916|76:76|image| :   "ethernet1.generatedaddressoffset" => 10,
|10916|76:76|image| :   "ethernet1.networkname" => "VM Public",
|10916|76:76|image| :   "ethernet1.pcislotnumber" => 33,
|10916|76:76|image| :   "ethernet1.present" => "TRUE",
|10916|76:76|image| :   "evccompatibilitymode" => "FALSE",
|10916|76:76|image| :   "extendedconfigfile" => "winxp.vmxf",
|10916|76:76|image| :   "floppy0.clientdevice" => "TRUE",
|10916|76:76|image| :   "floppy0.filename" => "",
|10916|76:76|image| :   "floppy0.present" => "TRUE",
|10916|76:76|image| :   "floppy0.startconnected" => "FALSE",
|10916|76:76|image| :   "guestcpuid.0" => "0000000b756e65476c65746e49656e69",
|10916|76:76|image| :   "guestcpuid.1" => "000206c200010800829822030febfbff",
|10916|76:76|image| :   "guestcpuid.80000001" => "00000000000000000000000128100800",
|10916|76:76|image| :   "guestos" => "winxppro",
|10916|76:76|image| :   "hostcpuid.0" => "0000000b756e65476c65746e49656e69",
|10916|76:76|image| :   "hostcpuid.1" => "000206c200200800029ee3ffbfebfbff",
|10916|76:76|image| :   "hostcpuid.80000001" => "0000000000000000000000012c100800",
|10916|76:76|image| :   "hpet0.present" => "TRUE",
|10916|76:76|image| :   "ide0:0.filename" => "winxp.vmdk",
|10916|76:76|image| :   "ide0:0.present" => "TRUE",
|10916|76:76|image| :   "ide0:0.redo" => "",
|10916|76:76|image| :   "ide1:0.clientdevice" => "TRUE",
|10916|76:76|image| :   "ide1:0.devicetype" => "atapi-cdrom",
|10916|76:76|image| :   "ide1:0.filename" => "",
|10916|76:76|image| :   "ide1:0.present" => "TRUE",
|10916|76:76|image| :   "ide1:0.startconnected" => "FALSE",
|10916|76:76|image| :   "memsize" => 1024,
|10916|76:76|image| :   "nvram" => "winxp.nvram",
|10916|76:76|image| :   "pcibridge0.pcislotnumber" => 17,
|10916|76:76|image| :   "pcibridge0.present" => "TRUE",
|10916|76:76|image| :   "pcibridge4.functions" => 8,
|10916|76:76|image| :   "pcibridge4.pcislotnumber" => 21,
|10916|76:76|image| :   "pcibridge4.present" => "TRUE",
|10916|76:76|image| :   "pcibridge4.virtualdev" => "pcieRootPort",
|10916|76:76|image| :   "pcibridge5.functions" => 8,
|10916|76:76|image| :   "pcibridge5.pcislotnumber" => 22,
|10916|76:76|image| :   "pcibridge5.present" => "TRUE",
|10916|76:76|image| :   "pcibridge5.virtualdev" => "pcieRootPort",
|10916|76:76|image| :   "pcibridge6.functions" => 8,
|10916|76:76|image| :   "pcibridge6.pcislotnumber" => 23,
|10916|76:76|image| :   "pcibridge6.present" => "TRUE",
|10916|76:76|image| :   "pcibridge6.virtualdev" => "pcieRootPort",
|10916|76:76|image| :   "pcibridge7.functions" => 8,
|10916|76:76|image| :   "pcibridge7.pcislotnumber" => 24,
|10916|76:76|image| :   "pcibridge7.present" => "TRUE",
|10916|76:76|image| :   "pcibridge7.virtualdev" => "pcieRootPort",
|10916|76:76|image| :   "powertype.poweroff" => "soft",
|10916|76:76|image| :   "powertype.poweron" => "hard",
|10916|76:76|image| :   "powertype.reset" => "soft",
|10916|76:76|image| :   "powertype.suspend" => "hard",
|10916|76:76|image| :   "replay.filename" => "",
|10916|76:76|image| :   "replay.supported" => "FALSE",
|10916|76:76|image| :   "sched.swap.derivedname" => "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f/winxp/winxp-98bf9f8e.vswp",
|10916|76:76|image| :   "tools.remindinstall" => "FALSE",
|10916|76:76|image| :   "tools.synctime" => "FALSE",
|10916|76:76|image| :   "unity.wascapable" => "TRUE",
|10916|76:76|image| :   "usercpuid.0" => "0000000b756e65476c65746e49656e69",
|10916|76:76|image| :   "usercpuid.1" => "000206c200200800029822030febfbff",
|10916|76:76|image| :   "usercpuid.80000001" => "00000000000000000000000128100800",
|10916|76:76|image| :   "uuid.bios" => "56 4d 76 ea 03 e6 b9 c8-c9 2f 8c d4 22 f3 97 79",
|10916|76:76|image| :   "uuid.location" => "56 4d 76 ea 03 e6 b9 c8-c9 2f 8c d4 22 f3 97 79",
|10916|76:76|image| :   "vc.uuid" => "52 7e 1e 93 1b af 4a 01-9b df 6a eb cb 7a cf 0a",
|10916|76:76|image| :   "virtualhw.productcompatibility" => "hosted",
|10916|76:76|image| :   "virtualhw.version" => 8,
|10916|76:76|image| :   "vmci0.id" => 586389369,
|10916|76:76|image| :   "vmci0.pcislotnumber" => 34,
|10916|76:76|image| :   "vmci0.present" => "TRUE",
|10916|76:76|image| :   "vmdk" => {
|10916|76:76|image| :     "ide0:0" => {
|10916|76:76|image| :       "mode" => "persistent",
|10916|76:76|image| :       "present" => "TRUE",
|10916|76:76|image| :       "redo" => "",
|10916|76:76|image| :       "vmdk_directory_path" => "/vmfs/volumes/datastore1/winxp",
|10916|76:76|image| :       "vmdk_file_base_name" => "winxp",
|10916|76:76|image| :       "vmdk_file_name" => "winxp.vmdk",
|10916|76:76|image| :       "vmdk_file_path" => "/vmfs/volumes/datastore1/winxp/winxp.vmdk"
|10916|76:76|image| :     }
|10916|76:76|image| :   },
|10916|76:76|image| :   "vmotion.checkpointfbsize" => 4194304,
|10916|76:76|image| :   "vmx_directory_path" => "/vmfs/volumes/datastore1/winxp",
|10916|76:76|image| :   "vmx_file_name" => "winxp.vmx"
|10916|76:76|image| : }
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(658)|vmdk file path configured for VM vm20 being captured: /vmfs/volumes/datastore1/winxp/winxp.vmdk
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:_get_datastore_names(6779)|datastore names:
|10916|76:76|image| datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_dedicated(3608)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:_get_datastore_names(6779)|datastore names:
|10916|76:76|image| datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_dedicated(3608)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:check_file_paths(4035)|successfully retrieved vmdk file path components:
|10916|76:76|image| VM profile VM path:                '/vmfs/volumes/datastore1'
|10916|76:76|image| VM profile datastore path:         '/vmfs/volumes/datastore1'
|10916|76:76|image| vmdk file path:                    '/vmfs/volumes/datastore1/winxp/winxp.vmdk'
|10916|76:76|image| vmdk directory path:               '/vmfs/volumes/datastore1/winxp'
|10916|76:76|image| vmdk base directory path:          '/vmfs/volumes/datastore1'
|10916|76:76|image| vmdk directory name:               'winxp'
|10916|76:76|image| vmdk file name:                    'winxp.vmdk'
|10916|76:76|image| vmdk file prefix:                  'winxp'
|10916|76:76|image| dedicated vmdk file path:         '/vmfs/volumes/datastore1/winxp/winxp.vmdk'
|10916|76:76|image| dedicated vmdk directory path:    '/vmfs/volumes/datastore1/winxp'
|10916|76:76|image| dedicated vmdk directory name:    'winxp'
|10916|76:76|image| shared vmdk file path:      '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk'
|10916|76:76|image| shared vmdk directory path: '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0'
|10916|76:76|image| shared vmdk directory name: 'vmwarewinxp-winxp14-v0'
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:set_vmdk_file_path(3968)|set overridden vmdk file path: '/vmfs/volumes/datastore1/winxp/winxp.vmdk'
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(682)|mode of vmdk to be captured is valid: persistent
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
2012-10-02 10:17:31|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| stat: cannot stat '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk': No such file or directory
2012-10-02 10:17:31|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
|10916|76:76|image| returning (1, "stat: cannot stat '/vmfs/volum...")
2012-10-02 10:17:31|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'chown root currentimage.txt; chmod 777 currentimage.txt' 2>&1
2012-10-02 10:17:39|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| chown: cannot access `currentimage.txt': No such file or directory
|10916|76:76|image| chmod: cannot access `currentimage.txt': No such file or directory
2012-10-02 10:17:39|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on vm20, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'chown root currentimage.txt; chmod 777 currentimage.txt' 2>&1
|10916|76:76|image| returning (1, "chown: cannot access `currenti...")
2012-10-02 10:17:39|10916|76:76|image|utils.pm:write_currentimage_txt(5275)|updated ownership and permissions on currentimage.txt
2012-10-02 10:17:39|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'echo -e "vmwarewinxp-winxp14-v0\r\nid=14\r\nprettyname=winxp\r\nimagerevision_id=13\r\nimagerevision_datecreated=2012-10-02 10:17:08\r\ncomputer_id=22\r\ncomputer_hostname=vm20" > currentimage.txt && cat currentimage.txt' 2>&1
2012-10-02 10:17:40|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| vmwarewinxp-winxp14-v0
|10916|76:76|image| id=14
|10916|76:76|image| prettyname=winxp
|10916|76:76|image| imagerevision_id=13
|10916|76:76|image| imagerevision_datecreated=2012-10-02 10:17:08
|10916|76:76|image| computer_id=22
|10916|76:76|image| computer_hostname=vm20
2012-10-02 10:17:40|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "vmwarewinxp-winxp14-v0 id=14 p...")
2012-10-02 10:17:40|10916|76:76|image|utils.pm:write_currentimage_txt(5293)|created currentimage.txt file on vm20:
|10916|76:76|image| vmwarewinxp-winxp14-v0
|10916|76:76|image| id=14
|10916|76:76|image| prettyname=winxp
|10916|76:76|image| imagerevision_id=13
|10916|76:76|image| imagerevision_datecreated=2012-10-02 10:17:08
|10916|76:76|image| computer_id=22
|10916|76:76|image| computer_hostname=vm20
2012-10-02 10:17:40|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{76}{image}{imagemeta}{sysprep}, data identifier: imagemeta_sysprep, data:
|10916|76:76|image| : 0
2012-10-02 10:17:40|10916|76:76|image|Version_5.pm:pre_capture(104)|calling parent class pre_capture() subroutine
2012-10-02 10:17:40|10916|76:76|image|OS.pm:pre_capture(89)|beginning common image capture preparation tasks
2012-10-02 10:17:42|10916|76:76|image|OS.pm:is_ssh_responding(640)|vm20 is responding to SSH, port 22: open, port 24: closed
2012-10-02 10:17:43|10916|76:76|image|OS.pm:create_text_file(1770)|created file on vm20: ~/currentimage.txt
2012-10-02 10:17:43|10916|76:76|image|OS.pm:pre_capture(125)|completed common image capture preparation tasks
2012-10-02 10:17:43|10916|76:76|image|Windows.pm:pre_capture(238)|beginning Windows image capture preparation tasks on vm20
2012-10-02 10:17:43|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/qwinsta.exe' 2>&1
2012-10-02 10:17:43|10916|76:76|image|utils.pm:(eval)(4950)|waiting up to 60 seconds for SSH process to finish
2012-10-02 10:17:44|10916|76:76|image|Windows.pm:logoff_users(1614)|attempting to kill connection:
|10916|76:76|image| line: '>console           root                      0  Active  wdcon               '
|10916|76:76|image| session identifier: console
2012-10-02 10:17:44|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/logoff.exe console /V' 2>&1
2012-10-02 10:17:49|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Logging off session ID 0
2012-10-02 10:17:49|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "Logging off session ID 0")
2012-10-02 10:17:49|10916|76:76|image|Windows.pm:logoff_users(1624)|logged off session: console, output:
|10916|76:76|image| Logging off session ID 0
2012-10-02 10:17:49|10916|76:76|image|Windows.pm:set_password(1941)|setting password of root to cl0udy on vm20
2012-10-02 10:17:49|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe user root 'cl0udy'' 2>&1
2012-10-02 10:17:57|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| The command completed successfully.
2012-10-02 10:17:57|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "The command completed successf...")
2012-10-02 10:17:57|10916|76:76|image|Windows.pm:set_password(1943)|password changed to 'cl0udy' for user 'root' on vm20
2012-10-02 10:17:57|10916|76:76|image|Windows.pm:get_service_configuration(3949)|retrieving service configuration information from the registry
2012-10-02 10:17:57|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'cmd.exe /c "del /Q \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" 2>NUL & C:/Windows/System32/reg.exe EXPORT HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" && type \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" > \"C:\\cygwin\\tmp\\services_vm20.reg\" && del /Q \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\""' 2>&1
2012-10-02 10:17:59|10916|76:76|image|Windows.pm:reg_export(2904)|exported registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services to file: C:\\cygwin\\tmp\\services_vm20.reg
2012-10-02 10:18:00|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 9871 lines from file on vm20: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:01|10916|76:76|image|Windows.pm:file_exists(1482)|file exists on vm20: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:01|10916|76:76|image|Windows.pm:delete_file(1195)|attempting to delete file: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:04|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:04|10916|76:76|image|Windows.pm:delete_file(1259)|deleted file: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:04|10916|76:76|image|Windows.pm:get_services_using_login_id(4027)|services found using login ID 'root' (1): sshd
2012-10-02 10:18:04|10916|76:76|image|Windows.pm:set_password(1964)|sshd service is configured to run as root, updating service credentials
2012-10-02 10:18:04|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/sc.exe config sshd obj= ".\root" password= "cl0udy"' 2>&1
2012-10-02 10:18:06|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| [SC] ChangeServiceConfig SUCCESS
2012-10-02 10:18:06|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "[SC] ChangeServiceConfig SUCCE...")
2012-10-02 10:18:06|10916|76:76|image|Windows.pm:set_service_credentials(3908)|changed logon credentials for 'sshd' service to root (cl0udy) on vm20
2012-10-02 10:18:06|10916|76:76|image|utils.pm:get_management_node_info(5489)|retrieving current management node info for 'csvcldev.p.fiu.edu' from database, cached data is stale: 61 seconds old
2012-10-02 10:18:06|10916|76:76|image|utils.pm:get_management_node_info(5636)|retrieved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
2012-10-02 10:18:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Query /V /FO CSV' 2>&1
2012-10-02 10:18:14|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| "HostName","TaskName","Next Run Time","Status","Last Run Time","Last Result","Creator","Schedule","Task To Run","Start In","Comment","Scheduled Task State","Scheduled Type","Start Time","Start Date","End Date","Days","Months","Run As User","Delete Task If Not Rescheduled","Stop Task If Runs X Hours and X Mins","Repeat: Every","Repeat: Until: Time","Repeat: Until: Duration","Repeat: Stop If Still Running","Idle Time","Power Management"
|10916|76:76|image| "FIU-1FF43949C30","Microsoft Antimalware Scheduled Scan","02:29:00, 10/7/2012","","Never","0","SYSTEM","At 2:29 AM every Sun of every week, starting 10/2/2012","c:\Program Files\Microsoft Security Client\MpCmdRun.exe Scan -ScheduleJob -RestrictPrivileges","N/A","Periodic scan task.","Enabled","Weekly","02:29:00","10/2/2012","N/A","SUNDAY","N/A","NT AUTHORITY\SYSTEM","Disabled","72:0","Disabled","Disabled","Disabled","Disabled","Only Start If Idle for 1 minutes, If Not Idle Retry For 240 minutes","No Start On Batteries"
|10916|76:76|image| "FIU-1FF43949C30","MpIdleTask","At idle time","","Never","0","SYSTEM","Run when idle","c:\Program Files\Microsoft Security Client\MpCmdRun.exe -IdleTask -TaskName MpIdleTask","N/A","Private Idle Task","Enabled","At idle time","At idle time","10/2/2012","N/A","N/A","N/A","NT AUTHORITY\SYSTEM","Disabled","72:0","Disabled","Disabled","Disabled","Disabled","Only Start If Idle for 15 minutes, If Not Idle Retry For 0 minutes, Stop the task if Idle State end","No Start On Batteries, Stop On Battery Mode"
|10916|76:76|image| "FIU-1FF43949C30","User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}","15:05:00, 10/2/2012","","08:37:00, 10/2/2012","0","root","Every 5 minute(s) from 3:05 PM for 535 minutes on 10/2/2012","C:\WINDOWS\system32\msfeedssync.exe sync","C:\Program Files\Internet Explorer","Updates out-of-date system feeds.","Enabled","One Time Only","15:05:00","10/2/2012","N/A","N/A","N/A","FIU-1FF43949C30\root","Disabled","72:0","5 Minute(s)","None","8 Hour(s): 55 Minute(s)","Disabled","Disabled","No Start On Batteries, Stop On Battery Mode"
|10916|76:76|image| "FIU-1FF43949C30","User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}","15:05:00, 10/2/2012","","08:37:00, 10/2/2012","0","root","Every 5 minute(s) from 12:03 AM for 24 hour(s) every day, starting 10/3/2012","C:\WINDOWS\system32\msfeedssync.exe sync","C:\Program Files\Internet Explorer","Updates out-of-date system feeds.","Enabled","Minute ","00:03:00","10/3/2012","N/A","Everyday","N/A","FIU-1FF43949C30\root","Disabled","72:0","5 Minute(s)","None","24 Hour(s): 0 Minute(s)","Disabled","Disabled","No Start On Batteries, Stop On Battery Mode"
2012-10-02 10:18:14|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, ""HostName","TaskName","Next Ru...")
2012-10-02 10:18:14|10916|76:76|image|Windows.pm:get_scheduled_task_info(4192)|found 3 scheduled tasks:
|10916|76:76|image| Microsoft Antimalware Scheduled Scan
|10916|76:76|image| MpIdleTask
|10916|76:76|image| User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}
2012-10-02 10:18:14|10916|76:76|image|Windows.pm:set_password(1975)|password needs to be updated for scheduled task 'User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}' set to run as user 'FIU-1FF43949C30\root'
2012-10-02 10:18:14|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Change /RU "root" /RP "cl0udy" /TN "User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}"' 2>&1
2012-10-02 10:18:16|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| SUCCESS: The parameters of scheduled task "User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}" have been changed.
2012-10-02 10:18:16|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "SUCCESS: The parameters of sch...")
2012-10-02 10:18:16|10916|76:76|image|Windows.pm:set_scheduled_task_credentials(3187)|changed password for scheduled task: User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}
2012-10-02 10:18:16|10916|76:76|image|Windows.pm:set_password(1985)|changed password for user: root
2012-10-02 10:18:16|10916|76:76|image|Windows.pm:delete_user(1869)|attempting to delete user admin from vm20
2012-10-02 10:18:16|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe user admin /DELETE' 2>&1
2012-10-02 10:18:17|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| The user name could not be found.
|10916|76:76|image| More help is available by typing NET HELPMSG 2221.
2012-10-02 10:18:17|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on vm20, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe user admin /DELETE' 2>&1
|10916|76:76|image| returning (2, "The user name could not be fou...")
2012-10-02 10:18:17|10916|76:76|image|Windows.pm:delete_user(1874)|user admin was not deleted because user does not exist
2012-10-02 10:18:18|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/Documents and Settings/admin'
2012-10-02 10:18:18|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: 'C:/Documents and Settings/admin'
2012-10-02 10:18:18|10916|76:76|image|Windows.pm:delete_user(1890)|deleted profile for user admin from vm20
2012-10-02 10:18:18|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'bash --login -c "cmd.exe /c echo %CYGWIN%"' 2>&1
2012-10-02 10:18:20|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| nodosfilewarning ntsec
2012-10-02 10:18:20|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "nodosfilewarning ntsec")
2012-10-02 10:18:20|10916|76:76|image|Windows.pm:get_environment_variable_value(10817)|retrieved value of 'CYGWIN' environment variable on vm20: 'nodosfilewarning ntsec'
2012-10-02 10:18:20|10916|76:76|image|Windows.pm:check_cygwin(10727)|CYGWIN environment variable is not set correctly on vm20:
|10916|76:76|image| correct value: ntsec nodosfilewarning
|10916|76:76|image| current value: 'nodosfilewarning ntsec'
2012-10-02 10:18:20|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/reg.exe ADD "HKLM\SYSTEM\CurrentControlSet\services\sshd\Parameters\Environment" /v "CYGWIN" /t REG_SZ /d "ntsec nodosfilewarning" /f' 2>&1
2012-10-02 10:18:22|10916|76:76|image|Windows.pm:reg_add(2740)|added registry key: HKLM\SYSTEM\CurrentControlSet\services\sshd\Parameters\Environment, output:
|10916|76:76|image| The operation completed successfully
2012-10-02 10:18:22|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe stop "sshd" ; C:/Windows/System32/net.exe start "sshd"' 2>&1
2012-10-02 10:18:27|10916|76:76|image|Windows.pm:restart_service(7147)|restarted service: sshd, output:
|10916|76:76|image| The CYGWIN sshd service is stopping.
|10916|76:76|image| The CYGWIN sshd service was stopped successfully.
|10916|76:76|image| The CYGWIN sshd service is starting.
|10916|76:76|image| The CYGWIN sshd service was started successfully.
2012-10-02 10:18:27|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'bash --login -c "cmd.exe /c echo %CYGWIN%"' 2>&1
2012-10-02 10:18:36|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| ntsec nodosfilewarning
2012-10-02 10:18:36|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "ntsec nodosfilewarning")
2012-10-02 10:18:36|10916|76:76|image|Windows.pm:get_environment_variable_value(10817)|retrieved value of 'CYGWIN' environment variable on vm20: 'ntsec nodosfilewarning'
2012-10-02 10:18:36|10916|76:76|image|Windows.pm:check_cygwin(10744)|verified CYGWIN environment variable is set correctly after updating the registry: 'ntsec nodosfilewarning'
2012-10-02 10:18:38|10916|76:76|image|Windows.pm:set_file_owner(1546)|set root as the owner of /home/root, files and directories modified: 10
2012-10-02 10:18:38|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/netsh.exe interface ip show address name="Local Area Connection 2"' 2>&1
2012-10-02 10:18:40|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Configuration for interface "Local Area Connection 2"
|10916|76:76|image| DHCP enabled:                         Yes
|10916|76:76|image| InterfaceMetric:                      0
2012-10-02 10:18:40|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "Configuration for interface "L...")
2012-10-02 10:18:40|10916|76:76|image|Windows.pm:is_dhcp_enabled(5851)|DHCP is enabled on interface 'Local Area Connection 2'
2012-10-02 10:18:40|10916|76:76|image|Windows.pm:enable_dhcp(5790)|DHCP is already enabled on interface 'Local Area Connection 2'
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5::XP
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5::XP:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(776)|VCL::Module has no parent packages
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows",
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5::XP:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5::XP",
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5",
|10916|76:76|image| :   "VCL::Module::OS::Windows",
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_XP
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_Version_5
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module::OS
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module
2012-10-02 10:18:42|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/Windows/System32/GroupPolicy/User/Scripts/*VCL*'
2012-10-02 10:18:42|10916|76:76|image|Windows.pm:delete_files_by_pattern(1356)|attempting to delete files under C:/Cygwin/home/root/ matching pattern .*\(vbs\|exe\|cmd\|bat\|log\), max depth: 5
2012-10-02 10:18:42|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/bin/find.exe "C:/Cygwin/home/root/" -mindepth 1 -maxdepth 5 -iregex ".*\(vbs\|exe\|cmd\|bat\|log\)" -exec chown -R root {} \; -exec chmod -R 777 {} \; -exec rm -rvf {} \;' 2>&1
2012-10-02 10:18:43|10916|76:76|image|Windows.pm:delete_files_by_pattern(1392)|1/0 files deleted deleted under 'C:/Cygwin/home/root/' matching '.*\(vbs\|exe\|cmd\|bat\|log\)'
2012-10-02 10:18:43|10916|76:76|image|Windows.pm:delete_files_by_pattern(1393)|files/directories which were deleted:
|10916|76:76|image| removed `C:/Cygwin/home/root/cygwin-rebaseall.cmd'
2012-10-02 10:18:44|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/VCL'
2012-10-02 10:18:44|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: 'C:/VCL'
2012-10-02 10:18:44|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Delete /F /TN "VCL Startup Configuration"' 2>&1
2012-10-02 10:18:52|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| ERROR: The specified task name "VCL Startup Configuration" does not exist in the system.
2012-10-02 10:18:52|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on vm20, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Delete /F /TN "VCL Startup Configuration"' 2>&1
|10916|76:76|image| returning (1, "ERROR: The specified task name...")
2012-10-02 10:18:52|10916|76:76|image|Windows.pm:delete_scheduled_task(3234)|scheduled task 'VCL Startup Configuration' does not exist on vm20
2012-10-02 10:18:53|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: '$SYSTEMDRIVE/Documents and Settings/root/Application Data/VCL'
2012-10-02 10:18:53|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: '$SYSTEMDRIVE/Documents and Settings/root/Application Data/VCL'
2012-10-02 10:18:53|10916|76:76|image|Windows.pm:delete_capture_configuration_files(5979)|attempting to remove old configuration directory if it exists: C:/Cygwin/home/root/VCL
2012-10-02 10:18:55|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:55|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:55|10916|76:76|image|Windows.pm:create_directory(1126)|attempting to create directory: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:55|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'cmd.exe /c "mkdir \"C:/Cygwin/home/root/VCL\""' 2>&1
2012-10-02 10:18:56|10916|76:76|image|Windows.pm:create_directory(1132)|created directory on vm20: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:57|10916|76:76|image|Windows.pm:file_exists(1482)|file exists on vm20: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:57|10916|76:76|image|Windows.pm:create_directory(1153)|verified directory exists on vm20: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:57|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6732)|copying image capture configuration files from /usr/local/vcl/bin/../tools/Windows to vm20
2012-10-02 10:18:57|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:18:58|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:18:58|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6734)|copied /usr/local/vcl/bin/../tools/Windows directory to vm20:C:/Cygwin/home/root/VCL
2012-10-02 10:18:58|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6736)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
2012-10-02 10:18:58|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
2012-10-02 10:18:59|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
2012-10-02 10:18:59|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "")
2012-10-02 10:18:59|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6732)|copying image capture configuration files from /usr/local/vcl/bin/../tools/Windows_Version_5 to vm20
2012-10-02 10:18:59|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows_Version_5/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:19:00|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows_Version_5/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:19:00|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6734)|copied /usr/local/vcl/bin/../tools/Windows_Version_5 directory to vm20:C:/Cygwin/home/root/VCL
2012-10-02 10:19:00|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6736)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
2012-10-02 10:19:00|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
2012-10-02 10:19:01|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
2012-10-02 10:19:01|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "")
2012-10-02 10:19:01|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6732)|copying image capture configuration files from /usr/local/vcl/bin/../tools/Windows_XP to vm20
2012-10-02 10:19:01|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows_XP/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:19:02|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows_XP/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:19:02|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6734)|copied /usr/local/vcl/bin/../tools/Windows_XP directory to vm20:C:/Cygwin/home/root/VCL
2012-10-02 10:19:02|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6736)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
2012-10-02 10:19:02|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
2012-10-02 10:19:09|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
2012-10-02 10:19:09|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "")
2012-10-02 10:19:09|10916|76:76|image|utils.pm:get_management_node_info(5489)|retrieving current management node info for 'csvcldev.p.fiu.edu' from database, cached data is stale: 63 seconds old
2012-10-02 10:19:09|10916|76:76|image|utils.pm:get_management_node_info(5636)|retrieved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
2012-10-02 10:19:09|10916|76:76|image|Windows.pm:delete_files_by_pattern(1356)|attempting to delete files under C:/Cygwin/home/root/VCL/ matching pattern .*\.svn.*, max depth: 5
2012-10-02 10:19:09|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/bin/find.exe "C:/Cygwin/home/root/VCL/" -mindepth 1 -maxdepth 5 -iregex ".*\.svn.*" -exec chown -R root {} \; -exec chmod -R 777 {} \; -exec rm -rvf {} \;' 2>&1
2012-10-02 10:19:11|10916|76:76|image|Windows.pm:delete_files_by_pattern(1392)|0/0 files deleted deleted under 'C:/Cygwin/home/root/VCL/' matching '.*\.svn.*'
2012-10-02 10:19:12|10916|76:76|image|Windows.pm:set_file_owner(1546)|set root as the owner of C:/Cygwin/home/root/VCL, files and directories modified: 1
2012-10-02 10:19:13|10916|76:76|image|Windows.pm:search_and_replace_in_files(6628)|no files were found matching pattern 'WINDOWS_ROOT_PASSWORD' in: C:/Cygwin/home/root/VCL
2012-10-02 10:19:13|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6753)|set the Windows root password in configuration files
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5::XP
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5::XP:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(776)|VCL::Module has no parent packages
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows",
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5::XP:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5::XP",
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5",
|10916|76:76|image| :   "VCL::Module::OS::Windows",
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_XP
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_Version_5
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module::OS
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module
2012-10-02 10:19:13|10916|76:76|image|Windows.pm:apply_security_templates(7529)|checking if any security templates exist in: /usr/local/vcl/bin/../tools/Windows/Security
2012-10-02 10:19:13|10916|76:76|image|utils.pm:run_command(8739)|executed command: find /usr/local/vcl/bin/../tools/Windows/Security -name "*.inf" 2>&1 | sort -f, pid: 11218, exit status: 1, output:
|10916|76:76|image| /usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|Windows.pm:apply_security_templates(7542)|failed to run find, exit status: 1, output:
|10916|76:76|image| /usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf
|10916|76:76|image| ( 0) Windows.pm, apply_security_templates (line: 7542)
|10916|76:76|image| (-1) Windows.pm, pre_capture (line: 323)
|10916|76:76|image| (-2) Version_5.pm, pre_capture (line: 105)
|10916|76:76|image| (-3) VMware.pm, capture (line: 712)
|10916|76:76|image| (-4) image.pm, process (line: 162)
|10916|76:76|image| (-5) vcld, make_new_child (line: 571)
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|Windows.pm:pre_capture(324)|unable to apply security templates
|10916|76:76|image| ( 0) Windows.pm, pre_capture (line: 324)
|10916|76:76|image| (-1) Version_5.pm, pre_capture (line: 105)
|10916|76:76|image| (-2) VMware.pm, capture (line: 712)
|10916|76:76|image| (-3) image.pm, process (line: 162)
|10916|76:76|image| (-4) vcld, make_new_child (line: 571)
|10916|76:76|image| (-5) vcld, main (line: 350)
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|Version_5.pm:pre_capture(109)|failed to execute parent class pre_capture() subroutine
|10916|76:76|image| ( 0) Version_5.pm, pre_capture (line: 109)
|10916|76:76|image| (-1) VMware.pm, capture (line: 712)
|10916|76:76|image| (-2) image.pm, process (line: 162)
|10916|76:76|image| (-3) vcld, make_new_child (line: 571)
|10916|76:76|image| (-4) vcld, main (line: 350)
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|VMware.pm:capture(713)|failed to complete OS module's pre_capture tasks
|10916|76:76|image| ( 0) VMware.pm, capture (line: 713)
|10916|76:76|image| (-1) image.pm, process (line: 162)
|10916|76:76|image| (-2) vcld, make_new_child (line: 571)
|10916|76:76|image| (-3) vcld, main (line: 350)
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|image.pm:process(166)|vmwarewinxp-winxp14-v0 image failed to be captured by provisioning module
|10916|76:76|image| ( 0) image.pm, process (line: 166)
|10916|76:76|image| (-1) vcld, make_new_child (line: 571)
|10916|76:76|image| (-2) vcld, main (line: 350)
2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
2012-10-02 10:19:13|10916|76:76|image|utils.pm:is_inblockrequest(5793)|zero rows were returned from database select
2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:get_image_affiliation_name(2118)|image owner id: 1
2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:retrieve_user_data(1401)|attempting to retrieve and store data for user: user.id = '1'
2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:retrieve_user_data(1464)|data has been retrieved for user: admin (id: 1)
2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu<ma...@fiu.edu>, PROBLEM -- csvcldev|76:76|image|image.pm|vm20>csvhost2.p.fiu.edu|vmwarewinxp-winxp14-v0|admin
|10916|76:76|image| ---- CRITICAL ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(387)|vmwarewinxp-winxp14-v0 image creation failed
|10916|76:76|image| ( 0) image.pm, reservation_failed (line: 387)
|10916|76:76|image| (-1) image.pm, process (line: 167)
|10916|76:76|image| (-2) vcld, make_new_child (line: 571)
|10916|76:76|image| (-3) vcld, main (line: 350)
2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: root@localhost, VCL -- NOTICE DELAY Image Creation winxp
2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu<ma...@fiu.edu>, VCL -- NOTICE FAILED Image Creation winxp
2012-10-02 10:19:13|10916|76:76|image|utils.pm:update_request_state(1545)|request 76 state updated to: maintenance, laststate to: image
2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(441)|request state set to maintenance, laststate to image
2012-10-02 10:19:13|10916|76:76|image|utils.pm:update_computer_state(1587)|computer 22 state updated to: maintenance
2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(449)|vm20 state set to maintenance
2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(456)|exiting
2012-10-02 10:19:13|10916|76:76|image|utils.pm:delete_computerloadlog_reservation(6429)|removing computerloadlog entries matching loadstate = begin
2012-10-02 10:19:13|10916|76:76|image|utils.pm:delete_computerloadlog_reservation(6476)|deleted rows from computerloadlog for reservation id=76
2012-10-02 10:19:13|10916|76:76|image|State.pm:DESTROY(929)|VCL::image process duration: 128 seconds
2012-10-02 10:19:13|10916|76:76|image|VIM_SSH.pm:DESTROY(2123)|vim-cmd call count: 7
2012-10-02 10:19:13|12185|vcld:REAPER(721)|VCL process exited for reservation 76, PID: 10916, signal: CHLD


Re: Windows XP Image capture problem

Posted by Evelio Quiros <ev...@fiu.edu>.
Hello,

Just to be sure the system still works, we successfully captured another linux image without any problem.

However, when we try to capture a Windows XP or Windows 7 image, it always fails pretty quickly.
It looks like it fails during pre-capture tasks with the Windows.pm module.
This is a 2.3 install. Did the windows.pm code change from version 2.2 ?

Regards,
Al Quiros
Florida International University

From: Al Quiros <ev...@fiu.edu>>
Reply-To: "user@vcl.apache.org<ma...@vcl.apache.org>" <us...@vcl.apache.org>>
Date: Tuesday, October 2, 2012 10:40 AM
To: "vcl-user@incubator.apache.org<ma...@incubator.apache.org>" <vc...@incubator.apache.org>>
Subject: Windows XP Image capture problem

Hello,

We set up a new development environment for one of our departments, and we were able to successfully capture a Linux image without any difficulty.
We also were able to reload the computers and make reservations for the captured linux image. All of that works fine.
However, when we try to capture a Windows XP image (fully patched and updated), it fails during some of the pre-capture tasks.
>From the log, it appears that the management node can log into the computer, it can (and did) change the root password, and then tries to set Windows Security Policy when it fails.

We have tried it several times with the same result.
Can anyone on the list look at the log below and tell me know why it fails ?
Is it an issue with Windows.pm ?

Thanks,
Al Quiros
Florida International University

Here is the vcld log at the time of capture:

Added new image to database: 'winxp'
   image.name: vmwarewinxp-winxp14-v0
   image.id: 14
   imagerevision.id: 13
   imagemeta.id: 13
   resource.id: 43

----------------------------------------------------------------------------
Inserted imaging request to the database:
request ID: 76
reservation ID: 76

This process will now display the contents of the vcld.log file if the vcld
daemon is running. If you do not see many lines of additional output, exit this
process, start the vcld daemon, and monitor the image capture process by running
the command:
tail -f /var/log/vcld.log | grep '76:76'

----------------------------------------------------------------------------
2012-10-02 10:17:00|10823|utils.pm:insert_request(8076)|inserted new reload request into request table, request id=76
2012-10-02 10:17:00|10823|utils.pm:insert_request(8107)|inserted new reload request into reservation table, reservation id=76
2012-10-02 10:17:05|12185|76:76|image|utils.pm:reservation_being_processed(8667)|computerloadlog 'begin' entry does NOT exist for reservation 76
2012-10-02 10:17:05|12185|76:76|image|utils.pm:run_command(8739)|executed command: pgrep -fl 'vcld [0-9]+:76 ', pid: 10898, exit status: 0, output:
2012-10-02 10:17:05|12185|76:76|image|utils.pm:is_management_node_process_running(8972)|process is NOT running, identifier: 'vcld [0-9]+:76 '
2012-10-02 10:17:05|12185|76:76|image|utils.pm:reservation_being_processed(8688)|reservation is NOT currently being processed
2012-10-02 10:17:05|12185|76:76|image|vcld:main(282)|reservation 76 is NOT already being processed
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_imagemeta_info(4609)|retrieved imagemeta info:
|12185|76:76|image| : {
|12185|76:76|image| :   "architecture" => "",
|12185|76:76|image| :   "checkuser" => 1,
|12185|76:76|image| :   "id" => 13,
|12185|76:76|image| :   "postoption" => "",
|12185|76:76|image| :   "rootaccess" => 1,
|12185|76:76|image| :   "subimages" => 0,
|12185|76:76|image| :   "sysprep" => 0,
|12185|76:76|image| :   "usergroupid" => ""
|12185|76:76|image| : }
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_management_node_info(5489)|retrieving current management node info for 'csvcldev.p.fiu.edu' from database, cached data is stale: 72427 seconds old
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_management_node_info(5636)|retrieved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_connect_method_info(10092)|attempting to retrieve connect method info:
|12185|76:76|image| imagerevision: 13 - vmwarewinxp-winxp14-v0
|12185|76:76|image| OS: 16 - vmwarewinxp
|12185|76:76|image| OS type: 1 - windows
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_connect_method_info(10156)|RDP: connectmethodid=2, OStypeid=1, OSid=NULL, imagerevisionid=NULL, disabled=0
2012-10-02 10:17:05|12185|76:76|image|utils.pm:get_connect_method_info(10185)|retrieved connect method info:
|12185|76:76|image| : {
|12185|76:76|image| :   2 => {
|12185|76:76|image| :     "connectmethodmap" => {
|12185|76:76|image| :       "OSid" => undef,
|12185|76:76|image| :       "OStypeid" => 1,
|12185|76:76|image| :       "autoprovisioned" => undef,
|12185|76:76|image| :       "connectmethodid" => 2,
|12185|76:76|image| :       "disabled" => 0,
|12185|76:76|image| :       "imagerevisionid" => undef
|12185|76:76|image| :     },
|12185|76:76|image| :     "description" => "Remote Desktop",
|12185|76:76|image| :     "id" => 2,
|12185|76:76|image| :     "name" => "RDP",
|12185|76:76|image| :     "port" => 3389,
|12185|76:76|image| :     "protocol" => "",
|12185|76:76|image| :     "servicename" => "TermService",
|12185|76:76|image| :     "startupscript" => undef
|12185|76:76|image| :   }
|12185|76:76|image| : }
2012-10-02 10:17:05|12185|76:76|image|vcld:main(287)|retrieved request information from database
2012-10-02 10:17:05|12185|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
2012-10-02 10:17:05|12185|76:76|image|utils.pm:update_request_state(1545)|request 76 state updated to: pending, laststate to: image
2012-10-02 10:17:05|12185|76:76|image|utils.pm:insertloadlog(3703)|inserted computer=22, begin, beginning to process, state is image
2012-10-02 10:17:05|12185|76:76|image|vcld:make_new_child(518)|loaded VCL::image module
2012-10-02 10:17:05|12185|76:76|image|vcld:make_new_child(542)|current number of forked kids: 1
2012-10-02 10:17:05|10916|76:76|image|vcld:make_new_child(558)|vcld environment variable set to 0 for this process
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: noimage, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_mn_os_object(376)|VCL::Module::OS::Linux::ManagementNode module loaded
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Linux::ManagementNode object created for image noimage, address: 3a04d98
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{hostname}, data identifier: computer_hostname, data:
|10916|76:76|image| : "csvcldev.p.fiu.edu"
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{NODENAME}, data identifier: computer_node_name, data:
|10916|76:76|image| : "csvcldev"
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{SHORTNAME}, data identifier: computer_short_name, data:
|10916|76:76|image| : "csvcldev"
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{0}{computer}{IPaddress}, data identifier: computer_ip_address, data:
|10916|76:76|image| : "10.106.130.20"
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_mn_os_object(381)|VCL::Module::OS::Linux::ManagementNode OS object created, address: 3a04d98
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(192)|VCL::image object created for state image, address: 34a83b8
2012-10-02 10:17:05|10916|76:76|image|State.pm:initialize(88)|obtained a database handle for this state process, stored as $ENV{dbh}
2012-10-02 10:17:05|10916|76:76|image|State.pm:check_image_os(790)|no corrections need to be made to image OS: vmwarewinxp
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6785)|reservation count: 1
2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6804)|PARENTIMAGE: 1
2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6805)|SUBIMAGE: 0
2012-10-02 10:17:05|10916|76:76|image|utils.pm:rename_vcld_process(6823)|renamed process to 'vcld 76:76 image vm20>csvhost2.p.fiu.edu vmwarewinxp-winxp14-v0 admin'
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:is_parent_reservation(993)|returning true: parent reservation ID for this request: 76
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_os_object(308)|VCL::Module::OS::Windows::Version_5::XP module loaded
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Windows::Version_5::XP object created for image vmwarewinxp-winxp14-v0, address: 3a08460
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_os_object(314)|VCL::Module::OS::Windows::Version_5::XP OS object created, address: 3a08460
2012-10-02 10:17:05|10916|76:76|image|State.pm:initialize(125)|computer is a VM, attempting to create VM host OS object
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(454)|attempting to load VM host OS module: VCL::Module::OS::Linux::UnixLab (image: 1)
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(460)|VM host OS module loaded: VCL::Module::OS::Linux::UnixLab
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(196)|VCL::Module::OS::Linux::UnixLab object created for image noimage, address: 3a08868
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_vmhost_os_object(465)|VCL::Module::OS::Linux::UnixLab OS object created, address: 3a08868
2012-10-02 10:17:05|10916|76:76|image|Module.pm:create_provisioning_object(519)|VCL::Module::Provisioning::VMware::VMware module loaded
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::VMware::VMware object created for computer vm20, address: 3a24a40
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:initialize(267)|initializing VCL::Module::Provisioning::VMware::VMware object
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|created DataStructure object for VM host: csvhost2
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:initialize(287)|VM profile assigned to csvhost2: VMware ESXi - local storage
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:05|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|created DataStructure object for VM host: csvhost2
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1495)|attempting to load VMware control module: VCL::Module::Provisioning::VMware::vSphere_SDK
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1501)|loaded VMware control module: VCL::Module::Provisioning::VMware::vSphere_SDK
2012-10-02 10:17:05|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::VMware::vSphere_SDK object created for computer vm20, address: 458ebd0
2012-10-02 10:17:05|10916|76:76|image|vSphere_SDK.pm:initialize(98)|vSphere SDK for Perl does not appear to be installed on this managment node, unable to load VMware vSphere SDK Perl modules, error:
|10916|76:76|image| Can't locate VMware/VIRuntime.pm in @INC (@INC contains: /usr/local/vcl/bin/../../../.. /usr/local/vcl/bin/../.. /usr/local/vcl/bin/../../.. /usr/local/vcl/bin/../../../../.. /usr/local/vcl/bin/.. /usr/local/vcl/bin/../lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at (eval 812) line 1.
|10916|76:76|image| BEGIN failed--compilation aborted at (eval 812) line 1.
2012-10-02 10:17:05|10916|76:76|image|VMware.pm:get_vmhost_api_object(1515)|API object could not be created: VCL::Module::Provisioning::VMware::vSphere_SDK
2012-10-02 10:17:06|10916|76:76|image|OS.pm:is_ssh_responding(640)|csvhost2 is responding to SSH, port 22: open, port 24: closed
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:initialize(303)|OS on VM host csvhost2 will be controlled using VCL::Module::OS::Linux::UnixLab OS object
2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(613)|computer ID argument was specified, retrieving data for computer ID: 2
2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(637)|image ID argument was specified: 1, DataStructure object will contain image information for the production imagerevision of this image
2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(668)|retrieved data for imagerevision ID: 1
2012-10-02 10:17:06|10916|76:76|image|DataStructure.pm:_initialize(684)|retrieved data for image ID: 1
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_datastructure(1392)|created DataStructure object for VM host: csvhost2
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1495)|attempting to load VMware control module: VCL::Module::Provisioning::VMware::VIM_SSH
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1501)|loaded VMware control module: VCL::Module::Provisioning::VMware::VIM_SSH
2012-10-02 10:17:06|10916|76:76|image|Module.pm:new(200)|VCL::Module::Provisioning::VMware::VIM_SSH object created for computer vm20, address: 458eca8
2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd ; vmware-vim-cmd' 2>&1
2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Commands available under /:
|10916|76:76|image| hbrsvc/ internalsvc/ solo/ vmsvc/
|10916|76:76|image| hostsvc/ proxysvc/ vimsvc/ help
|10916|76:76|image| sh: vmware-vim-cmd: not found
2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd ; vmware-vim-cmd' 2>&1
|10916|76:76|image| returning (127, "Commands available under /: hb...")
2012-10-02 10:17:06|10916|76:76|image|VIM_SSH.pm:initialize(138)|VIM executable available on VM host: vim-cmd
2012-10-02 10:17:06|10916|76:76|image|VIM_SSH.pm:initialize(140)|VCL::Module::Provisioning::VMware::VIM_SSH object initialized
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:get_vmhost_api_object(1522)|created API object: VCL::Module::Provisioning::VMware::VIM_SSH
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:initialize(312)|VM host csvhost2 will be controlled using vim-cmd via SSH
2012-10-02 10:17:06|10916|76:76|image|VMware.pm:initialize(327)|VMware OS and API objects created for VM host csvhost2:
|10916|76:76|image| VM host OS object type: VCL::Module::OS::Linux::UnixLab
|10916|76:76|image| VMware API object type: VCL::Module::Provisioning::VMware::VIM_SSH
2012-10-02 10:17:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vmware -v' 2>&1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| VMware ESXi 5.0.0 build-469512
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "VMware ESXi 5.0.0 build-469512")
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmhost_product_name(6621)|VMware product being used on VM host csvhost2: 'VMware ESXi 5.0.0 build-469512'
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd hostsvc/datastore/listsummary' 2>&1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| (vim.Datastore.Summary) [
|10916|76:76|image| (vim.Datastore.Summary) {
|10916|76:76|image| dynamicType = <unset>,
|10916|76:76|image| datastore = 'vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f',
|10916|76:76|image| name = "datastore1",
|10916|76:76|image| url = "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f",
|10916|76:76|image| capacity = 294742130688,
|10916|76:76|image| freeSpace = 276907950080,
|10916|76:76|image| uncommitted = 0,
|10916|76:76|image| accessible = true,
|10916|76:76|image| multipleHostAccess = <unset>,
|10916|76:76|image| type = "VMFS",
|10916|76:76|image| maintenanceMode = <unset>,
|10916|76:76|image| }
|10916|76:76|image| ]
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "(vim.Datastore.Summary) [ (vim...")
2012-10-02 10:17:07|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd hostsvc/datastore/listsummary
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_datastore_info(6747)|retrieved datastore info from VM host:
|10916|76:76|image| : {
|10916|76:76|image| :   "datastore1" => {
|10916|76:76|image| :     "accessible" => "true",
|10916|76:76|image| :     "capacity" => "294742130688",
|10916|76:76|image| :     "datastore" => "vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f",
|10916|76:76|image| :     "dynamicType" => "<unset>",
|10916|76:76|image| :     "freeSpace" => "276907950080",
|10916|76:76|image| :     "maintenanceMode" => "<unset>",
|10916|76:76|image| :     "multipleHostAccess" => "<unset>",
|10916|76:76|image| :     "normal_path" => "/vmfs/volumes/datastore1",
|10916|76:76|image| :     "type" => "VMFS",
|10916|76:76|image| :     "uncommitted" => 0,
|10916|76:76|image| :     "url" => "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f"
|10916|76:76|image| :   }
|10916|76:76|image| : }
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmx_base_directory_path(3089)|determined vmx base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1' 2>&1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| File: "/vmfs/volumes/datastore1 -> 4fee009d-70a4b7e9-211b-0025b500bb7f"
|10916|76:76|image| Size: 35        Blocks: 0          IO Block: 131072 symbolic link
|10916|76:76|image| Device: 0h/0dInode: 2147483647  Links: 1
|10916|76:76|image| Access: (0755/lrwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
|10916|76:76|image| Access: 2012-10-02 14:10:07.000000000
|10916|76:76|image| Modify: 2012-10-02 14:10:07.000000000
|10916|76:76|image| Change: 2012-10-02 14:10:07.000000000
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "File: "/vmfs/volumes/datastore...")
2012-10-02 10:17:07|10916|76:76|image|Linux.pm:file_exists(1356)|'/vmfs/volumes/datastore1' exists on csvhost2, files: 0, directories: 0, links: 1
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:is_vm_dedicated(4246)|VM disk mode does not need to be dedicated
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:initialize(351)|not checking if vmdk base directory exists because it is the same as the vmx base directory: /vmfs/volumes/datastore1
2012-10-02 10:17:07|10916|76:76|image|Module.pm:create_provisioning_object(525)|VCL::Module::Provisioning::VMware::VMware provisioner object created for vm20, address: 3a24a40
2012-10-02 10:17:07|10916|76:76|image|State.pm:initialize(154)|returning 1
2012-10-02 10:17:07|10916|76:76|image|vcld:make_new_child(568)|VCL::image object created and initialized
2012-10-02 10:17:07|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu<ma...@fiu.edu>, VCL IMAGE Creation Started: vmwarewinxp-winxp14-v0
2012-10-02 10:17:07|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:07|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| stat: cannot stat '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk': No such file or directory
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
|10916|76:76|image| returning (1, "stat: cannot stat '/vmfs/volum...")
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4584)|image does not exist in the shared directory on the VM host
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| stat: cannot stat '/install': No such file or directory
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
|10916|76:76|image| returning (1, "stat: cannot stat '/install': ...")
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:is_repository_mounted_on_vmhost(6705)|image repository is NOT mounted on VM host csvhost2: /install
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4606)|checking if vmdk file exists in image repository on managment node csvcldev: /install/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:does_image_exist(4620)|vmdk file does not exist on management node: '/install/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk'
2012-10-02 10:17:08|10916|76:76|image|image.pm:process(145)|image vmwarewinxp-winxp14-v0 does not exist in the repository
2012-10-02 10:17:08|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{76}{image}{lastupdate}, data identifier: image_lastupdate, data:
|10916|76:76|image| : "2012-10-02 10:17:08"
2012-10-02 10:17:08|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{76}{imagerevision}{datecreated}, data identifier: imagerevision_date_created, data:
|10916|76:76|image| : "2012-10-02 10:17:08"
2012-10-02 10:17:08|10916|76:76|image|image.pm:process(161)|calling provisioning module's capture() subroutine
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| stat: cannot stat '/install': No such file or directory
2012-10-02 10:17:08|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /install' 2>&1
|10916|76:76|image| returning (1, "stat: cannot stat '/install': ...")
2012-10-02 10:17:08|10916|76:76|image|VMware.pm:is_repository_mounted_on_vmhost(6705)|image repository is NOT mounted on VM host csvhost2: /install
2012-10-02 10:17:17|10916|76:76|image|OS.pm:is_ssh_responding(640)|vm20 is responding to SSH, port 22: open, port 24: closed
2012-10-02 10:17:18|10916|76:76|image|OS.pm:get_os_type(2216)|Windows OS is currently installed on vm20, output:
|10916|76:76|image| CYGWIN_NT-5.1 fiu-1ff43949c30 1.7.16(0.262/5/3) 2012-07-20 22:55 i686 Cygwin
2012-10-02 10:17:18|10916|76:76|image|VMware.pm:get_active_vmx_file_path(963)|'windows' OS type currently installed on vm20 matches the OS type of the image assigned to this reservation
2012-10-02 10:17:19|10916|76:76|image|Windows.pm:is_64_bit(8587)|32-bit Windows OS detected, PROCESSOR_IDENTIFIER: x86 Family 6 Model 44 Stepping 2, GenuineIntel
2012-10-02 10:17:19|10916|76:76|image|Windows.pm:get_system32_path(8630)|32-bit Windows OS installed on vm20, using C:/Windows/System32
2012-10-02 10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1630)|attempting to retrieve private IP address for computer: vm20
2012-10-02 10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1634)|retrieved contents of /etc/hosts on this management node, contains 32 lines
2012-10-02 10:17:19|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1694)|returning IP address from /etc/hosts file: 10.0.2.120
2012-10-02 10:17:19|10916|76:76|image|Windows.pm:get_network_configuration(5584)|attempt 1/12: checking if devices still appear to be initializing before retrieving network configuration
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_task_info(7387)|ran tasklist.exe
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_task_info(7410)|column names: Image Name, PID, Session Name, Session#, Mem Usage, Status, User Name, CPU Time, Window Title
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_task_info(7427)|task info:
|10916|76:76|image| : {}
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_network_configuration(5593)|no devices appear to still be initializing, tasks:
|10916|76:76|image| : {}
2012-10-02 10:17:21|10916|76:76|image|Windows.pm:get_network_configuration(5603)|attempting to retrieve network configuration information from vm20
2012-10-02 10:17:21|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/ipconfig.exe /all' 2>&1
2012-10-02 10:17:22|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Windows IP Configuration
|10916|76:76|image| Host Name . . . . . . . . . . . . : fiu-1ff43949c30
|10916|76:76|image| Primary Dns Suffix . . . . . . . :
|10916|76:76|image| Node Type . . . . . . . . . . . . : Unknown
|10916|76:76|image| IP Routing Enabled. . . . . . . . : No
|10916|76:76|image| WINS Proxy Enabled. . . . . . . . : No
|10916|76:76|image| Ethernet adapter Local Area Connection:
|10916|76:76|image| Connection-specific DNS Suffix . :
|10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter #2
|10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-27
|10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
|10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
|10916|76:76|image| IP Address. . . . . . . . . . . . : 10.0.2.120
|10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
|10916|76:76|image| Default Gateway . . . . . . . . . :
|10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.0.2.20
|10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 AM
|10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 PM
|10916|76:76|image| Ethernet adapter Local Area Connection 2:
|10916|76:76|image| Connection-specific DNS Suffix . :
|10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter
|10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-28
|10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
|10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
|10916|76:76|image| IP Address. . . . . . . . . . . . : 10.106.130.124
|10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
|10916|76:76|image| Default Gateway . . . . . . . . . : 10.106.130.1
|10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.106.130.23
|10916|76:76|image| DNS Servers . . . . . . . . . . . : 131.94.205.10
|10916|76:76|image| 131.94.7.220
|10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:37 AM
|10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 4:07:37 PM
2012-10-02 10:17:22|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "Windows IP Configuration Host ...")
2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5618)|ran ipconfig on vm20:
|10916|76:76|image| Windows IP Configuration
|10916|76:76|image| Host Name . . . . . . . . . . . . : fiu-1ff43949c30
|10916|76:76|image| Primary Dns Suffix . . . . . . . :
|10916|76:76|image| Node Type . . . . . . . . . . . . : Unknown
|10916|76:76|image| IP Routing Enabled. . . . . . . . : No
|10916|76:76|image| WINS Proxy Enabled. . . . . . . . : No
|10916|76:76|image| Ethernet adapter Local Area Connection:
|10916|76:76|image| Connection-specific DNS Suffix . :
|10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter #2
|10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-27
|10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
|10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
|10916|76:76|image| IP Address. . . . . . . . . . . . : 10.0.2.120
|10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
|10916|76:76|image| Default Gateway . . . . . . . . . :
|10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.0.2.20
|10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 AM
|10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 10:07:36 PM
|10916|76:76|image| Ethernet adapter Local Area Connection 2:
|10916|76:76|image| Connection-specific DNS Suffix . :
|10916|76:76|image| Description . . . . . . . . . . . : VMware Accelerated AMD PCNet Adapter
|10916|76:76|image| Physical Address. . . . . . . . . : 00-50-56-C5-00-28
|10916|76:76|image| Dhcp Enabled. . . . . . . . . . . : Yes
|10916|76:76|image| Autoconfiguration Enabled . . . . : Yes
|10916|76:76|image| IP Address. . . . . . . . . . . . : 10.106.130.124
|10916|76:76|image| Subnet Mask . . . . . . . . . . . : 255.255.255.0
|10916|76:76|image| Default Gateway . . . . . . . . . : 10.106.130.1
|10916|76:76|image| DHCP Server . . . . . . . . . . . : 10.106.130.23
|10916|76:76|image| DNS Servers . . . . . . . . . . . : 131.94.205.10
|10916|76:76|image| 131.94.7.220
|10916|76:76|image| Lease Obtained. . . . . . . . . . : Tuesday, October 02, 2012 10:07:37 AM
|10916|76:76|image| Lease Expires . . . . . . . . . . : Tuesday, October 02, 2012 4:07:37 PM
2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5647)|found interface: Local Area Connection
2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5647)|found interface: Local Area Connection 2
2012-10-02 10:17:22|10916|76:76|image|Windows.pm:get_network_configuration(5707)|retrieved network configuration:
|10916|76:76|image| : {
|10916|76:76|image| :   "Local Area Connection" => {
|10916|76:76|image| :     "autoconfiguration_enabled" => "Yes",
|10916|76:76|image| :     "description" => "VMware Accelerated AMD PCNet Adapter #2",
|10916|76:76|image| :     "dhcp_enabled" => "Yes",
|10916|76:76|image| :     "dhcp_server" => "10.0.2.20",
|10916|76:76|image| :     "ip_address" => {
|10916|76:76|image| :       "10.0.2.120" => "255.255.255.0"
|10916|76:76|image| :     },
|10916|76:76|image| :     "lease_expires" => "Tuesday, October 02, 2012 10:07:36 PM",
|10916|76:76|image| :     "lease_obtained" => "Tuesday, October 02, 2012 10:07:36 AM",
|10916|76:76|image| :     "physical_address" => "00:50:56:C5:00:27"
|10916|76:76|image| :   },
|10916|76:76|image| :   "Local Area Connection 2" => {
|10916|76:76|image| :     "autoconfiguration_enabled" => "Yes",
|10916|76:76|image| :     "default_gateway" => "10.106.130.1",
|10916|76:76|image| :     "description" => "VMware Accelerated AMD PCNet Adapter",
|10916|76:76|image| :     "dhcp_enabled" => "Yes",
|10916|76:76|image| :     "dhcp_server" => "10.106.130.23",
|10916|76:76|image| :     "dns_server" => "131.94.7.220",
|10916|76:76|image| :     "ip_address" => {
|10916|76:76|image| :       "10.106.130.124" => "255.255.255.0"
|10916|76:76|image| :     },
|10916|76:76|image| :     "lease_expires" => "Tuesday, October 02, 2012 4:07:37 PM",
|10916|76:76|image| :     "lease_obtained" => "Tuesday, October 02, 2012 10:07:37 AM",
|10916|76:76|image| :     "physical_address" => "00:50:56:C5:00:28"
|10916|76:76|image| :   }
|10916|76:76|image| : }
2012-10-02 10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_private_interface_name(1068)|determined private interface name: Local Area Connection (10.0.2.120)
2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_mac_address(1350)|returning private MAC address: 00:50:56:C5:00:27
2012-10-02 10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
2012-10-02 10:17:22|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
2012-10-02 10:17:22|10916|76:76|image|OS.pm:_get_public_interface_name_helper(1218)|'Local Area Connection 2' is more likely the public interface, it is NOT assigned the private IP address: 10.0.2.120
2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_public_interface_name(1150)|determined the public interface name: 'Local Area Connection 2'
|10916|76:76|image| : {
|10916|76:76|image| :   "autoconfiguration_enabled" => "Yes",
|10916|76:76|image| :   "default_gateway" => "10.106.130.1",
|10916|76:76|image| :   "description" => "VMware Accelerated AMD PCNet Adapter",
|10916|76:76|image| :   "dhcp_enabled" => "Yes",
|10916|76:76|image| :   "dhcp_server" => "10.106.130.23",
|10916|76:76|image| :   "dns_server" => "131.94.7.220",
|10916|76:76|image| :   "ip_address" => {
|10916|76:76|image| :     "10.106.130.124" => "255.255.255.0"
|10916|76:76|image| :   },
|10916|76:76|image| :   "lease_expires" => "Tuesday, October 02, 2012 4:07:37 PM",
|10916|76:76|image| :   "lease_obtained" => "Tuesday, October 02, 2012 10:07:37 AM",
|10916|76:76|image| :   "physical_address" => "00:50:56:C5:00:28"
|10916|76:76|image| : }
2012-10-02 10:17:22|10916|76:76|image|OS.pm:get_mac_address(1350)|returning public MAC address: 00:50:56:C5:00:28
2012-10-02 10:17:22|10916|76:76|image|VMware.pm:get_vmx_file_paths(5226)|attempting to find existing vmx files on the VM host
2012-10-02 10:17:22|10916|76:76|image|VMware.pm:get_vmx_base_directory_path(3089)|determined vmx base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:22|10916|76:76|image|OS.pm:find_files(2821)|attempting to find files on csvhost2, base directory path: '/vmfs/volumes/datastore1/', pattern: *.vmx, command: /usr/bin/find "/vmfs/volumes/datastore1/" -type f -iname "*.vmx"
2012-10-02 10:17:23|10916|76:76|image|OS.pm:find_files(2849)|files found: 12, base directory: '/vmfs/volumes/datastore1/', pattern: '*.vmx'
|10916|76:76|image| command: '/usr/bin/find "/vmfs/volumes/datastore1/" -type f -iname "*.vmx"'
2012-10-02 10:17:23|10916|76:76|image|VMware.pm:get_vmx_file_paths(5232)|found 12 vmx files under /vmfs/volumes/datastore1
|10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Vmid Name File Guest OS Version Annotation
|10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
2012-10-02 10:17:23|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
2012-10-02 10:17:23|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd hostsvc/datastore/listsummary' 2>&1
2012-10-02 10:17:24|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| (vim.Datastore.Summary) [
|10916|76:76|image| (vim.Datastore.Summary) {
|10916|76:76|image| dynamicType = <unset>,
|10916|76:76|image| datastore = 'vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f',
|10916|76:76|image| name = "datastore1",
|10916|76:76|image| url = "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f",
|10916|76:76|image| capacity = 294742130688,
|10916|76:76|image| freeSpace = 276907950080,
|10916|76:76|image| uncommitted = 0,
|10916|76:76|image| accessible = true,
|10916|76:76|image| multipleHostAccess = <unset>,
|10916|76:76|image| type = "VMFS",
|10916|76:76|image| maintenanceMode = <unset>,
|10916|76:76|image| }
|10916|76:76|image| ]
2012-10-02 10:17:24|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "(vim.Datastore.Summary) [ (vim...")
2012-10-02 10:17:24|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd hostsvc/datastore/listsummary
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_datastore_info(6747)|retrieved datastore info from VM host:
|10916|76:76|image| : {
|10916|76:76|image| :   "datastore1" => {
|10916|76:76|image| :     "accessible" => "true",
|10916|76:76|image| :     "capacity" => "294742130688",
|10916|76:76|image| :     "datastore" => "vim.Datastore:4fee009d-70a4b7e9-211b-0025b500bb7f",
|10916|76:76|image| :     "dynamicType" => "<unset>",
|10916|76:76|image| :     "freeSpace" => "276907950080",
|10916|76:76|image| :     "maintenanceMode" => "<unset>",
|10916|76:76|image| :     "multipleHostAccess" => "<unset>",
|10916|76:76|image| :     "normal_path" => "/vmfs/volumes/datastore1",
|10916|76:76|image| :     "type" => "VMFS",
|10916|76:76|image| :     "uncommitted" => 0,
|10916|76:76|image| :     "url" => "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f"
|10916|76:76|image| :   }
|10916|76:76|image| : }
2012-10-02 10:17:24|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 registered VMs
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_file_paths(5236)|found 11 registered vmx files
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_file_paths(5241)|found 12 vmx files on VM host
|10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(985)|retrieved vmx file paths currently residing on the VM host:
|10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(992)|sorted vmx file paths so that directories containing vm20 are checked first:
|10916|76:76|image| /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
|10916|76:76|image| /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/backup/winxp/winxp.vmx
2012-10-02 10:17:24|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 80 lines from file on csvhost2: '/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx file does not contain a computer_id value, attempting to determine matching computer
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(7395)|computer name could not be determined from directory name: 'winxp'
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to determine computer name from vmx file path: '/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5371)|ignoring ide1:0, filename property does not end with .vmdk: /vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f/iso/WXPCCP_EN.iso
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode property not set, setting default value: persistent
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: winxp.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/backup/winxp/winxp.vmdk
2012-10-02 10:17:24|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in winxp.vmx:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
2012-10-02 10:17:24|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
2012-10-02 10:17:25|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Vmid Name File Guest OS Version Annotation
|10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
2012-10-02 10:17:25|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
2012-10-02 10:17:25|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
2012-10-02 10:17:25|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 registered VMs
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:is_vm_registered(4416)|VM is not registered: '/vmfs/volumes/datastore1/backup/winxp/winxp.vmx'
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1032)|ignoring winxp.vmx because the VM is not registered
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx
2012-10-02 10:17:25|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm11_5-v0/vm11_5-v0.vmx'
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm11_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm11_5-v0.vmx:
|10916|76:76|image| 000c2985f6f3
|10916|76:76|image| 005056c50015
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm11_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx
2012-10-02 10:17:25|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm12_5-v0/vm12_5-v0.vmx'
2012-10-02 10:17:25|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm12_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm12_5-v0.vmx:
|10916|76:76|image| 000c299d9dde
|10916|76:76|image| 005056c50017
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm12_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx
2012-10-02 10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm13_5-v0/vm13_5-v0.vmx'
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm13_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm13_5-v0.vmx:
|10916|76:76|image| 000c2968df74
|10916|76:76|image| 005056c50019
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm13_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx
2012-10-02 10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm14_5-v0/vm14_5-v0.vmx'
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm14_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm14_5-v0.vmx:
|10916|76:76|image| 000c297932b9
|10916|76:76|image| 005056c5001b
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm14_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx
2012-10-02 10:17:26|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm15_5-v0/vm15_5-v0.vmx'
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm15_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm15_5-v0.vmx:
|10916|76:76|image| 000c299b3a3f
|10916|76:76|image| 005056c5001d
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm15_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:26|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx
2012-10-02 10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm16_5-v0/vm16_5-v0.vmx'
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm16_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm16_5-v0.vmx:
|10916|76:76|image| 000c29278d1e
|10916|76:76|image| 005056c5001f
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm16_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx
2012-10-02 10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm17_5-v0/vm17_5-v0.vmx'
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm17_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm17_5-v0.vmx:
|10916|76:76|image| 000c29147e03
|10916|76:76|image| 005056c50021
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm17_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx
2012-10-02 10:17:27|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm18_5-v0/vm18_5-v0.vmx'
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm18_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm18_5-v0.vmx:
|10916|76:76|image| 000c2986309b
|10916|76:76|image| 005056c50023
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm18_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:27|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx
2012-10-02 10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 106 lines from file on csvhost2: '/vmfs/volumes/datastore1/vm19_5-v0/vm19_5-v0.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: vmwarelinux-linux_base_x865-v0-000001.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/vm19_5-v0/vmwarelinux-linux_base_x865-v0-000001.vmdk
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in vm19_5-v0.vmx:
|10916|76:76|image| 000c29dc4e28
|10916|76:76|image| 005056c50025
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring vm19_5-v0.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/windowsxp/windowsxp.vmx
2012-10-02 10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 73 lines from file on csvhost2: '/vmfs/volumes/datastore1/windowsxp/windowsxp.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx file does not contain a computer_id value, attempting to determine matching computer
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(7395)|computer name could not be determined from directory name: 'windowsxp'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to determine computer name from vmx file path: '/vmfs/volumes/datastore1/windowsxp/windowsxp.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5366)|ignoring ide1:0, filename property not set
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode property not set, setting default value: persistent
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: windowsxp.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/windowsxp/windowsxp.vmdk
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in windowsxp.vmx:
|10916|76:76|image| 005056cc0005
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1026)|ignoring windowsxp.vmx because MAC addresses do not match the ones being used by vm20
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5302)|attempting to retrieve info from vmx file: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:28|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 80 lines from file on csvhost2: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5343)|vmx file does not contain a computer_id value, attempting to determine matching computer
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:_get_vmx_file_path_computer_name(7395)|computer name could not be determined from directory name: 'winxp'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5357)|unable to determine computer name from vmx file path: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5366)|ignoring ide1:0, filename property not set
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5379)|ide0:0 mode property not set, setting default value: persistent
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_vmx_info(5388)|vmdk path appears to be relative: winxp.vmdk, prepending the vmx directory: /vmfs/volumes/datastore1/winxp/winxp.vmdk
2012-10-02 10:17:28|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1022)|comparing MAC addresses
|10916|76:76|image| used by vm20:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
|10916|76:76|image| configured in winxp.vmx:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
2012-10-02 10:17:28|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
2012-10-02 10:17:29|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Vmid Name File Guest OS Version Annotation
|10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
2012-10-02 10:17:29|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
2012-10-02 10:17:29|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
2012-10-02 10:17:29|10916|76:76|image|VIM_SSH.pm:get_registered_vms(835)|found 11 registered VMs
2012-10-02 10:17:29|10916|76:76|image|VMware.pm:is_vm_registered(4411)|VM is registered: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:29|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/getallvms' 2>&1
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Vmid Name File Guest OS Version Annotation
|10916|76:76|image| 10 vm12:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm12_5-v0/vm12_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 12 vm17:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm17_5-v0/vm17_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 15 vm13:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm13_5-v0/vm13_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 16 vm15:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm15_5-v0/vm15_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 17 vm18:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm18_5-v0/vm18_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 18 vm16:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm16_5-v0/vm16_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 20 vm19:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm19_5-v0/vm19_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 21 winxp [datastore1] winxp/winxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 23 windowsxp [datastore1] windowsxp/windowsxp.vmx winXPProGuest vmx-08
|10916|76:76|image| 4 vm11:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm11_5-v0/vm11_5-v0.vmx otherLinuxGuest vmx-08
|10916|76:76|image| 6 vm14:vmwarelinux-linux_base_x865-v0 (shared) [datastore1] vm14_5-v0/vm14_5-v0.vmx otherLinuxGuest vmx-08
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Vmid Name File Guest OS Versio...")
2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/getallvms
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'vim-cmd vmsvc/power.getstate 21' 2>&1
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Retrieved runtime info
|10916|76:76|image| Powered on
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on csvhost2, returning (0, "Retrieved runtime info Powered...")
2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:_run_vim_cmd(208)|executed command on VM host csvhost2: vim-cmd vmsvc/power.getstate 21
2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:get_vm_power_state(884)|vmsvc/power.getstate 21:
|10916|76:76|image| Retrieved runtime info
|10916|76:76|image| Powered on
2012-10-02 10:17:30|10916|76:76|image|VIM_SSH.pm:get_vm_power_state(887)|VM is powered on: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1044)|found matching MAC address between vm20 and winxp.vmx:
|10916|76:76|image| 005056c50027
|10916|76:76|image| 005056c50028
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_active_vmx_file_path(1059)|found vmx file being used by vm20: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:check_file_paths(4035)|successfully retrieved vmx file path components:
|10916|76:76|image| VM profile VM path:                '/vmfs/volumes/datastore1'
|10916|76:76|image| VM profile datastore path:         '/vmfs/volumes/datastore1'
|10916|76:76|image| vmx file path:                     '/vmfs/volumes/datastore1/winxp/winxp.vmx'
|10916|76:76|image| vmx directory path:                '/vmfs/volumes/datastore1/winxp'
|10916|76:76|image| vmx base directory path:           '/vmfs/volumes/datastore1'
|10916|76:76|image| vmx directory name:                'winxp'
|10916|76:76|image| vmx file name:                     'winxp.vmx'
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:set_vmx_file_path(3279)|set overridden vmx file path: '/vmfs/volumes/datastore1/winxp/winxp.vmx'
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmx_info(5298)|returning previously retrieved info from vmx file: /vmfs/volumes/datastore1/winxp/winxp.vmx
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(639)|vmx info for VM vm20 being captured:
|10916|76:76|image| : {
|10916|76:76|image| :   ".encoding" => "UTF-8",
|10916|76:76|image| :   "cleanshutdown" => "FALSE",
|10916|76:76|image| :   "config.version" => 8,
|10916|76:76|image| :   "displayname" => "winxp",
|10916|76:76|image| :   "ethernet0.address" => "00:50:56:c5:00:27",
|10916|76:76|image| :   "ethernet0.addresstype" => "static",
|10916|76:76|image| :   "ethernet0.generatedaddressoffset" => 0,
|10916|76:76|image| :   "ethernet0.networkname" => "VM Private",
|10916|76:76|image| :   "ethernet0.pcislotnumber" => 32,
|10916|76:76|image| :   "ethernet0.present" => "TRUE",
|10916|76:76|image| :   "ethernet1.address" => "00:50:56:c5:00:28",
|10916|76:76|image| :   "ethernet1.addresstype" => "static",
|10916|76:76|image| :   "ethernet1.generatedaddressoffset" => 10,
|10916|76:76|image| :   "ethernet1.networkname" => "VM Public",
|10916|76:76|image| :   "ethernet1.pcislotnumber" => 33,
|10916|76:76|image| :   "ethernet1.present" => "TRUE",
|10916|76:76|image| :   "evccompatibilitymode" => "FALSE",
|10916|76:76|image| :   "extendedconfigfile" => "winxp.vmxf",
|10916|76:76|image| :   "floppy0.clientdevice" => "TRUE",
|10916|76:76|image| :   "floppy0.filename" => "",
|10916|76:76|image| :   "floppy0.present" => "TRUE",
|10916|76:76|image| :   "floppy0.startconnected" => "FALSE",
|10916|76:76|image| :   "guestcpuid.0" => "0000000b756e65476c65746e49656e69",
|10916|76:76|image| :   "guestcpuid.1" => "000206c200010800829822030febfbff",
|10916|76:76|image| :   "guestcpuid.80000001" => "00000000000000000000000128100800",
|10916|76:76|image| :   "guestos" => "winxppro",
|10916|76:76|image| :   "hostcpuid.0" => "0000000b756e65476c65746e49656e69",
|10916|76:76|image| :   "hostcpuid.1" => "000206c200200800029ee3ffbfebfbff",
|10916|76:76|image| :   "hostcpuid.80000001" => "0000000000000000000000012c100800",
|10916|76:76|image| :   "hpet0.present" => "TRUE",
|10916|76:76|image| :   "ide0:0.filename" => "winxp.vmdk",
|10916|76:76|image| :   "ide0:0.present" => "TRUE",
|10916|76:76|image| :   "ide0:0.redo" => "",
|10916|76:76|image| :   "ide1:0.clientdevice" => "TRUE",
|10916|76:76|image| :   "ide1:0.devicetype" => "atapi-cdrom",
|10916|76:76|image| :   "ide1:0.filename" => "",
|10916|76:76|image| :   "ide1:0.present" => "TRUE",
|10916|76:76|image| :   "ide1:0.startconnected" => "FALSE",
|10916|76:76|image| :   "memsize" => 1024,
|10916|76:76|image| :   "nvram" => "winxp.nvram",
|10916|76:76|image| :   "pcibridge0.pcislotnumber" => 17,
|10916|76:76|image| :   "pcibridge0.present" => "TRUE",
|10916|76:76|image| :   "pcibridge4.functions" => 8,
|10916|76:76|image| :   "pcibridge4.pcislotnumber" => 21,
|10916|76:76|image| :   "pcibridge4.present" => "TRUE",
|10916|76:76|image| :   "pcibridge4.virtualdev" => "pcieRootPort",
|10916|76:76|image| :   "pcibridge5.functions" => 8,
|10916|76:76|image| :   "pcibridge5.pcislotnumber" => 22,
|10916|76:76|image| :   "pcibridge5.present" => "TRUE",
|10916|76:76|image| :   "pcibridge5.virtualdev" => "pcieRootPort",
|10916|76:76|image| :   "pcibridge6.functions" => 8,
|10916|76:76|image| :   "pcibridge6.pcislotnumber" => 23,
|10916|76:76|image| :   "pcibridge6.present" => "TRUE",
|10916|76:76|image| :   "pcibridge6.virtualdev" => "pcieRootPort",
|10916|76:76|image| :   "pcibridge7.functions" => 8,
|10916|76:76|image| :   "pcibridge7.pcislotnumber" => 24,
|10916|76:76|image| :   "pcibridge7.present" => "TRUE",
|10916|76:76|image| :   "pcibridge7.virtualdev" => "pcieRootPort",
|10916|76:76|image| :   "powertype.poweroff" => "soft",
|10916|76:76|image| :   "powertype.poweron" => "hard",
|10916|76:76|image| :   "powertype.reset" => "soft",
|10916|76:76|image| :   "powertype.suspend" => "hard",
|10916|76:76|image| :   "replay.filename" => "",
|10916|76:76|image| :   "replay.supported" => "FALSE",
|10916|76:76|image| :   "sched.swap.derivedname" => "/vmfs/volumes/4fee009d-70a4b7e9-211b-0025b500bb7f/winxp/winxp-98bf9f8e.vswp",
|10916|76:76|image| :   "tools.remindinstall" => "FALSE",
|10916|76:76|image| :   "tools.synctime" => "FALSE",
|10916|76:76|image| :   "unity.wascapable" => "TRUE",
|10916|76:76|image| :   "usercpuid.0" => "0000000b756e65476c65746e49656e69",
|10916|76:76|image| :   "usercpuid.1" => "000206c200200800029822030febfbff",
|10916|76:76|image| :   "usercpuid.80000001" => "00000000000000000000000128100800",
|10916|76:76|image| :   "uuid.bios" => "56 4d 76 ea 03 e6 b9 c8-c9 2f 8c d4 22 f3 97 79",
|10916|76:76|image| :   "uuid.location" => "56 4d 76 ea 03 e6 b9 c8-c9 2f 8c d4 22 f3 97 79",
|10916|76:76|image| :   "vc.uuid" => "52 7e 1e 93 1b af 4a 01-9b df 6a eb cb 7a cf 0a",
|10916|76:76|image| :   "virtualhw.productcompatibility" => "hosted",
|10916|76:76|image| :   "virtualhw.version" => 8,
|10916|76:76|image| :   "vmci0.id" => 586389369,
|10916|76:76|image| :   "vmci0.pcislotnumber" => 34,
|10916|76:76|image| :   "vmci0.present" => "TRUE",
|10916|76:76|image| :   "vmdk" => {
|10916|76:76|image| :     "ide0:0" => {
|10916|76:76|image| :       "mode" => "persistent",
|10916|76:76|image| :       "present" => "TRUE",
|10916|76:76|image| :       "redo" => "",
|10916|76:76|image| :       "vmdk_directory_path" => "/vmfs/volumes/datastore1/winxp",
|10916|76:76|image| :       "vmdk_file_base_name" => "winxp",
|10916|76:76|image| :       "vmdk_file_name" => "winxp.vmdk",
|10916|76:76|image| :       "vmdk_file_path" => "/vmfs/volumes/datastore1/winxp/winxp.vmdk"
|10916|76:76|image| :     }
|10916|76:76|image| :   },
|10916|76:76|image| :   "vmotion.checkpointfbsize" => 4194304,
|10916|76:76|image| :   "vmx_directory_path" => "/vmfs/volumes/datastore1/winxp",
|10916|76:76|image| :   "vmx_file_name" => "winxp.vmx"
|10916|76:76|image| : }
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(658)|vmdk file path configured for VM vm20 being captured: /vmfs/volumes/datastore1/winxp/winxp.vmdk
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:_get_datastore_names(6779)|datastore names:
|10916|76:76|image| datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_dedicated(3608)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:_get_datastore_names(6779)|datastore names:
|10916|76:76|image| datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_dedicated(3608)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:get_vmdk_base_directory_path_shared(3561)|using VM profile datastore path as the vmdk base directory path: /vmfs/volumes/datastore1
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:check_file_paths(4035)|successfully retrieved vmdk file path components:
|10916|76:76|image| VM profile VM path:                '/vmfs/volumes/datastore1'
|10916|76:76|image| VM profile datastore path:         '/vmfs/volumes/datastore1'
|10916|76:76|image| vmdk file path:                    '/vmfs/volumes/datastore1/winxp/winxp.vmdk'
|10916|76:76|image| vmdk directory path:               '/vmfs/volumes/datastore1/winxp'
|10916|76:76|image| vmdk base directory path:          '/vmfs/volumes/datastore1'
|10916|76:76|image| vmdk directory name:               'winxp'
|10916|76:76|image| vmdk file name:                    'winxp.vmdk'
|10916|76:76|image| vmdk file prefix:                  'winxp'
|10916|76:76|image| dedicated vmdk file path:         '/vmfs/volumes/datastore1/winxp/winxp.vmdk'
|10916|76:76|image| dedicated vmdk directory path:    '/vmfs/volumes/datastore1/winxp'
|10916|76:76|image| dedicated vmdk directory name:    'winxp'
|10916|76:76|image| shared vmdk file path:      '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk'
|10916|76:76|image| shared vmdk directory path: '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0'
|10916|76:76|image| shared vmdk directory name: 'vmwarewinxp-winxp14-v0'
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:set_vmdk_file_path(3968)|set overridden vmdk file path: '/vmfs/volumes/datastore1/winxp/winxp.vmdk'
2012-10-02 10:17:30|10916|76:76|image|VMware.pm:capture(682)|mode of vmdk to be captured is valid: persistent
2012-10-02 10:17:30|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on csvhost2:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
2012-10-02 10:17:31|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| stat: cannot stat '/vmfs/volumes/datastore1/vmwarewinxp-winxp14-v0/vmwarewinxp-winxp14-v0.vmdk': No such file or directory
2012-10-02 10:17:31|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on csvhost2, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x csvhost2 'stat /vmfs/volumes/datastore1/vmwarewinxp\-winxp14\-v0/vmwarewinxp\-winxp14\-v0\.vmdk' 2>&1
|10916|76:76|image| returning (1, "stat: cannot stat '/vmfs/volum...")
2012-10-02 10:17:31|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'chown root currentimage.txt; chmod 777 currentimage.txt' 2>&1
2012-10-02 10:17:39|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| chown: cannot access `currentimage.txt': No such file or directory
|10916|76:76|image| chmod: cannot access `currentimage.txt': No such file or directory
2012-10-02 10:17:39|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on vm20, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'chown root currentimage.txt; chmod 777 currentimage.txt' 2>&1
|10916|76:76|image| returning (1, "chown: cannot access `currenti...")
2012-10-02 10:17:39|10916|76:76|image|utils.pm:write_currentimage_txt(5275)|updated ownership and permissions on currentimage.txt
2012-10-02 10:17:39|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'echo -e "vmwarewinxp-winxp14-v0\r\nid=14\r\nprettyname=winxp\r\nimagerevision_id=13\r\nimagerevision_datecreated=2012-10-02 10:17:08\r\ncomputer_id=22\r\ncomputer_hostname=vm20" > currentimage.txt && cat currentimage.txt' 2>&1
2012-10-02 10:17:40|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| vmwarewinxp-winxp14-v0
|10916|76:76|image| id=14
|10916|76:76|image| prettyname=winxp
|10916|76:76|image| imagerevision_id=13
|10916|76:76|image| imagerevision_datecreated=2012-10-02 10:17:08
|10916|76:76|image| computer_id=22
|10916|76:76|image| computer_hostname=vm20
2012-10-02 10:17:40|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "vmwarewinxp-winxp14-v0 id=14 p...")
2012-10-02 10:17:40|10916|76:76|image|utils.pm:write_currentimage_txt(5293)|created currentimage.txt file on vm20:
|10916|76:76|image| vmwarewinxp-winxp14-v0
|10916|76:76|image| id=14
|10916|76:76|image| prettyname=winxp
|10916|76:76|image| imagerevision_id=13
|10916|76:76|image| imagerevision_datecreated=2012-10-02 10:17:08
|10916|76:76|image| computer_id=22
|10916|76:76|image| computer_hostname=vm20
2012-10-02 10:17:40|10916|76:76|image|DataStructure.pm:_automethod(836)|data structure updated, hash path: $self->request_data->{reservation}{76}{image}{imagemeta}{sysprep}, data identifier: imagemeta_sysprep, data:
|10916|76:76|image| : 0
2012-10-02 10:17:40|10916|76:76|image|Version_5.pm:pre_capture(104)|calling parent class pre_capture() subroutine
2012-10-02 10:17:40|10916|76:76|image|OS.pm:pre_capture(89)|beginning common image capture preparation tasks
2012-10-02 10:17:42|10916|76:76|image|OS.pm:is_ssh_responding(640)|vm20 is responding to SSH, port 22: open, port 24: closed
2012-10-02 10:17:43|10916|76:76|image|OS.pm:create_text_file(1770)|created file on vm20: ~/currentimage.txt
2012-10-02 10:17:43|10916|76:76|image|OS.pm:pre_capture(125)|completed common image capture preparation tasks
2012-10-02 10:17:43|10916|76:76|image|Windows.pm:pre_capture(238)|beginning Windows image capture preparation tasks on vm20
2012-10-02 10:17:43|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/qwinsta.exe' 2>&1
2012-10-02 10:17:43|10916|76:76|image|utils.pm:(eval)(4950)|waiting up to 60 seconds for SSH process to finish
2012-10-02 10:17:44|10916|76:76|image|Windows.pm:logoff_users(1614)|attempting to kill connection:
|10916|76:76|image| line: '>console           root                      0  Active  wdcon               '
|10916|76:76|image| session identifier: console
2012-10-02 10:17:44|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/logoff.exe console /V' 2>&1
2012-10-02 10:17:49|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Logging off session ID 0
2012-10-02 10:17:49|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "Logging off session ID 0")
2012-10-02 10:17:49|10916|76:76|image|Windows.pm:logoff_users(1624)|logged off session: console, output:
|10916|76:76|image| Logging off session ID 0
2012-10-02 10:17:49|10916|76:76|image|Windows.pm:set_password(1941)|setting password of root to cl0udy on vm20
2012-10-02 10:17:49|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe user root 'cl0udy'' 2>&1
2012-10-02 10:17:57|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| The command completed successfully.
2012-10-02 10:17:57|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "The command completed successf...")
2012-10-02 10:17:57|10916|76:76|image|Windows.pm:set_password(1943)|password changed to 'cl0udy' for user 'root' on vm20
2012-10-02 10:17:57|10916|76:76|image|Windows.pm:get_service_configuration(3949)|retrieving service configuration information from the registry
2012-10-02 10:17:57|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'cmd.exe /c "del /Q \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" 2>NUL & C:/Windows/System32/reg.exe EXPORT HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" && type \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\" > \"C:\\cygwin\\tmp\\services_vm20.reg\" && del /Q \"C:\\cygwin\\tmp\\services_vm20.reg.tmp\""' 2>&1
2012-10-02 10:17:59|10916|76:76|image|Windows.pm:reg_export(2904)|exported registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services to file: C:\\cygwin\\tmp\\services_vm20.reg
2012-10-02 10:18:00|10916|76:76|image|OS.pm:get_file_contents(1816)|retrieved 9871 lines from file on vm20: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:01|10916|76:76|image|Windows.pm:file_exists(1482)|file exists on vm20: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:01|10916|76:76|image|Windows.pm:delete_file(1195)|attempting to delete file: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:04|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:04|10916|76:76|image|Windows.pm:delete_file(1259)|deleted file: 'C:/cygwin/tmp/services_vm20.reg'
2012-10-02 10:18:04|10916|76:76|image|Windows.pm:get_services_using_login_id(4027)|services found using login ID 'root' (1): sshd
2012-10-02 10:18:04|10916|76:76|image|Windows.pm:set_password(1964)|sshd service is configured to run as root, updating service credentials
2012-10-02 10:18:04|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/sc.exe config sshd obj= ".\root" password= "cl0udy"' 2>&1
2012-10-02 10:18:06|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| [SC] ChangeServiceConfig SUCCESS
2012-10-02 10:18:06|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "[SC] ChangeServiceConfig SUCCE...")
2012-10-02 10:18:06|10916|76:76|image|Windows.pm:set_service_credentials(3908)|changed logon credentials for 'sshd' service to root (cl0udy) on vm20
2012-10-02 10:18:06|10916|76:76|image|utils.pm:get_management_node_info(5489)|retrieving current management node info for 'csvcldev.p.fiu.edu' from database, cached data is stale: 61 seconds old
2012-10-02 10:18:06|10916|76:76|image|utils.pm:get_management_node_info(5636)|retrieved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
2012-10-02 10:18:06|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Query /V /FO CSV' 2>&1
2012-10-02 10:18:14|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| "HostName","TaskName","Next Run Time","Status","Last Run Time","Last Result","Creator","Schedule","Task To Run","Start In","Comment","Scheduled Task State","Scheduled Type","Start Time","Start Date","End Date","Days","Months","Run As User","Delete Task If Not Rescheduled","Stop Task If Runs X Hours and X Mins","Repeat: Every","Repeat: Until: Time","Repeat: Until: Duration","Repeat: Stop If Still Running","Idle Time","Power Management"
|10916|76:76|image| "FIU-1FF43949C30","Microsoft Antimalware Scheduled Scan","02:29:00, 10/7/2012","","Never","0","SYSTEM","At 2:29 AM every Sun of every week, starting 10/2/2012","c:\Program Files\Microsoft Security Client\MpCmdRun.exe Scan -ScheduleJob -RestrictPrivileges","N/A","Periodic scan task.","Enabled","Weekly","02:29:00","10/2/2012","N/A","SUNDAY","N/A","NT AUTHORITY\SYSTEM","Disabled","72:0","Disabled","Disabled","Disabled","Disabled","Only Start If Idle for 1 minutes, If Not Idle Retry For 240 minutes","No Start On Batteries"
|10916|76:76|image| "FIU-1FF43949C30","MpIdleTask","At idle time","","Never","0","SYSTEM","Run when idle","c:\Program Files\Microsoft Security Client\MpCmdRun.exe -IdleTask -TaskName MpIdleTask","N/A","Private Idle Task","Enabled","At idle time","At idle time","10/2/2012","N/A","N/A","N/A","NT AUTHORITY\SYSTEM","Disabled","72:0","Disabled","Disabled","Disabled","Disabled","Only Start If Idle for 15 minutes, If Not Idle Retry For 0 minutes, Stop the task if Idle State end","No Start On Batteries, Stop On Battery Mode"
|10916|76:76|image| "FIU-1FF43949C30","User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}","15:05:00, 10/2/2012","","08:37:00, 10/2/2012","0","root","Every 5 minute(s) from 3:05 PM for 535 minutes on 10/2/2012","C:\WINDOWS\system32\msfeedssync.exe sync","C:\Program Files\Internet Explorer","Updates out-of-date system feeds.","Enabled","One Time Only","15:05:00","10/2/2012","N/A","N/A","N/A","FIU-1FF43949C30\root","Disabled","72:0","5 Minute(s)","None","8 Hour(s): 55 Minute(s)","Disabled","Disabled","No Start On Batteries, Stop On Battery Mode"
|10916|76:76|image| "FIU-1FF43949C30","User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}","15:05:00, 10/2/2012","","08:37:00, 10/2/2012","0","root","Every 5 minute(s) from 12:03 AM for 24 hour(s) every day, starting 10/3/2012","C:\WINDOWS\system32\msfeedssync.exe sync","C:\Program Files\Internet Explorer","Updates out-of-date system feeds.","Enabled","Minute ","00:03:00","10/3/2012","N/A","Everyday","N/A","FIU-1FF43949C30\root","Disabled","72:0","5 Minute(s)","None","24 Hour(s): 0 Minute(s)","Disabled","Disabled","No Start On Batteries, Stop On Battery Mode"
2012-10-02 10:18:14|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, ""HostName","TaskName","Next Ru...")
2012-10-02 10:18:14|10916|76:76|image|Windows.pm:get_scheduled_task_info(4192)|found 3 scheduled tasks:
|10916|76:76|image| Microsoft Antimalware Scheduled Scan
|10916|76:76|image| MpIdleTask
|10916|76:76|image| User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}
2012-10-02 10:18:14|10916|76:76|image|Windows.pm:set_password(1975)|password needs to be updated for scheduled task 'User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}' set to run as user 'FIU-1FF43949C30\root'
2012-10-02 10:18:14|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Change /RU "root" /RP "cl0udy" /TN "User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}"' 2>&1
2012-10-02 10:18:16|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| SUCCESS: The parameters of scheduled task "User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}" have been changed.
2012-10-02 10:18:16|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "SUCCESS: The parameters of sch...")
2012-10-02 10:18:16|10916|76:76|image|Windows.pm:set_scheduled_task_credentials(3187)|changed password for scheduled task: User_Feed_Synchronization-{BC52EE30-473E-4129-9591-F23B6D6D29F7}
2012-10-02 10:18:16|10916|76:76|image|Windows.pm:set_password(1985)|changed password for user: root
2012-10-02 10:18:16|10916|76:76|image|Windows.pm:delete_user(1869)|attempting to delete user admin from vm20
2012-10-02 10:18:16|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe user admin /DELETE' 2>&1
2012-10-02 10:18:17|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| The user name could not be found.
|10916|76:76|image| More help is available by typing NET HELPMSG 2221.
2012-10-02 10:18:17|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on vm20, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe user admin /DELETE' 2>&1
|10916|76:76|image| returning (2, "The user name could not be fou...")
2012-10-02 10:18:17|10916|76:76|image|Windows.pm:delete_user(1874)|user admin was not deleted because user does not exist
2012-10-02 10:18:18|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/Documents and Settings/admin'
2012-10-02 10:18:18|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: 'C:/Documents and Settings/admin'
2012-10-02 10:18:18|10916|76:76|image|Windows.pm:delete_user(1890)|deleted profile for user admin from vm20
2012-10-02 10:18:18|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'bash --login -c "cmd.exe /c echo %CYGWIN%"' 2>&1
2012-10-02 10:18:20|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| nodosfilewarning ntsec
2012-10-02 10:18:20|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "nodosfilewarning ntsec")
2012-10-02 10:18:20|10916|76:76|image|Windows.pm:get_environment_variable_value(10817)|retrieved value of 'CYGWIN' environment variable on vm20: 'nodosfilewarning ntsec'
2012-10-02 10:18:20|10916|76:76|image|Windows.pm:check_cygwin(10727)|CYGWIN environment variable is not set correctly on vm20:
|10916|76:76|image| correct value: ntsec nodosfilewarning
|10916|76:76|image| current value: 'nodosfilewarning ntsec'
2012-10-02 10:18:20|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/reg.exe ADD "HKLM\SYSTEM\CurrentControlSet\services\sshd\Parameters\Environment" /v "CYGWIN" /t REG_SZ /d "ntsec nodosfilewarning" /f' 2>&1
2012-10-02 10:18:22|10916|76:76|image|Windows.pm:reg_add(2740)|added registry key: HKLM\SYSTEM\CurrentControlSet\services\sshd\Parameters\Environment, output:
|10916|76:76|image| The operation completed successfully
2012-10-02 10:18:22|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/net.exe stop "sshd" ; C:/Windows/System32/net.exe start "sshd"' 2>&1
2012-10-02 10:18:27|10916|76:76|image|Windows.pm:restart_service(7147)|restarted service: sshd, output:
|10916|76:76|image| The CYGWIN sshd service is stopping.
|10916|76:76|image| The CYGWIN sshd service was stopped successfully.
|10916|76:76|image| The CYGWIN sshd service is starting.
|10916|76:76|image| The CYGWIN sshd service was started successfully.
2012-10-02 10:18:27|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'bash --login -c "cmd.exe /c echo %CYGWIN%"' 2>&1
2012-10-02 10:18:36|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| ntsec nodosfilewarning
2012-10-02 10:18:36|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "ntsec nodosfilewarning")
2012-10-02 10:18:36|10916|76:76|image|Windows.pm:get_environment_variable_value(10817)|retrieved value of 'CYGWIN' environment variable on vm20: 'ntsec nodosfilewarning'
2012-10-02 10:18:36|10916|76:76|image|Windows.pm:check_cygwin(10744)|verified CYGWIN environment variable is set correctly after updating the registry: 'ntsec nodosfilewarning'
2012-10-02 10:18:38|10916|76:76|image|Windows.pm:set_file_owner(1546)|set root as the owner of /home/root, files and directories modified: 10
2012-10-02 10:18:38|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/netsh.exe interface ip show address name="Local Area Connection 2"' 2>&1
2012-10-02 10:18:40|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| Configuration for interface "Local Area Connection 2"
|10916|76:76|image| DHCP enabled:                         Yes
|10916|76:76|image| InterfaceMetric:                      0
2012-10-02 10:18:40|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "Configuration for interface "L...")
2012-10-02 10:18:40|10916|76:76|image|Windows.pm:is_dhcp_enabled(5851)|DHCP is enabled on interface 'Local Area Connection 2'
2012-10-02 10:18:40|10916|76:76|image|Windows.pm:enable_dhcp(5790)|DHCP is already enabled on interface 'Local Area Connection 2'
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5::XP
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5::XP:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(776)|VCL::Module has no parent packages
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows",
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5::XP:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5::XP",
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5",
|10916|76:76|image| :   "VCL::Module::OS::Windows",
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_XP
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_Version_5
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module::OS
2012-10-02 10:18:40|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module
2012-10-02 10:18:42|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/Windows/System32/GroupPolicy/User/Scripts/*VCL*'
2012-10-02 10:18:42|10916|76:76|image|Windows.pm:delete_files_by_pattern(1356)|attempting to delete files under C:/Cygwin/home/root/ matching pattern .*\(vbs\|exe\|cmd\|bat\|log\), max depth: 5
2012-10-02 10:18:42|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/bin/find.exe "C:/Cygwin/home/root/" -mindepth 1 -maxdepth 5 -iregex ".*\(vbs\|exe\|cmd\|bat\|log\)" -exec chown -R root {} \; -exec chmod -R 777 {} \; -exec rm -rvf {} \;' 2>&1
2012-10-02 10:18:43|10916|76:76|image|Windows.pm:delete_files_by_pattern(1392)|1/0 files deleted deleted under 'C:/Cygwin/home/root/' matching '.*\(vbs\|exe\|cmd\|bat\|log\)'
2012-10-02 10:18:43|10916|76:76|image|Windows.pm:delete_files_by_pattern(1393)|files/directories which were deleted:
|10916|76:76|image| removed `C:/Cygwin/home/root/cygwin-rebaseall.cmd'
2012-10-02 10:18:44|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/VCL'
2012-10-02 10:18:44|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: 'C:/VCL'
2012-10-02 10:18:44|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Delete /F /TN "VCL Startup Configuration"' 2>&1
2012-10-02 10:18:52|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
|10916|76:76|image| ERROR: The specified task name "VCL Startup Configuration" does not exist in the system.
2012-10-02 10:18:52|10916|76:76|image|utils.pm:run_ssh_command(5063)|SSH command executed on vm20, command:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'C:/Windows/System32/schtasks.exe /Delete /F /TN "VCL Startup Configuration"' 2>&1
|10916|76:76|image| returning (1, "ERROR: The specified task name...")
2012-10-02 10:18:52|10916|76:76|image|Windows.pm:delete_scheduled_task(3234)|scheduled task 'VCL Startup Configuration' does not exist on vm20
2012-10-02 10:18:53|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: '$SYSTEMDRIVE/Documents and Settings/root/Application Data/VCL'
2012-10-02 10:18:53|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: '$SYSTEMDRIVE/Documents and Settings/root/Application Data/VCL'
2012-10-02 10:18:53|10916|76:76|image|Windows.pm:delete_capture_configuration_files(5979)|attempting to remove old configuration directory if it exists: C:/Cygwin/home/root/VCL
2012-10-02 10:18:55|10916|76:76|image|Windows.pm:file_exists(1473)|file does NOT exist on vm20: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:55|10916|76:76|image|Windows.pm:delete_file(1188)|file not deleted because it does not exist: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:55|10916|76:76|image|Windows.pm:create_directory(1126)|attempting to create directory: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:55|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 'cmd.exe /c "mkdir \"C:/Cygwin/home/root/VCL\""' 2>&1
2012-10-02 10:18:56|10916|76:76|image|Windows.pm:create_directory(1132)|created directory on vm20: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:57|10916|76:76|image|Windows.pm:file_exists(1482)|file exists on vm20: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:57|10916|76:76|image|Windows.pm:create_directory(1153)|verified directory exists on vm20: 'C:/Cygwin/home/root/VCL'
2012-10-02 10:18:57|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6732)|copying image capture configuration files from /usr/local/vcl/bin/../tools/Windows to vm20
2012-10-02 10:18:57|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:18:58|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:18:58|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6734)|copied /usr/local/vcl/bin/../tools/Windows directory to vm20:C:/Cygwin/home/root/VCL
2012-10-02 10:18:58|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6736)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
2012-10-02 10:18:58|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
2012-10-02 10:18:59|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
2012-10-02 10:18:59|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "")
2012-10-02 10:18:59|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6732)|copying image capture configuration files from /usr/local/vcl/bin/../tools/Windows_Version_5 to vm20
2012-10-02 10:18:59|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows_Version_5/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:19:00|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows_Version_5/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:19:00|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6734)|copied /usr/local/vcl/bin/../tools/Windows_Version_5 directory to vm20:C:/Cygwin/home/root/VCL
2012-10-02 10:19:00|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6736)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
2012-10-02 10:19:00|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
2012-10-02 10:19:01|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
2012-10-02 10:19:01|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "")
2012-10-02 10:19:01|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6732)|copying image capture configuration files from /usr/local/vcl/bin/../tools/Windows_XP to vm20
2012-10-02 10:19:01|10916|76:76|image|utils.pm:run_scp_command(5189)|attempting to copy file via SCP: '/usr/local/vcl/bin/../tools/Windows_XP/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:19:02|10916|76:76|image|utils.pm:run_scp_command(5225)|copied file via SCP: '/usr/local/vcl/bin/../tools/Windows_XP/*' --> 'vm20:C:/Cygwin/home/root/VCL'
2012-10-02 10:19:02|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6734)|copied /usr/local/vcl/bin/../tools/Windows_XP directory to vm20:C:/Cygwin/home/root/VCL
2012-10-02 10:19:02|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6736)|setting permissions of C:/Cygwin/home/root/VCL to 777 on vm20
2012-10-02 10:19:02|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/usr/bin/chmod.exe -R 777 C:/Cygwin/home/root/VCL' 2>&1
2012-10-02 10:19:09|10916|76:76|image|utils.pm:run_ssh_command(5053)|run_ssh_command output:
2012-10-02 10:19:09|10916|76:76|image|utils.pm:run_ssh_command(5067)|SSH command executed on vm20, returning (0, "")
2012-10-02 10:19:09|10916|76:76|image|utils.pm:get_management_node_info(5489)|retrieving current management node info for 'csvcldev.p.fiu.edu' from database, cached data is stale: 63 seconds old
2012-10-02 10:19:09|10916|76:76|image|utils.pm:get_management_node_info(5636)|retrieved management node info: 'csvcldev.p.fiu.edu' (csvcldev)
2012-10-02 10:19:09|10916|76:76|image|Windows.pm:delete_files_by_pattern(1356)|attempting to delete files under C:/Cygwin/home/root/VCL/ matching pattern .*\.svn.*, max depth: 5
2012-10-02 10:19:09|10916|76:76|image|utils.pm:run_ssh_command(4935)|executing SSH command on vm20:
|10916|76:76|image| /usr/bin/ssh -i /etc/vcl/vcl.key  -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o ConnectionAttempts=1 -o ConnectTimeout=3 -l root -p 22 -x vm20 '/bin/find.exe "C:/Cygwin/home/root/VCL/" -mindepth 1 -maxdepth 5 -iregex ".*\.svn.*" -exec chown -R root {} \; -exec chmod -R 777 {} \; -exec rm -rvf {} \;' 2>&1
2012-10-02 10:19:11|10916|76:76|image|Windows.pm:delete_files_by_pattern(1392)|0/0 files deleted deleted under 'C:/Cygwin/home/root/VCL/' matching '.*\.svn.*'
2012-10-02 10:19:12|10916|76:76|image|Windows.pm:set_file_owner(1546)|set root as the owner of C:/Cygwin/home/root/VCL, files and directories modified: 1
2012-10-02 10:19:13|10916|76:76|image|Windows.pm:search_and_replace_in_files(6628)|no files were found matching pattern 'WINDOWS_ROOT_PASSWORD' in: C:/Cygwin/home/root/VCL
2012-10-02 10:19:13|10916|76:76|image|Windows.pm:copy_capture_configuration_files(6753)|set the Windows root password in configuration files
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5::XP
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5::XP:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows::Version_5
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows::Version_5:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS::Windows
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS::Windows:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module::OS
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(780)|parent package names for VCL::Module::OS:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(762)|finding package hierarchy for: VCL::Module
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(776)|VCL::Module has no parent packages
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows",
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|Module.pm:get_package_hierarchy(794)|returning for VCL::Module::OS::Windows::Version_5::XP:
|10916|76:76|image| : [
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5::XP",
|10916|76:76|image| :   "VCL::Module::OS::Windows::Version_5",
|10916|76:76|image| :   "VCL::Module::OS::Windows",
|10916|76:76|image| :   "VCL::Module::OS",
|10916|76:76|image| :   "VCL::Module"
|10916|76:76|image| : ]
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_XP
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows_Version_5
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(187)|package source configuration directory: /usr/local/vcl/bin/../tools/Windows
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module::OS
2012-10-02 10:19:13|10916|76:76|image|OS.pm:get_source_configuration_directories(183)|source configuration directory is not defined for VCL::Module
2012-10-02 10:19:13|10916|76:76|image|Windows.pm:apply_security_templates(7529)|checking if any security templates exist in: /usr/local/vcl/bin/../tools/Windows/Security
2012-10-02 10:19:13|10916|76:76|image|utils.pm:run_command(8739)|executed command: find /usr/local/vcl/bin/../tools/Windows/Security -name "*.inf" 2>&1 | sort -f, pid: 11218, exit status: 1, output:
|10916|76:76|image| /usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|Windows.pm:apply_security_templates(7542)|failed to run find, exit status: 1, output:
|10916|76:76|image| /usr/local/vcl/bin/../tools/Windows/Security/Windows_Security_Policies.inf
|10916|76:76|image| ( 0) Windows.pm, apply_security_templates (line: 7542)
|10916|76:76|image| (-1) Windows.pm, pre_capture (line: 323)
|10916|76:76|image| (-2) Version_5.pm, pre_capture (line: 105)
|10916|76:76|image| (-3) VMware.pm, capture (line: 712)
|10916|76:76|image| (-4) image.pm, process (line: 162)
|10916|76:76|image| (-5) vcld, make_new_child (line: 571)
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|Windows.pm:pre_capture(324)|unable to apply security templates
|10916|76:76|image| ( 0) Windows.pm, pre_capture (line: 324)
|10916|76:76|image| (-1) Version_5.pm, pre_capture (line: 105)
|10916|76:76|image| (-2) VMware.pm, capture (line: 712)
|10916|76:76|image| (-3) image.pm, process (line: 162)
|10916|76:76|image| (-4) vcld, make_new_child (line: 571)
|10916|76:76|image| (-5) vcld, main (line: 350)
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|Version_5.pm:pre_capture(109)|failed to execute parent class pre_capture() subroutine
|10916|76:76|image| ( 0) Version_5.pm, pre_capture (line: 109)
|10916|76:76|image| (-1) VMware.pm, capture (line: 712)
|10916|76:76|image| (-2) image.pm, process (line: 162)
|10916|76:76|image| (-3) vcld, make_new_child (line: 571)
|10916|76:76|image| (-4) vcld, main (line: 350)
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|VMware.pm:capture(713)|failed to complete OS module's pre_capture tasks
|10916|76:76|image| ( 0) VMware.pm, capture (line: 713)
|10916|76:76|image| (-1) image.pm, process (line: 162)
|10916|76:76|image| (-2) vcld, make_new_child (line: 571)
|10916|76:76|image| (-3) vcld, main (line: 350)
|10916|76:76|image| ---- WARNING ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|image.pm:process(166)|vmwarewinxp-winxp14-v0 image failed to be captured by provisioning module
|10916|76:76|image| ( 0) image.pm, process (line: 166)
|10916|76:76|image| (-1) vcld, make_new_child (line: 571)
|10916|76:76|image| (-2) vcld, main (line: 350)
2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:get_computer_private_ip_address(1606)|returning private IP address previously retrieved: 10.0.2.120
2012-10-02 10:19:13|10916|76:76|image|utils.pm:is_inblockrequest(5793)|zero rows were returned from database select
2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:get_image_affiliation_name(2118)|image owner id: 1
2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:retrieve_user_data(1401)|attempting to retrieve and store data for user: user.id = '1'
2012-10-02 10:19:13|10916|76:76|image|DataStructure.pm:retrieve_user_data(1464)|data has been retrieved for user: admin (id: 1)
2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu<ma...@fiu.edu>, PROBLEM -- csvcldev|76:76|image|image.pm|vm20>csvhost2.p.fiu.edu|vmwarewinxp-winxp14-v0|admin
|10916|76:76|image| ---- CRITICAL ----
|10916|76:76|image| 2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(387)|vmwarewinxp-winxp14-v0 image creation failed
|10916|76:76|image| ( 0) image.pm, reservation_failed (line: 387)
|10916|76:76|image| (-1) image.pm, process (line: 167)
|10916|76:76|image| (-2) vcld, make_new_child (line: 571)
|10916|76:76|image| (-3) vcld, main (line: 350)
2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: root@localhost, VCL -- NOTICE DELAY Image Creation winxp
2012-10-02 10:19:13|10916|76:76|image|utils.pm:mail(1266)|SUCCESS -- Sending mail To: sbaylard@fiu.edu<ma...@fiu.edu>, VCL -- NOTICE FAILED Image Creation winxp
2012-10-02 10:19:13|10916|76:76|image|utils.pm:update_request_state(1545)|request 76 state updated to: maintenance, laststate to: image
2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(441)|request state set to maintenance, laststate to image
2012-10-02 10:19:13|10916|76:76|image|utils.pm:update_computer_state(1587)|computer 22 state updated to: maintenance
2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(449)|vm20 state set to maintenance
2012-10-02 10:19:13|10916|76:76|image|image.pm:reservation_failed(456)|exiting
2012-10-02 10:19:13|10916|76:76|image|utils.pm:delete_computerloadlog_reservation(6429)|removing computerloadlog entries matching loadstate = begin
2012-10-02 10:19:13|10916|76:76|image|utils.pm:delete_computerloadlog_reservation(6476)|deleted rows from computerloadlog for reservation id=76
2012-10-02 10:19:13|10916|76:76|image|State.pm:DESTROY(929)|VCL::image process duration: 128 seconds
2012-10-02 10:19:13|10916|76:76|image|VIM_SSH.pm:DESTROY(2123)|vim-cmd call count: 7
2012-10-02 10:19:13|12185|vcld:REAPER(721)|VCL process exited for reservation 76, PID: 10916, signal: CHLD