-
Continue reading →: neo4j – Basic configuration.
In my previous post we have seen how to Install neo4j 4.4 on a Linux machine. Well, that was pretty simple, so what’s next? In this blog post let’s dig a little further and explore configuration parameters, basic tools, default values etc. Tools used to manage and interact with neo4j:…
-
Continue reading →: How to Install Neo4J in RHEL/CENTOS?
In this blog post, Let’s see how to Install Neo4J on a Linux machine. I am using CentOS 8.0 for this exercise, but the process is exactly the same for RHEL as well. For instructions regarding SUSE, Ubuntu and/or Offline mode install using tar ball, go to neo4j official documentation.…
-
Continue reading →: How to change IP Addresses in an Always On Availability group.
In this blog post, let’s see how to change all the IP addresses involved in a typical Always on Availability group configuration. In my setup, I have an AG with two replicas and a listener. See below to get an idea of my current environment on which I am going…
-
Continue reading →: SQL Server Read Scale Availability Groups (AKA Cluster less AGs)
What are Read scale Availability Groups ? (Also referred as Cluster less availability groups many times) In this blog post let’s see what read scale AGs are and few scenarios when they can be useful for us and how to actually create them. So what exactly is a read scale…
-
Continue reading →: Configure/Manage Error logs – SQL Server on Linux.
How to configure and manage SQL Server Error logs in Linux environment: In this blog post let’s see how to configure and manage SQL Server error logs on an Instance running in Linux environment. I am sure most of you are already recycling (re-init) your error logs (exec sp_cycle_errorlog) on…
