Quantcast
Channel: Ivanti User Community: Message List
Viewing all 12704 articles
Browse latest View live

Windows 10 Inplace upgrade, Pakete auf Reinstall und "The network path was not found"

$
0
0

Hallo zusammen,

 

ich teste gerade mit der Windows 10-Installation sowie Inplace Upgrades. Soweit läuft schon mal alles. :-)

 

Ich habe ein paar Skripte, die nach einem Inplace upgrade über den Befehl "MarkPackageAsNotInstalled" und dem entsprechenden Software-Tag dann auf Neuinstallation gestellt werden. Auch das funktioniert - im Prinzip.

Allerdings erhalte ich dann öfters die Fehlermeldung

Could not make files available for job InstallJob:PolicyInstance.xxxx. Reported error is 'The network path was not found. (0x00000035)'.

 

Ich denke mal, das liegt daran, dass der Service Installer losläuft, während Windows noch beim Starten fertig konfiguriert wird. Da das Upgrade auch die Treiber migriert, könnte es gut sein, dass die Netzwerk einen neuen Treiber erhält und somit die Verbindung verliert.

 

Jetzt ist das in der Regel nicht weiter schlimm, im Moment verteile ich so gut wie keine Pakete, so dass auch kein weiterer Neustart des Rechners durchgeführt wird. Aber wenn das System später mal so weit wäre, dann wäre ja eh die Pakete aktuell und es würden das Inplace upgrade sowie alle durch das entsprechende Software-Tag zurückgesetzten Pakete eingespielt werden. Aber das würde dann nicht direkt im Anschluss geschehen.

 

Eine Idee wäre, den Start des Runtime Service zu verzögern, aber das würde dann ja alle Installationen treffen. Aktuell ist der Standard-Wert 0s eingetragen.

 

Wie handhabt Ihr das?

 

Gruß

Nils

 

Ach ja: Windows 10 Enterprise x64 1607, 1703 und 1709/1709.1 unter DSM 2018.1


Re: How to deploy adobe reader

$
0
0

You can always ADD a local environment variable for SDMCACHE. It's not like that can't be scriptet.

 

We have the following environment variables for WIndows:

 

