Quantcast
Channel: Ivanti User Community : Document List - Console
Viewing all 316 articles
Browse latest View live

Console Single Sign-On

$
0
0

Question:

What are the single sign-on options under Configure Services?

 

 

Answer:

     Single Sign-On allows users to login to the Win Console without requiring credentials to be entered. Below are the three options:

 

  • None
    • This option requires you to enter a username and password when logging into the console
  • Only
    • This passes and authenticates with the current Windows credentials.
  • Mixed
    • This will allow you to either manually enter LDMS credentials or click login to pass the current Windows credentials

Video - Self-Electing Subnet Services in Ivanti Management and Security

SQL Query To Remove User

$
0
0

DISCLAIMER

 

The following article contains information on manipulating your database.

It is CRITICAL that you have a full backup of your database prior to making any modifications to the database.

Failure to backup your database may result in permanent loss of some, or even all data.

 

Please consult with your DBA where applicable.

Overview

 

Attached is a SQL Query that will delete a console user and all of their associated details. This should only be used as a last resort, as you will lose data.

 

Any objects owned by that user will be removed, including (but not limited to)

  • Distribution Packages
  • Queries
  • Reports
  • Scheduled Tasks

This script is NOT supported by Ivanti. Use at your own risk.

 

In the script, you will need to provide the username of the user. The place to do so is indicated in the SQL script itself.

Agents not communicating with the core server

$
0
0

Purpose

 

This document was created to cover various reasons why the agent won't communicate with the core server.

 

Solution

 

  1. Agent discovery is not working (agent status icons) - Agent Status Icons Suddenly Not Appearing in Console
  2. Firewall ports may be blocked - Ports used by LANDESK Management Suite - Full List
  3. Check that the following registry key exists on the core server:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL, Value name: ClientAuthTrustMode, Value type: REG_DWORD, Value data: 2
  4. Possibly related to database exceptions - 6 Overlooked Problems related to Database Exceptions
  5. Inventory is not processing your scans - 10 simple checks to Troubleshoot Inventory - Devices not updating, Duplicated or Missing Scans
  6. Inventory scans failing on client machines - Running Inventory Scan on a Client Machine Results in Error Message "The Inventory Server Did Not respond"
  7. Vulscan is failing to check in with the core server - About Vulscan and SSL Verification

The window does not pop up when selecting the Change settings button to schedule an agent settings change

$
0
0

Problem

 

Any pop up window from the console, usually under agent settings or Patch and compliance, will not open. The button will be clicked and nothing else happens.

 

Solution

 

Please run the following command on the core server database. Be sure that you are taking the proper backups and snapshots prior to making any database modifications.

 

begin tran
delete from KEYVALUE WHERE APPLICATIONNAME = 'SWDTaskSettings' AND KEYNAME = 'DefaultTaskOptions'
commit

 

 

Once this is done running, relaunch the console and test creating a task.

LDMS 9 Webconsole error "Exception: Conversion failed when converting the nvarchar value"

$
0
0

Symptom:

 

In the LDMS 9 Webconsole under administration preferences you receive the following red text error on the license page Error "Exception: Conversion failed when converting the nvarchar valuescreenshot1.png"

 

 

 

 

Resolution:

 

ApplyDownload the Latest Service Pack for Ivanti / LANDESK Software Products or patch WEB-4202390

 

 

 

 

 

Workaround:

This error can be resolved by removing a row from the database. (make sure to back up database before doing any delete statements)


In SQL Server Manager open a new query under the LDMS Database instance

 

Select * from CoreConfiguration


Note: Depending on configuration this table might return multiple rows. Find the row with the configuration name AgentDiscovery this is the row we need to remove.

 

screen2.png

 

In this example the delete statement would be:

 

delete from coreconfiguration where coreconfiguration_idn = 2

 

 

 

 

.NET error when installing LDMS 9 Remote Console on Windows Vista or Server 2003

$
0
0
Problem

Some users have seen problems with installing the LANDesk Management Console for LDMS 9 on a Windows Vista machine. The client machine will pass the prerequisite checker, but then once the installer starts, an error is presented that "The following prerequisite components are Missing: Microsoft .NET 2.0 or 3.0 must be installed". This will appear despite having .NET installed, even up to version 3.5 SP1. This will happen on any Vista or Server 2003 computers that have IIS or IIS components installed or active, but do not have the ASP.NET components installed. Normally this occurs on Vista when the client machine has Exchange management tools installed.

 

