Storage Graph Empty
pros81
8 Posts
November 21, 2018, 5:56 pmQuote from pros81 on November 21, 2018, 5:56 pmHi,
I recently upgraded a 3 node cluster from 2.0.0 to 2.2.0. Ever since the upgrade, the storage graph on the main dashboard page no longer displays any data.
Any idea how I can fix this?
Hi,
I recently upgraded a 3 node cluster from 2.0.0 to 2.2.0. Ever since the upgrade, the storage graph on the main dashboard page no longer displays any data.
Any idea how I can fix this?
admin
2,930 Posts
November 21, 2018, 6:03 pmQuote from admin on November 21, 2018, 6:03 pmare some stats working like the cluster stats or nodes stats or nothing is displayed
do you see the black charts background and title but no data points or you see a blank area instead of the chart ?
are some stats working like the cluster stats or nodes stats or nothing is displayed
do you see the black charts background and title but no data points or you see a blank area instead of the chart ?
pros81
8 Posts
November 21, 2018, 6:24 pmQuote from pros81 on November 21, 2018, 6:24 pmHi,
I checked all the charts and none of them are displaying data. I see the black graph with the title and properly labeled X and Y axis, but no data points.
Hi,
I checked all the charts and none of them are displaying data. I see the black graph with the title and properly labeled X and Y axis, but no data points.
admin
2,930 Posts
November 21, 2018, 6:35 pmQuote from admin on November 21, 2018, 6:35 pmOn the first 3 nodes do a
mount | grep shared
systemctl status carbon-cache
verify the shared mount should be present on all 3 nodes, the service should running on just 1 of them. also verify the folder /opt/petasan/config/shared does contain stats files in the graphite subdir.
On the first 3 nodes do a
mount | grep shared
systemctl status carbon-cache
verify the shared mount should be present on all 3 nodes, the service should running on just 1 of them. also verify the folder /opt/petasan/config/shared does contain stats files in the graphite subdir.
pros81
8 Posts
November 21, 2018, 7:00 pmQuote from pros81 on November 21, 2018, 7:00 pmHi,
mount | grep shared = All nodes have: gfs-vol on /opt/petasan/config/shared type fuse.glusterfs
systemctl status carbon-cache = only active on node1
The graphite folder in /opt/petasan/config/shared contains the subfolder "whisper" but no immediate stat files, though there are several more subfolders below "whisper."
Hi,
mount | grep shared = All nodes have: gfs-vol on /opt/petasan/config/shared type fuse.glusterfs
systemctl status carbon-cache = only active on node1
The graphite folder in /opt/petasan/config/shared contains the subfolder "whisper" but no immediate stat files, though there are several more subfolders below "whisper."
admin
2,930 Posts
November 21, 2018, 9:31 pmQuote from admin on November 21, 2018, 9:31 pmFirst double check the time and time zone is setup correctly on both the browser and on the nodes themselves.
If you go back a week or a month do you see data ?
Do you see any errors or warnings on the charts like no data found or time in the future ..etc ?
As a try, on the active node1 restart the stats server:
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
First double check the time and time zone is setup correctly on both the browser and on the nodes themselves.
If you go back a week or a month do you see data ?
Do you see any errors or warnings on the charts like no data found or time in the future ..etc ?
As a try, on the active node1 restart the stats server:
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
pros81
8 Posts
November 21, 2018, 9:57 pmQuote from pros81 on November 21, 2018, 9:57 pmHi,
As instructed, I ran the three commands on node1:
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
And now the graphs are showing data again! Thanks for the support!
Hi,
As instructed, I ran the three commands on node1:
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
And now the graphs are showing data again! Thanks for the support!
wailer
75 Posts
September 2, 2019, 8:48 amQuote from wailer on September 2, 2019, 8:48 amHi, I am facing the same problem right now, already executed the commands:
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
But still graphs not working, any hints?
Hi, I am facing the same problem right now, already executed the commands:
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
But still graphs not working, any hints?
admin
2,930 Posts
September 2, 2019, 4:58 pmQuote from admin on September 2, 2019, 4:58 pmi assume you did restated this only on 1 node as per the earlier threads. just in case you did this on all nodes stop on all nodes via
/opt/petasan/scripts/stats-stop.sh
then find the current stats server : from the browser, view the html page source and find what ip for the stats server is being used, this is the current active server. on this do a
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
If this is not the issue:
is the shared file system mounted ? :
mount | grep shared
Can you see some charts : like cluster related stats, but not others line node stats, or are you not able to see anything ?
Do you see charts with no data points (ie you see chart axis and chart labels with empty black background) : in this case make sure your time and time zones are correct on your servers as well as the browser.
Or are you getting an error connecting to the chats server and see a white/gray background ?
i assume you did restated this only on 1 node as per the earlier threads. just in case you did this on all nodes stop on all nodes via
/opt/petasan/scripts/stats-stop.sh
then find the current stats server : from the browser, view the html page source and find what ip for the stats server is being used, this is the current active server. on this do a
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
If this is not the issue:
is the shared file system mounted ? :
mount | grep shared
Can you see some charts : like cluster related stats, but not others line node stats, or are you not able to see anything ?
Do you see charts with no data points (ie you see chart axis and chart labels with empty black background) : in this case make sure your time and time zones are correct on your servers as well as the browser.
Or are you getting an error connecting to the chats server and see a white/gray background ?
Last edited on September 2, 2019, 5:02 pm by admin · #9
wailer
75 Posts
September 2, 2019, 11:22 pmQuote from wailer on September 2, 2019, 11:22 pmSolved!
The issue was that stats server was node 2 , not node 1 as I initially thought. Checking html request as you suggested I realized the correct stats servers. Issued stop to all nodes an restart stat service to node 2.
Now all is back on! Thanks !
Solved!
The issue was that stats server was node 2 , not node 1 as I initially thought. Checking html request as you suggested I realized the correct stats servers. Issued stop to all nodes an restart stat service to node 2.
Now all is back on! Thanks !
Storage Graph Empty
pros81
8 Posts
Quote from pros81 on November 21, 2018, 5:56 pmHi,
I recently upgraded a 3 node cluster from 2.0.0 to 2.2.0. Ever since the upgrade, the storage graph on the main dashboard page no longer displays any data.
Any idea how I can fix this?
Hi,
I recently upgraded a 3 node cluster from 2.0.0 to 2.2.0. Ever since the upgrade, the storage graph on the main dashboard page no longer displays any data.
Any idea how I can fix this?
admin
2,930 Posts
Quote from admin on November 21, 2018, 6:03 pmare some stats working like the cluster stats or nodes stats or nothing is displayed
do you see the black charts background and title but no data points or you see a blank area instead of the chart ?
are some stats working like the cluster stats or nodes stats or nothing is displayed
do you see the black charts background and title but no data points or you see a blank area instead of the chart ?
pros81
8 Posts
Quote from pros81 on November 21, 2018, 6:24 pmHi,
I checked all the charts and none of them are displaying data. I see the black graph with the title and properly labeled X and Y axis, but no data points.
Hi,
I checked all the charts and none of them are displaying data. I see the black graph with the title and properly labeled X and Y axis, but no data points.
admin
2,930 Posts
Quote from admin on November 21, 2018, 6:35 pmOn the first 3 nodes do a
mount | grep shared
systemctl status carbon-cache
verify the shared mount should be present on all 3 nodes, the service should running on just 1 of them. also verify the folder /opt/petasan/config/shared does contain stats files in the graphite subdir.
On the first 3 nodes do a
mount | grep shared
systemctl status carbon-cache
verify the shared mount should be present on all 3 nodes, the service should running on just 1 of them. also verify the folder /opt/petasan/config/shared does contain stats files in the graphite subdir.
pros81
8 Posts
Quote from pros81 on November 21, 2018, 7:00 pmHi,
mount | grep shared = All nodes have: gfs-vol on /opt/petasan/config/shared type fuse.glusterfs
systemctl status carbon-cache = only active on node1
The graphite folder in /opt/petasan/config/shared contains the subfolder "whisper" but no immediate stat files, though there are several more subfolders below "whisper."
Hi,
mount | grep shared = All nodes have: gfs-vol on /opt/petasan/config/shared type fuse.glusterfs
systemctl status carbon-cache = only active on node1
The graphite folder in /opt/petasan/config/shared contains the subfolder "whisper" but no immediate stat files, though there are several more subfolders below "whisper."
admin
2,930 Posts
Quote from admin on November 21, 2018, 9:31 pmFirst double check the time and time zone is setup correctly on both the browser and on the nodes themselves.
If you go back a week or a month do you see data ?
Do you see any errors or warnings on the charts like no data found or time in the future ..etc ?
As a try, on the active node1 restart the stats server:
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
First double check the time and time zone is setup correctly on both the browser and on the nodes themselves.
If you go back a week or a month do you see data ?
Do you see any errors or warnings on the charts like no data found or time in the future ..etc ?
As a try, on the active node1 restart the stats server:
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
pros81
8 Posts
Quote from pros81 on November 21, 2018, 9:57 pmHi,
As instructed, I ran the three commands on node1:
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.shAnd now the graphs are showing data again! Thanks for the support!
Hi,
As instructed, I ran the three commands on node1:
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
And now the graphs are showing data again! Thanks for the support!
wailer
75 Posts
Quote from wailer on September 2, 2019, 8:48 amHi, I am facing the same problem right now, already executed the commands:
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.shBut still graphs not working, any hints?
Hi, I am facing the same problem right now, already executed the commands:
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
But still graphs not working, any hints?
admin
2,930 Posts
Quote from admin on September 2, 2019, 4:58 pmi assume you did restated this only on 1 node as per the earlier threads. just in case you did this on all nodes stop on all nodes via
/opt/petasan/scripts/stats-stop.sh
then find the current stats server : from the browser, view the html page source and find what ip for the stats server is being used, this is the current active server. on this do a
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.shIf this is not the issue:
is the shared file system mounted ? :
mount | grep shared
Can you see some charts : like cluster related stats, but not others line node stats, or are you not able to see anything ?
Do you see charts with no data points (ie you see chart axis and chart labels with empty black background) : in this case make sure your time and time zones are correct on your servers as well as the browser.
Or are you getting an error connecting to the chats server and see a white/gray background ?
i assume you did restated this only on 1 node as per the earlier threads. just in case you did this on all nodes stop on all nodes via
/opt/petasan/scripts/stats-stop.sh
then find the current stats server : from the browser, view the html page source and find what ip for the stats server is being used, this is the current active server. on this do a
/opt/petasan/scripts/stats-stop.sh
/opt/petasan/scripts/stats-setup.sh
/opt/petasan/scripts/stats-start.sh
If this is not the issue:
is the shared file system mounted ? :
mount | grep shared
Can you see some charts : like cluster related stats, but not others line node stats, or are you not able to see anything ?
Do you see charts with no data points (ie you see chart axis and chart labels with empty black background) : in this case make sure your time and time zones are correct on your servers as well as the browser.
Or are you getting an error connecting to the chats server and see a white/gray background ?
wailer
75 Posts
Quote from wailer on September 2, 2019, 11:22 pmSolved!
The issue was that stats server was node 2 , not node 1 as I initially thought. Checking html request as you suggested I realized the correct stats servers. Issued stop to all nodes an restart stat service to node 2.
Now all is back on! Thanks !
Solved!
The issue was that stats server was node 2 , not node 1 as I initially thought. Checking html request as you suggested I realized the correct stats servers. Issued stop to all nodes an restart stat service to node 2.
Now all is back on! Thanks !