Questions tagged [multiple-instances]

90 questions
0
votes
0 answers

Multi SSL certificate on Apache

I am trying to install two certificates generated from Letsencrypt using gethttpsforfree.com. I have followed the steps as mentioned for each domain and was able to generate the certificates too. After copying the crt and pem file for each domain…
0
votes
1 answer

How to add an existing VM instance to an instance group to enable autoscaling?

we have two VM instances running in Google Compute Engine. The first one is running NodeJs instances that connect to a mongodb server installed on the second VM instance. Those have CPU higher running most of the time around 70%. I would like to add…
0
votes
1 answer

Run two apache (httpd) servers on CentOS 6

I'm actually working on an old CentOS 6.5 server during my internship in a society that produces maps. I worked last month on a CRM implementation that runs on an apache2 located in /usr/local/apache2/ and uses some ports. My boss recently asked me…
Roozaay
  • 3
  • 2
0
votes
1 answer

from security perspective one instance with Multiple Databases or multiple instance for multiple clients

We have 20 clients which currently every client has his own database on his own server(in his own environment) all the databases have the same structure(schema) and all of them has MS Sql Server 2008 64 bit we would like to move all the databases to…
Muhammad Nour
  • 103
  • 1
  • 4
0
votes
0 answers

How to monitor multiple instances of the same process with Monit

I have one process of which I need to run multiple instances. I would like to monitor this with Monit. Currently this is how I'm doing it. check program maintain_workers with path maintain_workers.sh user "command p1" 5 every "* * * * *" if…
Oxidator
  • 126
  • 4
0
votes
1 answer

Using Google Computing Services

I am using google computing services and created an instance which I accidentally deleted. Is there anyway to recover the VM instance? Thank you very much
Justin
  • 1
0
votes
1 answer

sensu multiple instances on same server

Is it possible to run multiple instances of the sensu server on the same box? The intention is to have a "development" monitoring server to split the clients away from the production servers
Riaan
  • 411
  • 5
  • 13
0
votes
1 answer

SQL Server Multiple Instances but showing the same databases

I am running SQL Server 2008 R2 Standard Edition and need to have multiple instances which I have installed. However, when I restore a database onto one instance, it is showing up on the other instance as well... What I am trying to do is have 2…
0
votes
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
  • 113
  • 1
  • 1
  • 4
0
votes
1 answer

Different log file per postfix instance

How can I set a custom log file for each postfix instance? Specifically, I need to identify entries generated for different instances of postfix, and would be better for the tooling if each instance had its own log file in a different folder. It…
Natan
  • 183
  • 1
  • 2
  • 8
0
votes
1 answer

Postfix multiple MX records - binding addresses

I have a postfix mail server with a working opendkim and SPF setup. Everything works when I use only 1 IP/MX/hostname (e.g. mail.example.com). I try to enable another IP so the postfix could balance traffic when sending bulk emails (e.g.…
xpepermint
  • 267
  • 3
  • 9
0
votes
1 answer

What is the ideal strategy for RAM consumption between applications deployed in same tomcat 7 container or in different tomcat 7 instances

I have been thinking about how to manage RAM between different 3 java webapps. I have blurred concepts in mind. Deploy all the web apps in the same tomcat7 instance or have 3 different instances of tomcat 7 in which I will deply a web app each. …
black sensei
  • 609
  • 3
  • 8
  • 25
0
votes
1 answer

Shared volume for data (multiple MDF) and another shared volume for logs (multiple LDF)

I have 3 instances of SQL Server 2008, each on different machines with multiple databases on each instance. I have 2 separate LUNS on my SAN for MDF and LDF files. The NDX and TempDB files run on the local drive on each machine. Is it O.K. for the 3…
0
votes
1 answer

ASP.NET MVC multi-instance session management on amazon ec2

I have a web application written in asp.net mvc2. Currently hosted on amazon cloud ec2. Because of growing traffic we want move multi instance enviorenment. I have a custom session class which currently initiate at session start (global asax) and i…
0
votes
1 answer

Will two or more instances of SQL Server Express help on the same machine?

I am curios whether having two or more of these instances on the same machine help using more RAM and more (logical) CPUs. By default an instance of SQL Server Express would only use 1 GB of RAM and 1 cpu only. Having a machine with 4 cores and…