Cause

This appears to be caused by a conflict on the Windows Vista computer with IIS and .NET. The prerequiste checker correctly identifies Microsoft .NET installed on the machine, but the setup application checks to see if IIS is installed, it then checks to see if the ASP.NET functionality is installed on the IIS component.

 

Resolution

This can be resolved by installing the ASP.NET on the target computer or removing the Application Server Role. To do this, open the "Turn Windows features on or off" dialog (Control Panel -> Programs -> Programs and Features -> Turn Windows features on or off) and install the ASP.NET component (Internet Information Services -> World Wide Web Services -> Application Development Features -> ASP.NET)

 

ASP.NET Enable - Vista.jpg

 

Once this is installed, restart the Remote Console installation and it should complete successfully.

Oracle issue causing Web Console Error: Unable to validate user with the database.

$
0
0

Description:

 

When logging into the Web Console you receive the error:

"Unable to validate user with the database".

 

With Log events turned on you will receive the following Event Viewer Error:

"OracleSQLServerName: TNS:could not resolve the connect identifier specified."

 

Cause:

 

The Oracle client directory did not have the correct permissions.

Resolution:

 

  1. Right click on the C:\Oracle folder (the root folder where your client is installed) and choose Properties.
  2. On the security tab add the local machine's Users group (or if you prefer, add the IIS and ASPNET users individually). Grant Read & Execute, List Folder Contents and Read privileges.
  3. Click "Apply".
  4. Click "Advanced"
  5. Check "Replace permission entries on all child objects ..."
  6. Click "Apply". This will take a while to propagate the security grants down to every file and folder of the Oracle client.

Proxy Server configuration when using the LANDesk Components such as the Web Console

$
0
0
Many organizations use Proxy servers for internet connectivity.  LANDesk components, including but not limited to, the LANDesk Web Console often fail when the proxy is misconfigured for the LANDesk environment.
This article will explain the proxy settings needed for the Web Console to work correctly.
Please note the following:Specific proxy configuration settings are outside the scope of LANDesk Technical Support.  If there are any problems caused by using Proxy auto-detect settings in Internet Explorer, then either the Proxy server settings must be changed or the Proxy excluded for the LANDesk server as explained below.
When attempting to login to the web console, the following error can occur:
Could not log into the management console. Try logging in again.
Unable to validate the current user with the database.

 

 


Web Console logging can be enabled by adding the following registry key to the Core Server:
HKLM\Software\LANDesk\ManagementSuite\Core
Type: DWORD    
Name: LogEvents    
Value: 1

In the Application Log, the following information is displayed.

 

The description for Event ID ( 0 ) in Source ( LANDesk Abstraction Layer ) 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: Request to get database connection string.
L01NTLDK01 specified as core.
A web exception (shown below) occurred when contacting the web service on the specified core.
Please verify that the web server is running, and that https has been properly configured on the specified core server.
Web exception details - System.Net.WebException: The remote server returned an error: (407) Proxy Authentication Required.  
at System.Net.HttpWebRequest.GetRequestStream()  
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)  
at LANDesk.ManagementSuite.Information.DatabaseInformationWebReference.
DatabaseInformation.GetConnectionString()  
at LANDesk.ManagementSuite.Information.DatabaseInformation.GetConnectionString(String core)

 

 

Cause

This issue or other problems using the Web Console can be caused by incorrect proxy settings.
Microsoft Internet Explorer has the following options when configuring a proxy as seen below.  These settings can also be controlled by using Group Policies.

 

 

It is important to differentiate between the Logged on user and the user configured for the LANDesk Com+ Application Identity. Each user will have their own proxy settings.

 

For the user configured for the LANDesk Com+ Application Identity, one of the following must be true:

 

  1. The proxy must be bypassed. (Recommended)
  2. The proxy authentication must succeed. (Be ready to involve your Proxy Administrator.)

 

Bypassing the Proxy


It is recommend that the proxy must be bypassed when the Core is talking to itself, and when workstations connect to the Web Console.
If the "Automatically detect settings" option is checked in the IE proxy settings then the Web Console authentication will fail.  Microsoft does not allow for bypassing the proxy, so this option must NOT be checked.

 

