Windows host registration
-
Hi friends:
In first, sorry for my English, i’m spanish
I’ have an active directory with 500 pcs. I need to add these pc to fog.
The idea is to automate the process using gpo.
So far, I’ve managed to create a msi package that installs the service fog linking to my fog server.
The problem I have is that I need to register these pc automatically.Can someone guides me?
Thanks in advanced and best regards.
-
What version of FOG are you trying to run?
If you can run SVN FOG 2903, you can actually make the Quick registration and inventory process the first item for the machines to run through. This quick registration, when paired with the QUICKREG_AUTOPOP information, can not only register your systems autonomously, but you can (if you really needed) specify the image to be assigned to the hosts (though if you do this it auto schedules a task to take place). You can also have it specify names such as SYSTEMNAME* and * would be incremented so the first pc would be SYSTEMNAME1 and the last pc would be SYSTEMNAME500. You can also have the systems auto join a group as needed.
This may not be what you’re looking for, but the intent is you can specify all the elements yourself. For example, you can make Quick Registration the default option by going to:
FOG Configuration->iPXE Menu Configuration-><Click on fog.quickimage>->select default for that option. This will then make the systems that aren’t registered boot straight to the quick registration option.
To Enable FOG Quick Registration, goto FOG Configuration->FOG Settings->FOG Quick Registration, and specify your settings and enable the item then click save.
Google Translated to Spanish:
¿Qué versión de FOG se intenta tratar de correr?Si puede ejecutar SVN FOG 2903, puede hacer que el Quick realidad registro y proceso de inventario en el primer elemento para que la máquina funcione a través. Este registro rápido, Cuando se combina con la información QUICKREG_AUTOPOP no sólo puede registrar sus sistemas de manera autónoma, se puede pedir (si realmente es necesario) Especifique la imagen que se asignará a Cuando los anfitriones (aunque si usted hace esto se auto programa una tarea para tomar lugar). Puedes tenerlo aussi Especifique nombres como SystemName * y * sería incrementado por lo que la primera PC sería SYSTEMNAME1 y el último PC sería SYSTEMNAME500. Puede aussi sistemas tienen la auto unirse a un grupo, según sea necesario.
Esto no puede ser lo que usted está buscando, con el propósito intención es que usted puede usted mismo Especifique todos los elementos. Por ejemplo, puede hacer que la opción Registro rápido predeterminado, vaya a:
FOG Preferencias-> GPXE menú Configuración -> <Haga clic en fog.quickimage> -> seleccionar por defecto para esa opción. Esto luego hacer que los sistemas no están registrados Que arranque directamente a la opción de registro rápido.
Para habilitar FOG Registro rápido, NIEBLA Goto Preferencias-> NIEBLA Configuración-> NIEBLA Registro rápido y especifique la configuración y habilitar la opción Guardar.
-
hi tom:
I’ve updated the svn to 2903, it had in 2894.
I understand that your recommendation is to add a fog hosts trought pxe. If there is no other solution will be what I will do.
My idea is this:
On a computer with fog service if the detected mac not found in the database, which makes equipment inventory and automatically add it to fog.
I am studying the MOD_HostRegistrer.cs file for editing and allow to add this information.
I do not know if what I have thought it can be done, or perhaps is already done and I can not make it work.
Thanks for all