<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: rsadmin for OneView? in HPE OneView</title>
    <link>https://community.hpe.com/t5/hpe-oneview/rsadmin-for-oneview/m-p/7137656#M6325</link>
    <description>&lt;P&gt;We don't have any direct CLI tools like rsadmin.&amp;nbsp; But, we have a public REST API that is available for customers and partners to use.&amp;nbsp; 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.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/appliance/get-ovremotesupport" target="_blank"&gt;Get-OVRemoteSupport - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/appliance/set-ovremotesupport" target="_blank"&gt;Set-OVRemoteSupport - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/appliance/get-ovremotesupportcontact" target="_blank"&gt;Get-OVRemoteSupportContact - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/appliance/new-ovremotesupportcontact" target="_blank"&gt;New-OVRemoteSupportContact - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/facilities/new-ovdatacenter" target="_blank"&gt;New-OVDataCenter - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/facilities/new-ovrack" target="_blank"&gt;New-OVRack - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/facilities/add-ovresourcetorack" target="_blank"&gt;Add-OVResourceToRack - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/facilities/add-ovracktodatacenter" target="_blank"&gt;Add-OVRackToDataCenter - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;There are more report support Cmdlets, which are documented in the Related Links on each page above.&lt;/P&gt;&lt;P&gt;We provide sample scripts are part of the library.&amp;nbsp; One of those sample scripts outlines how to configure OneView Remote Support on an appliance,&amp;nbsp;&lt;A href="https://github.com/HewlettPackard/POSH-HPEOneView/blob/6.10/Samples/ConfigureRemoteSupport_Sample.ps1" target="_blank"&gt;POSH-HPEOneView/ConfigureRemoteSupport_Sample.ps1 at 6.10 · HewlettPackard/POSH-HPEOneView (github.com)&lt;/A&gt;.&amp;nbsp; It doesn't step through add a resource to a rack, or the rack to a data center.&amp;nbsp; But those Cmdlets are relatively simple to use.&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jun 2021 20:29:56 GMT</pubDate>
    <dc:creator>ChrisLynch</dc:creator>
    <dc:date>2021-06-03T20:29:56Z</dc:date>
    <item>
      <title>rsadmin for OneView?</title>
      <link>https://community.hpe.com/t5/hpe-oneview/rsadmin-for-oneview/m-p/7137618#M6320</link>
      <description>&lt;P&gt;Are there any commandline options for exporting/importing site information for OneView RS?&amp;nbsp; We are looking to convert from IRS to OneView with RS and have hundreds of locations.&amp;nbsp; Adding a server to a rack, then to a site/datacenter would take us months.&amp;nbsp; If we are able to populate data into a CSV (after servers are discovered), that would help greatly.&lt;/P&gt;&lt;P&gt;For example, in RS I used to discover all servers, dump the inventory, edit the CSV and upload with site details.&amp;nbsp; This saved us so much time...&amp;nbsp; Looking to do something similar.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 14:55:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/rsadmin-for-oneview/m-p/7137618#M6320</guid>
      <dc:creator>LGentile</dc:creator>
      <dc:date>2021-06-03T14:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: rsadmin for OneView?</title>
      <link>https://community.hpe.com/t5/hpe-oneview/rsadmin-for-oneview/m-p/7137656#M6325</link>
      <description>&lt;P&gt;We don't have any direct CLI tools like rsadmin.&amp;nbsp; But, we have a public REST API that is available for customers and partners to use.&amp;nbsp; 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.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/appliance/get-ovremotesupport" target="_blank"&gt;Get-OVRemoteSupport - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/appliance/set-ovremotesupport" target="_blank"&gt;Set-OVRemoteSupport - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/appliance/get-ovremotesupportcontact" target="_blank"&gt;Get-OVRemoteSupportContact - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/appliance/new-ovremotesupportcontact" target="_blank"&gt;New-OVRemoteSupportContact - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/facilities/new-ovdatacenter" target="_blank"&gt;New-OVDataCenter - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/facilities/new-ovrack" target="_blank"&gt;New-OVRack - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/facilities/add-ovresourcetorack" target="_blank"&gt;Add-OVResourceToRack - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://hpe-docs.gitbook.io/posh-hpeoneview/cmdlets/v6.10/facilities/add-ovracktodatacenter" target="_blank"&gt;Add-OVRackToDataCenter - HPE OneView PowerShell Library (gitbook.io)&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;There are more report support Cmdlets, which are documented in the Related Links on each page above.&lt;/P&gt;&lt;P&gt;We provide sample scripts are part of the library.&amp;nbsp; One of those sample scripts outlines how to configure OneView Remote Support on an appliance,&amp;nbsp;&lt;A href="https://github.com/HewlettPackard/POSH-HPEOneView/blob/6.10/Samples/ConfigureRemoteSupport_Sample.ps1" target="_blank"&gt;POSH-HPEOneView/ConfigureRemoteSupport_Sample.ps1 at 6.10 · HewlettPackard/POSH-HPEOneView (github.com)&lt;/A&gt;.&amp;nbsp; It doesn't step through add a resource to a rack, or the rack to a data center.&amp;nbsp; But those Cmdlets are relatively simple to use.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 20:29:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-oneview/rsadmin-for-oneview/m-p/7137656#M6325</guid>
      <dc:creator>ChrisLynch</dc:creator>
      <dc:date>2021-06-03T20:29:56Z</dc:date>
    </item>
  </channel>
</rss>