If "Use a proxy server for you LAN" option is checked, then there is an option to "Bypass proxy server for local addresses." If this is not enabled and configured, then the proxy will still be used. This option must be configured to bypass the proxy for the Core Server IP, Core Server name and FQDN, and 127.0.0.1.

 

Authenticating to the Proxy


Proxy authentication is outside the scope of LANDesk support.  LANDesk Support does not support or have information on how to configure proxy settings or provide assistance in configuring it.

 

What we do provide is information on what is failing.

 

If a proxy is in use and the user configured for the identity of the LANDesk COM+ Application cannot authenticate to the proxy, then "Unable to validate the current user with the database" will occur. Usually the site that is accessed by Com+ is the following:

 

 

Have the proxy administrator make any connections to this site work using the user configured for the identity of the LANDesk COM+ Application Identity. If the Proxy administrator is unsure how to do this, then you should resolve the issue using the other option of "Bypassing the proxy".


Resolution

Solution 1 - Bypassing the Proxy (Recommended)

  1. Disable "Automatically detect settings" for the IE Proxy settings for the user configured for the LANDesk Com+ Application Identity and any other LANDesk user that may not be able to authenticate to the proxy.

  2. Enable the proxy using the manual settings. 
    1. Check the box for "Use a proxy server for you LAN".

    2. Check the box for "Bypass proxy server for local addresses."



    3. Click Advanced.

    4. Add Exceptions for each of the following items:
      Core Server Name
      Core Server FQDN
      Core Server IP
      Localhost IP

      For example, the settings for a Core named vm88.mydomain.com with an IP of 10.1.1.1 would be:

      vm88; vm88.mydomain.com; 10.1.1.1; 127.0.0.1



    5. Click OK.

    6. Click Apply.

    7. Cick OK.

 

 

 

Solution 2 - Configuring the Proxy to Correctly Authenticate


LANDesk has no information on this other than that we are attempting to hit the following site and proxy authentication is failing:

 

https://CoreServer/landesk/managementsuite/core/ssl/information/databaseinformation.asmx

 

  1. Change the Com+ Application Identity to a User That Can Authenticate on the Proxy.

    - OR -

  2. Have the Administrator of the proxy server configure the Proxy to properly authenticate the user configured for the LANDesk Com+ Application Identity. If the administrator is unsure as to how to do this, then use Solution 1 - Bypass proxy server.

Remote 32Bit Console: Console initialization Error: The connection was not closed. The connection's current state is open.

$
0
0

Description:

When opening a Remote 32bit console you receive the following error:

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=5b2c0358-915b-4eb5-9b1d-10e506da9d0f          "Console Initialization Error: The connection was not closed. The connection's current state is open."

 

Checking the console log (C:\Program Files\LANDesk\Management Suite\Console.exe.log) will bring up errors similar to these one's listed below:

 

5/18/2009 3:48:27 PM : Open database failed: The connection was not closed. The connection's current state is open.


5/18/2009 3:48:28 PM : Exception: System.InvalidOperationException: The connection was not closed. The connection's current state is open.

Cause:

.NET Framework 2.0 is corrupt on the computer running the remote console. The Remote 32bit Console requires .NET to pass commands to access the core server. The commands are being incorrectly interpreted and the result is a false positive on a open connection to the core server.

Resolution:

Run each set of instructions separately and then test the console between each set


    First - Re-register .NET 2.0

  1. Open IIS
  2. Right click on the default website and click properties
  3. Click on the ASP.NET tab
  4. Check that version 2.0 of .NET is listed in the drop down menu
  5. Open a CMD window
  6. RUN: cd C:\WINDOWS\Microsoft.Net\Framework\v2.0.50727
  7. RUN: aspnet_regiis.exe -i

     Second - Download and Install Service Pack 2 for .NET 2.0

SP1 for .NET 2.0 can be found here:

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=5b2c0358-915b-4eb5-9b1d-10e506da9d0f


     Third - Uninstall and Reinstall .NET 2.0 and .NET 2.0 SP2

Download for Microsoft .NET 2.0 can be found here:

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5

 

Download for SP2 for .NET 2.0 can be found here:

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=5b2c0358-915b-4eb5-9b1d-10e506da9d0f

Console commands run as the user logged into the Operating System not the User Logged into the Console

$
0
0

