41%
09.08.2015
if you enter the correct address in the mdadm.conf file under MailAddr.
2. The MegaRAID Storage Manager (MSM) is the first stop for regular consistency checks for LSI. One clear advantage is that MSM runs
41%
11.06.2014
/sys/vm/swappiness
This setting, however, does not survive a restart of the system. To achieve a permanent change, you need an entry in the /etc/sysctl.conf configuration file. If you set vm.swappiness = 0, for example, the kernel
41%
15.08.2016
and the defaults will be used. To make the values survive reboots, you need to enter them in the proper form in the /etc/sysctl.conf file.
Just be aware that increasing the buffer sizes doesn't necessarily mean
41%
15.08.2016
configuration sets up a separate network namespace named ns1:
sudo mkdir -p /etc/netns/ns1
echo nameserver 8.8.1.1 | sudo tee /etc/netns/ns1/resolv.conf
This ability can also be extended to applications that do
41%
12.09.2013
:00:03.000207
In my httpd.conf file, I set a timeout of five seconds. If the SQL query runs for 4.9 seconds, the server should still provide a reasonable answer, but not after 5.1 seconds (Listing 3).
Listing 3
41%
09.01.2013
, using pg_hba.conf. You can also stipulate popular PostgreSQL keywords for the database connection (e.g., host, dbname, port, etc.). However, user, password, failback_application_name, and client
41%
13.02.2017
therefore recommends creating a separate directory for each Ceph cluster. The command
ceph-deploy new mon-node
starts the installation. Among other things, it generates the ceph.conf file in the current