"Language french" invalid stockage group
-
Bonjour à tous,
Je fais mes débuts sur FOG et pour fêter ça j’ai installé la version 1.5.7 !
Tout s’est bien passé, jusqu’au moment ou j’ai lancé une capture, et voici l’erreur que fog m’a indiqué :Voici les informations concernant la configuration actuelle de mon FOG :
Voilà, j’ai installé la version 1.5.6 - 1.5.7 .1.5.8 et toujours la même erreur.
Mon DHCP DNS est windows serveur 2012R2 -> Option 66 : 192.168.1.140 - Option 67 : undionly.kpxeMerci d’avance, si vous avez besoin d’autres informations, je suis à vôtre disposition, je veux réussir mes captures !! lol
-
Upp please
-
Will you update to the dev branch to version 1.5.9RC2??
Did you use the
git
process to install FOG or did you download the tar.gz file to install FOG? -
@george1421 Bonjour, merci pour votre réponse !
Non je souhaite rester en 1.5.7, et j’ai télécharger le fichier :
https://github.com/FOGProject/fogproject/archive/1.5.7.tar.gz -
@OkeriKai Does your FOG server have internet access? If YES then I want you to use the git method to download the FOG installer. It will allow you to get updates of FOG faster in the future. Depending on your version of linux install you need a program called
git
So use your linux distro commands to install git. Enter these commands on your FOG server from a command shell.# Centos/RHEL sudo yum install git # Ubuntu/Debian sudo apt-get install git
After git is installed then :
sudo -i cd /root git clone https://github.com/FOGProject/fogproject.git cd fogproject
The above command will download the installer for FOG 1.5.8, but we need some more commands to get to 1.5.9RC2
sudo -i git checkout dev-branch git pull cd bin ./installfog.sh
These commands will change the fog installer to the 1.5.9RC2 branch. Then it runs the installfog.sh shell script again. All of the questions you answered when you first installed FOG will be remembered when you run the foginstaller again. You will not loose any images you captured or any data in the database.
The FOG version 1.5.9RC2 is the latest with all of the fixes added. Within a short time the FOG developers will take the RC2 status off this program and make it 1.5.9 stable. You should not fear installing this version.
When FOG 1.5.9 is released you will need to instruct the FOG installer to switch back to the main branch or you will stay on the developer branch moving forward. To switch back to the main branch just key in the following commands.
sudo -i cd /root/fogproject git checkout master git pull cd bin ./installfog.sh
The idea to upgrade to 1.5.9 is that your problem with invalid storage node may already be fixed in the latest version of FOG. So lets try 1.5.9RC2 before we ask the developers to look at the program.
URL Reference:
https://wiki.fogproject.org/wiki/index.php?title=Getting_FOG
https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk -
@george1421 Ok merci, je vais tester tout ça !
Mise à part ça, est-ce que vous auriez une idée d’ou pourrais provenir l’erreur “invalid storage failed” ?Merci encore pour vos réponses !
-
“invalid storage failed”
I think this come from a bug in the FOG 1.5.7 program. I have seen other FOG Admins report the same error invalid storage group. I see from your pictures that you have a storage group assigned for the storage node.
One last thing to check is make sure your image definition “debian-master” is assigned to a valid storage group.
-
@george1421 Ok, j’essaie une dernière fois de capturer une autre image : celle de windows 10, celle-ci est bien affectée à un groupe de stockage “default member”
Je vous tiens au courant !
-
@george1421 Bonjour, après un échec de la dernière capture de windows sous la version 1.5.7, j’ai décidé de suivre votre tutoriel afin d’installer la dernière version 1.5.9RC2 .
L’installation étant faite, je décide de capturer Windows 10 et par magie cela fonctionne ! Le déploiement marche aussi !
J’essaie par curiosité d’en faire de même pour ma debian-master, et tout fonctionne.Je vous remercie énormément pour votre aide, qui me sera très utile pour mes études.
Un dernière question, quand est-ce que la version 1.5.9RC2 sera t-elle stable ?Merci encore.
-
@OkeriKai Salut, j’avoue que le 1er réflexe à avoir quand il y a des soucis de capture d’image est de mettre à jour Fog et/ou les Kernel, cela résout souvent les incompatibilités avec les PC récents ou des bugs de versions antérieures de Fog.
D’abord tester la version stable (branch master) et si besoin la dev-branch, cela fait gagner du temps -
@OkeriKai said in "Language french" invalid stockage group:
Un dernière question, quand est-ce que la version 1.5.9RC2 sera t-elle stable ?
I don’t have an answer for that. The more people that test 1.5.9RC2 the more happy the developers are to move it to stable. Just don’t forget to go NOW and change the branch back to master so you don’t forget later and wonder why things are not working good.