summaryrefslogtreecommitdiffstats
path: root/files/SevoneOSPprereqs_MOPV_1.10.txt
diff options
context:
space:
mode:
Diffstat (limited to 'files/SevoneOSPprereqs_MOPV_1.10.txt')
-rw-r--r--files/SevoneOSPprereqs_MOPV_1.10.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/SevoneOSPprereqs_MOPV_1.10.txt b/files/SevoneOSPprereqs_MOPV_1.10.txt
index 77a324e..84b07d1 100644
--- a/files/SevoneOSPprereqs_MOPV_1.10.txt
+++ b/files/SevoneOSPprereqs_MOPV_1.10.txt
@@ -162,7 +162,7 @@ may first require logging in as root
VI. Allow the sevone user to query mysql status
-[root@slmsc2ctl0 ~]# mysql -e “create user 'sevone'@'localhost';
+[root@slmsc2ctl0 ~]# mysql -e “create user 'sevone'@'localhost';"
If during this step, you exit the current shell session instead of escalating to root, you will need to
re-source overcloudrc before continuing.
@@ -189,8 +189,8 @@ for generating one.
[stack@ospdirector ~]$ TRAPDEST1=<Enter First Destination IP>
[stack@ospdirector ~]$ TRAPDEST2=<Enter Second Destination IP>
[stack@ospdirector ~]$ echo -e "TRAPDEST1 = ${TRAPDEST1}\nTRAPDEST2 = ${TRAPDEST2}"
-[stack@ospdirector ~]$ sed -i s/TRAPTARGET1/$TRAPDEST1/ ~/policydir/files/snmpd.conf
-[stack@ospdirector ~]$ sed -i s/TRAPTARGET2/$TRAPDEST2/ ~/policydir/files/snmpd.conf
+[stack@ospdirector ~]$ sed -i "s/TRAPTARGET1/$TRAPDEST1/" ~/policydir/files/snmpd.conf
+[stack@ospdirector ~]$ sed -i "s/TRAPTARGET2/$TRAPDEST2/" ~/policydir/files/snmpd.conf
III. Distribute the SNMP configuration file to the OSP director