Read more
- Community Home
- >
- Servers and Operating Systems
- >
- ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Manually copy PEM certificate to C:\hp\hpsmh\certs...
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
Manually copy PEM certificate to C:\hp\hpsmh\certs and it disappears when I restart the SMH service
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-22-2013 04:32 AM
03-22-2013 04:32 AM
Manually copy PEM certificate to C:\hp\hpsmh\certs and it disappears when I restart the SMH service
Manually copy PEM certificate to C:\hp\hpsmh\certs and it disappears when I restart the SMH service
I am trying to add a PEM certificate to the SMH for our SIM Server in a script.
In the past I always copied the PEM file into C:\hp\hpsmh\certs and restarted the SMH service and the certificate would appear in the Trusted Management Servers section of the SMH settings.
I am using the Proliantr Service Pack 2012.10.0 and when I copy the PEM file into the certs folder on a Windows 2008 R2 server is is removed when I restart the SMH service.
Has anything changed? Does anyone else have this issue?
Is there a supported way to add a Trusted Management Server via a script to SMH?
thanks
Tony
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
03-25-2013 08:39 AM - edited 03-25-2013 08:44 AM
03-25-2013 08:39 AM - edited 03-25-2013 08:44 AM
Re: Manually copy PEM certificate to C:\hp\hpsmh\certs and it disappears when I restart the SMH serv
Re: Manually copy PEM certificate to C:\hp\hpsmh\certs and it disappears when I restart the SMH serv
Are you renaming the destination file ?
Here's a simple script i use to copy the cert.
The script also restarts the service on the sim server. (optional)
##Variables
$name = $env:computername
$source = "c:\hp\sslshare\cert.pem"
$destination = "\\servername.server.com\c$\hp\hpsmh\certs\$name.pem"
#Commands
copy-item $source $destination
$session = New-PSSession-ComputerNameservername.server.com -credential $cred
Invoke-Command -session $session {Restart-Service ysMgmtHp}
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP