New opsi 4.0.7 packages in Stable and Testing

Antworten
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

New opsi 4.0.7 packages in Stable and Testing

Beitrag von d.oertel »

Dear opsi-users,

we released updates for opsi in stable and testing.

The products opsi-clonezilla and opsi-wim-capture
are changed with focus on working with external depot servers.

Therefore we changed at the product opsi-clonezilla the property 'mageshare',
that the value 'auto' (new default) will find the share opsi_images at that depot server, the client is assinged to.

In the same way works at the product opsi-wim-capture the property 'opsi_depot_rw_host' :
The value 'auto' will use the clients depot.

The actual opsi-clonezilla does by default always a verify check after save and before restore.
This takes a long time, so we made here some modifications:

At the product opsi-clonezilla the property runcommand now holds examples that contain the additional parameter '--skip-check-restorable' to disable the verify checks.

At the product opsi-wim-capture you may use the new property verify_clonezilla_images to control the verify checks.
The default is 'never' = do no checks.

opsi-clonezilla
--------------------------------------------------
* imageshare
** description: normally auto or empty: Defaults to the opsi_images share of the depot server; if not auto or empty: smb/cifs share in the format //server/share
** values: ["", "//opsiserver/opsi_images", "auto"]
** default: ["auto"]

* runcommand
** description: Clonezilla command to be executed
** values: ["", "ocs-live", "ocs-sr -g auto -e1 auto -e2 --skip-check-restorable-r --batch -r -j2 -p true restoredisk imagefile diskdevice", "ocs-sr -q2 --skip-check-restorable-s --batch -j2 -rm-win-swap-hib -i 2000 -p true savedisk imagefile diskdevice", "ocs-sr -q2 -c -j2 -z1 -i 2000 -sc -p true saveparts imagefile partdevice"]
** default: ["ocs-live"]
--------------------------------------------------


opsi-wim-capture
--------------------------------------------------
* opsi_depot_rw_host
Normally 'auto' (default) or leave empty.
If not 'auto' or empty: the host from which we mount the opsi_depot_rw share.
If the host is given, it must be a hostname, a FQDN or a IP Number.
This property is only for situations where the opsi_depot_rw share is *not* reachable at the opsi depot where the client is assigned to.

* verify_clonezilla_images
Should Clonezilla check the images 'after_save', 'before_restore', 'never', 'always'.
A verify check takes nearly the same time as the save or restore process. +
Default = 'never'
--------------------------------------------------

As stable we publish:

Server packages:
none

Client packages:

* opsi-client-agent 4.0.7.10-1
* opsi-winst 4.11.6.8-1
* opsi-wim-capture 4.0.7.1-2
* swaudit (4.0.7.3-1)


As testing we publish:

Server packages:
none

Client packages:

* opsi-clonezilla (4.0.7.2-3)
* opsi-wim-capture (4.0.7.1-3)
* opsi-winst 4.11.6.10-1
* ubuntu16-04_4.0.7.1-2
* redhat70_4.0.7.1-4
* sles12_4.0.7.1-3
* sles11sp4_4.0.7.1-3
* sles12sp1_4.0.7.1-3

Modified documentation you will find at:
http://download.uib.de/opsi4.0/testing/opsi-v407/doc/

As always, kind regards,
detlef oertel


Changelogs:


---------------------------------------
swaudit (4.0.7.3-1) stable; urgency=low

* trim entries to DB field length

-- detlef oertel <d.oertel@uib.de> Wed, 12 Oct 2016 15:00:00 +0100
---------------------------------------
opsi-clonezilla (4.0.7.2-3) stable; urgency=low

* property imageshare normally auto or empty. If auto or empty will be the opsi_images share on the clients depot

-- detlef oertel <d.oertel@uib.de> Wed, 02 Nov 2016 15:00:00 +0200
---------------------------------------
opsi-wim-capture (4.0.7.1-3) stable; urgency=low

* fix for capture on depots
* property opsi_depot_rw_host with new default auto (= empty)

-- detlef oertel <d.oertel@uib.de> Mon, 31 Oct 2016 15:00:00 +0000


opsi-wim-capture (4.0.7.1-2) stable; urgency=low

* new property: verify_clonezilla_images :
* set in clonezilla runcommand --skip-check-restorable to avoid verify or not

-- detlef oertel <d.oertel@uib.de> Thu, 27 Oct 2016 15:00:00 +0000
------------------------------------------
opsi-winst/opsi-script (4.11.6.10) stable; urgency=low

* osfuncwin: RunCommandAndCaptureOut: transfer exitcode if process could not start
* osparser: execShellCall: new parameter FatalOnFail : boolean = true
* osparser: execShellCall: returns exitcode on fail
* osparser: evaluateBoolean: FileExists* : call execshellCall with FatalOnFail=false

