You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/quickinstallationguide/qig.rst
+3-27Lines changed: 3 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -328,22 +328,10 @@ appropriately on them with the following commands:
328
328
# mkdir /export/secondary
329
329
330
330
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:
332
332
333
333
.. 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
347
335
348
336
For simplicity, we need to disable the firewall, so that it will not block connections.
349
337
@@ -387,7 +375,7 @@ runs well with CloudStack.
387
375
388
376
This should install MySQL 8.x, as of the time of writing this guide.
389
377
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]
391
379
section:
392
380
393
381
.. parsed-literal::
@@ -398,18 +386,6 @@ section:
398
386
log-bin=mysql-bin
399
387
binlog-format = 'ROW'
400
388
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'
413
389
414
390
Now that MySQL is properly configured we can start it and configure it to
0 commit comments