HPE OneView
1747985 Members
4583 Online
108756 Solutions
New Discussion юеВ

Re: OneView SPP 2015.10 pack upload not finishing

 
RichieO
Occasional Contributor

OneView SPP 2015.10 pack upload not finishing

Oneview Version 1.10.07-105099, Nov 8, 2014 .  Upload 843216_001_spp_2015.10.0-SPP2015100.2015_0921.6.iso, uploaded with Firefox 37.0.2. Using IE11 to logon.

Upload will not finish has been running for 2 weeks.

Storage Remaing is now 2.85GB was 7.5GB before I started this 5.1GB upload.

Regards

Richard

 

 

 

 

3 REPLIES 3
micke_christen
Advisor

Re: OneView SPP 2015.10 pack upload not finishing

I have seen this before. The only way I found to cancel the upload is to reboot OneView. After that try upload again. The upload is for sure OK but most probably it is the verification that hangs.

After I did the reboot it works.

/Mikael

Micke_Christenson
Bjorn44
Occasional Advisor

Re: OneView SPP 2015.10 pack upload not finishing

I had the same issue on 1.20. Tried three times, including rebooting appliance without success. Upgraded to 2.0, removed all other SPP and rebooted. Then SPP 2015.10.0 added without problems using Chrome.

Didier Lalli
HPE Pro

Re: OneView SPP 2015.10 pack upload not finishing

I think you would get better results doing this from a Powershell script. This avoids, side effects of using one particular browser or another.

Once the Powershell Oneview module (at least 1.20) is loaded you can do:

$task = Add-HPOVBaseLine "SPP2015100.2015_0921.6.iso"
$t = Wait-HPOVTaskComplete $task.uri -timeout (New-TimeSpan -Minutes 30)

And put this into a PS1 script.

Didier

I work for HPE