Tell me more ×
Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.

In my group we often install ldap on new servers. We have two different configurations currently. A mirrored configuration and just a regular standalone configuration.

The installation process gets repetitive and is difficult for some team members to perform due to their lack of experience performing the install. Essentially it's a waste of time.

Do you have any suggestions on how to automate the process?

My current idea is to provide a zipped up directory with all the source packages necessary to install. It will also include an 'installation' script that will unzip and compile all source packages and proceed to install them and configure anything related to ldap and even prepopulate openldap with some base data.

What do you think?

share|improve this question

1 Answer

Any reason you aren't using a package manager to install openldap? That would probably make it easier to do.

Another thing that comes to mind is puppet which is a tool designed to automate server configuration.

share|improve this answer
If he uses puppet, he will definitely want it to be packaged. – jordanm Feb 23 at 0:34
Well, we don't have an internet connection on some of the machines we're doing the installs on. Also, the package manager won't preload ldap with default data. I know it's something 'small' but I still think it's necessary. – Jerry Saravia Feb 25 at 15:17
I don't know how to install specific versions of a package either but I'm sure that's just a google away to figure out. – Jerry Saravia Feb 25 at 15:17

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.