- Community Home
- >
- Software
- >
- HPE OneView
- >
- Global dashboard update uploading stuck in a loop
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2021 05:16 AM - last edited on 10-11-2021 09:51 PM by support_s
10-08-2021 05:16 AM - last edited on 10-11-2021 09:51 PM by support_s
Trying to update from the dashboard 2.0 to 2.4 (or 2.32).
Uploading the bin file gets stuck in a loop where it uploads, briefly verifies, then uploads it again, and again.. never ends.
Ideas?
Solved! Go to Solution.
- Tags:
- OneView
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2021 05:18 AM
10-08-2021 05:18 AM
Re: Global dashboard update uploading stuck in a loop
Process eventually fails with "Internal error while uploading a bin file"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2021 01:06 PM
10-11-2021 01:06 PM
Re: Global dashboard update uploading stuck in a loop
Do you have any special groups configured on your OVGD appliance? If not, you can always deploy a brand new one, as the data collected will be recaptured from the OV appliances you connect.
Otherwise, without an appliance support dump, it is difficult to say why the update is failing. If you wish to further troubleshoot this, I would suggest you open a support case, and be prepared to provide an OVGD appliance support dump.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2021 10:32 PM
10-11-2021 10:32 PM
Re: Global dashboard update uploading stuck in a loop
Hi Chris, I have a case open with support (sdmp provided) but have got nowhere,
We suspect that the filesystem may be full but without console access we can't prove or address this.
We do have appliance backups so, in the absence of any meaningfull response from support, are just going to redeploy and restore the appliance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2021 03:54 AM
10-13-2021 03:54 AM
SolutionIssue is resolved.
apache timeouts had to be manually edited requiring support to logon via ssh.
/etc/httpd/conf.d/00proxy-hubble.conf.
Change the following line from:
RequestReadTimeout header=20-40,MinRate=500 body=20-40,MinRate=500
To
RequestReadTimeout header=20-300,MinRate=500 body=20-300,MinRate=500
A reboot is then required.