Description

Console commands run as the user logged into the Operating System not the User Logged into the Console.

 

Many security models require that users log into windows operating system as a user with minimal priviliges, and use a user with more rights only when necessary.

 

  • Domain\John
This users has minimal privileges.
  • Domain\John_p
This users more privileges and when necessary process should be elevated to run as this user.

 

If this security model is used, it often occurs that users launch the 32-bit Console without switching users but then log into the 32-bit Console as the privileged user.

 

Many Console actions, especially right-click actions such as Remote Control, will fail or result in a prompt for credentials.

 

See the following article for more information:

Remote Control - Understanding the User Accounts Involved in Remote Control

Cause

Running the Console.exe process as a as the minimally-privileged user but logging into the Console as a privileged user does not cause processes launched by Console actions to occur as that privileged user. Instead processes are launched as the minimally-privileged user, which is logged into the operating system.

Resolution

The Console.exe process should always be launched as the privileged user.

 

To accomplish this change the 32-bit Console shortcut to prompt for the user when launched.

 

  1. Right-click on the shortcut and choose Properties.

    RunConsoleAsUser_01 May. 01 09.40.JPG
  2. Click Advanced.

    RunConsoleAsUser_03 May. 01 09.45.jpg
  3. Check the box to Run with different credentials.

    RunConsoleAsUser_05 May. 01 09.45.jpg
  4. Click Ok to closed the Advanced Properties window.

  5. Click Ok to close the shortcut properties window.

  6. Run the shortcut and you now prompted to select the user to run as.
    RunConsoleAsUser_08 May. 01 09.46.jpg

Testing a Persistent off core SQL Server Connection

$
0
0

The purpose of this article is to connect to a off core SQL Server without using LANDesk technology to ensure database connectivity. A connection will be created from the LDMS core server to the SQL server using Microsoft’s SQLCMD.exe tool. SQL activity monitor will be used to monitor the connection watching for the connection to drop. If the connection drops it can be concluded that there is an issue with network connectivity between SQL and the Core that will need to be resolved before further troubleshooting can be done.

 

 

Tools Needed

 

Microsoft SQL Server Command Line Query Utility SQL 2008

 

Microsoft SQL Server 2008 Command Line Utilities

The SQLCMD utility allows users to connect to, send Transact-SQL batches from, and output rowset information from SQL Server 7.0, SQL Server 2000, SQL Server 2005, and SQL Server 2008 instances. The bcp utility bulk copies data between an instance of Microsoft SQL Server 2008 and a data file in a user-specified format. The bcp utility can be used to import large numbers of new rows into SQL Server tables or to export data out of tables into data files.

 

Note:

This component requires both Windows Installer 4.5 and Microsoft SQL Server Native Client

 

Microsoft SQL Server 2008 Feature Pack, October 2008 link

 

Microsoft SQL Server 2008 Command Line Utilities

X86 Package(SqlCmdLnUtils.msi) - 7234 KB
X64 Package (SqlCmdLnUtils.msi) - 12212 KB
IA64 Package(SqlCmdLnUtils.msi) - 16515 KB

 

Microsoft SQL Server 2008 Native Client


X86 Package
(sqlncli.msi) - 4549 KB
X64 Package (sqlncli.msi) - 7963 KB
IA64 Package (sqlncli.msi) - 11112 KB

 

Steps for testing

 

Core Side

 

  1. Install SqlCmdln Utility on the core server.
  2. Open a command prompt.
  3. Change the directory to \Program Files\Microsoft SQL Server\100\Tools\Binn
  4. Enter the following command string: sqlcmd.exe -S SQLServerName -d DatabaseName -U Username -P Password (example: sqlcmd.exe -S SQL005 -d LDDB -U sa -P Password1 )

If the connection is successful you will see a >1 on your screen.

 

sqlcmd.jpg

For a full list of switches for SqlCmd refer to this MSDN article.

 

SQL Server Side

 

  1. Open SQL Management Studio and connect to the SQL server in the Object Explorer window.
  2. Expand the Management tree then open the activity monitor. Locate the connection opened by the SQLCMD application.

 

At this point you will want to view the activity monitor on the SQL server  to see if the connection has stayed up. Viewing the activity monitor at the end of the day or the next day will determine if there have been any disconects. SQL command line utility will not reconnect if there is a drop either by SQL or network. The application name(SQLCMD) is listed in application column of Activity Monitor so it is easy to identify the sqlcmd connection.

 

 

