fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


paedml:novell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
paedml:novell [2023/10/11 10:11] gsyspaedml:novell [2024/12/12 12:48] (current) – [iPrint] gsys
Line 165: Line 165:
  
 ===== ZENworks ===== ===== ZENworks =====
 +
 +==== zman ====
 +
 +=== Config ===
 +
 +<code>
 +/opt/novell/zenworks/bin/zman
 +</code>
 +
 +=== Commands ===
 +
 +<code>
 +zman sss                                            #zman Service stoppen (shell-stop-service)
 +zman ssas                                           #zman Service starten (shell-start-as-service)
 +zman acc                                            #Admin Credentials löschen (admin-clear-credential)
 +zman asc                                            #Admin Credentials speichern (admin-store-credential) 
 +zman inventory-scan-now /devices/workstations/SIT   #Inventarscan unter dem definierten Pfad starten
 +</code>
 +
 +==== Updates ====
 +
 +=== Update importieren ===
 +<code>
 +zman sss
 +zman sui /var/opt/novell/ZENworks_20.1.0_Update.zip "ZENworks 2020 Update 1" -U=Administrator
 +</code>
 +
 +=== Update löschen ===
 +<code>
 +zman sudu -f "ZENworks 2020 Update 1"
 +zman sudu -f "5020010000fc50000000002020060300"
 +</code>
 +
 +
 +==== ZENwork Diagnostics Center ====
 +
 +=== Installation ===
 +
 +Create temporary zdc folder
 +<code>
 +mkdir /tmp/ZENworksDiagnosticCenter_20.0.0
 +</code>
 +
 +Copy zdc files to ZENworks server
 +<code>
 +scp .\ZENworksDiagnosticCenter_20.0.0.zip root@10.1.1.33:/tmp/ZENworksDiagnosticCenter_20.0.0/.
 +</code>
 +
 +Unzip and run zdc
 +<code>
 +cd /tmp/ZENworksDiagnosticCenter_20.0.0/
 +unzip ZENworksDiagnosticCenter_20.0.0.zip
 +chmod 775 zdc
 +./zdc verify -v zendatabase,systemfiles,zencontent -b /tmp/ZENworksDiagnosticCenter_20.0.0/data/baseline_20.0.0.zdc
 +</code>
 +
 +readme
 +<code>
 +bash zdc verify -v <verifiers> -b <path/to/baseline/file>
 +
 +where verifiers can be:
 +   zendatabase
 +   auditdatabase
 +   systemfiles
 +   zencontent
 +
 +Note 1 : You can specify multiple verifiers as comma separated values
 +Note 2 : You cannot specify zendatabase and auditdatabase together in the same command. They have to be verified separately.
 +
 +For example:
 +zdc.bat verify -v zendatabase,systemfiles,zencontent -b c:\zdc\data\baseline_20.1.0.zdc
 +zdc.bat verify -v auditdatabase -b c:\zdc\data\baseline_20.1.0.zdc
 +For more detailed documentation for running ZDC, please refer to: Running ZDC in the ZENworks documentation
 +
 +ZDC will run the diagnostic tests and generate the reports in HTML format in the reports/[date_time] subdirectory. If any inconsistency is found, it will be indicated on the screen and the details will be available in the reports. To view the reports, open "index.html" from the report folder. The complete log of the diagnostic tests is stored in the subdirectory logs/[date_time].log
 +</code>
 +
 +=== Uninstall ===
 +
 +Delete the folder created in step 1 above
  
 ==== Wichtige Befehle ==== ==== Wichtige Befehle ====
Line 177: Line 257:
 Folder Folder
 <code> <code>
-/etc/opt/novell/zenworks/preboot/+/etc/opt/novell/zenworks/preboot/                           # preboot environment files 
 +/opt/novell/zenworks/install/downloads/setup/_all           # ZENworks agent installer 
 +/opt/novell/zenworks/install/downloads/setup/x86_64         # ZENworks agent installer
 </code> </code>
  
Line 217: Line 299:
 </code> </code>
  
-==== Inventar ==== 
-<code> 
-zman inventory-scan-now /devices/workstations/SIT   #Inventarscan unter dem definierten Pfad starten 
-</code> 
  
-==== zman ==== 
-<code> 
-zman sss                                            #zman Service stoppen (shell-stop-service) 
-zman ssas                                           #zman Service starten (shell-start-as-service) 
-zman acc                                            #Admin Credentials löschen (admin-clear-credential) 
-zman asc                                            #Admin Credentials speichern (admin-store-credential)  
-</code> 
  
-=== Eigene Treiber für Bootimage ===+ 
 +==== Eigene Treiber für Bootimage ====
  
  
Line 270: Line 342:
 <code> <code>
 /var/opt/novell/iprint/htdocs/ /var/opt/novell/iprint/htdocs/
-/var/opt/novell/iprint/htdocs/clients/win-8/x86_64+/var/opt/novell/iprint/htdocs/clients/win-8/x86_64/nipp-s.exe
 </code> </code>
paedml/novell.1697011881.txt.gz · Last modified: (external edit)