Questions tagged [multiple-instances]

94 questions
1
vote
1 answer

What is the maximum MS Reporting Services Instances allowed?

Let me explain my problem: I'm using an Amazon EC2 instance as a DB and Report Server, currently the server has 11 Reporting Services instances installed and around 40 databases (22 from Reporting instances). We started having performance issues and…
1
vote
4 answers

How do you setup multiple instances of vsftpd to run on different listen ports?

I need to setup 2 different instances of vsftpd. Which will listen on 2 different ports such that one instance listens on the default port 21 and the other can listen on another port 1123. Please guide me on how to setup vsftpd to listen on 2…
Phil
  • 123
  • 1
  • 1
  • 5
1
vote
1 answer

Installing SQL Server 2012 on older instance

I have SQL Server 2008R2 installed on my server which I can connect either by providing server name "xyz" or IP address "127.xx.xx.xxx". Does it mean my installation is done with default instance? When I am running below query DECLARE @GetInstances…
1
vote
1 answer

How many domains can be associated with an EC2 instance simultaneously?

How many domains can be associated simultaneously with an EC2 instance which runs on windows 2012 Server with SQL Web ? We have 5*n domain names to host on these servers, n stands for number of versions we run parallel to each other..
user187291
  • 11
  • 1
1
vote
1 answer

Multiple interfaces: route packets to specific interface

I have 2 internet connections on my network. My router is running Debian. eth0 is my network (192.168.0.0/16). eth1 and eth2 are connected to 2 different internet providers (with dynamic IP). Here is a small drawing of my configuration PC1 ---| …
Maarten
  • 13
  • 1
  • 1
  • 3
1
vote
2 answers

multiple instances of nginx in order to keep Django projects separate

I'm building an app using Django + PostrgreSQL + Nginx on Debian 6. The app has two separate components, that will later be on different machines. Component A calls one function from Component B using a REST API. It has sensitive data stored that…
Belda
  • 131
  • 3
1
vote
3 answers

SQL 2008 R2 Named Instance Client Connectivity Issues?

We're upgrading our software from using SQL 2000 to 2008 R2. Our customers will be installing an update which uninstalls 2000 and installs 2008 R2 under the same instance. So if no instance existed, then no instance name will be set (default).…
1
vote
1 answer

sftp uploads to multiple servers

I have multiple EC2 instances that share the same directory and files in /var/www. Now, everytime I need to upload, I need to use an sftp client, it is good maybe if I have only one server but, I would like to be able to transfer my changes to all…
1
vote
1 answer

Tomcat Redirect Changes URL

I was originally going to post this on StackOverflow but decided that it might be more appropriate here, apologies if I'm wrong. Also, I can only apologise that this question will be pretty low on useful information. I'm working on an installation…
1
vote
1 answer

Deciding number of Tomcat instances - share where possible, or embrace multiples?

We've only recently started using Tomcat (6.x) as our Java servlet container for various production web applications. We're not using particularly advanced functionality, and generally Tomcat config for each app is extremely simple. It seems to me…
1
vote
4 answers

2 instances of LDAP on same server

I need to run 2 LDAP instances on the same ubuntu server which have the same structure (both writing to ou=People,dc=example,dc=org for instance) but have data which should remain separate. The 2 LDAP instances don't need different permissions so I…
Max
  • 3,523
  • 16
  • 53
  • 71
1
vote
1 answer

Canonical configuration for multiple-instance Postfix?

I recently attempted to reconfigure an existing single-instance Postfix server (multi-homed) to support multiple MTA instances, but failed miserably (read: open relay, nastygram from ISP). It appears that there are several methods that can be used…
mikewaters
  • 1,175
  • 1
  • 14
  • 27
1
vote
1 answer

Git branch for instances of a website?

I'm working in a couple of websites, both websites needs almost the same code except for some changes in images and css, or settings. I'm just finished to read the chapter of branchs of Pro Git book and i'm a bit confused, if a branch is not the…
diegueus9
  • 117
  • 5
1
vote
0 answers

my prometheus dashboard shows 0 on node_export instance

I have installed prometheus on a server and node_exporter on another server I configured my prometheus.yml to interact with the node exporter The connection works fine but the up query shows 0 which means that the instance is not healthy. The both…
Samson
  • 113
  • 5
1
vote
0 answers

Multiple MySQL instances one server through systemd - cannot connect client

I am using MySQL 8.0.33 Following the official documentation, I set up multiple instances of mysql using systemd. My cnf file is below. I am able to get all the instances up and running at the same time, systemctl status shows each of them with its…
Fred Polli
  • 11
  • 2