- Community Home
- >
- Software
- >
- HPE OneView
- >
- rsadmin for OneView?
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
06-03-2021 07:55 AM
06-03-2021 07:55 AM
rsadmin for OneView?
Are there any commandline options for exporting/importing site information for OneView RS? We are looking to convert from IRS to OneView with RS and have hundreds of locations. Adding a server to a rack, then to a site/datacenter would take us months. If we are able to populate data into a CSV (after servers are discovered), that would help greatly.
For example, in RS I used to discover all servers, dump the inventory, edit the CSV and upload with site details. This saved us so much time... Looking to do something similar.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2021 01:29 PM
06-03-2021 01:29 PM
Re: rsadmin for OneView?
We don't have any direct CLI tools like rsadmin. But, we have a public REST API that is available for customers and partners to use. If working directly with a REST API isn't in your skillset, we do have a PowerShell library that offers Cmdlets to configure these settings.
- Get-OVRemoteSupport - HPE OneView PowerShell Library (gitbook.io)
- Set-OVRemoteSupport - HPE OneView PowerShell Library (gitbook.io)
- Get-OVRemoteSupportContact - HPE OneView PowerShell Library (gitbook.io)
- New-OVRemoteSupportContact - HPE OneView PowerShell Library (gitbook.io)
- New-OVDataCenter - HPE OneView PowerShell Library (gitbook.io)
- New-OVRack - HPE OneView PowerShell Library (gitbook.io)
- Add-OVResourceToRack - HPE OneView PowerShell Library (gitbook.io)
- Add-OVRackToDataCenter - HPE OneView PowerShell Library (gitbook.io)
There are more report support Cmdlets, which are documented in the Related Links on each page above.
We provide sample scripts are part of the library. One of those sample scripts outlines how to configure OneView Remote Support on an appliance, POSH-HPEOneView/ConfigureRemoteSupport_Sample.ps1 at 6.10 · HewlettPackard/POSH-HPEOneView (github.com). It doesn't step through add a resource to a rack, or the rack to a data center. But those Cmdlets are relatively simple to use.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
