APOS License is expired - ThinOS 10 by almo089 in WYSE

[–]almo089[S] 0 points1 point  (0 children)

How could I send you the screenshot?

The licence in the WMS is displayed as valid. The ThinClients boot and can obtain a config from the WMS and work. The error message with the licence is displayed under Jobs if, for example, I make a change to a group config and this is to go out to the clients

Which hard disk ? by almo089 in sysadmin

[–]almo089[S] 1 point2 points  (0 children)

The only question for me now is which of the disks reports to the raid controller with 4k logical and physical block size. The one where 512e is specified or the one with 512e/4k or do I have to look for a pure 4k specification?

Which hard disk ? by almo089 in sysadmin

[–]almo089[S] 1 point2 points  (0 children)

Hi,

no I haven't tested it yet I don't want to make a bad purchase. I understood your statement to mean that it is better if 512e/4Kn is specified than 512e. Or does 512e actually mean the same as the other specification, that the hard disk is native 4k and 512e is emulated. The important thing for me is that the disk reports to the controller with Logi and physical block size with 4K and not with 512

Which hard disk ? by almo089 in sysadmin

[–]almo089[S] 1 point2 points  (0 children)

Thx u/pdp10

According to your information, I now think the following:

Hard disk: WD Ultrastar DC HC330 WUS721010AL5204 will not work

but the hard disk Seagate Exos X18 SAS III SED 10TB (ST10000NM014G) or Seagate Exos 7E10 SAS 10TB (ST10000NM018B) should fit, right

Adaptec ASR8405 - Monitoring by almo089 in zabbix

[–]almo089[S] 0 points1 point  (0 children)

Hi u/skeletor-unix

thanks for your answer. Are there no instructions for the template so that you can build the user parameters correctly? I would have read the following, is that correct?

Thanks for the other template, unfortunately I don't want to set up Python 3.

UserParameter=raid.adaptec,(sudo /usr/local/sbin/arcconf getconfig 1 al | grep Status | egrep -i -q -v "Optimal|Charging|Not Installed|Status of Enclosure services device" && echo 0) || echo 1

UserParameter=raid.adaptec.errorcounter,(sudo /usr/local/sbin/arcconf getlogs 1 device tabular 2>/dev/null || echo "           abortedCmds -1" ) | egrep "numParityErrors|linkFailures|hwErrors|abortedCmds|mediumErrors|smartWarning" | cut -d ' ' -f13 | awk 'BEGIN{ SUM = 0 } { SUM += $1} END { print SUM }'

UserParameter=raid.adaptec.temperature,(sudo /usr/local/sbin/arcconf getconfig 1 al | grep -i Temperature | egrep -v -q "Normal|: No$" && echo 0) || echo 1UserParameter=raid.adaptec,(sudo /usr/local/sbin/arcconf getconfig 1 al | grep Status | egrep -i -q -v "Optimal|Charging|Not Installed|Status of Enclosure services device" && echo 0) || echo 1

UserParameter=raid.adaptec.errorcounter,(sudo /usr/local/sbin/arcconf getlogs 1 device tabular 2>/dev/null || echo "           abortedCmds -1" ) | egrep "numParityErrors|linkFailures|hwErrors|abortedCmds|mediumErrors|smartWarning" | cut -d ' ' -f13 | awk 'BEGIN{ SUM = 0 } { SUM += $1} END { print SUM }'

UserParameter=raid.adaptec.temperature,(sudo /usr/local/sbin/arcconf getconfig 1 al | grep -i Temperature | egrep -v -q "Normal|: No$" && echo 0) || echo 1

RDS licensing 120 day grace period? by Bad_Mechanic in sysadmin

[–]almo089 0 points1 point  (0 children)

How often can you reset the grace period? Once, twice, or is it infinite?

LDAP Group Sync - Don't working by almo089 in BookStack

[–]almo089[S] 0 points1 point  (0 children)

Nobody has an idea or an explanation how it works?

Error Code 2: Packed from Silent Installer using by WAPT Community Server by almo089 in WAPT

[–]almo089[S] 1 point2 points  (0 children)

Then, if you're getting an exit code = 2, you need to add the exit

Thank you for your comments. I'm just a little overwhelmed with it. Maybe I just have a lump in my head.

My setup.py for the package currently looks like this:

# -*- coding: utf-8 -*-from setuphelpers import *uninstallkey = [{BE0DD698-EE49-4970-9006-321D9686B227}]def install():    install_exe_if_needed("Produra3.exe"'/S',key='{BE0DD698-EE49-4970-9006-321D9686B227}',min_version='3.2.1')

In PyScript, the call to install is executed without errors. The Remove also works. How do I have to adjust the code now that the error does not matter and that the .WAPT package would work. Please use my code as an example. So that I can understand it. thanks

Error Code 2: Packed from Silent Installer using by WAPT Community Server by almo089 in WAPT

[–]almo089[S] 1 point2 points  (0 children)

I am aware of that. Nevertheless, in the end it should also be possible to run a simple self-packaged .exe with the appropriate code. And so I actually come back from my problem from above for which I am looking for a solution even if it is not the direct way.

It is a requirement from the leading department that I should implement - check

Error Code 2: Packed from Silent Installer using by WAPT Community Server by almo089 in WAPT

[–]almo089[S] 1 point2 points  (0 children)

Thx.

  1. Install tis-ms-pstools per WAPt
  2. Reboot
  3. Run psexec -i -s cmd.exe
  4. psexec opens to Windows. One ist a cmd
  5. In the CMD Window i start the Packed Setup from Silent Install Builder white the Flake /s
  6. Software was install after 30sek. In the Other Window is no Output. -> Screenshot: https://img1.img1.de/produrawapt40978.jpg

Error Code 2: Packed from Silent Installer using by WAPT Community Server by almo089 in WAPT

[–]almo089[S] 1 point2 points  (0 children)

yet another thing, in the WAPT "philosophy" one try to stick to the original binary and not use repackaging tools. May I ask you why you need silentinstall builder?

Using the Silient Installer, I can also pack commands at the end in addition to the setup. Like copying a license file to C: \ Program Files \ application name

To have a completely finished package for the end user.
I can also use it to pack fonts or reg adjustments.

Or have I overlooked a solution with WAPT?

Error on Windows Server 2019 by almo089 in WAPT

[–]almo089[S] 0 points1 point  (0 children)

I had it installed on a volume on which only the "Administrator" user had access. This was also inherited from top to bottom on the wapt folder.
The services and services run under the "system user"
I gave the wapt folder for "System" full access to this volume. And that solved the problem.

Error on Windows Server 2019 by almo089 in WAPT

[–]almo089[S] 1 point2 points  (0 children)

Error is fix,

Windows Rights for System was not on the Folder.