-- Detlef Oertel <d.oertel@uib.de> Wed, 09 Nov 2016:15:00:00 +0200
opsi-winst/opsi-script (4.11.6.9) stable; urgency=low

* osregistry: TuibRegistry.ReadEntry: use RegQueryValueExW on trdString, trdExpandString
* osregistry: fix encoding in deletekey

-- Detlef Oertel <d.oertel@uib.de> Fri, 04 Nov 2016:15:00:00 +0200

opsi-winst/opsi-script (4.11.6.8) stable; urgency=low

* osconf: global bool variable readconfig_done which is set by readconfig to true
* osparser: CreateAndProcessScript: do not call readconfig if readconfig_done
* should fix: uib#2016101810000104

-- Detlef Oertel <d.oertel@uib.de> Fri, 28 Oct 2016:15:00:00 +0200

opsi-winst/opsi-script (4.11.6.7) stable; urgency=low

* new unit oskeyboard
* linkfolder knows now parameter shortcut for key like Shift-Alt-O

-- Detlef Oertel <d.oertel@uib.de> Fri, 21 Oct 2016:15:00:00 +0200

opsi-winst/opsi-script (4.11.6.6) stable; urgency=low

* osmain: GetParameter: log error if readconfig failed
* osparser: CreateAndProcessScript: log error if readconfig failed
* osparser: CreateAndProcessScript: backup depot path and restor if rad config failed
* osparser: CreateAndProcessScript: backup depot path and restor if rad config failed
* osparser: evaluateBoolean: Fileexists* calling execShellCall architecture dependent
* osparser: produceStinglist: getFileInfoMap32, getFileInfoMap64, getFileInfoMapSysnative

-- Detlef Oertel <d.oertel@uib.de> Thu, 20 Oct 2016:15:00:00 +0200
---------------------------------------------

opsi-client-agent (4.0.7.10-1) stable; urgency=low

* setup.opsicript: [sub_restore_productOnClient]:
if found first rename productOnClients.json
then start process content (this way is more failsafe against errors)
* opsi-script 4.11.6.6

-- Detlef Oertel <d.oertel@uib.de> Tue, 20 Oct 2016:15:00:00 +0200

opsi-client-agent (4.0.7.9-2) stable; urgency=low

* opsiclientd 4.0.90

-- Erol Ueluekmen <e.ueluekmen@uib.de> Tue, 05 Oct 2016:22:06:00 +0200

opsi-client-agent (4.0.7.9-1) stable; urgency=low

* update to openSSL 1.0.2j
* replacing opsiclientd_shutdown_starter by opsiclientd_event_starter
* opsiclientd_event_starter 4.0.7.0
* changes for installation

-- Detlef Oertel <d.oertel@uib.de> Tue, 04 Oct 2016:15:00:00 +0200

opsi-client-agent (4.0.7.8-2) stable; urgency=low

* Fallback for non-supported Win Vista and Win2008 to opsiclientd 4.0.83

-- Bardo Wolf <b.wolf@uib.de> Fri, 23 Sep 2016 12:08:01 +0200

opsi-client-agent (4.0.7.8-1) stable; urgency=low

* opsiclientd 4.0.89

-- Erol Ueluekmen <e.ueluekmen@uib.de> Wed, 21 Sep 2016 15:01:01 +0200
----------------------------------------------------------
ubuntu16-04_4.0.7.1-2 stable; urgency=low

* added customSwap partitioning to enable a larger swap partition
* opsisetuplib: using mkfs option -F as default

-- Mathias Radtke <m.radtke@uib.de> Thu, 06 Oct 2016 10:30:00 +0200
----------------------------------------------------------
redhat70_4.0.7.1-4 stable; urgency=low

* added new property to create different sized swap partitions
* opsisetuplib: using mkfs option -F as default

--Mathias Radtke <m.radtke@uib.de> Tue, 4 Oct 2016 17:00:00 +0200
----------------------------------------------------------
sles12_4.0.7.1-3 stable; urgency=low

* added new property to create different sized swap partitions
* opsisetuplib: using mkfs option -F as default

--Mathias Radtke <m.radtke@uib.de> Tue, 4 Oct 2016 17:00:00 +0200
----------------------------------------------------------
sles11sp4_4.0.7.1-3 stable; urgency=low

* added new property to create different sized swap partitions
* opsisetuplib: using mkfs option -F as default

--Mathias Radtke <m.radtke@uib.de> Tue, 4 Oct 2016 17:00:00 +0200
----------------------------------------------------------
sles12sp1_4.0.7.1-3 stable; urgency=low

* added new property to create different sized swap partitions
* opsisetuplib: using mkfs option -F as default

--Mathias Radtke <m.radtke@uib.de> Tue, 4 Oct 2016 17:00:00 +0200
----------------------------------------------------------
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
Antworten