Does FOG work with iSCSI?
-
@ManofValor said in Does FOG work with iSCSI?:
@Tom-Elliott Awesome thanks. What about the first question, the FOG update one?
It’s not critical, but for backups to automatically happen when you re-run the installer or update, you need those fields inside of /opt/fog/.fogsettings just like it says. All you’d do is just add them, just as it says.
Also, the command Tom gave has a typo. He was probably on cellular.
It’s
chmod -R 777 /images
-
@Wayne-Workman said in Does FOG work with iSCSI?:
It’s not critical, but for backups to automatically happen when you re-run the installer or update, you need those fields inside of /opt/fog/.fogsettings just like it says. All you’d do is just add them, just as it says.
Ok, thanks.
Also, the command Tom gave has a typo. He was probably on cellular.
It’s
chmod -R 777 /images
Yeah I caught that. See I’m learning something…lol.
-
Also, I’m still getting this error when clicking on the FOG Configuration in fog management.
Not Found
The requested URL /static/index.html was not found on this server.
-
@ManofValor you could try blasting everything in /var/www except the html directory, and the blast everything inside of /var/www/html directory, and then re-run the installer.
-
@Wayne-Workman When you say blast I assume you mean delete? Just making sure its not another term or something…lol.
-
@ManofValor yes. Blast sounds so much more exciting than delete.
rm -rf NameOfFileOrDirectory
-
@Wayne-Workman Haha, I agree.
-
This post is deleted! -
@Wayne-Workman Still the same error.
-
@ManofValor I have no earthy idea why that page is being requested then. If you have time to do a TeamViewer session I can try to figure out why.
-
@Wayne-Workman Ok, check your PM.
-
OK, so I started to image and got this:
Tried to Google but no luck.
-
Got a strange thing happening. I’m on my Win7 machine, my usual work space, when I go to FOG management and storage node the password is the same as my login. When I look at it from my FOG server it’s the usual randomly generated password. When I try to update it back to random password it won’t change. The password under .fogsettings is the random password. What am I missing?
-
@ManofValor This is detailed on the wiki, it’s because of the browser auto fill feature. Turn it off for fog website.
-
@Quazz Thanks, that worked.
-
I remoted in with TeamViewer and figured out why it was redirecting to that
/static/index.html
page.There were two nodes configured (incorrect in this particular scenario), one pointing to the fog server, another to the iSCSI device’s IP.
So, in FOG Configuration, it’s written to report the kernel and other info on all attached nodes. A web query was being made to that second (incorrect) storage node, and the NAS was redirecting to the aforementioned page.
Since iSCSI is a block device, and mounts like a local HDD, the secondary node was incorrect.
After deleting that incorrect node, all started working fine, and the main server which has the iSCSI device mounted as a local HDD is correctly displaying the available space on the dashboard so all should be fine now.
Tom had hinted at this, and that’s what I was looking for. Storage Management was literally the last place I looked for problems (of course). I actually ran a WireShark capture during the redirect and figured out the server was talking to the iSCSI device’'s IP via port 80, and that led me to find the issue.
-
So this post can be solved, everything is working. I created an image and then redeployed it. Now on to looking into sysprep. Thanks guys.