Questions tagged [multiple-instances]

94 questions
0
votes
1 answer

OpenLDAP configuration problems for different Active Directory domains

I'm working on a proof of concept that requires me to test authentication against three different Active Directory domains. Each domain controller in each domain will have a different set of users. A web application will be what needs to…
0
votes
1 answer

Instance group with nvme attached on google cloud platform

I understand that the local SDD (nvme) can only be added when the instance is launched. The problem is that we need to have a fast system of cache and it would be useful to be able to scale instances with nvme attached. Meaning that, we want to…
0
votes
2 answers

How to use Nginx load balancing to update one web server while the other one is responding?

I am looking for options and solution for my company project where we can host our websites on multiple servers and we can use load balancing. The major issue is that when I update websites, I need to restart server. Our web projects are written in…
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
  • 421
  • 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
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
  • 223
  • 1
  • 3
  • 9
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
  • 10
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
  • 10
  • 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…