Server Management - Systems Insight Manager
1833346 Members
3615 Online
110051 Solutions
New Discussion

Re: Error in Insight Manager 4.2

 
Pauwl
New Member

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
3 REPLIES 3
Pauwl
New Member

Re: Error in Insight Manager 4.2

Kick.

Still getting the errors en yet no solution found :(
James Kennedy_5
Regular Advisor

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.
LukaS_9
Regular Advisor

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.