ObjExpl.JPG

Activity2.JPG

Right click LANDesk Console options fail to run

$
0
0

From within the LANDesk Console one of the more useful features is the ability to right click a machine and perform administrative tasks.

 

rightclick1.jpg

 

Some of these tasks are:

 

Request an inventory scan

Wake up a machine

Shut down a machine

Request a Security scan

 

When one of these options is selected the LANDesk console make a call to IIS and passes the command line parameters to the core.secure/corerequest.asmx page.

 

The URL for this page on the core server is:

 

http://localhost/landesk/managementsuite/core/core.secure/corerequest.asmx

 

This page is seen here being accessed from the core server.

ScreenHunter_09 Mar. 19 10.21.gif

 

Each command requires a client side identifier, this can be the Machine GUID (found in the registry under HKLM\Software\Landesk\Common API) or the machines IP address.

 

ScreenHunter_10 Mar. 19 10.21.gif

 

If the right click commands fail to run, check the following.

 

1.  Can theCoreRequest page be browsed from the Console running the commands?

 

http://[core server name]/landesk/managementsuite/core/core.secure/corerequest.asmx

 

 

2.  Verify that the command is being sent from the core server.

 

On the core server under the \\[Your Core Server]\LDMAIN share the raxfer.log file will store the attempt to run the remote execute.

 

<block>Thu, 19 Mar 2009 10:20:56 4724 388 Performing remote execute, target 10.16.228.214:9594, hash 5b5c5c77</block>

 

3. Verify that the command was recieved on the client.  In C:\Program Files\LANDesk\Shared Files\servicehost.log the command line parameters will be displayed.

 

<block>

Thu, 19 Mar 2009 10:36:14 2608: Exec: Exec: Launch request <"C:\Program Files\LANDesk\LDClient\vulscan.exe" /id=7 /run ldiscn32.exe /NTT=slc-smith-88:5007 /S="slc-smith-88" /I=HTTP://slc-smith-88/LDLogon/ldappl3.ldz /NOUI> (sync 0, timeout 300)

 

</block

Error: Invalid product license when opening a web console

$
0
0

Problem:

Local Host error.PNG

 

 

Possible resolutions:

  1. If the 32-bit Core Console cannot be loaded then contact licensing to correct the license file. After correcting the licensing information, reactivate the core server.
  2. Check the c:\windows\Temp directory. If there are a lot of .tmp files then:
    1. Open services.msc and stop the IIS admin service and the dependent services
    2. Delete all the files in the temp directory
    3. Run iisreset

 

Note: Running a directory at the command prompt may be necessary to determine that this folder is empty. Several problems have happened when opening the folder in Windows Explorer and it contains 65,000+ files.

 

Note: Sometimes the temp directory is not at C:\Windows\Temp. This is dependent on the OS configuration. Alternative options include C:\WinNT\Temp. The best way to find the correct directory is to open a command prompt and run:

cd %windir%\temp

or select Start -> Run and run:

%windir%\temp

 

Please check with particular care for the presence of any additional Temp folders that you may have defined in your environment. Not erasing the correct temp folder will result in failure of the resolution of your issue.

Can showing the last username in the 32-bit console be disabled?

$
0
0

Question

The 32-bit console shows the last logged in user.  Can showing the last username in the 32-bit console be disabled?

Answer

Yes.

 

1. Open theCoreConnectionMRU.xml with a text editor and remove the username.

 

2.Thenset the CoreConnectionMRU.xml to read only.

 

Note:This must be done separately on the Core and the Remote 32-bit consoles.


Web Video: Unable to validate the current user with the database

$
0
0

Description

The following is a twenty minute E-Learning session to help you understand the cause of the error "Unable to validate the current user with the database" when logging into the web console.

 

It explains the error, shows you have to duplicate the error, shows you why the error occurs, and finally how to resolve the error.

 

Download and Watch

E-Learning session

LDMS 8.8 Matrix for successful authentication when logging into the Web Console

$
0
0

Description

This document is created to provide an LDMS 8.8 matrix that will help  indicate when the Web Console will successful authenticate versus when  authentication fails with: "Unable to validate the current user with the  database".

 

