HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: Error in Insight Manager 4.2
Server Management - Systems Insight Manager
1833346
Members
3615
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-08-2007 09:16 PM
02-08-2007 09:16 PM
Error in Insight Manager 4.2
Hi,
We have Insight Manager 4.2 SP2 running on a Windows 2003 server. I get the following error regular in the eventviewer:
Type: error
Source sshd
Event ID: 0
The description for Event ID ( 0 ) in Source ( sshd ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: sshd : PID 2364 : error: fork: Resource temporarily unavailable.
I get the error a few times a day. I have been searching already, but no answer found.
Any ideas?
Regards,
Paul
We have Insight Manager 4.2 SP2 running on a Windows 2003 server. I get the following error regular in the eventviewer:
Type: error
Source sshd
Event ID: 0
The description for Event ID ( 0 ) in Source ( sshd ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: sshd : PID 2364 : error: fork: Resource temporarily unavailable.
I get the error a few times a day. I have been searching already, but no answer found.
Any ideas?
Regards,
Paul
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2007 06:30 PM
02-14-2007 06:30 PM
Re: Error in Insight Manager 4.2
Kick.
Still getting the errors en yet no solution found :(
Still getting the errors en yet no solution found :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2007 11:30 PM
02-19-2007 11:30 PM
Re: Error in Insight Manager 4.2
Pretty much everyone here is running 5.0 or 5.1. I don't beleive 4.2 is supported at all, so you may want to just look into upgrading to resolve your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2007 12:09 AM
02-20-2007 12:09 AM
Re: Error in Insight Manager 4.2
try this:
Problem: Windows 2003 does not allow the Local System account to have the privileges it needs to run the Secure Shell (SSH) service. This workaround involves configuring the service to run as a real administrative user.
Solution:
Stopping the service
Go to Start Menu>Control Panel>Administrative Tools>
Services to bring up the services window.
Find the service labeled OpenSSH Server and stop it.
Changing the Log On As User
In the same window, right-click the OpenSSH Server
service, and select Properties.
Select the Log On tab.
Click This account, and enter ".\Administrator."
Enter the Administrator password, and click OK.
Setting File Permissions:
Right-click the Start Menu button and select Explore to open a file explorer window.
Navigate to C:\Program Files\OpenSSH\var\log, and delete any files you find in that directory.
Navigate to C:\Program Files\OpenSSH\etc and select the files ssh_host_dsa_key, ssh_host_key, and ssh_host_rsa_key by holding down Ctrl and clicking on them.
Right-click one of the files, and select Properties>Security.
Click Advanced.
Select the Owner tab, and click Other Users or Groups to change the owner to Administrators.
Click OK.
Setting User Privileges
Select Start Menu>Control Panel>Administrative Tools>Local Security Policy to open the security policy window.
Find the Policies for Create a token object and Replace a process level token, and add Administrator to this group by double-clicking the appropriate privilege.
Click Add User or Group, and enter Administrator in the Enter the object names to select field.
Click Check Names to verify the entry.
Click OK.
Starting the Service
At this point, the service Log On As User is set to Administrator, and Administrator has been granted Create a token object and Replace a process-level token privileges.
Return to the Services window, and restart the service.
In addition the HP Systems Insight Manager SSH keys might need to be set up.
Reinstalling Systems Insight Manager SSH Keys
To have command line and custom tasks work in HP Systems Insight Manager, re-run mxagentconfig for Administrator if HP Systems Insight Manager was installed by someone other than Administrator. To do this, run
mxagentconfig -a -n -u Administrator -p
Where is the name of your management server and is the password for the administrator account.
Alternately, run mxagentconfig from the command line with no parameters and enter the Central Management Server (CMS) system name and the administrative user details into the graphical user interface (GUI). This sets up the authorized_keys2 file in the administrator/.ssh directory with the CMS key. Note that this only works if the user 'Administrator' is a valid user on the CMS and that user has logged in to Windows, creating the home directory. Further information on SSH is available in the white paper 'SSH in HP Systems Insight Manager' available from the HP website.
Problem: Windows 2003 does not allow the Local System account to have the privileges it needs to run the Secure Shell (SSH) service. This workaround involves configuring the service to run as a real administrative user.
Solution:
Stopping the service
Go to Start Menu>Control Panel>Administrative Tools>
Services to bring up the services window.
Find the service labeled OpenSSH Server and stop it.
Changing the Log On As User
In the same window, right-click the OpenSSH Server
service, and select Properties.
Select the Log On tab.
Click This account, and enter ".\Administrator."
Enter the Administrator password, and click OK.
Setting File Permissions:
Right-click the Start Menu button and select Explore to open a file explorer window.
Navigate to C:\Program Files\OpenSSH\var\log, and delete any files you find in that directory.
Navigate to C:\Program Files\OpenSSH\etc and select the files ssh_host_dsa_key, ssh_host_key, and ssh_host_rsa_key by holding down Ctrl and clicking on them.
Right-click one of the files, and select Properties>Security.
Click Advanced.
Select the Owner tab, and click Other Users or Groups to change the owner to Administrators.
Click OK.
Setting User Privileges
Select Start Menu>Control Panel>Administrative Tools>Local Security Policy to open the security policy window.
Find the Policies for Create a token object and Replace a process level token, and add Administrator to this group by double-clicking the appropriate privilege.
Click Add User or Group, and enter Administrator in the Enter the object names to select field.
Click Check Names to verify the entry.
Click OK.
Starting the Service
At this point, the service Log On As User is set to Administrator, and Administrator has been granted Create a token object and Replace a process-level token privileges.
Return to the Services window, and restart the service.
In addition the HP Systems Insight Manager SSH keys might need to be set up.
Reinstalling Systems Insight Manager SSH Keys
To have command line and custom tasks work in HP Systems Insight Manager, re-run mxagentconfig for Administrator if HP Systems Insight Manager was installed by someone other than Administrator. To do this, run
mxagentconfig -a -n
Where
Alternately, run mxagentconfig from the command line with no parameters and enter the Central Management Server (CMS) system name and the administrative user details into the graphical user interface (GUI). This sets up the authorized_keys2 file in the administrator/.ssh directory with the CMS key. Note that this only works if the user 'Administrator' is a valid user on the CMS and that user has logged in to Windows, creating the home directory. Further information on SSH is available in the white paper 'SSH in HP Systems Insight Manager' available from the HP website.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP