- Community Home
- >
- Software
- >
- HPE OneView
- >
- HP OneView questions
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-11-2021 05:45 AM
06-11-2021 05:45 AM
HPOV version - 6.10
HPOV Powershell module version is 610 (HPEOneView.610)
1. There is a need to add to the OV who is responsible for the servers and information about the services. I did it using Labels. But there is also a need to export this information (servers, owners, services).
Get-OVServer does not display the value of the "Label" parameter. It is not a property of this object. But there is a "Description" in the properties that shows up in powershell, but I didn't find it in the web console.
Is it possible to export information about servers with the "Label" fields?
How can I make changes to the "Description" field in the server properties?
Can I see the value of the "Description" field in the Web interface?
2. I have configured HP OneView to integrate with AD. To prevent administrators from changing the domain from local to our domain in the authorization window, set our internal domain in HP Oneview by default.
But in this case, the ability to connect through Powershell to HP OneView is lost. Domain logins are not accepted in any case, and if we set our domain by default, then the local administrator will no longer be accepted via Powershell to.
I Use:
$ MyOneViewCredential = Get-Credential
Connect-OVMgmt -Hostname hpov.domain.ru -Credential $ MyOneViewCredential
Login tried to specify in the formats "domain \ login" and just "login" - does not accept.
Error: Connect-OVMgmt: Invalid username or password. Enter correct credentials and retry.
How do I specify the login and password of a domain user to connect to HPOV via Powershell?
If a domain other than "local" is assigned, how to connect by a local OV administrator through Powershell?
3. How to remove an AD group containing Cyrillic from HPOV?
When such a group is selected, the settings are not available and an error is displayed:
Unable to locate the item you requested.
The item you requested does not exist or is restricted by scope. It is possible that another user has deleted this item. Refresh this page or select a different item.
The problem was on HPOV 6.00, updated to 6.10, but the problem persists.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2021 09:10 AM
06-11-2021 09:10 AM
Solution2. Connect-OVMgmt fully supports external authentication directories. The domain you specify in the -Username field for Get-Credential must match a configured directory in OneView. Or you specify the -AuthLoginDomain parameter.
3. That is likely a bug within OneView. I would suggest you open a support case. You can then private message me the case ID.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
