Skip to content

Commit ccf3baa

Browse files
Update qig.rst
1 parent 4df020d commit ccf3baa

File tree

1 file changed

+3
-27
lines changed
  • source/quickinstallationguide

1 file changed

+3
-27
lines changed

source/quickinstallationguide/qig.rst

Lines changed: 3 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -328,22 +328,10 @@ appropriately on them with the following commands:
328328
# mkdir /export/secondary
329329
330330
NFSv4 requires that domain setting matches on all clients. In our case, the
331-
domain is cloud.priv, so ensure that the domain setting in /etc/idmapd.conf is uncommented and set as follows:
331+
domain is "local", so ensure that the domain setting in /etc/idmapd.conf is uncommented and set as follows:
332332

333333
.. parsed-literal::
334-
Domain = cloud.priv
335-
336-
Now you'll need to add the configuration values at the bottom in the file
337-
/etc/sysconfig/nfs (or merely uncomment and set them)
338-
339-
.. parsed-literal::
340-
341-
LOCKD_TCPPORT=32803
342-
LOCKD_UDPPORT=32769
343-
MOUNTD_PORT=892
344-
RQUOTAD_PORT=875
345-
STATD_PORT=662
346-
STATD_OUTGOING_PORT=2020
334+
Domain = local
347335
348336
For simplicity, we need to disable the firewall, so that it will not block connections.
349337

@@ -387,7 +375,7 @@ runs well with CloudStack.
387375
388376
This should install MySQL 8.x, as of the time of writing this guide.
389377
With MySQL now installed we need to make a few configuration changes to
390-
/etc/my.cnf. Specifically we need to add the following options to the [mysqld]
378+
/etc/my.cnf.d/mysql-server.cnf. Specifically, we need to add the following options to the [mysqld]
391379
section:
392380

393381
.. parsed-literal::
@@ -398,18 +386,6 @@ section:
398386
log-bin=mysql-bin
399387
binlog-format = 'ROW'
400388
401-
.. note::
402-
403-
For Ubuntu 16.04 and later, make sure you specify a ``server-id`` in your ``.cnf`` file for binary logging. Set the ``server-id`` according to your database setup.
404-
405-
.. parsed-literal::
406-
407-
server-id=source-01
408-
innodb_rollback_on_timeout=1
409-
innodb_lock_wait_timeout=600
410-
max_connections=350
411-
log-bin=mysql-bin
412-
binlog-format = 'ROW'
413389
414390
Now that MySQL is properly configured we can start it and configure it to
415391
start on boot as follows:

0 commit comments

Comments
 (0)