@amadrigal Just want to bring up my initial thought about maybe OpenVZ not being able to properly handle multicast in the first place. Can you try setting up another test FOG server as KVM instance just to rule out that possible issue!?
@tesparza the file you are running doesn’t appear to be the installer. It appears to be a self extracting archive that contains the installer. Once you give it a path, it should place all of its install files there, including a DXSETUP.exe, which would accept /silent.
My suggestion is to either find a different version of the installer, such as an MSI, or to take the extracted files and create a snapinpack out of them.
Just going to add in here that when I want to see how busy my HDD’s are during tasks, I use nmon. Can run as normal user and press d to view disk activity percentage. Very friendly to a newb. Press n to also view network stats and c to view CPU as well.
If I was you, i’d bring a computer over to the same physical switch that your FOG server takes the image on. See if it sustains a better speed or not to determine if network routing is to blame or not.
Just for an additional bit of information. Your reference/golden image should never be connected to AD before you sysprep it. Even if it was connected to AD, then removed from AD before system. The first time you connect a computer to AD the target computer will be tattooed causing every image created from that golden image problems down the road.
@msi when you login guess what page it automatically takes you too?
Hi,
Make sense… Please close the discussion with satisfaction. Just to recap, below solved the problem for now. Hopefully, newer version will solve all the problem, including delays. @msi said in Can't login to FOG web Interface:
[root@caor-fogmain ~]#sudo -i
[root@caor-fogmain ~]#yum -y install git
[root@caor-fogmain ~]# sudo -i
[root@caor-fogmain ~]# cd /root
[root@caor-fogmain ~]# git clone https://github.com/FOGProject/fogproject.git
[root@caor-fogmain ~]# cd fogproject/
[root@caor-fogmain fogproject]# git checkout working-1.5.1
Branch working-1.5.1 set up to track remote branch working-1.5.1 from origin.
Switched to a new branch 'working-1.5.1'
[root@caor-fogmain fogproject]# git pull
Already up-to-date.
[root@caor-fogmain fogproject]# cd bin/
[root@caor-fogmain bin]# ./installfog.sh -y
Yes, you can manually rsync the images over. I’m doing the replication between nodes so my coworkers who know nothing of Linux can synchronize images across FOG installations without asking me to do it.
@fabzster The log file did not successfully upload, please try again.
Your script is most likely failing because the FOG Client runs Snapins as the SYSTEM user, whereas when you’re manually running your script, it’s being ran as Administrator. I would suggest you add logging to your script so you can see what line it’s hanging on.
so we can install all the required software from our file servers
I would challenge you, that you don’t “need” to connect to the domain to map a drive to your file server to install software. If there are applications that require AD credentials to install, then those should be installed post imaging via a snapin or some other software deployment tool like PDQ Deploy.
The only software that I “must” install after imaging is our antivirus software because that application creates a unique GUID when its installed to identify the machine to the AV console. its not possible to clone a system after AV is installed because of this. But most all other applications can be installed before imaging without AD rights.