# Down his public key and saving it to the file key.asc.
# Then use the following command to add it to your keyring:
$ gpg --import <path to key.asc>
# ..check if imported successfully:
$ gpg --list-keys
applied at 12:30 IST on 6th Nov'17 in CFME 5823
-
change settings in
/var/opt/rh/rh-postgresql95/lib/pgsql/data/postgresql.conf
as per https://bugzilla.redhat.com/show_bug.cgi?id=1489277#c0 -
restart db:
systemctl status rh-postgresql95-postgresql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Usage: | |
# $ . ./activate_dev_mode | |
# or | |
# $ source ./activate_dev_mode | |
# user_interrupt(){ | |
# echo -e "\n\nKeyboard Interrupt detected." | |
# exit |
[root@CFME-R0000-OSP-SCALE-5820-DB-01 log]# grep ERROR evm.log | awk -F'ERROR' '{print $2}' | sort | uniq
-- : [EmsRefresh::Refreshers::EmsRefresherMixin::PartialRefreshError]: undefined method `each' for nil:NilClass Method:[rescue in deliver]
-- : <Fog> excon.error #<Excon::Error::NotFound: Expected(200) <=> Actual(404 Not Found)
-- : <Fog> excon.error #<Excon::Error::Unauthorized: Expected(200) <=> Actual(401 Unauthorized)
-- : MIQ(ManageIQ::Providers::StorageManager::SwiftManager::Refresher#refresh) EMS: [osp-10node-bagl Swift Manager], id: [10] Refresh failed
-- : MIQ(ManageIQ::Providers::StorageManager::SwiftManager::Refresher#refresh) EMS: [osp-10node-bagl Swift Manager], id: [10] Unable to perform refresh for the following targets:
-- : MIQ(ManageIQ::Providers::StorageManager::SwiftManager::Refresher#refresh) --- ManageIQ::Providers::StorageManager::SwiftManager [osp-10node-bagl Swift Manager] id [10]
-- : MIQ(MiqQueue#deliver) Message id: [388846], Error: [undefined method `eac
2 kinds of errors for CFME 5820 with OCP 3.7
root@CFME-SCALE-OCP-5820-DB01 log]# grep ERROR evm.log | awk -F'ERROR' '{print $2}' | sort | uniq
-- : MIQ(ManageIQ::Providers::Kubernetes::ContainerManager::MetricsCapture#perf_collect_metrics) Hawkular metrics service unavailable: <html>
-- : MIQ(ManageIQ::Providers::Openshift::ContainerManager::Refresher#fetch_hawk_inv) <html>
Tried revalidating with new tokens but in vain..
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[----] I, [2017-09-28T08:32:39.111683 #57365:54b140] INFO -- : MIQ(ManageIQ::Providers::Openshift::ContainerManager::EventCatcher::Runner#do_work) EMS [10.12.70.26] as [] Event Monitor Thread gone. Restarting... | |
[----] I, [2017-09-28T08:32:39.112136 #57365:54b140] INFO -- : MIQ(ManageIQ::Providers::Openshift::ContainerManager::EventCatcher::Runner#start_event_monitor) EMS [10.12.70.26] as [] Validating Connection/Credentials | |
[----] I, [2017-09-28T08:32:39.112280 #57365:54b140] INFO -- : MIQ(ManageIQ::Providers::Openshift::ContainerManager#with_provider_connection) Connecting through ManageIQ::Providers::Openshift::ContainerManager: [OCP-Scale] | |
[----] I, [2017-09-28T08:32:39.131633 #23744:54b140] INFO -- : MIQ(ManageIQ::Providers::Openshift::ContainerManager::Refresher#refresh) Refreshing all targets...Complete | |
[----] E, [2017-09-28T08:32:39.132511 #23744:54b140] ERROR -- : MIQ(MiqQueue#deliver) Message id: [147080], Error: [HTTP status code 403, 403 Forbidden] | |
[----] E, [2017-09-28T08:32:39.132807 #23744: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@CFME-R0000-OSP-SCALE-5820-DB-01 log]# curl -XGET -H "X-Auth-Token: $OS_token" http://192.0.2.11:5000/v2.0 | json_reformat | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 340 100 340 0 0 3489 0 --:--:-- --:--:-- --:--:-- 3541 | |
{ | |
"version": { | |
"status": "deprecated", | |
"updated": "2016-08-04T00:00:00Z", | |
"media-types": [ | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[----] I, [2017-09-26T05:18:35.398819 #55779:88f130] INFO -- : MIQ(ManageIQ::Providers::StorageManager::CinderManager::RefreshParser.ems_inv_to_hashes) Collecting data for EMS name: [osp-10node-bagl Cinder Manager] id: [9]...Complete | |
[----] E, [2017-09-26T05:28:54.606453 #53698:13ba67c] ERROR -- : excon.error #<Excon::Error::Unauthorized: Expected([201]) <=> Actual(401 Unauthorized) | |
excon.error.response | |
:body => "{\"error\": {\"message\": \"The request you have made requires authentication.\", \"code\": 401, \"title\": \"Unauthorized\"}}" | |
:cookies => [ | |
] | |
:headers => { | |
"Content-Length" => "114" | |
"Content-Type" => "application/json" | |
"Date" => "Tue, 26 Sep 2017 09:28:54 GMT" |