- Community Home
- >
- Software
- >
- HPE OneView
- >
- New-HPOVSupportDump causes timeout
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Forums
-
Blogs
-
Information
-
English
- 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
03-17-2021 03:34 AM
03-17-2021 03:34 AM
New-HPOVSupportDump causes timeout
Hello,
With a lot of oneview synergies and Oneview appliances I need to retrieve support dumps for HPE. When using the New-HPOVSupportDump cmd I got timeouts (Webexception) when it takes to long to create the dump. Creation can take up to 20 minutes.
Any idea how to solve this in the script? Script using csv to obtain oneview site, ip and if log is required:
# Create supportlog for each appliance
foreach ($OneViewAppliance in $OneViewAppliances) {
if ($OneViewAppliance.Enable -eq "Y") {
Write-Output $("Create SupportLog OneView System: " + ($OneViewAppliance.Name) + " (" + ($OneViewAppliance.Version) + ") from location " + ($OneViewAppliance.Domain))
# Run supportlog of appliance
Import-HPOVSslCertificate -ApplianceConnection $OneViewAppliance.FQDN
$OVConnection = Connect-HPOVMgmt -hostname $OneViewAppliance.FQDN -credential $credential
#Write-Output $($OneViewAppliance.Name + ": create log to " + $loglocation)
$NewOVSupportlog = New-HPOVSupportDump -Location $loglocation -Type Appliance
Disconnect-HPOVMgmt $OVConnection
}
}
else { Write-Output "Archiving: Archiving is disabled" }
Lodewijk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2021 09:26 AM
03-17-2021 09:26 AM
Re: New-HPOVSupportDump causes timeout
This question would be better served if you asked it on the project issue tracker. Please provide more detail on what specific version of the PowerShell library you are trying to use. Extending timeouts while waiting for the API to respond has been adjusted over several releases.
I am an HPE employee
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP