@Sebastian-Roth Thank you for the instructions. Updating FOG to 1.5.9-RC1 resolved the issue. I am now able to capture and restore an image without issue.
Latest posts made by jramos76
-
RE: Unable to Capture Image - Invalid Storage Group
-
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth Ok, thank you. Do you have a link with instructions on how to get 1.5.9-RC1?
-
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth Also, I don’t use any plugins.
-
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth - It says “DefaultMember”
-
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth - I tried to do the capture again and still receive the same error message (Unable to capture image). Do you have other suggestions or are we at the point of upgrading to FOG 1.5.8? If so, do you have a link to instructions for upgrading? Thank you for your help with this.
-
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth Yes, my mistake. Thank you for noticing the missing quote. I now have the GUI back. I’ll post back here how the capture goes. Thanks again and have a nice day!
-
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth Here is the code:
public function getHost()
{
return $this->get(‘host’);
}
/**
* Returns the storage group object.
*
* @return object
/
public function getStorageGroup()
{
return new StorageGroup($this->get(‘storagenode’)->get('storagegroupID));
}
/*
* Returns the storage node object.
*
* @return object
/
public function getStorageNode()
{
return $this->get(‘storagenode’);
}
/*
* Returns the image object. -
RE: Unable to Capture Image - Invalid Storage Group
@Sebastian-Roth Thanks for the code edit. I made the changes and my GUI stopped working so I couldn’t test if the capture works now. I restarted the server, but I still get “The page isn’t working” HTTP ERROR 500.
-
Unable to Capture Image - Invalid Storage Group
Hi,
I’m having issues capturing an image in FOG. The capture process captures all of the partitions and then at the very end, it gives an error - “Could not complete tasking (/bin/fog.upload)” and it has “Error returned: Invalid Storage Group” listed many times above. I’m running FOG version 1.5.6
Any help would be appreciated.
Thanks!