Questions tagged [deployment]

Deployment is the process or collection activities that make a system available for use.

Deployment is the process or collection activities that make a system available for use.

It can refer to hardware, software, or both and has varying levels of automation, from the completely automated "no-touch" deployments to completely manual ones. Wikipedia has a page dedicated to software deployments here.

1293 questions
0
votes
1 answer

Unicenter Software Delivery 4 not able to connect to MS SQL 2000 Database after W2003 SP2 upgrade

Yesterday I installed the Windows Server 2003 Service Pack 2 on a Windows Server 2003 which has Unicenter Software Delivery 4 installed. Prior to the installation I disabled every CA service on the server (Brightstor, SDO , RCO, TNG) and the MS SQL…
grub
  • 1,118
  • 1
  • 7
  • 12
0
votes
1 answer

HP Rapid Deployment - Change Data Store Path

I am running HP Rapid Deployment (Altiris eXpress Deployment Server 6.9 - Build 164) on an inherited Windows Server 2003 SP2. I need to change the Data Store Path as the default is pointing to the C: drive and there is not enough space there. I…
David Carreyette
0
votes
2 answers

Enterprise level control of ClickOnce product on corporate network with group policy?

Hi there I'm a developer looking at introducing ClickOnce deployment for an internal .NET Winforms application that will be distributed via the corporate network. Currently the product roll out and updates are handled by Group Policy however I would…
0
votes
1 answer

How to configure Java Network Proxy Settings for domain computers

I need to set the Network Proxy Settings to Direct Connection, for computers on our domain. I have looked at the unattended setup configurations, as well as the deployment.properties file, and didn't see an option to set it to Direct…
adminParsed
0
votes
2 answers

Http Hanlder must be reset with each deployment. How can I add this functionality to the web.config

My application is a dotnet 4 hybrid - MVC in some areas, web forms in others. This application was recently upgraded to dotnet 4 and includes a lot of older code and some mismatched parts. Unfortunately it includes a telerik component that requires…
ferrousoxide
0
votes
2 answers

IIS load balancing and site deployment

currently I have a site sits on one IIS7 server. When we deploy a new version of the site, we bring the site down and display an offline page. What I really want is have two same exact copies of the site sits in one IIS 7 server and load balance…
KLC
0
votes
1 answer

Preparing computers for remote MSI installation in NT4 domain

We recently purchased EMCO Remote Installer to deploy MSI packages we're creating. We are still (unfortunately) in an NT4 domain, and when I try to deploy a package using domain's administrator credentials I'm getting "access denied". Under the…
user40177
0
votes
1 answer

How to make sure my GPO are applied in the correct order

I'm deploying VMware player through a GPO, and I'd like to apply specific ACLs to the install folder, and to the D:\VMWARE folder I'm creating during the player install. I also have to add the vmware user account the "can log on locally" right. To…
Florent Courtay
  • 646
  • 7
  • 16
0
votes
2 answers

Deploy virtual PC based on snapshot using Hyper-V

I have a server with Hyper-V configured, it is easy to create a new virtual machine using the management tools, but it can take some time. I often see those hosts that say "We can have your server ready in 5 seconds". And I wonder how do they manage…
Martin at Mennt
  • 177
  • 1
  • 2
  • 11
0
votes
1 answer

How to create an MST for silent install using Orca?

I'm trying to deploy 7zip via GPO; I assigned the original MSI, but the package installation simply doesn't take place. What I've gathered is that I need to create an MST. In the spirit of trying to learn as much as possible about it, I've opted to…
Sanarothe
  • 21
  • 1
  • 5
0
votes
1 answer

When / how can I delete old source folders for software installed via group policy?

So I installed Acrobat Reader 9.3 via group policy. When the 9.3.1 patch came out, I copied the original 9.3 installation source folder to a new folder, and applied the patch there. Then I created a new software installation in the GPO that…
Boden
  • 4,968
  • 12
  • 49
  • 70
0
votes
0 answers

Error on deploying OpenStack infrastructure

I'm going to deploy Openstack as an infrastructure on 3 servers as described below. 3 Hp DL380 G7 servers with 2TB HDD that separated in 2 logical volume , the Ubuntu 22.04 is installed on a 200Gb logical volume and fully updated, also each servers…
Nautilus
  • 1
  • 1
0
votes
0 answers

Best approach for deploying code to servers behind a gateway

I am attempting to adjust my deployment scripts to access a server behind a newly established gateway that I've configured. The gateway currently is accepting traffic from the internet correctly and the server behind the gateway currently is only…
0
votes
0 answers

One nginx config for both local dev and production

I have a website with the following architecture: Many services running as part of a docker stack Fronted by single nginx as reverse proxy nginx does HTTPS termination with certbot Developed locally with docker-compose up Deployed to production…
0
votes
0 answers

What happens, and how quickly, to the old container when I do a docker stack deploy --prune

We're doing deployments with docker swarm deploy --prune ... and having great success for the most part, but I have questions that I can't find answers to around what exactly --prune does. I know it removes the old services, but I have questions…
Keith Palmer Jr.
  • 1,173
  • 4
  • 16
  • 29