Failure to authenticate to the Web Console results in the following  error:

 

 

Unable to validate the current user with the database.

 

For more information on this error, please see the following community article:

Web Video: Unable to validate the current user with the database

 

LDMS 8.8 Matrix for the requirements to successfully login to the Web  Console

                                                                                                                               
         Domain Function Level      

        How is the web console user          added to the LANDesk Management Suite Group on the Core Server?   

  
         Domain Group type                Nested?                Nested Group Type                LANDesk1 COM+ Application Identity                Result                Community Article      
Mixed modeDomain user is not in the LANDesk Management Suite Groupn/aNon/aDefaultUnable to validate the current user with the database    DOC-3005
Mixed modeDomain user is directly added.n/aNon/aDefaultSuccessfully logs in.n/a
Mixed modeUser is in a Domain Security - Global group which is added.Security Group - GlobalNon/aDefaultSuccessfully logs in.n/a
2000 NativeNot tested (but is assumed to be the same as 2003 Native)n/an/an/an/an/an/a
2003 NativeDomain user is directly addedn/aNon/aDefaultSuccessfully logs in.n/a

2003 Native

User is in a Domain Security - Global group which is added.Security Group - Global

No

n/aDefaultSuccessfully logs in.n/a
2003 NativeUser is in a Domain Security - Global group nested in another Domain Security - Global which is added.Security Group - GlobalYesSecurity Group - GlobalDefaultUnable to validate the current user with the database    DOC-3006
2003 NativeUser is in a Domain Security - Global group nested in another Domain Security - Global which is added.Security Group - GlobalYesSecurity Group - GlobalDomain UserUnable to validate the current user with the database    DOC-3007
2003 NativeUser is in a Domain Security - Global group nested in another Domain Security - Global which is added.Security Group - GlobalYesSecurity Group - GlobalDomain User also in the LANDesk Management Suite group.Successfully logs in.n/a
2003 NativeUser is in a Domain Security - Local group which is added.Security - Domain LocalNon/aDefaultUnable to validate the current user with the database    DOC-3008
2003 NativeUser is in a Domain Security - Local group which is added.Security - Domain LocalNon/aDomain User also in the LANDesk Management Suite group.Unable to validate the current user with the database    DOC-3009
2003 NativeUser is in a Domain Security - Local nested in another Domain Security - Global group which is added.Security - Domain LocalYesSecurity - Domain LocalDomain User also in the LANDesk Management Suite group.Unable to validate the current user with the database    DOC-3009

 

Other Causes that Prevent Logging into the Web Console

If the LANDesk1 Com+ Identity information is correctly a domain user that is in the LANDesk Management Suite group on the Core Server and this error still occurs, the following table contains other causes:

Problem
Community Article
Account used for the LANDesk1 COM+ Application Identity is disabledDOC-3010
Account used for the LANDesk1 COM+ Application Identity is lockedDOC-3012
Account used for the LANDesk1 COM+ Application Identity has had a password changeDOC-3015
Server Certificate is missing in IIS possibly due to restoring to an IIS backupDOC-3016

How To: Create and Configure Column Sets in the Console

$
0
0

========================================
  To Create a Column Set
  ========================================

  1. Click Tools | Administration | Column Set Configuration
  2. Right click My Column Set and click New Column Set...
  3. In the Column Configuration dialog, enter a name for the new column set
  4. Select inventory attributes from the list and add them to the Columns list by clicking Add to columns. Remember to select attributes that will help you identify the devices in the device list or returned by the query
  5. (Optional) You can customize how and where the columns appear in the network view by directly editing a component's heading, alias, and sort order fields; or by removing or moving the selected component up or down in the list with the available buttons
  6. (Optional) You can specify more precise qualifying data for software components. Select the software component, click the Qualify button, and then select a primary key value from the list of available values
  7. Click OK to save the column set

========================================
  To Apply a Column Set
  ========================================

  1. Click and drag the column set into the network view on the right or drag over the device group on the left

 

NOTE: Some inventory items may have more than 1 result. If that's the case duplicate devices may show in the console to represent each entry.

 

For more information, see page 31-33 of theThe specified item was not found.

 

***NOTE*** At this time you are not able to set custom column sets for the scheduled tasks tool.

Selecting "manage local users and groups" on a device returns no information

$
0
0