... it'd not take long to write up a PowerShell script that checks whether you're running a 32-bit or 64-bit OS (and/or just "locates" SDMCACHE") and creates a new SYSTEM environment variable for it.

 

Once you've got that done, you can do your generic command-line call easy enough.

Re: How to make mandatory Package ?

$
0
0

Note the 2nd half of my reply ...

 

You can similarly do things like this via more regular policies.

  • You can define a REQUIRED policy (so doesn't need to prompt / show up) and use either a Device Group (or - better - a QUERY for your scope) and we'll resolve the query every few hours ... if a new device gets added to it, we'll add it to the target list.
  • Or you can target based on an AD-group (if that's helpful), in which case when a device checks in, it'll immediately state "Hey, I'm a member of OU=MustHaveSoftware" and get the software added to it.
  • The above tends to be a one-off though (so not a "constant check").

 

That is using regular software distribution policies.

 

Depending on your requirements, I wanted to give you alternative approaches, since there's usually a lot of context not mentioned.

Re: PC not reporting after uninstall\re-install agent

$
0
0

Try this:

  • Run an inventory scan on the device with GUI enabled -- "LDISCN32 /V /F /SYNC" (from a command-prompt in the LDCLIENT directory). That'll show you if that box CAN connect to the Core / if there's any problems during the inventory scan itself.

    Assuming that there are no problems here, then...
  • Check the NT application event log on the Core. If the inventorys can error'ed out (because a DB field is not big enough, for instance), that'd result in "not updated inventory"). You'd most likely see an Error 4100 from our Inventory Server.

 

Start with that ... making sure that you can in fact talk to the Core, reach the Inventory Service & complete the scan is the first thing. After that (with the inventory scan reaching the Core), everything else is "Core-side" diagnosis by and large.

Re: How to deploy adobe reader

$
0
0

Yes it's not hard to do but if there is any variable without making new GPO with scripts (Our computers is very very slow logon with hundred of GPO and scripts).

 

If i have no other solutions i will do that but i believed Landesk add automaticaly SDMCACHE path

Re: Agent IP address doesnt update

$
0
0

Thks for the answers Guys,

i've opened a case and i got my answer from support

"The information displayed in Status is gathered when the LANDESK Remote Control Service starts. This is by design."

 

Even if my IP address changes i will not see it on the agent/remote

Re: How to make mandatory Package ?

$
0
0

Sorry my english was not really good and i not understand all sometimes ....

 

If i understand i make Task with specific SCOPE or specific request launched every Day/hours etc... for computers who never launch it and all my new computer added on my scope/request will have my "mandatory" software.

Re: Workspace Control 10.2.0.1, Windows 10 1709: %ProgramFiles% vs %ProgramW6432%

$
0
0

Hi all,

 

We have reproduced this issue in the test lab of Ivanti.

Currently we are investigating this issue to determine if this is an issue or correct behavior based on (valid) code change.

 

I will update you asap.

 

With kind regards,

 

Stefan


Re: Remove computer from database

$
0
0

OK so ... the article is written & submitted for approval.

 

Once that's done (should be later today), I'll link it up here.

Re: How to make mandatory Package ?

$
0
0

So what version of EPM are you using? Respectively - how familiar are you with the product? I'm not trying to be judgmental here - just trying to understand if this is a language issue or if you're reasonably fresh to the product (in which case I'd take a bit of time to explain a few concepts).

 

You *CAN* (re-)start the task from the Core side, but it's usually much easier just to ensure that your clients check for policies at a regular interval (and that's part of agent config).

 

That way you can just "let the policy go active" ... and clients will check in periodically (when they run policysync) ... and any required policies will go down automatically.

 

Both approaches will work -- just that the 2nd option (clients pulling) is easy enough to do & much more preferable overall.

 

It's usually much easier to have clients PULL requests, than having the Core push them out, as a general rule.

ISM 2017.3 In the AdminUI, when wanting to change colours on an existing Calendar Object -the screen "hangs" on loading.

Barcode scanning - Workspaces

$
0
0

We are starting to use workspaces for out CMDB. It is working well to scan the barcode for serial numbers and asset tags but we also want it to scan our room codes (which are barcodes).

 

Currently we have a reference list with the location string in it and the location code. In the Asset location box a user can type the code or type part of the location string. We would like them to be able to scan into this. I believe in workspaces you can't scan to a reference list, so we have created a location code attribute on the window to scan the code into. We then want this code copied into the Asset location dropdown (as if the analyst was typing it) but this isn't working. It brings back a type mismatch error.

 

Does anyone have any experience of using the barcode scanner within workspaces that might be able to help?

Re: How to make mandatory Package ?

$
0
0

I'm new with the product, i'm not know all tips.

I know how to deploy task with specifc hour or specific frequency. How to select scope/request for target. Deploy in push,policy or both.

 

But i don't know how i can have Task always enabled and let the policysync do the job.For me when the task is launched, all new computer not launch the task. It's maybe very simple.

Re: New CI

$
0
0

So if you have created the new CI type as an extension to the CI object then you need to add the form view to the CI object for your new CI type (it does not use its own layout).  Then edit the list component of the CI layout and each CI type is listed there add a forms you wish to use and they will then appear in the menu for CI.

 

Then you set your preview, new and editing forms:

 

Re: How to deploy adobe reader

$
0
0

So "technically" we do have a reference to the LDCLIENT directory, but that's something that can only easily be accessed via SCHEDULED SCRIPTS (that's the %LDMS_CLIENT_DIR% reference mentioned above). But that's "old tech" that may not be super desirable in this case for various reasons.

 

Since the purpose here is to "go fast", the easiest solution may be to use the "LDMS_LOCAL_DIR" variable as a starting point, and crimping / editing that to use your location for the SDMCACHE via script which can then call your command-line as desired. That'd be the easiest / fastest solution here.

 

That's at least something that won't take a lot of effort & will allow you to start working "right now" with what you have?


Re: How to deploy adobe reader

$
0
0

Maybe the variable LDMS_LOCAL_DIR is used for specific thing inside Landesk.

I will let this variable clean for not have strange issue after ^^

 

I will check for making 2 packages one for 32 and one for 64 bits or use powershell script for create new environment path.

 

I just hope landesk will be never moved from C:\progfilesx(86) to progfiles on 64bits computers ^^

Process steps out of sequence!

$
0
0

I'm having some issues with my request process in that I'm using a number of authorisations through the process that I wish to stop the SLA clock when it hits the state.

 

It would appear that the process steps are out of sequence between the history and the actual process.  I thought at first it was just a display issue as they all have the same time stamp but because the action of starting the clock cannot be taken unless the clock is in a stopped state clearly it's not a display issue rather its actually taken the actions out of sequence.  This isn't a big issue for most actions taken at the same time but for this particular action of stopping and starting the clock it is.  It means the authorisation action cannot be taken until the clock is manually stopped and presumably it'll have an adverse impact on the SLA timings in my reporting.

 

Anyone seen this or have a fix for it?

Re: ISM 2017.3 In the AdminUI, when wanting to change colours on an existing Calendar Object -the screen "hangs" on loading.

$
0
0

Yes, after clicking on the "edit" button for a color, the "Edit" window pops up but then it stays "Loading".

Re: Lizenzen einsehen - bzw was passiert wenn drüber

$
0
0

Hey Frank,

 

danke für die schnelle Nachricht.

Ich hatte nur mal im Hinterkopf, dass DSM dann die Funktion für alle Computer einstellt bis man wieder "unter" der Anzahl ist und man dies auch in Logs nachvollziehen kann.

Das Einstellen des Dienstes ist heute morgen bei uns geschehen. Ein Popup gabs dazu nicht. Wir waren aber definitiv mit ein paar Objekten drüber.

 

Allerdings hat dies auch mit der 100% CPU Auslastung des IIS zu tun, die wir mit DSM 2017 hatten. Nach dem Deaktivieren einiger Objekte und einem Neustart des BLS geht nun wieder alles.

Ich versuche das Verhalten gerade wieder zu erzwingen indem ich über unser Limit gehe. Aber bisher scheint alles noch zu funktionieren. Daher nehme ich an, dass es mit dem IIS Problem zusammenhängt (siehe Log unten).

Das Popup gibts aber definitiv nicht mehr.

 

Grüße Stephan

 

AutoIn Log von heut morgen:

08:04:59.628 E   Warning (Module:SWMSClntLib, Severity:0x03): Failed to synchronize with BLS

A HTTP request failed. (0xe0090015)

08:04:59.629 E   Warning (Module:SWMSRT, Severity:0x03): Client sync () failed [-536281067]

08:04:59.636 E   Warning (Module:SWMSRT, Severity:0x03): ClientSync failed with error code 3758686229

A HTTP request failed. (0xe0090015)

08:04:59.643 2   SWMSRT: Client sync for computer '230048' and user '1869' (QoS level 'Polling') failed with 'A HTTP request failed. (0xe0090015)' (3758686229)

Re: Automation Portal shows message Invalid object name 'sysdatabases'

$
0
0

Here's a screenshot of the message. When clicking close no dashboard is shown.

2018-04-19 11_12_14, RES One Automation Portal error.jpg

Viewing all 12704 articles
Browse latest View live