From bf379067cca7ea432898e87682e75f1cc0bee9c4 Mon Sep 17 00:00:00 2001 From: "Vincent S. Cojot" Date: Wed, 3 May 2017 14:00:18 -0400 Subject: Update to MOP --- files/SevoneOSPprereqs_MOPV_1.10.txt | 6 +++--- 1 file 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= [stack@ospdirector ~]$ TRAPDEST2= [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 -- cgit