Selecting "manage local users and groups" on a device returns no information

One resolution for this issue is to ensure that the ASP.NET account has read permissions on the Inetpub folder on the LANDesk Core Server.

 

***Following is more troubleshooting information***

 

Troubleshooting and log files

Console calls a core webservice to contact CBA and run \ldclient\localaccount.exe on client to perform the local user query or modification.

 

1- Console.exe.log

 

Checking console log is a good start, it will record the detail error information when 'Manage local users and groups' window get blank. Most common cause for this issue is wrong IIS permission and directory security setting, console will log the detail http error like "Server Unavailable"...

 

Console log path: Core or Addition console
\Program Files\LANDesk\ManagementSuite\Console.exe.log

 

2- Web service access

 

A. Please confirm following URL can be access from core server or additional console,

http://<corename>/landesk/managementsuite/core/core.secure/LDRemoteManageAccount.asmx

***Replace <corename> by your coreserver host name***

 

If get any HTTP error here, please check IIS log as well and get HTTP error code at the end of log item,as following,

 

2010-01-18 22:36:08 W3SVC1 192.168.100.32 POST /landesk/managementsuite/core/core.secure/LDRemoteManageAccount.asmx - 80 - 192.168.100.32Mozilla/4.0+(compatible;+MSIE+6.0;+MS+Web+Services+Client+Protocol+2.0.50727.42) 401 5 0

 

IIS log path: Core
\WINDOWS\system32\LogFiles\W3SVC1

 

 

B. HTTP Error code and resolutions

 

If access LDRemoteManageAccount.asmx failed,please go IIS manager-Default web site-Default web site-landesk-managementsuite-core-core.secure

 

HTTP 401 5 0
- Right click core.secure and properties,Directory Security tab, Authentication and access control, ensure only 'Integrated Windows authentication' was checked.

Untitled.png

 

HTTP 500 0 0
A. Right click core.secure and properties,Virtual directory tab, confirm the setting like this screen shot,

Untitled2.png


B. Right click core.secure and Permissions, the default permission should be assigned as following,
Full Control: Administrators,LANDesk Management Suite,SYSTEM
Read&Execute/List Folder Contents/Read: ASPNET,NETWORK SERVICE

 

C. Identity setting for Application pools - LDAppmain, default identity should be NETWORK SERVICE, change it to LOCAL SYSTEM for test purpose.

Untitled3.png

Run IISRESET and try again,

 

Note: This should be used only for testing, Microsoft recommends that AppPools run as Network Service. If this resolves the issue, it usually signifies that the Network Service does not have proper rights to objects in IIS, can be either NTFS or IIS permissions.

 

3- Client

 

If console.exe.log have no error and only log message like "call webservice to get local account information",  LDRemoteManageAccount.asmx also can be opened successful, it might caused by network traffic blocking or client side issue.

 

A. Confirm CBA service can be access from core, the binocular icon display correctly in console network view. if not, check following,
- LANDesk Management Agent service is started,TCP&UDP 9595 is listening on client.
- Browse http://<client_name/IP>:9595 from core can open web page correctly.if not, check client firewall and network security setting to see any policy block the traffic.


B. Check following log for client side issue.

 

Log path: Client
C:\Program Files\LANDesk\Shared Files\residentagent.log
C:\Program Files\LANDesk\Shared Files\Servciehost.log
C:\Program Files\LANDesk\LDClient\localaccount.exe.log

 

***Attachment LocalUser_client_log.txt is a success log on client***

How user accounts can get locked out when using LANDesk Management Suite

$
0
0

How user accounts can get locked out when using LANDesk Management Suite.

 

Service Accounts used by LANDesk

 

There are many places that user credentials can be stored in the LANDesk Management Suite.  If the password is changed on the user account and static credentials with the old password are used it will lock out the account when the lockout threshold has been passed.

 

Here are some possible locations to check when an account gets locked out:

 

1) Services

a) Open the console on the core server.

b) Configure - Services - Scheduler - Change Login

c) Verify the accounts in the service login as well as the alternate credentials.

 

2) Other services

a) Run "services.msc" on the core server.

b) Look at the "Log On As" column for services to see if any are running under a user account.

 

3) COM+ applications on the core

a) Start - Programs - Administrative Tools - Component Services.

b) Component Services - Computers - My Computer - COM+ Applications.

