Questions tagged [automated-install]
166 questions
3
votes
2 answers
Rapid deployment of similar VMs
We're rolling out a new testbed in the office, and need to spin up ~30-40 Linux VMs (mostly RHEL 5/6, some SuSE). Running on VMware ESXi 5.5, we'd like to automate the process. There's a pre-made answer file for the installer, the question is how to…

agentroadkill
- 131
- 6
3
votes
2 answers
Suppress chrome's first-time dialog on linux
I'm trying to install google chrome using puppet on a bunch of linux machines (SLES 12) and I don't want any dialogs that the user has to answer before they can start browsing. This is mainly because the "user" will be Selenium and it doesn't like…

Josh Gagnon
- 755
- 1
- 5
- 6
3
votes
5 answers
Automatic install of software in Windows XP
I have to install many user's computer with WinXP and some useful software. It's a bit boring to click on "Next" and "Yes" each time I install something.
Is there any script (or command line) that allows me to install software and automatically…

Kortex786
- 373
- 1
- 4
- 14
3
votes
2 answers
Install Java 1.7 non-interatively on Ubuntu 12.04
I need to install Java 1.7 on several machines and hence I want to do it using a script. The problem is the installation asks for certain options (to be specific 'Y', then 'OK' and finally 'Yes'). I came across this question:
Automate the…

Bhushan
- 151
- 9
3
votes
1 answer
Installing Debian with PXE and preseed and dynamic IP address, but configure it finally with static IP address
I had setup an infrastructure for automatic installation of Debian based machines. It uses PXE booting with DHCP and TFTP servers, and preseed to automate the OS installation.
What I want is:
use DHCP for PXE boot
use DHCP for Debian installer: it…

daks
- 673
- 7
- 25
3
votes
2 answers
Unattended Install of Windows using Powershell and Hyper-V
Is this possible? I have a script that gets up to the point of Installing Windows Server 2008. However it gets up literally to the "Click Next......etc etc..." and I want to be able to integrate this into my powershell script IF it's even…
user57862
3
votes
1 answer
Ubuntu Server 12.04: How does one configure the firewall during installation?
I'm following instructions to automate the installation of Ubuntu Server 12.04 using kickstart. It works well for automatically partitioning the drives, selecting languages etc. However, it doesn't configure the firewall. It is a known…

bloudraak
- 462
- 2
- 5
- 14
3
votes
2 answers
examples of kickstart files for CentOS 5.3
I want to install CentOS as a server os using kickstart. I know normally you can install a system and get a copy of the kickstart file with the installation options you selected at install time. I'm totally blind though so the install is…

Jared
- 1,420
- 2
- 16
- 23
3
votes
2 answers
Windows Automated Installation Kit (WAIK) with a raw Windows 2008R2 ISO
I am new to WAIK, and am trying to figure out how to build a WIM image from the Windows 2008 R2 ISO media.
So far I have been unsuccessful in finding this information.
Is this possible, and if so, what am I missing from the TechNet documentation?

warren
- 18,369
- 23
- 84
- 135
3
votes
3 answers
fully automated install of virtualbox tools in windows 7
I'm making an unattended install of windows. Part of it is installing virtualbox guest additions, which is run by the installer due to the following entry in Autounattend.xml:

Claudiu
- 1,207
- 5
- 21
- 28
3
votes
1 answer
Debian-Installer: how to preseed a lenny (oldstable) installation?
I had a perfectly fine running installation process for virtual machines based on an instalinux CD, creating Debian 5 lenny VMs within minutes. The preseed file ensures installation of puppet, which takes care of "personalization" of the VMs later,…

Hank
- 379
- 3
- 15
3
votes
3 answers
Looking for an automated method to install and configure SNMP on servers
I have an enviornment with 30 Windows servers (Server 2003 and a few 2008 systems).
We are now looking at monitoring solutions, but the first item that we need to accompilish is getting SNMP installed, and configured of each server.
I'm hoping that…

Richard West
- 2,978
- 12
- 44
- 49
3
votes
2 answers
Command to organize a Finder window
I'm building a packaged-based OS X image, and, with new software added, the Application's folder is a mess (with icons obscuring each other and things in disarray).
I thought deleting the .DS_Store file would fix it, but it doesn't seem to. Is…

Clinton Blackmore
- 3,520
- 6
- 36
- 61
3
votes
2 answers
Where is the bare cygwin package list located and how do I manipulate it?
Where is the bare cygwin package list located and how do I manipulate it programmatically or from a shell or with a different method than the gui? I know the gui (setup.exe), and I'd love to go one or more levels deeper.
I can retrieve a list of…

user12096
- 927
- 6
- 23
- 39
2
votes
0 answers
Automated Install of PADS (Mentor Graphics) works manually but not in Software Center
I am trying to automate the install of PADS VX.2 or PADS VX.2.2 (made by Mentor Graphics) to be ran with Software Center. It has a proprietary batch tool that I used to make a silent install script, and it runs fine when I call it through an admin…

Engineer_Chris
- 21
- 2