Jump to content

Recommended Posts

Posted

Hi,

I hope someone are able to put me on the right track. I work at a pretty big company and we got about 3000 windows servers. We are installing them using unattended installations. My "problem" is that we can´t use DHCP on the server networks so we have to boot Winpe and start some HTA files to set the ip address, servername, timezone etc.

Now I would like to get rid of these manual steps. Maybe I could store them in a database and just have a script on the winpe cd that reads the serial number and then look in the database to see which ipaddress and servername that should be used for the particular installation.

There must be someone out there who got the same issue... Maybe someone already got scripts for this or another great solution.

Regards B


Posted
Hi,

I hope someone are able to put me on the right track. I work at a pretty big company and we got about 3000 windows servers. We are installing them using unattended installations. My "problem" is that we can´t use DHCP on the server networks so we have to boot Winpe and start some HTA files to set the ip address, servername, timezone etc.

Now I would like to get rid of these manual steps. Maybe I could store them in a database and just have a script on the winpe cd that reads the serial number and then look in the database to see which ipaddress and servername that should be used for the particular installation.

There must be someone out there who got the same issue... Maybe someone already got scripts for this or another great solution.

Regards B

Go to this Link it might help you do what you want.

Posted

Such a thing is pretty simple really. You don't have to go as far as creating a database, you could put it into a simple CSV file like this:

serialnumber,IPAddress,Server

serialnumber2,IPAddress2,Server2

....

and so on.

Depending on your hardware, you could probably pull the serial number directly from the BIOs, look that S/N up in the CSV table and then plug in the IP address and server into your build process.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...