I was wondering if there was a way to display where an image is being pulled from while it is being downloaded. I think it would be handy to know where the image is coming from in case you have many fog servers/Storage nodes at a single site like we do. Maybe the information could be displayed on one of these two screens?
FlareImp
@FlareImp
Best posts made by FlareImp
-
Image pulling location displayed
-
RE: Changing from Legacy to New Client
@Wayne-Workman In my test envirement I am running the RC versions on Ubuntu 16.x. When I setup the new servers they will all be fresh installs as well.
-
RE: Adding needed repository Failed!
White listing the Fog server and Storage Nodes fixed the problem. Everything is installing correctly now. Thank you so much!!!
The only thing I am noticing now is that the time stamps on my Replicator Logs are incorrect. Is that an easy fix?
Thanks,
-
RE: Want to skip "Booting... (Press Escape to access the menu)"
@Tom-Elliott said in Want to skip "Booting... (Press Escape to access the menu)":
mysql -u root
drop database fog;
exit
exitAll fixed, Thanks so much!
-
RE: Adding needed repository.....Failed
The issue has been fixed. Our content filter was blocking it. idk how but it was only on that one server. go figure. lol
-
RE: Custom Post Download Script
@george1421 Thank you very much! I was able to modify the script to fit our setup. Everything is working smoothly now.
Thanks again!
Latest posts made by FlareImp
-
Default Storage Group Change
This is more of a question than a problem. Would renaming the “Default” Storage Group and the “DefaultMember” Node cause an issue? and if so what would need to be changed to prevent said issue?
Thanks,
-
RE: Add Full Inventory Task to PXE Menu
@sebastian-roth Thank you and @george1421 for your assistance it this matter. It worked great!
Thanks again and keep up the great work!
-
RE: Add Full Inventory Task to PXE Menu
@george1421 Yes, all my computers are using the fog client, the issue is we are not allowed to set PXE as the first boot option, has to be the hard drive, so it negates the feature. I was just thinking instead of giving our Interns/temp help access to fog and starting inventory tasks from the web gui it would just be faster to PXE boot a computer and select “run inventory”.
-
RE: Add Full Inventory Task to PXE Menu
@george1421 If I have a host that is not registered in fog and I choose to run the Full Inventory task from the PXE menu, can’t we do something similar to that with hosts that are already registered? I do remember back in the Fog .32 days it was possible.
Thanks for all your assistance!
-
RE: Add Full Inventory Task to PXE Menu
@george1421 after adding your changes to the config now it is showing the hostname and mac but saying no task found. So would the next step be adding a command to create and start the inventory task?
-
RE: Add Full Inventory Task to PXE Menu
@george1421 adding the space after the boot|| has gotten me farther now.
Now it is displaying Attempting to check in …Failed
Invalid MAC Address! (in line for ) -
RE: Add Full Inventory Task to PXE Menu
@george1421 If I delete the “&mac=00:00:00:00:00:01” part I get the following output
#!ipxe set fog-ip 10.220.9.50 set fog-webroot fog set boot-url http://${fog-ip}/${fog-webroot} cpuid --ext 29 && set arch x86_64 || set arch i386 goto get_console :console_set colour --rgb 0x00567a 1 || colour --rgb 0x00567a 2 || colour --rgb 0x00567a 4 || cpair --foreground 7 --background 2 2 || goto MENU :alt_console cpair --background 0 1 || cpair --background 1 2 || goto MENU :get_console console --picture http://10.220.9.50/fog/service/ipxe/bg.png --left 100 --right 80 && goto console_set || goto alt_console :MENU menu colour --rgb 0xff0000 0 || cpair --foreground 1 1 || cpair --foreground 0 3 || cpair --foreground 4 4 || item --gap Host is NOT registered! item --gap -- ------------------------------------- item fog.local Boot from hard disk item fog.memtest Run Memtest86+ item fog.reginput Perform Full Host Registration and Inventory item fog.reg Quick Registration and Inventory item fog.deployimage Deploy Image item fog.multijoin Join Multicast Session item fog.sysinfo Client System Information (Compatibility) item fog.custom.inventory Custom Quick Inventory choose --default fog.local --timeout 3000 target && goto ${target} :fog.local chain -ar ${boot-url}/service/ipxe/grub.exe --config-file="rootnoverify (hd0);chainloader +1" || goto MENU :fog.memtest kernel memdisk initrd=memtest.bin iso raw initrd memtest.bin boot || goto MENU :fog.reginput kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=275000 web=http://10.220.9.50/fog/ consoleblank=0 rootfstype=ext4 storage=10.220.9.50:/images/ storageip=10.220.9.50 nvme_core.default_ps_max_latency_us=0 loglevel=4 mode=manreg imgfetch init_32.xz boot || goto MENU :fog.reg kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=275000 web=http://10.220.9.50/fog/ consoleblank=0 rootfstype=ext4 storage=10.220.9.50:/images/ storageip=10.220.9.50 nvme_core.default_ps_max_latency_us=0 loglevel=4 mode=autoreg imgfetch init_32.xz boot || goto MENU :fog.deployimage login params param mac0 ${net0/mac} param arch ${arch} param username ${username} param password ${password} param qihost 1 isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme param sysuuid ${uuid} :fog.multijoin login params param mac0 ${net0/mac} param arch ${arch} param username ${username} param password ${password} param sessionJoin 1 isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme param sysuuid ${uuid} :fog.sysinfo kernel bzImage32 loglevel=4 initrd=init_32.xz root=/dev/ram0 rw ramdisk_size=275000 web=http://10.220.9.50/fog/ consoleblank=0 rootfstype=ext4 storage=10.220.9.50:/images/ storageip=10.220.9.50 nvme_core.default_ps_max_latency_us=0 loglevel=4 mode=sysinfo imgfetch init_32.xz boot || goto MENU :fog.custom.inventory kernel bzImage imgfetch init.xz imgargs loglevel=4 initrd=init.xz root=/dev/ram0 rw ramdisk_size=275000 web=${boot-url}/ consoleblank=0 rootfstype=ext4 storage=${fog-ip}:/images/ storageip=${fog-ip} loglevel=4 mode=inventory deployed=1 boot|| goto MENU param sysuuid ${uuid} :bootme chain -ar http://10.220.9.50/fog/service/ipxe/boot.php##params || goto MENU autoboot
-
RE: Add Full Inventory Task to PXE Menu
@george1421 Okay, I did that and it just takes me to the fog web gui and has me log into the home screen.
I am running Ubuntu 16.04 with Fog 1.5.9
-
RE: Add Full Inventory Task to PXE Menu
@george1421 Okay, i deleted out the new line from loglevel=4 so its one string but am still seeing the output above. How do I call the URL your asking for?