What Deployment Modes Does OpenGauss Support? - open-gauss

I want to deploy an primary/standby cluster, but how many standby can i deploy at most? How many deployment modes does opengauss support?

For developers, I think a single node is friendly.
You can download the compression package from the official website and uncompress it. And you can run the simple installation script (install.sh in the simpleInstall directory) to install the openGauss database. Your Linux could be redhat, centos, or even Ubuntu (though the official doesn't announce the openGauss supports for Ubuntu), but I tested the openGauss can work running on Ubuntu.)

Related

are there different ways how to install a cloudera hadoop packages?

can I only install packages via RPM? (RedHat Package Management)
Im using Cloudera and I heard a couple times about CDH Parcel Services but im not sure, if i can do that with this too? or is there another mechanism?
best regards
If you're using Debian or Ubuntu, then you'd use DEB packages, not RPM.
Parcels should work
So would compiling code from source.
Just because you're running Cloudera doesn't make the system any less of a regular Linux machine
Parcels is Cloudera's way of installing their distribution. You install Cloudera Manager, and it will install all of the components using parcels (although I think you have a choice). This is done through a GUI (or API). This is probably the easiest way to go about it.
If you are just learning, the Quick Start VM is not a bad way to get started.
I have done installation of Cloudera using Parcels and it is easier than package installation. Parcels are quite conveniently picked up by Cloudera Manager for installation purposes. Almost everything is ready once parcel installation is done.

Is it possible to install Greenplum database on Mac?

Is it possible to install Greenplum on Mac. I can only see database servers for SuSE and RedHat linux on this page.
I am having trouble to get started.Though i have tried sandbox VM, that works fine.
Greenplum is not bundled for Mac as a Pivotal distribution. Many developers, though, build and test Greenplum on Macs and most of the development stations used at Pivotal are Macs.
If the build instructions do not work for you there is a wiki page for building on that environment.

Deploy rstatd on opensuse 11.3 linux for remote monitoring in Loadrunner

I want to install and execute rstatd on opensuse linux for monitoring system resources. I am using rstatd because I am using LoadRunner tool for load testing which has support for rstatd for remote server monitoring.
With my installed opensuse version, rstatd was not pre-installed. I read somewhere that from opensuse 10+ version, rstatd doesn't come preinstalled.
I downloaded rstatd package from sourceforge site. followed instructions present in README file. I was able to run rstatd server with the help of this link but no monitoring data was available on LR server. Later I thought it might be a firewall issue so I disabled the firewalls also, still couldn't see data on LR server.
All settings in LR are present and done according to LR documentation.
Any pointers would be helpful if anyone has faced such issue. Thanks in advance.
Your better solution is to take advantage of the license for SiteScope which comes with the license for LoadRunner. Then you only need SSH or Telnet access from the SiteScope host to the system being monitored. Once signed in the SiteScope agent will execute command line utilities to pull back system information. There is no need to run RSTAT in such a case
The use of SiteScope has been the recommended and preferred version of Monitoring since its inclusion in version 8.x of LoadRunner.

scidb installation on single debian server

I would like to try scidb as a replacement for hdf5. I would like to test it on my Debian laptop (no clusters) to give it a try.
Is this possible? Might be that Debian (as opposed to Ubuntu) is not supported?
I had no luck with the installation instructions. The deployment script tells that my OS is not supported. The scidb userguide says about some pre-built packages (for Ubuntu, at least). But there is no hint on how to obtain them.
SciDB is limited to RedHat / CentOS, and to Ubuntu as of the 14.9 release. Folk who want to run it on other distros generally compile from code.
Information about how to obtain the sources (as well as current documentation and community discussion) can be found on the forums here ... http://www.scidb.org/forum/. You'll need to register as a forum user.
Specifically, have a look at http://www.scidb.org/forum/viewtopic.php?f=16&t=364. There's a list of releases and links to code bundles there.
I installed SciDB several times using several ways (building from sources and installing from packages, installing the cluster version and the dev version).
Installation from packages
First, if you choose to install from packages (the easiest and fastest way), SciDB is very very sensitive about your Linux version. For example, for the last version of SciDB (14.8), if you choose to install on a Ubuntu, it has to be a Ubuntu 12.04 (and not a 14.04, a common mistake) 64 bits (meaning you have to install the AMD64 version even if you have an Intel processor). It won't work if you have a different version.
If you have an Ubuntu 12.04 AMD64, Paradigm4 provides a deployment script and a documentation with very simple steps:
https://github.com/Paradigm4/deployment
Installation from sources
It's not so difficult but it can be painful and time consuming. I did it because we had to compile a custom plugin for SciDB. You have two types of installation: dev install (in SciDB user directory) and cluster install (in /opt/ directory).
You have to be registered on their forum to have the link to the source code. They provide a specific documentation to build from source.
Good luck.
Several months ago I have dealt with porting SciDB 14.12 to an unsupported Linux - Fedora 19. If your OS is not supported, it will neither be supported if you try to install from the sources. You have to start from the sources, but then you have to adapt the deployment and installation scripts. The sources can be downloaded from SciDB forum.
Namely, add a new platform to deployment/common/os_detect.sh. Then, there are multiple platform specific deployment scripts, such as deployment/common/prepare_toolchain.sh, deployment/common/prepare_coordinator.sh and deployment/common/prepare_chroot.sh. You need to make sure those prepare the environment as they would on the supported OS'. I used Red Hat 6 and CentOS 6 as a reference, as those are both more similar to Fedora. Since your OS is Debian, you can first try falling back to Ubuntu deployment (in os_detect.sh).
Another problem you may encounter are the 3rd party tools, specially Boost. In my case, I had to build it manually from sources.
Sometimes when porting and debugging it is not convenient to run the scripts with deploy.sh, but it's better to run the deployment scripts directly on the target machine (e.g. coordinator).
Probably the best way to install and to start with SciDB is to download a standard image. With this image you only have to import the virtual machine with a software to virtualize. Moreover there are some characteristics of this virtual machine that are great to develop your first applications.
The main advantage, is that you have an API to SciDB queries and another to R. Then you can explore all options and to test SciDB.
This is the version that I downloaded few months ago: http://www.paradigm4.com/forum/viewtopic.php?f=14&t=1329&sid=606f614e401900cfa750375ba56de656
Nevertheless, there is a problem, the community is too poor. There are little people developing with SciDB.

How to install windows updates on multiple clients using YUM on CentOS server

I need to do a installation of windows updates (OS and Microsoft Security Essentials) on multiple clients using Cent-OS Server. I'm not very familiar with Linux systems and I cant find an appropriate tutorial On the internet.
Give OPSI a try, this is an OpenSource Deployment Solution which works on CentOS:
http://www.opsi.org/
This is an integrated system to deploy full installation as well as simple updates or rollouts.
yum installs RedHat/CentOS/Fedora RPM packages on RedHat/CentOS/Fedora systems. It doesn't have anything to do with Windows. It doesn't understand exe files or anything like that.
I'm not even sure where to begin to understand what the question you are actually trying to ask is... unless your question is really just as confused as it sounds and you are failing to understand the difference between package managed linux systems and Windows systems.

Resources