Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
TetraWiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Tornedo.tetrain.com Runbook
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== 3.3 Run the replica install === <pre> <nowiki> kinit admin # client-run, same rule as Phase 2.4 ipa-replica-install --setup-ca --skip-mem-check --unattended </nowiki> </pre> <code><nowiki>--skip-mem-check</nowiki></code> is required here specifically because of the low-RAM box above β without it the installer refuses to proceed even with swap present. If retrying after a failed attempt, clean up in this order (all recurring issues on this hop): <pre> <nowiki> # 1. stale topology/master entry left by any attempt that got past "adding master entry" # before failing later β host-disable/host-mod CANNOT touch a master entry, must force-delete: ipa server-del ipa.tetrain.com --force # 2. kill orphaned processes from a failed uninstall (ipa-server-install --uninstall often # reports success without actually stopping these) β prefer stop+pkill over `disable` for # ad-hoc cleanup, since `disable` can remove the systemd .wants/ symlink directory as a side # effect and break the NEXT install attempt's symlink creation: systemctl stop pki-tomcatd@pki-tomcat.service pkill -9 ns-slapd pkill -9 -f pki-tomcatd ps aux | grep -E 'ns-slapd|pki-tomcatd' # confirm actually gone before retrying mkdir -p /etc/systemd/system/pki-tomcatd.target.wants/ # recreate if a `disable` removed it ipa-server-install --uninstall -U </nowiki> </pre> Immediately after a successful install: <pre> <nowiki> ipa-server-upgrade </nowiki> </pre>
Summary:
Please note that all contributions to TetraWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
TetraWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)