Tagged Questions
7
votes
3answers
133 views
Creating a script to install a Perl application and its dependencies automatically
I have a Perl application that needs a lot of dependencies that i need to deploy on numerous servers
I would like to make a script that installs that Perl application automatically and quickly.
To ...
2
votes
5answers
483 views
How do I automate OS installation on 500+ machines?
My company has to image a large amount of machines by the end of the year. Each of the machines will have hardware RAID 1 and running CentOS 6.
What options do I have for automating the OS ...
2
votes
2answers
71 views
Extract, combine, and automate several installers
Right now we have about 12 different pieces of software that we have to manually install on many machines. I want to extract the files from the MSI/EXEs and monitor registry changes. Then I would ...
0
votes
1answer
46 views
Software for scanning installation process? [closed]
I forgot what is the name of the very good software which make some kind of restore point (save registry, and program files folder, etc...) before installing any software. After you install some ...
2
votes
2answers
146 views
Local Admin and Policies
I have company/domain setup with about 150 + users. I don't want to grant the users a local admin account to prevent them from installing programs that may used to attack - harm the network or other ...
0
votes
3answers
110 views
Application to automate Windows software installation in a test lab
I have several test environments (hyper-V) which contain a variety of windows servers. Each machine needs periodically rolling back to a given snapshot and then re-installing with the latest version ...
1
vote
1answer
2k views
What does /v/qn parameter do for windows silent installers?
This page says to do a silent install you pass in the parameters /s /v/qn. It mentions what /s does - silent install - but not what /v/qn does.
So what does it do? Why the weird format? (on one ...
0
votes
2answers
187 views
automating remote software installation
I have a network consisting of n pcs(windows/linux).Now i want to automate installation on n pcs in netowrk.For example with one click of gtalk should get installed on n pc in network.Are there any ...
1
vote
1answer
201 views
Automating silent software deployments on Solaris 10
Essentially, the question I'd like to ask is related to the automation of software package deployments on Solaris 10.
Specifically, I have a set of software components in tar files that run as daemon ...
6
votes
2answers
938 views
Automate the installation of postfix on Ubuntu
My system configuration script does an "apt-get install -y postfix". Unfortunately the script is halted when the postfix installer displays a configuration screen. Is there a method to force postfix ...
3
votes
6answers
812 views
easiest way to automate all software installations for new users/computers?
Basically, for every new user we have about 30 different installers that all need to be run manually after an install of windows which is tedious/time consuming.
We can't simply ghost/image the ...
1
vote
5answers
268 views
How to handle initial installation of a Linux server?
In past few weeks I found out, that my Linux sysadmin skills are pretty low, so I bought bigger HDD (1.5TB) and started playing with virtual machines. I'm experimenting pretty hard way, so I end up ...
2
votes
3answers
2k views
Unattended installations of Mac OS X
Is there a way to setup a networked automated OS deployment for Mac OS X?
Admins wanting to deploy RedHat can deploy over the network using Kickstart (with the install media on a shared network ...
1
vote
3answers
1k views
Can OpenSolaris be used as a Solaris 11 preview for new projects?
I am currently developing a Java EE Application which will presumably run on the Glassfish v2.1 Application Server and PostgreSQL 8.4.
As we are currently extremely short in manpower (just me), I am ...