|
This section aims to reproduce some of the real life / production environment challenges which IT360 support team encountered in the past with its customers and the resolution offered.
Probe Status Differentiation (For Enterprise and MSP Editions)
Unable to see the discovered devices under CMDB tab of Service Desk
CPU Usage Data collection is not happening for Servers in WMI mode
Possible Cause: If the message 'Server is Initializing...' is displayed for a longer duration, the IT360 Server is experiencing some problem.
Recommended Action:
Ensure if your machine, in which ManageEngine IT360 is installed meets the Recommended / Minimum System requirements.
Ensure that all the ManageEngine IT360 Services are running. Navigate to 'Administrative Tools -> Services' in Windows Control Panel to perform the check. If not, then try restarting the service(s) once again.
If you were still unable to successfully restart the ManageEngine IT360, follow the steps below to create 'Support Information File';
Open '[IT360 Home]\bin directory' in either command prompt or through Windows explorer.
Execute the file named 'CreateSupportFile.bat'.
Change the directory to '[IT360 Home]'. You will find a folder named '[IT360 Home]\support'.
[TOP]
Related Queries & Explanations:
i. In Central`s 'Admin --> Probe', I could see that the Probe status and the status of all modules are indicated by Green color. What does this mean?
If the Probe status and the status of all modules are indicated by Green color, i.e. in up state (as shown in the screenshot below), then it means that the Probe registration with the Central server is complete, and there exists a proper communication and sync up between the Central and the Probe.

[TOP]
ii. In Central`s 'Admin --> Probe', I could see that only the 'Probe Name' is displayed, the status of the probe is indicated by Red color, and the 'Synching' status is shown as 'In progress'. What does this mean?
If the above said indications are seen (as shown in the screenshot below), then it means that the Probe registration with the Central server is complete, but there exists some issue, such as the Probe Start-up issue or Sync up issue.

[TOP]
iii. In Central`s 'Admin --> Probe', I could see that the screen is empty and no Probe details are displayed. What does this mean?
If no Probe details are displayed, when you go to Central`s 'Admin --> Probe' (as shown in the screenshot below), then it means that the probe registration with the Central server itself has failed.

