- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: Error Local Certificate HPSMH Linux
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
11-22-2007 02:50 AM
11-22-2007 02:50 AM
Error Local Certificate HPSMH Linux
Message on web page:
An error occurred while creating the PKCS #10 Certificate Request.
smh.log
ERROR LOG (severity=2) Thu Nov 22 16:45:46 2007
Unable to generate Certificate Request: Could not open key file
Any idees welcome
François
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2007 07:58 PM
11-30-2007 07:58 PM
Re: Error Local Certificate HPSMH Linux
Nothing to find in the internet or in the manuals.
Jens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2008 12:18 AM
05-30-2008 12:18 AM
Re: Error Local Certificate HPSMH Linux
I found the solution!
The problem are the file access permissions to the certificates in /opt/hp/hpsmh and /etc/opt/hp/sslshare.
Group hpsmh needs permission to read and write the files and to read and seek the folders above.
After changing the permissions it works like a charme on my servers!
Jens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2008 01:17 AM
06-09-2008 01:17 AM
Re: Error Local Certificate HPSMH Linux
Unfortunately, It doesn't work for me.
Witch user do you connect to smh, root ? and what is the exact rights you set on folders.
Thx
François
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2008 01:28 AM
06-09-2008 01:28 AM
Re: Error Local Certificate HPSMH Linux
I set the permissions for /opt/hp/hpsmh to
drwxr-xr-x owner:hpsmh group:hpsmh
and for /etc/opt/hp/sslshare to
drwxrwx--- owner:root group:hpsmh
That should to it. User hpsmh (primary group hpsmh) to have read/write access to all files and folder containing key or key requests.
If that does not work you should also search your machine for other locations containing a folder 'sshshare' or files with the extension '.pem'.
Jens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2008 10:54 PM
06-09-2008 10:54 PM
Re: Error Local Certificate HPSMH Linux
I tried to change these permissions, but no way, always the same message.
I found a cert.pem in /usr/share/ssl/ and modified permissions like /etc/opt/hp/sslshare, but this don't help.
francois
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2008 04:28 AM
06-17-2008 04:28 AM
Re: Error Local Certificate HPSMH Linux
strace -f -eopen /etc/init.d/hpsmhd start
Changing rights and owner on /etc/opt/hp
drwxr-x--- 4 root hpsmh 4096 Mar 26 11:57 hp
that fix my problem