committing some bugfixes to runbook - thanks to Watnuss for pointing them out on IRC

This commit is contained in:
David Nalley 2012-07-05 10:38:55 -04:00
parent a77b6756fc
commit 27a23b2e2a
2 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ STATD_PORT=662
STATD_OUTGOING_PORT=2020 STATD_OUTGOING_PORT=2020
</screen> </screen>
<para> Now we need to configure the firewall to permit incoming NFS connections. <para> Now we need to configure the firewall to permit incoming NFS connections.
Edit the file <filename>/etc/sysconfig/nfs</filename> Edit the file <filename>/etc/sysconfig/iptables</filename>
</para> </para>
<screen> <screen>
-A INPUT -m state --state NEW -p udp --dport 111 -j ACCEPT -A INPUT -m state --state NEW -p udp --dport 111 -j ACCEPT

View File

@ -108,7 +108,7 @@ binlog-format = 'ROW'
with the <command>mount</command> command run on the management server: with the <command>mount</command> command run on the management server:
</para> </para>
<screen> <screen>
<prompt># </prompt><userinput><command>mount</command> -t nfs <replaceable>172.16.10.</replaceable>2/secondary /mnt/secondary</userinput> <prompt># </prompt><userinput><command>mount</command> -t nfs <replaceable>172.16.10.</replaceable>2:/secondary /mnt/secondary</userinput>
</screen> </screen>
<para> <para>
Now we need to download the system VM template and deploy that to the Now we need to download the system VM template and deploy that to the