[TOP]
iv. In Central`s 'Admin --> Probe', I could see that the Probe status and the status of all modules are indicated by Red color. What does this mean?
If the Probe status and the status of all modules are indicated by Red color, i.e. in down state (as shown in the screenshot below), the probe registration with the Central server is complete, there exists a proper communication and sync up between the Central and the Probe, but the Probe is down.

[TOP]
Possible Cause: The email settings might have failed, due to Authentication issue.
Recommended Action:
Reset the password for the Servicedesk credentials (servicedesk).
[TOP]
Possible Cause: This could be due to any License Violation. Please check the License page to confirm this.
Recommended Action: If so, procure the license with the desired asset count. For more information, contact <it360-support@manageengine.com>.
[TOP]
Possible Cause: Admin privilege might not be available for WMI, or Process monitoring might not be working.
Recommended Action: Please execute the below troubleshooting steps to find out whether the CPU is responding via WMI;
'cmd> [IT360-Home]/application/working/conf/application/scripts'
- 'cmd> cscript cpu.vbs 10.220.13.50 domainname\administrator password'
[TOP]
Possible Cause: The reason could be due to the presence of any other category of network device, with the same IP address. In this case, you will end up with the scenario, mentioned above.
Recommended Action: Remove the conflicting device and re-add the new device.
[TOP]
Possible Cause(s):
The Software/Hardware Firewall blocks the POP/IMAP port.
The IP Address of the server, on which the ServiceDesk Plus is hosted, is blocked by either the Anti-virus program, or firewall, or both.
Both of the above points: a & b can be the causes for the firewall blocking the ports.
Error trace in logs:
avax.mail.MessagingException: Connect failed;
nested exception is:
java.net.ConnectException: Connection timed out: connect
Recommended Action:
Follow the below steps to check, if firewall is blocking the port;
Open Command Prompt.
Type 'cmd> telnet [mailservername] 110', e.g. 'cmd> telnet mail.google.com 110'
If you receive an error as shown below, then port 110 is being blocked by either the anti-virus program, or the Windows firewall, or both. There is also chances for either the mail server, or port number, or both the mail server and port number to be incorrect.
![]()
Information required for analysis: 'Support Tab --> Support File'
[TOP]
Possible Cause: If the SSL Certificate in mail server is a self-signed certificate, then it is not imported in the ServiceDesk Plus java environment, while using the POPS/IMAPS protocol.
Error trace in logs:
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
Recommended Action:
Download the file from the link given below, and extract it to the ServiceDesk Plus Home directory;
'http://bonitas.zohocorp.com/servicedesk/11Mar2010/certgeneration.zip'Run the Extracted batch file from the command prompt, using the syntax given below;
Syntax: 'gencert.bat (hostname):(port)', e.g. 'cmd> gencert.bat sdpexchnage.com:995'You will receive an exception PKIX. On supplying the value 1, a file called 'jssecacerts' is generated in the ServiceDesk Plus Home Directory.
Copy the 'jssecacerts' file under the 'jre\lib\security' folder, and restart the ServiceDesk Plus application.
Fill in values under the Mail Server Settings. Start fetching mails to check the functionality.
Information required for analysis: 'Support Tab --> Support File'
[TOP]
Error: 1 "Settings saved successfully. But an error occurred, while trying to check connection with the mail server - Authentication Failed using the given username and password".
Error:2 "Email settings saved successfully. But an error occurred while trying to check connection with mail server – Problem connecting to mailbox."
Possible Cause(s):
The configured username or password in Mail server settings is incorrect.
The ServiceDesk server is unable to communicate with the mailserver.
Error trace in logs:
'javax.mail.AuthenticationFailedException: Bad login'
Recommended Action:
Check if there is proper connection with the mail server.
- Check if the given username and password is correct under 'Admin --> Mail server settings --> Incoming --> Save Settings'. cmd> telnet “ip address” “port number”.
Protocols Used: Incoming are POP – 110, IMAP- 143
cmd>telnet sdplinmail 110 (POP)
>user "sd-test2"
>ok
>pass "sdp"
>okNotes:
i) If incorrect password is given, when using POP, the following error message is displayed;
cmd> telnet 192.168.113.120 143 (IMAP)
> a1 capability
> a2 login "username" "password"
> a3 inbox mail-box-nameii) If incorrect password is given, when using IMAP, the following error message is displayed;
cmd> telnet 192.168.113.120 993 (IMAPs)
> a1 capability
> a2 starttls
> a3 login "username" "password"
> a4 inbox mail-box-nameInformation required for analysis: 'Support Tab --> Support File'
[TOP]
Possible Cause: If the mailbox is hidden from the address book, it leads to failure in Authentication, and hence the mails cannot be fetched into ServiceDesk Plus.
Error trace in logs:
[09:26:51:740]|[04-09-2009]|[com.adventnet.servicedesk.common.MailUtilities]|[INFO]|[26]|: Obtained mail store from session.|
[09:26:52:068]|[04-09-2009]|[SYSOUT]|[INFO]|[26]|: Check if the username and password are correct|
[09:26:52:068]|[04-09-2009]|[SYSOUT]|[INFO]|[26]|: javax.mail.AuthenticationFailedException: AUTHENTICATE failed.|
[09:26:52:068]|[04-09-2009]|[SYSOUT]|[INFO]|[26]|: at com.sun.mail.imap.IMAPStore.protocolConnect(IMAPStore.java:474)|
[09:26:52:068]|[04-09-2009]|[SYSOUT]|[INFO]|[26]|: at javax.mail.Service.connect(Service.java:275)
Recommended Action: The mailbox should be found in the address book, which in turn commences mail fetching. Follow the below steps;
Open the Active Directory Users and Computers.
Open the 'Properties' dialog box for the user account.
- On the 'Exchange Advanced' tab, select the 'Hide from Exchange Address Lists' check box.
Information required for analysis: 'Support Tab --> Support File'
[TOP]
Error trace in logs:
'Error when processing. SO RETURNING...|com.adventnet.authentication.PasswordException: Length of the new password is greater than expected value of : 100
For any Mail fetching issue, check for the string "SO RETURNING"'.. Few lines above or below the line, which contains this string, should give more information on the error trace.Possible Cause::
When a mail comes in, ServiceDesk Plus will try to create a new user with the user name and password, same as the email address. In this case, since the email address is very long, it cannot be added to the database and throws the error message; 'Length of the new password is greater than expected value of :100'
- Error/Symptom: 2 "Unable to fetch mail, as Plain text Authentication is disabled in the mail server"
Error trace in logs:
javax.mail.MessagingException: No login methods supported!;
nested exception is:
com.sun.mail.iap.ProtocolException: No login methods supported!|
Recommended Action:
Enable plain text login in Microsoft Exchange server and follow the step given below, to configure the IMAP service, in order to use the Plain Text Login;
Open Exchange Management Shell from 'Start -> Programs -> Microsoft Exchange 2007'.
Enter the following in the shell: 'set-POPsettings – logintype plaintextlogin'
Hit 'Enter'.
From the Services panel, restart the Microsoft Exchange Information Store service.
Information required for analysis: Support Tab --> Support Files
- Error/Symptom: 3 "Encountering error and unable to fetch email, when encrypted mode is enabled on POP, in the mail server"
Error trace in logs: javax.mail.AuthenticationFailedException: Command is not valid in this state.
Recommended Action:
Reset the password format on the exchange server, to the Normal format. This can be done by running a query on the exchange server shell. Then, follow the steps below to configure the IMAP service to use Plain Text Login:
Open Exchange Management Shell from 'Start -> Programs -> Microsoft Exchange 2007'.
Enter the following in the shell: 'set-POPsettings – logintype plaintextlogin'
Hit 'Enter'.
From the Services panel, restart the Microsoft Exchange Information Store service.
Information required for analysis: 'Support Tab --> Support File'
[TOP]
8. Unable to access the IT360 web client
Possibility 1:
Symptom: When I reboot IT360 [server], I can see that the IT360 related services are running in the services window. However, I am unable to access the IT360 web client.
Analysis: On analysing the wrapper.log file, a server shutdown was noticed. Subsequently, when IT360 services were started, the Applications Service module did not start. Also, on analysing the StartUpLogs_err*.txt file, a MS SQL DB Connection was refused to the Applications Service module.
Also, MS SQL is installed in the same machine where IT360 [Central Server or Probe, as applicable] is installed.
Possible Cause: Application Service may have started much earlier than the MS SQL DB and hence did not find a DB Connection.
Recommended Solution: A delayed start of IT360 solves the problem. This is achieved as follows:
Go to services.msc, select 'ManageEngine IT360 Central' service [or, 'ManageEngine IT360 Probe' service, as applicable], right click and select Properties. Change the 'Startup type' to 'Automatic (delayed start)'. Click OK.
This ensures that the IT360 services are started later than the MS SQL service. You may restart IT360 now. You should be able to access the IT360 web client.
Possible Cause: If the message 'Unable to fetch Managed Object for......' is displayed while clicking a device under the Networks tab, it means that the database has crashed.
Recommended Action:
When this error occurs, follow the below steps to resolve the problem:
Login to IT360 console as an Administrator.
Navigate to "Admin -> General -> User Management".
Edit any detail of the concerned user (who encountered the problem).
Click Update.
Log out and re-login using the same credentials.
Now, navigate to the snapshot page and check the device details.
[TOP]
|