Questions tagged [multiple-instances]

90 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
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
  • 2
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,373
  • 15
  • 51
  • 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,135
  • 1
  • 14
  • 26
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
1 answer

Can more than 10 instances be created in openstack

In openstack dashboard in project under compute,limit summary shows instances as 10. Can we created more than 10 instances.
bhushna
  • 11
  • 1
0
votes
1 answer

SSH works fine at start but permission denied (publickey) after some time

I have 3 instances on GCP all ubuntu. I try to ssh from the private IPs in each as soon as I start the machines and they work fine but after some time they start throwing errors. shiv1499@ansiblemaster:~$ ssh 10.128.0.5 Last login: Tue Sep 17…
0
votes
2 answers

How do you have multiple websites on one ip address with no dns(raw ip address)?

I have two private websites that are running on different devices, that I want to use but aren't using a DNS, so the web pages that I am using are on the same Ip-Address. How can I get the contents of device b's webpage w/out contacting device A…
Pius Lee
  • 3
  • 1