c) For both LANDesk and LANDesk1, right click, Properties - Identity.

d) Verify the credentials for both COM+ applications.

 

4) Preferred servers

a) Open the console on the core server.

b) Configure - Preferred server.

c) Edit each server and verify the credentials being used.

 

5) Directory Manager

9.5

a) Tools - Distribution - Directory Manager.

b) Remove any configured LDAP directories.

 

9.6 (This is similar to step 6)

a) Configure - Manage active directory sources

b) Remove any configured LDAP directories and readd them or just edit the username / password

 

6) Users Active Directory

9.5

a) Tools - Administration - Users.

b) Click on the "Login to Active Directory" icon.

c) Even if you are logging in to Active Directory it will not display here. (You can see if you are by looking in the ActiveDirectory table in the LDMS database).

d) Enter a good user account that has access to Active Directory. This will overwrite the existing credentials in the ActiveDirectory table (as you can only specify one account for this).

 

9.6, 2016

a) Configure - Manage active directory sources

b) Remove any configured LDAP directories and readd them or just edit the username / password

c) Even if you are logging in to Active Directory it will not display here. (You can see if you are by looking in the ActiveDirectory table in the LDMS database).

d) Enter a good user account that has access to Active Directory. This will overwrite the existing credentials in the ActiveDirectory table (as you can only specify one account for this).

 

7) Mapped Drives

Check for any mapped drives on the core server or console machine (if using a console). Disconnect all mapped drives.

 

8) Security and Patch Downloads-

9.5

a) Tools - Security - Security and Patch Manager.

b) Click on the Download updates icon.

c) Verify any credentials on the Proxy Settings and Patch Location tabs.

 

9.6, 2016

a) Tools - Security and Compliance - Patch and Compliance

b) Click on the Download updates icon. (yellow diamond with a down arrow)

c) Verify any credentials on the Proxy Settings and Patch Location tabs.

 

9) Scan and Repair Settings

9.5

a) Tools - Security - Security and Patch Manager.

b) "Configure settings" icon - Scan and Repair Settings

c) Edit settings, check for credentials on the MSI tab.

 

9.6, 2016

a) Tools - Configuration - Agent Settings - All agent settings - Distribution and Patch

b) All listed items are Scan and Repair Settings (There could be many)

c) Edit settings, check for credentials on the MSI tab

 

10) OSD Scripts & OS Provisioning

It can be difficult to sort through all of the OSD scripts, especially if you have many. To make this easier, simply do a Windows search for any files in the LANDesk\ManagementSuite directory (and all subdirectories) that contain the text of the username that is getting locked out. The OSD scripts are stored in the LANDesk\ManagementSuite\scripts directory.

a) for OS provisioning templates - each template has multiple actions, and many of these actions can have cached credentials.  Unfortunately there is not an easy way to search all template actions for cached credentials.

b) Wherever possible, you should use a Public Variable to represent usernames and passwords.  If the username or password needs to be changed, you can change it once under Public Variables instead of changing each action of each provisioning template.

 

11) Core Server Activation

a) Start - All Programs (or Programs) - LANDesk - Core Server Activation

b) Click the "Proxy" tab.

c) Clear all the text boxes, then un-check the "Require Login" and then "Use Proxy Server" (Note that un-checking the "Use Proxy Server" first will result in the credentials still being cached).

 

12) Software Distribution Packages

a) Tools - Distribution - Distribution Packages

b) For each package, go to Properties - Accounts.  By default Local System is the account used, but it is possible to cache credentials here.  Remove or replace any outdated cached credentials.

 

13) Patch and Compliance

a) Tools - Security- Patch and Compliance

b) Click the "Download updates" button.  If a Proxy is used, ensure the credentials listed are correct.  Go to Patch Location.  If your patch folder has been moved from the default location there may be cached credentials here as well.

 

14) Core server settings on Mobility Management

a) Tools - Mobility - Mobile device management

b) Verify any credentials on the LDMS Core Server part of the settings

 

15) Inventory Settings

a) Tools - Configuration - Agent Settings - All agent settings - Inventory settings - Click on the settings - Software Usage Monitoring

b) Verify any credentials here.

 

16) Disable Data Analytics

a) If data analytics is enabled, disabling may be a viable troubleshooting step to eliminate a cause

Viewing all 316 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>