Questions tagged [automated-install]

167 questions
171
votes
2 answers

How do you answer yes for yum install automatically

In centos how do you answer yes automatically for yum install so that it is an unassisted install?
DiverseAndRemote.com
  • 2,011
  • 3
  • 15
  • 16
24
votes
7 answers

automated linux deployment and config management at small scale - is it worth it?

I'm about to deploy ~25 servers running Debian. The machines will have different roles - web servers, Java appservers, proxies, MySQL boxes. The environment will probably not grow much in the future - maybe 2-5 more servers in next 2 years. I'll…
pQd
  • 29,561
  • 5
  • 64
  • 106
21
votes
4 answers

How to get HTTP preseed to work correctly on Ubuntu 10.04 LTS (Lucid)?

Installation media: ubuntu-10.04-desktop-i386.iso I tried a lot of different boot parameters, but either the installer ignored the preseed configuration, or it boot itself directly as LiveCD. An example of the boot parameters I've tried: auto…
netvope
  • 2,113
  • 5
  • 25
  • 35
16
votes
4 answers

Determine the name of a feature in an MSI to install from the command line

I am trying to install an application (SalesLogix 7.2 Admin Tools and Servers) from an MSI package, but only want to install a particular feature. How can I determine the feature name so I can try using the ADDLOCAL parameter?
Cylindric
  • 1,107
  • 5
  • 24
  • 44
8
votes
3 answers

Is it possible to create a generalized configuration file for installing Windows features using PowerShell?

I'm currently trying to automate the build of a VM running Windows Server 2012 R2. At the moment the challenge is automating the addition of roles and features. Within the roles and features wizard there is an option to export an XML configuration…
8
votes
1 answer

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 installer I tried /v /qn (with a space) and it didn't…
Claudiu
  • 1,157
  • 5
  • 18
  • 27
8
votes
4 answers

Install .msi from script, detect when install is done

I'm trying to make an install script. I want to install an .msi file, Python, and then install other things after Python is installed. I already see how to do a command-line install. However, msiexec returns right away, even when the install is…
Claudiu
  • 1,157
  • 5
  • 18
  • 27
8
votes
4 answers

Using virt-install and http preseed to do unattended ubuntu 10.04 install

The virt-install command line I used is below sudo virt-install kvm ubuntu -v sudo virt-install -v -n golden-egg -r 256 --disk path=/var/lib/libvirt/images/golden-egg.qcow2,size=5 --os-type linux --os-variant ubuntulucid --force…
bradgonesurfing
  • 261
  • 1
  • 4
  • 6
7
votes
1 answer

Windows 2012 Autounattend still asking about disk configuration

I'm a huge fan of automation and so on, so having the ability to do this is kinda important. In this instance, we're naming the file Autounattend.xml, putting it in the root of the boot disk, and recreating the ISO for booting from DVD. I'd like…
Tom O'Connor
  • 27,440
  • 10
  • 72
  • 148
7
votes
6 answers

Unable to force Debian to do unattended install... libc6 wants interactive confirm

I'm trying to create a script that forces a Debian Lenny install to install the latest version of CRAN R. During the install it appears libc6 is upgraded and the install wants interactive confirm that it's OK to restart three services (mysql, exim4,…
JD Long
  • 445
  • 1
  • 4
  • 13
7
votes
1 answer

Preseeding debian 11 fully unattended (get rid of questions)

I'm trying to preseed debian 11 netinstall fully automated. I read many of the documentation here : Here is my boot line (from a grub.cfg) set default="autoinstall" set timeout=3 menuentry "Debian 11 Fully Automated UEFI LVM LUKS BTRFS Remote…
proxyd43
  • 123
  • 1
  • 11
6
votes
9 answers

Starting managed Windows deployment

I want to start providing managed Windows XP images to my users, however I've only done this with Linux servers, and I'm unsure of where to begin. Ideally, I want to start buying machines in groups, but until then, I'm stuck with differing models.…
Matt Simmons
  • 20,218
  • 10
  • 67
  • 114
6
votes
2 answers

Create kickstart configuration file from existing configuration

Is there a script or another way to automatically generate a kickstart configuration file from the system state of an existing server so that the file can be use to replicate (not clone) the configuration of the system in another install? I know…
ÜMineiro
  • 63
  • 1
  • 1
  • 5
5
votes
2 answers

Automate war deployment in VPC's private subnet on tomcat7

I have a VPC with public and private subnets. Public subnet contains my Nating and Bastion instances Private subnet contains my application servers (3 ec2 instances running tomcat7 with my project war file). These 3 instance are behined the…
5
votes
1 answer

Unattended installation with preseed -- give a custom device to partman-auto

I'm doing an unattended installation of Ubuntu-14.04-server with a USB drive and a preseed file on different type of servers (HP Proliant ML110, ML310, ML350). On the ML110 and ML310, the hard drive is in /dev/sda and the USB drive takes…
Jav
  • 293
  • 3
  • 12
1
2 3
11 12