ENGL Imaging Toolkit 8

Size: px
Start display at page:

Download "ENGL Imaging Toolkit 8"

Transcription

1 ENGL Imaging Toolkit 8 Technical Deep Dive Copyright Expert Networking 1 Group Ltd

2 ENGL Imaging Toolkit Technical Deep Dive Part 1 Heath Upton ENGL

3 Technical Deep Dive: Part 1 Agenda Scenario Imaging Toolkit Site customisation Copyright Expert Networking Group Ltd 3

4 Scenario 4

5 Springfield ZCM Primary Library School Burns Manor ZCM Primary Copyright Expert Networking Group Ltd 5

6 Objectives Site based customisation: Computer naming (site code) Localisation (keyboard layout) ZENworks registration (target folder) Active Directory join (target domain) Application installation for site/department Disconnected imaging Bootable USB Secure imaging menus (LDAP identity) Restore images from USB storage Migration Windows XP to Windows 7 User triggered migration Deployment progress monitoring Copyright Expert Networking Group Ltd 6

7 Imaging Toolkit

8 ENGL Imaging Toolkit 8 Hardware independent imaging Driver management Secure imaging front-end Automated deployment Application installation Customisable Repeatable Makes Windows deployment easy! Copyright Expert Networking Group Ltd 8

9 ENGL Imaging Toolkit 8 System requirements: System Center 2012 Configuration Manager SP1 ZENworks 11 Configuration Management (11.x) Note: ZCM a is required for Windows 8 / Server Deployable OS versions: Windows 8, 7, Vista, XP Windows Server 2012, 2008 / R2, 2003 Copyright Expert Networking Group Ltd 9

10 Windows 7 Deployment Components Windows OS Import Windows 7 SP1 x64 media Import ZCM a Agent Create project Deployment Wizard Drivers (for each hardware model) Import hardware scan Search for drivers Create driver image Imaging integration (Integration Wizard) Configure Zim Update TFTP folder Create bundles Copyright Expert Networking Group Ltd 10

11 Build Console File Library and Projects File Library Projects Windows Media Windows 8, 7, Vista, XP Windows Server 2012, 2008/R2, 2012 Mass-Storage Device Drivers SCSI, SATA, RAID Novell Client Novell Client SP3 ZENworks Agent ZENworks 11 Configuration Management (11.2.3) Windows 8 ZENworks Agent Windows 7 Novell Client ZENworks Agent Windows XP ZENworks Agent Windows Server 2012 ZENworks Agent Copyright Expert Networking Group Ltd 11

12 Build Console Deployment Wizard Project Windows Media MSD Drivers ENGL Build Hook Configuration Custom Scripts ENGL Build Engine ZENworks Agent Base Image Creation Process Build Process Image Novell Component Image Base Image Copyright Expert Networking Group Ltd 12

13 Build Console Driver Management 1 Import hardware inventory 2 Driver discovery 5 3 Create driver image Driver download Driver analysis 4 Copyright Expert Networking Group Ltd 13

14 Demonstration

15 Build Console Integration Wizard Integration Download initrd (ENGL integration) Update TFTP folder (copy of) Zim binaries Authentication Front-End Zim Script template (zim.cfg) Project lookup (projects.ini) Restore menu Maintenance menu Bundles Create bundles Assign to ENGL Installer User Copyright Expert Networking Group Ltd 15

16 Deployment Imaging Integration Custom Forms Imaging Menus Authentication ENGL Zim WinPE (WIM) Linux (ZMG) ZCM TFTP Server PXE Boot USB Boot Copyright Expert Networking Group Ltd 16

17 Deployment Build Process Install Hotfixes Driver Installation Change Computer Name Install ZENworks Agent Time Zone / Regional Settings ZENworks Registration Join Active Directory Application Installation (Logic Rules) Registry / Windows Scripts Keyboard & Mouse Lockdown Error Detection Customisation and Clean-up Copyright Expert Networking Group Ltd 17

18

19

20

21 Site Customisation

22 Site Customisation Requirement Single project for many build configurations Add new sites easily Customised settings: Computer naming (asset tag based on location) ZENworks registration (device folder) Domain join OU Localisation (time zone, system/user locale, input locale) Copyright Expert Networking Group Ltd 22

23 Site Customisation Approach ; ENGL Sites Lookup File (sites.ini) ; <TFTP>/zimfiles/sites.ini ; ; ID - Computer name prefix ; SITE Domain OU and ZCM registration key ; TZ Time zone ; SL System / User locale ; IL Input locale ; DEPT Departments (comma separated) [ ] ID = "LIB" SITE = "Library" TZ = "Mountain Standard Time" SL = "en-us" IL = "0409: " DEPTS = "Staff,Training" [ ] ID = "SCH" SITE = "School" TZ = "Mountain Standard Time" SL = "en-us" IL = "0409: " DEPTS = "Administration,Staff,Students" Copyright Expert Networking Group Ltd 23

24 Site Customisation Approach (cont.) Imaging (Linux / WinPE) Sites lookup file (sites.ini) ZENworks Image-safe Data (ZISD) 'ENGL' extensions Zim reads sites lookup and writes to ZISD Build process (Windows) Custom phase script (phase0-before.vbs) reads ZISD Tokenises sites lookup data Saves sites lookup data to system environment variables ENGL build engine re-evaluates template with variables Copyright Expert Networking Group Ltd 24

25 Site Customisation ZISD ENGL extension ENGL attribute named Vendor Data ENGL (VDE) Novell added VDE attribute to ZISD layout Novell tools don't expose VDE (zisedit/zisview, ziswin) Imaging Toolkit tools can read/write VDE Zim (Linux / WinPE imaging) Zmainrun (ENGL build engine) ZtoolkitCtrl (ActiveX Control enabled during build process) Zisdwiz (read/write from command line) VDE value holds data using "key=val;key=val; " Zim and ZtoolkitCtrl include methods to extract VDE Copyright Expert Networking Group Ltd 25

26 Site Customisation Sites.ini Modify zimget.s to TFTP get sites.ini using TFTP # <TFTP>/zimfiles/zimget.s echo Downloading ENGL Zim files... tftp $PROXYADDR << _END_ > /dev/null verbose on bin get zimfiles/ldapsdk.tar $ZIMDIR/ldapsdk.tar get zimfiles/zim.tgz /zimbin/zim.tgz get zimfiles/engl.lic $ZIMDIR/engl.lic get zimfiles/zim.cfg $ZIMDIR/zim.cfg get zimfiles/images.ini $ZIMDIR/images.ini get zimfiles/projects.ini $ZIMDIR/projects.ini get zimfiles/sites.ini $ZIMDIR/sites.ini get zimfiles/zimrun.s $ZIMDIR/zimrun.s quit _END_ Copyright Expert Networking Group Ltd 26

27 Site Customisation Sites.ini Modify zim.cfg to read site settings using network broadcast address ; Get the network broadcast address Network:Get,"BCADDR",network_bcaddr ; Read sites lookup file (sites.ini) Set:SitesIniPath,"%_ZimDir%sites.ini" File:Ini,Get,"%SitesIniPath%","%network_bcaddr%","ID",ENGL_ID File:Ini,Get,"%SitesIniPath%","%network_bcaddr%","SITE",ENGL_SITE File:Ini,Get,"%SitesIniPath%","%network_bcaddr%","TZ",ENGL_TZ File:Ini,Get,"%SitesIniPath%","%network_bcaddr%","SL",ENGL_SL File:Ini,Get,"%SitesIniPath%","%network_bcaddr%","IL",ENGL_IL File:Ini,Get,"%SitesIniPath%","%network_bcaddr%","DEPTS",ENGL_DEPTLIST Copyright Expert Networking Group Ltd 27

28 Site Customisation Sites.ini Modify zim.cfg to update ZISD VDE with site data ; Read entire VDE attribute value into Zim variable VDE ZISD:Get,"VendorDataENGL",VDE ; Add site values to VDE string Set:VDE,PutKeyPairStringValue("%VDE%","ID","%ENGL_ID%") Set:VDE,PutKeyPairStringValue("%VDE%","SITE","%ENGL_SITE%") Set:VDE,PutKeyPairStringValue("%VDE%","TZ","%ENGL_TZ%") Set:VDE,PutKeyPairStringValue("%VDE%","SL","%ENGL_SL%") Set:VDE,PutKeyPairStringValue("%VDE%","IL","%ENGL_IL%") ; Write VDE to ZISD ZISD:Put,"VendorDataENGL","%VDE%" ZISD:Write Copyright Expert Networking Group Ltd 28

29 Site Customisation ZISD VDE - Build Process Install Hotfixes Phase0-Before.vbs Driver Installation Change Computer Name Install ZENworks Agent Time Zone / Regional Settings ZENworks Registration Join Active Directory Application Installation (Logic Rules) Customisation and Clean-up Copyright Expert Networking Group Ltd 29

30 Site Customisation ZISD VDE - Build Process Phase0-Before.vbs (using ZtoolkitCtrl) ' Attach to ENGL ZtoolkitCtrl ActiveX Control Set Utils = CreateObject("ENGL.Ztoolkit.Utils") Set ZENworks = CreateObject("ENGL.Ztoolkit.ZENworks") ' Read in VDE VDE = ZENworks.GetZisdAttributeValue("VendorDataENGL") ' Tokenise key/value pairs and set Windows environment variables ' Creates Windows System environment variables ENGL_Site and ENGL_TZ Ret = Utils.GetKeyPairStringValuesAsVariables(VDE, "ENGL_") Copyright Expert Networking Group Ltd 30

31 Site Customisation Computer Naming

32 Site Customisation Computer Name Settings Imaging Toolkit behaviour (Zim default template) START Read ZISD Computer Name Set:COMPUTERNAME,"" ZISD:Get,NetBiosName,ZISD_COMPUTERNAME If:Var,ZISD_COMPUTERNAME,NE,"" Set:COMPUTERNAME,"%ZISD_COMPUTERNAME%" Else: Set:COMPUTERNAME,"%DMI_NAME%" End: Computer Name? NO Set Computer Name from DMI YES ZISD:Put,NetBiosName,"%COMPUTERNAME%" ZISD:Write Write Computer Name to ZISD END Copyright Expert Networking Group Ltd 32

33 Site Customisation Computer Name Settings Modify zim.cfg to include site ID in computer name ; Read ZISD computer name ZISD:Get,"NetbiosName",ZISD_COMPUTERNAME ; Read ZISD computer name If:Var,ZISD_COMPUTERNAME,NE,"" ; Use existing computer name stored in ZISD Set:COMPUTERNAME,"%ZISD_COMPUTERNAME%" Else: ; Use site ID to prefix computer name Set:COMPUTERNAME,"%ENGL_ID%-%DMI_NAME%" End: ; Default Zim script will write COMPUTERNAME to ZISD ; which will be read during the Windows build process ; to name computer. ;.... Copyright Expert Networking Group Ltd 33

34 Site Customisation ZENworks Registration

35 Site Customisation ZENworks Settings Create ZENworks registration keys /Devices/Workstations/Library /Devices/Workstations/School Copyright Expert Networking Group Ltd 35

36 Site Customisation ZENworks Settings Modify ZENworks registration to include variable (Build Console) ENGL_SITE variable will be expanded during deployment. For example: Library School Copyright Expert Networking Group Ltd 36

37 Site Customisation Domain Join

38 Site Customisation Domain Settings Modify project Domain OU to include variable ENGL_SITE variable will be expanded during deployment. For example: OU=Library,OU=Springfield,DC=engldemo,DC=local OU=School,OU=Springfield,DC=engldemo,DC=local Copyright Expert Networking Group Ltd 38

39 Site Customisation Localisation

40 Site Customisation Localisation Settings Modify project localisation to include variables (Build Console) Build variables will be expanded during deployment. For example: ENGL_TZ: Mountain Standard Time ENGL_SL: en-us ENGL_IL: 0409: Copyright Expert Networking Group Ltd 40

41 Site Customisation Localisation Settings When are Build Variables used? Setting Time Zone Time Zone Build Variable When Used Unattended / Sysprep Build process (post-imaging) Copyright Expert Networking Group Ltd 41

42 ENGL Imaging Toolkit Technical Deep Dive Part 2 Steve Thompson ENGL

43 Technical Deep Dive: Part 2 Agenda Application Logic Rules Windows 7 migration Disconnected imaging Deployment monitoring Copyright Expert Networking Group Ltd 43

44 Application Logic Rules

45 Application Logic Rules Requirement Scenario requirements Application installation for site/department Single project for many build configurations Solution: Application Logic Rule Select department at imaging time One _Installer bundle assigned to the build user is used across all locations Rules control what is installed Only bundles to be installed are cached on the client Copyright Expert Networking Group Ltd 45

46 Application Logic Rules Modify zim.cfg to select department ; Display form with department selection Form:Start,"Info","Hardware Detected","_OkCancel^_Ok",Blue Form:Item,"Item1",Label,"Manufacturer" Form:Item,"Item2",EditBox,"%lookup_section%",ReadOnly Form:Item,"Item3",Label,"Model" Form:Item,"Item4",EditBox,"%lookup_value%",ReadOnly Form:Item,"Item5",Label,"Hardware Image" Form:Item,"Item6",EditBox,"%drivers_image%",ReadOnly Form:Item,"Item7",Label,"Hardware Type" Form:Item,"Item8",EditBox,"%machine_type%",ReadOnly Form:Item,"Item9",Label,"OS" Form:Item,"Item10",EditBox,"%project_os%",ReadOnly Form:Item,"Item11",Label,"Computer Name" Form:Item,"Item12",EditBox,"%COMPUTERNAME%" Form:Item,"Item13",Label,"Department" Form:Item,"Item14",ListBox,"","%ENGL_DEPTLIST%" Form:Item,"Item15",Label,"Auto Restart after imaging" Form:Item,"Item16",Radiobuttons,"Yes","Yes,No" Form:Display,"Info" ; Write department to ZISD Set:VDE,PutKeyPairStringValue("%VDE%","Dept","%_info_item14%") Copyright Expert Networking Group Ltd 46

47 Application Logic Rules Department selection Copyright Expert Networking Group Ltd 47

48 Application Logic Rules Modify project Applications settings to set rule Logic Rule set to: INSTALLER AND WORKSTATION Copyright Expert Networking Group Ltd 48

49 Application Logic Rules Modify project ZENworks Group Membership Use ENGL_SITE and ENGL_DEPT variables to set the target workstation group. e.g. /Devices/Workstations/School/Administration Copyright Expert Networking Group Ltd 49

50 Application Logic Rules _Installer bundle is configured with every application that could be installed Each bundle has Continue on Failure enabled so that it can be skipped during the build process. Copyright Expert Networking Group Ltd 50

51 Application Logic Rules Bundle Assignments Bundles are assigned to devices Bundles are assigned to: School folder (site location) AND Administration Group (department) Copyright Expert Networking Group Ltd 51

52 Application Logic Rules Logic Rule Processing Build User (_Installer bundle) Libre Office 3.6 Acrobat Reader 9.1 Visio Viewer Student Workstation (Folder/Group/Direct) Result during Build Process Skipped Skipped Skipped Firefox 19 Firefox 19 Installed Webex Meeting Manager Skipped Flash Player 11 Flash Player 11 Installed 7-Zip Quick Zip 5.1 _LastAppInstalled Skipped Skipped Run* Copyright Expert Networking Group Ltd 52

53 Application Logic Rules Logic Rule Processing Build User (_Installer bundle) Administration Workstation (Folder/Group/Direct) Result during Build Process Libre Office 3.6 Libre Office 3.6 Installed Acrobat Reader 9.1 Skipped Visio Viewer Visio Viewer Installed Firefox 19 Firefox 19 Installed Webex Meeting Manager Webex Meeting Manager Installed Flash Player 11 Flash Player 11 Installed 7-Zip Quick Zip 5.1 _LastAppInstalled Skipped Skipped Run* Copyright Expert Networking Group Ltd 53

54 Application Logic Rules Bundle Analysis [[09-Jul-13 15:20:40] [ZapphookZcm] NAL request [_Installer (Version=8, GUID=82bfbcc5f25f1bd129e71714bcfcbf0f), Action = INSTALL] [09-Jul-13 15:21:09] [ZapphookZcm] Successfully connected to ZCM server [09-Jul-13 15:21:09] [ZapphookZcm] Creating cache... [09-Jul-13 15:21:09] [ZapphookZcm] Logic Rule: INSTALLER AND WORKSTATION [09-Jul-13 15:21:09] [ZapphookZcm] INSTALLER: builduser (GUID=fffc1fc47efce9d0251f 00151b760f2d~a3697acf69d46f4b81785b8866b518b4) [09-Jul-13 15:21:09] [ZapphookZcm] WORKSTATION: ENGL0001 (GUID=907410c0fa9e7b4e880bc 7c08d8bc5f7) [09-Jul-13 15:21:09] [ZapphookZcm] Applications for INSTALLER... [09-Jul-13 15:21:10] [ZapphookZcm] + _Installer [09-Jul-13 15:21:10] [ZapphookZcm] Checking dependencies... [09-Jul-13 15:21:10] [ZapphookZcm] + Dependent Bundle: Libre Office 3.6 [09-Jul-13 15:21:10] [ZapphookZcm] + Dependent Bundle: Acrobat Reader 9.1 [09-Jul-13 15:21:10] [ZapphookZcm] + Dependent Bundle: Visio Viewer [09-Jul-13 15:21:10] [ZapphookZcm] + Dependent Bundle: Firefox [09-Jul-13 15:21:10] [ZapphookZcm] + Dependent Bundle: Webex Meeting Manager [09-Jul-13 15:21:10] [ZapphookZcm] + Dependent Bundle: Flash Player 11 Plugin... [09-Jul-13 15:21:25] [ZapphookZcm] Applications for WORKSTATION... [09-Jul-13 15:21:25] [ZapphookZcm] + Adobe Flash Player 11 Plugin [09-Jul-13 15:21:25] [ZapphookZcm] + Mozilla Firefox [09-Jul-13 15:21:36] [ZapphookZcm] RESULT List (Total 2) [09-Jul-13 15:21:36] [ZapphookZcm] [0] Adobe Flash Player 11 Plugin [09-Jul-13 15:21:36] [ZapphookZcm] [1] Mozilla Firefox Copyright Expert Networking Group Ltd 54

55 Application Logic Rules Bundle Distribution [09-Jul-13 15:21:36] [ZapphookZcm] [Debug] ActionSet processing BEGIN [09-Jul-13 15:21:36] [ZapphookZcm] [Debug] Current Task: _Installer [09-Jul-13 15:21:36] [ZapphookZcm] [Debug] Current Task Status: Downloading [09-Jul-13 15:21:38] [ZapphookZcm] Distribute Request [ Installer Bundle = _Installer, App Bundle = _Installer, Action = DISTRIBUTE] [09-Jul-13 15:21:38] [ZapphookZcm] Matches include filter (_*) returning TRUE [09-Jul-13 15:21:39] [ZapphookZcm] Distribute Request [ Installer Bundle = _Installer, App Bundle = Libre Office 3.6, Action = DISTRIBUTE] [09-Jul-13 15:21:39] [ZapphookZcm] not found in cache, returning FALSE for Distribution... [14-Jun-13 15:21:40] [ZapphookZcm] Distribute Request [ Installer Bundle = _Installer, App Bundle = Flash Player 11, Action = DISTRIBUTE] [14-Jun-13 15:21:40] [ZapphookZcm] found in cache, returning TRUE for Distribution Copyright Expert Networking Group Ltd 55

56 Application Logic Rules Bundle Installation [09-Jul-13 15:23:00] [ZapphookZcm] [Debug] [09-Jul-13 15:23:00] [ZapphookZcm] [Debug] Current Task: _Installer Current Task Status: Installing [09-Jul-13 15:23:01] [ZapphookZcm] NAL request [Libre Office 3.6 (Version=1, GUID=35e0ad 3ce d2e a8771), Action = INSTALL] [09-Jul-13 15:23:01] [ZapphookZcm] not found in cache, returning FALSE... [09-Jul-13 15:23:02] [ZapphookZcm] NAL request [Acrobat Reader 9.1 (Version=2, GUID=9471 0b09ec065a3edbe3ec3e7388f0f3), Action = INSTALL] [09-Jul-13 15:23:02] [ZapphookZcm] not found in cache, returning FALSE... [09-Jul-13 15:23:02] [ZapphookZcm] NAL request [Mozilla Firefox (Version=1, GUID=00fe4af341a7b0acbd6bb5ecf ), Action = INSTALL] [09-Jul-13 15:23:02] [ZapphookZcm] found in cache, returning TRUE [09-Jul-13 15:23:02] [ZapphookZcm] [Debug] ActionSet processing BEGIN [09-Jul-13 15:23:02] [ZapphookZcm] [Debug] Current Task: _Installer [09-Jul-13 15:23:02] [ZapphookZcm] [Debug] Current Task Status: Installing [09-Jul-13 15:24:48] [ZapphookZcm] [Debug] ActionSet processing END Copyright Expert Networking Group Ltd 56

57 Windows 7 Migration

58 Windows 7 Migration Approach and Considerations Typically 3 approaches for Windows 7 migration: Manual deployment (PXE/USB) Service desk assigned (PXE only) Self migration (PXE only) Considerations for migration: Hardware compatibility User profile/settings Applications Copyright Expert Networking Group Ltd 58

59 Windows 7 Migration Service Desk Initiated Migration Capture personality using ZENworks Personality Migration Assign scripted imaging bundle and reboot machine Apply captured personality Copyright Expert Networking Group Ltd 59

60 Windows 7 Migration Service Desk Initiated Migration ZCM imaging bundle Copyright Expert Networking Group Ltd 60

61 Windows 7 Migration User Initiated Migration Create a bundle that installs the Imaging Toolkit ActiveX control and runs a VBScript ; Attach to ENGL Ztoolkit ActiveX Control Set Utils = CreateObject("ENGL.Ztoolkit.Utils") Set ZENworks = CreateObject("ENGL.Ztoolkit.ZENworks") Dim status, computername ; Get computer name computername = Utils.ExpandString("%COMPUTERNAME%") ; Assign ZCM bundle Status = ZENworks.AssignZcmBundle("Windows 7 Migration", "preboot", computername, "Device") Bundle name Bundle type Object name Object type ; Reboot machine Utils.Reboot Copyright Expert Networking Group Ltd 61

62 Disconnected Imaging

63 Springfield ZCM Primary Library School Burns Manor ZCM Primary Copyright Expert Networking Group Ltd 63

64 Disconnected Imaging Scenario requirements: Disconnected imaging for remote location Why do you need it? Low bandwidth locations No ZCM Primary/Satellite server at a location No PXE services Copyright Expert Networking Group Ltd 64

65 Disconnected Imaging Zim Configuration Modify zim.cfg to check the boot device ; Set MediaBoot variable for disconnected media If:Var,"USBBOOT",eq,"YES" Set:MediaBoot,"true" End: If:Var,"CDBOOT",eq,"YES" Set:MediaBoot,"true" End: Set imaging command line and path ; Reset imaging command and path for disconnected media If:Var,MediaBoot,eq,"true" Set:imgrestorecmd,"-r -l %Images_Path%" Set:Images_Path,"/mnt/usb" Else: Set:imgrestorecmd,"-r -p %Images_Path%" Set:Images_Path,"" End: Copyright Expert Networking Group Ltd 65

66 Disconnected Imaging Zim Configuration Modification to zim.cfg to set IP address ; Display IP address form where there is no DHCP If:Var,network_ip,eq," " Set:NoDHCP,"yes" Form:Start,"NetInfo","IP Address Configuration","_OkCancel^_Ok",Blue Form:Item,"Item1",Label,"IP Address:" Form:Item,"Item2",EditBox_Mask,"","#[#][#].#[#][#].#[#][#].#[#][#]", "Please enter a valid IP address" Form:Item,"Item3",Label,"Network Mask:" Form:Item,"Item4",EditBox_Mask,"","#[#][#].#[#][#].#[#][#].#[#][#]", "Please enter a valid network mask" Form:Item,"Item5",Label,"Gateway:" Form:Item,"Item6",EditBox_Mask,"","#[#][#].#[#][#].#[#][#].#[#][#]", "Please enter a valid Gateway address" Form:Display,"NetInfo" ; Set IP configuration based on form File:Run,"ifconfig eth0 %_NetInfo_Item2% netmask %_NetInfo_Item4%",silent File:Run,"route add default gw %_NetInfo_Item6% eth0",silent End: Copyright Expert Networking Group Ltd 66

67 Disconnected Imaging Using Zim Installer Customisation of ZENworks Linux environment PXE (initrd) Integrate Zim Modify settings / drivers LAN connected (ENGL integration) LAN disconnected (ENGL integration) CD/DVD/USB Integrate Zim Modify settings / drivers LAN connected (ENGL integration) LAN disconnected (ENGL integration) Add network drivers (.o) files Modify boot image (800x600x16bpp bootsplash.org) Copyright Expert Networking Group Ltd 67

68 Disconnected Imaging Using Zim Installer Installation Zim Installer is included in Imaging Toolkit setup <TARGET>\Zim\Linux\ziminst.tar Copy to a Linux VM (SLES11 recommended) Extract the.tar file tar xvf ziminst.tar Folder structure: ziminst.pl + out + src + drivers + images + splash + zim Zim Installer (Perl) Output folder for modified initrd/bootcd.iso Linux network drivers (default path) ZENworks image.zmg files for disconnected imaging (default path) Bootsplash bitmaps (default path) Zim binary files Copyright Expert Networking Group Ltd 68

69 Demonstration

70 Deployment Monitoring

71 Deployment Monitoring Imaging Toolkit deployment progress monitoring Target "Monitor Server" configured in Build Console Status updates sent from client Requirements SQL 2012 Express IIS 7 Coming soon! Build Phase Imaging Phase 1 Phase 2 Phase 3 Phase 4 Status Updates Before / After Before / After Before / After Before / After Before / After Copyright Expert Networking Group Ltd 71

72 Deployment Monitoring 1 2 Send build status updates Display progress report ENGL Imaging Toolkit 8 Build Process ENGL Monitoring Server SQL 2012 Express IIS 7.x Copyright Expert Networking Group Ltd 72

73 Deployment Monitoring Copyright Expert Networking Group Ltd 73

74 That's All Folks!

75

Indumathi B & Ingo Engels 18 November 2015

Indumathi B & Ingo Engels 18 November 2015 ZENworks Windows Agent Troubleshooting Indumathi B & Ingo Engels 18 November 2015 About us Indumathi B ZENworks Windows Agent Core Developer in Rapid Response Team Ingo Engels ZENworks Backline Support

More information

Novell ZENworks 10 Configuration Management SP3

Novell ZENworks 10 Configuration Management SP3 AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

Universal Management Service 2015

Universal Management Service 2015 Universal Management Service 2015 UMS 2015 Help All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

ALTIRIS Deployment Solution 6.8 Preboot Automation Environment

ALTIRIS Deployment Solution 6.8 Preboot Automation Environment ALTIRIS Deployment Solution 6.8 Preboot Automation Environment The information contained in the Altiris knowledgebase is subject to the Terms of Use as outlined at http://www.altiris.com/legal/termsofuse.asp.

More information

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0 UltraBac Documentation UBDR Gold Bare Metal Disaster Recovery Administrator Guide UBDR Gold v8.0 UBDR Administrator Guide UBDR Gold v8.0 The software described in this guide is furnished under a license

More information

HELP DOCUMENTATION E-SSOM INSTALLATION GUIDE

HELP DOCUMENTATION E-SSOM INSTALLATION GUIDE HELP DOCUMENTATION E-SSOM INSTALLATION GUIDE Copyright 1998-2013 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by any means

More information

ENGL Deployment Monitor 1.0.5. Documentation

ENGL Deployment Monitor 1.0.5. Documentation ENGL Deployment Monitor 1.0.5 Documentation Table of Contents Table of Contents Table of Contents 3 1 Getting Started 5 1.1 Overview 6 1.1.1 Deployment Monitor Server 6 1.1.2 Deployment Monitor Web Console

More information

User Guide. CTERA Agent. August 2011 Version 3.0

User Guide. CTERA Agent. August 2011 Version 3.0 User Guide CTERA Agent August 2011 Version 3.0 Copyright 2009-2011 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written permission

More information

Citrix Provisioning Services Administrator s Guide Citrix Provisioning Services 5.1 SP2

Citrix Provisioning Services Administrator s Guide Citrix Provisioning Services 5.1 SP2 Citrix Provisioning Services Administrator s Guide Citrix Provisioning Services 5.1 SP2 December 2009 Revision 4 Copyright and Trademark Notice Information in this document is subject to change without

More information

CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS Number: 1Y0-A14 Passing Score: 800 Time Limit: 90 min File Version: 42.2 http://www.gratisexam.com/ CITRIX 1Y0-A14 EXAM QUESTIONS & ANSWERS Exam Name: Implementing

More information

CTERA Agent for Windows

CTERA Agent for Windows User Guide CTERA Agent for Windows May 2012 Version 3.1 Copyright 2009-2012 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

SPECOPS DEPLOY / OS 4.6 DOCUMENTATION

SPECOPS DEPLOY / OS 4.6 DOCUMENTATION Technical documentation: SPECOPS DEPLOY / OS 4.6 DOCUMENTATION By Shay Byrne, Product Manager 1 Getting Started... 4 1.1 Specops Deploy / OS Supported Configurations...4 1.2 Specops Deploy and Active Directory...

More information

Comodo MyDLP Software Version 2.0. Installation Guide Guide Version 2.0.010215. Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013

Comodo MyDLP Software Version 2.0. Installation Guide Guide Version 2.0.010215. Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Comodo MyDLP Software Version 2.0 Installation Guide Guide Version 2.0.010215 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1.About MyDLP... 3 1.1.MyDLP Features... 3

More information

SELF SERVICE RESET PASSWORD MANAGEMENT GPO DISTRIBUTION GUIDE

SELF SERVICE RESET PASSWORD MANAGEMENT GPO DISTRIBUTION GUIDE SELF SERVICE RESET PASSWORD MANAGEMENT GPO DISTRIBUTION GUIDE Copyright 1998-2015 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any

More information

Administering Windows-based HP Thin Clients with System Center 2012 R2 Configuration Manager SP1

Administering Windows-based HP Thin Clients with System Center 2012 R2 Configuration Manager SP1 Technical white paper Administering Windows-based HP Thin Clients with System Center 2012 R2 Configuration Manager SP1 Table of contents Executive summary... 3 Configuration Manager features... 3 Asset

More information

Quick Setup Guide. 2 System requirements and licensing. 2011 Kerio Technologies s.r.o. All rights reserved.

Quick Setup Guide. 2 System requirements and licensing. 2011 Kerio Technologies s.r.o. All rights reserved. Kerio Control VMware Virtual Appliance Quick Setup Guide 2011 Kerio Technologies s.r.o. All rights reserved. This document provides detailed description on installation and basic configuration of the Kerio

More information

Installing and Configuring Windows Server 2008. Module Overview 14/05/2013. Lesson 1: Planning Windows Server 2008 Installation.

Installing and Configuring Windows Server 2008. Module Overview 14/05/2013. Lesson 1: Planning Windows Server 2008 Installation. Installing and Configuring Windows Server 2008 Tom Brett Module Overview Planning Windows Server 2008 Installations Performing a Windows Server 2008 Installation Configuring Windows Server 2008 Following

More information

WA1826 Designing Cloud Computing Solutions. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA1826 Designing Cloud Computing Solutions. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA1826 Designing Cloud Computing Solutions Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum

More information

Administration Quick Start

Administration Quick Start www.novell.com/documentation Administration Quick Start ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes

Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes The software described in this book is furnished

More information

Novell ZENworks Asset Management

Novell ZENworks Asset Management Novell ZENworks Asset Management Administrative Best Practices and Troubleshooting www.novell.com APRIL 19, 2005 2 GETTING THE MOST OUT OF NOVELL ZENWORKS ASSET MANAGEMENT The award-winning asset tracking

More information

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED.

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *If you are using

More information

Altiris Deployment Solution 6.9 SP5 from Symantec User s Guide

Altiris Deployment Solution 6.9 SP5 from Symantec User s Guide Altiris Deployment Solution 6.9 SP5 from Symantec User s Guide Copyright 2008, 2009, 2010 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, Altiris and any Altiris or Symantec trademarks

More information

HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series

HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series thin clients april 2003 instructions. HP Compaq Thin Client Imaging Tool HP Compaq Thin Client t5000 Series Table Of Contents Table Of Contents... 1 Abstract... 2 Introduction... 2 System Requirements...

More information

Microsoft Diagnostics and Recovery Toolset 7 Evaluation Guide

Microsoft Diagnostics and Recovery Toolset 7 Evaluation Guide Microsoft Diagnostics and Recovery Toolset 7 Evaluation Guide White Paper Descriptor This document provides administrators with information and steps-by-step technique for deploying Microsoft Diagnostics

More information

RES ONE Automation 2015 Task Overview

RES ONE Automation 2015 Task Overview RES ONE Automation 2015 Task Overview Task Overview RES ONE Automation 2015 Configuration Tasks The library Configuration contains Tasks that relate to the configuration of a computer, such as applying

More information

System Area Manager. Remote Management

System Area Manager. Remote Management System Area Manager Remote Management Remote Management System Area Manager provides remote management functions for its managed systems, including Wake on LAN, Shutdown, Restart, Remote Console and for

More information

Installation Guide for Citrix XenServer 5.5

Installation Guide for Citrix XenServer 5.5 white paper Installation Guide for Citrix XenServer 5.5 Title: Installation Guide for Citrix XenServer 5.5 Author(s): Xtravirt (Paul Buckle) Target Audience: Technical - Novice Current Revision: 1.0 (Jul

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

MCTS Guide to Microsoft Windows 7. Chapter 13 Enterprise Computing

MCTS Guide to Microsoft Windows 7. Chapter 13 Enterprise Computing MCTS Guide to Microsoft Windows 7 Chapter 13 Enterprise Computing Objectives Understand Active Directory Use Group Policy to control Windows 7 Control device installation with Group Policy settings Plan

More information

System Planning, Deployment, and Best Practices Guide

System Planning, Deployment, and Best Practices Guide www.novell.com/documentation System Planning, Deployment, and Best Practices Guide ZENworks Application Virtualization 9.0 February 22, 2012 Legal Notices Novell, Inc., makes no representations or warranties

More information

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V

Connection Broker Managing User Connections to Workstations, Blades, VDI, and More. Quick Start with Microsoft Hyper-V Connection Broker Managing User Connections to Workstations, Blades, VDI, and More Quick Start with Microsoft Hyper-V Version 8.1 October 21, 2015 Contacting Leostream Leostream Corporation http://www.leostream.com

More information

IT-Pruefungen.de. Hochwertige Qualität, neueste Prüfungsunterlagen. http://www.it-pruefungen.de

IT-Pruefungen.de. Hochwertige Qualität, neueste Prüfungsunterlagen. http://www.it-pruefungen.de IT-Pruefungen.de Hochwertige Qualität, neueste Prüfungsunterlagen http://www.it-pruefungen.de Exam : 70-681 Title : TS: Windows 7 and Office 2010, Deploying Version : Demo 1. You have a single-domain Active

More information

Dell Flexible Computing Solutions: Deploying On-Demand Desktop Streaming

Dell Flexible Computing Solutions: Deploying On-Demand Desktop Streaming Dell Flexible Computing Solutions: Deploying On-Demand Desktop Streaming www.dell.com support.dell.com Notes, Notices, and Cautions NOTE: A NOTE indicates important information that helps you make better

More information

CTERA Agent for Windows

CTERA Agent for Windows User Guide CTERA Agent for Windows September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without

More information

Data Sheets RMS infinity

Data Sheets RMS infinity Data Sheets RMS infinity Introduction RayManageSoft infinity provides a complete set of products for software and operating system (OS) deployment, vulnerability analysis and patch management for Microsoft

More information

StruxureWare Data Center Expert 7.2.4 Release Notes

StruxureWare Data Center Expert 7.2.4 Release Notes StruxureWare Data Center Expert 7.2.4 Release Notes Table of Contents Page # Part Numbers Affected...... 1 Minimum System Requirements... 1 New Features........ 1 Issues Fixed....3 Known Issues...3 Upgrade

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

More information

StruxureWare Data Center Expert 7.2.1 Release Notes

StruxureWare Data Center Expert 7.2.1 Release Notes StruxureWare Data Center Expert 7.2.1 Release Notes Table of Contents Page # Part Numbers Affected...... 1 Minimum System Requirements... 1 New Features........ 1 Issues Fixed....2 Known Issues...2 Upgrade

More information

XMap 7 Administration Guide. Last updated on 12/13/2009

XMap 7 Administration Guide. Last updated on 12/13/2009 XMap 7 Administration Guide Last updated on 12/13/2009 Contact DeLorme Professional Sales for support: 1-800-293-2389 Page 2 Table of Contents XMAP 7 ADMINISTRATION GUIDE... 1 INTRODUCTION... 5 DEPLOYING

More information

Identikey Server Windows Installation Guide 3.1

Identikey Server Windows Installation Guide 3.1 Identikey Server Windows Installation Guide 3.1 Disclaimer of Warranties and Limitations of Liabilities Disclaimer of Warranties and Limitations of Liabilities The Product is provided on an 'as is' basis,

More information

Chapter 12: Windows XP, Vista, and 7

Chapter 12: Windows XP, Vista, and 7 Chapter 12: Windows XP, Vista, and 7 Complete CompTIA A+ Guide to PCs, 6e To distinguish between the Windows XP, Vista, and 7 operating systems To install, configure, and troubleshoot Windows XP, Vista,

More information

WA2192 Introduction to Big Data and NoSQL. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1

WA2192 Introduction to Big Data and NoSQL. Classroom Setup Guide. Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 WA2192 Introduction to Big Data and NoSQL Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Hardware Requirements...3 Part 2 - Minimum Software

More information

Advanced Diploma In Hardware, Networking & Server Configuration

Advanced Diploma In Hardware, Networking & Server Configuration Advanced Diploma In Hardware, Networking & Server Configuration Who should do this course? This course is meant for those persons who have a dream of getting job based on Computer Hardware, Networking

More information

Operating System Installation Guide

Operating System Installation Guide Operating System Installation Guide This guide provides instructions on the following: Installing the Windows Server 2008 operating systems on page 1 Installing the Windows Small Business Server 2011 operating

More information

Novell ZENworks Asset Management 7.5

Novell ZENworks Asset Management 7.5 Novell ZENworks Asset Management 7.5 w w w. n o v e l l. c o m October 2006 INSTALLATION GUIDE Table Of Contents 1. Installation Overview... 1 If you are upgrading... 1 Installation Choices... 1 ZENworks

More information

CITRIX 1Y0-A17 EXAM QUESTIONS & ANSWERS

CITRIX 1Y0-A17 EXAM QUESTIONS & ANSWERS CITRIX 1Y0-A17 EXAM QUESTIONS & ANSWERS Number: 1Y0-A17 Passing Score: 800 Time Limit: 120 min File Version: 38.7 http://www.gratisexam.com/ CITRIX 1Y0-A17 EXAM QUESTIONS & ANSWERS Exam Name: Implementing

More information

Acronis Backup & Recovery 10 Advanced Server SBS Edition. Installation Guide

Acronis Backup & Recovery 10 Advanced Server SBS Edition. Installation Guide Acronis Backup & Recovery 10 Advanced Server SBS Edition Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1.

More information

Backup & Disaster Recovery Appliance User Guide

Backup & Disaster Recovery Appliance User Guide Built on the Intel Hybrid Cloud Platform Backup & Disaster Recovery Appliance User Guide Order Number: G68664-001 Rev 1.0 June 22, 2012 Contents Registering the BDR Appliance... 4 Step 1: Register the

More information

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.

Installation Guide. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft. . All right reserved. For more information about Specops Deploy and other Specops products, visit www.specopssoft.com Copyright and Trademarks Specops Deploy is a trademark owned by Specops Software. All

More information

VMware vsphere 5.0 Evaluation Guide

VMware vsphere 5.0 Evaluation Guide VMware vsphere 5.0 Evaluation Guide Auto Deploy TECHNICAL WHITE PAPER Table of Contents About This Guide.... 4 System Requirements... 4 Hardware Requirements.... 4 Servers.... 4 Storage.... 4 Networking....

More information

Thinspace deskcloud. Quick Start Guide

Thinspace deskcloud. Quick Start Guide Thinspace deskcloud Quick Start Guide Version 1.2 Published: SEP-2014 Updated: 16-SEP-2014 2014 Thinspace Technology Ltd. All rights reserved. The information contained in this document represents the

More information

Pearl Echo Installation Checklist

Pearl Echo Installation Checklist Pearl Echo Installation Checklist Use this checklist to enter critical installation and setup information that will be required to install Pearl Echo in your network. For detailed deployment instructions

More information

FrontDesk. (Server Software Installation) Ver. 1.0.1. www.frontdeskhealth.com

FrontDesk. (Server Software Installation) Ver. 1.0.1. www.frontdeskhealth.com FrontDesk (Server Software Installation) Ver. 1.0.1 www.frontdeskhealth.com This document is the installation manual for installing the FrontDesk Server, Kiosk/Touch Screen, and License Management Tool

More information

IP Phone Configuration and Troubleshooting Guide

IP Phone Configuration and Troubleshooting Guide IP Phone Configuration and Troubleshooting Guide NetVanta 7000 Series and IP 700 Series Phones Overview The purpose of this guide: Explain the default configuration. Explain how to configure the NetVanta

More information

Windows XP Deployment Guide

Windows XP Deployment Guide Technical Note Windows XP Deployment Guide VMware Virtual Desktop Infrastructure VMware Virtual Desktop Infrastructure (VDI) transforms the way customers use and manage desktop operating systems. Desktop

More information

Installing Operating Systems

Installing Operating Systems CHAPTER 6 The unattended operating system installation function helps you install the Microsoft Windows and RedHat Linux operating system families. UCS-SCU has integrated device drivers including RAID

More information

How to Integrate SmartDeploy with Windows Deployment Services

How to Integrate SmartDeploy with Windows Deployment Services How to Integrate SmartDeploy with Windows Deployment Services SmartDeploy Revised: October 2014 Integrating custom Windows Imaging Format (WIM) images into Windows Deployment Services (WDS) lets you take

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

Acronis Backup & Recovery 10 Server for Windows. Installation Guide

Acronis Backup & Recovery 10 Server for Windows. Installation Guide Acronis Backup & Recovery 10 Server for Windows Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3 1.1.1. Agent

More information

How To Install Acronis Backup And Recovery 10 On A Computer Or Network With A Hard Drive (For A Non-Profit)

How To Install Acronis Backup And Recovery 10 On A Computer Or Network With A Hard Drive (For A Non-Profit) Acronis Backup & Recovery 10 Advanced Server Virtual Edition Installation Guide Table of Contents 1. Installation of Acronis Backup & Recovery 10... 3 1.1. Acronis Backup & Recovery 10 components... 3

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 3 Installing Windows : Managing, Maintaining, and Troubleshooting, 5e Chapter 3 Installing Windows Objectives How to plan a Windows installation How to install Windows Vista How to install Windows XP How to install Windows

More information

Migrating to ESXi: How To

Migrating to ESXi: How To ILTA Webinar Session Migrating to ESXi: How To Strategies, Procedures & Precautions Server Operations and Security Technology Speaker: Christopher Janoch December 29, 2010 Migrating to ESXi: How To Strategies,

More information

ZENworks Virtual Appliance Deployment and Administration Reference

ZENworks Virtual Appliance Deployment and Administration Reference www.novell.com/documentation ZENworks Virtual Appliance Deployment and Administration Reference ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc. makes no representations or warranties

More information

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide

E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide. E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide E-Notebook SQL 12.0 Desktop Database Migration and Upgrade Guide 1. Introduction... 3 2. Database System... 3 2.1. Software requirements... 3 2.2. Analysis of E-Notebook 10.0 and 11.0 database... 4 2.3.

More information

CommandCenter Secure Gateway

CommandCenter Secure Gateway CommandCenter Secure Gateway Quick Setup Guide for CC-SG Virtual Appliance and lmadmin License Server Management This Quick Setup Guide explains how to install and configure the CommandCenter Secure Gateway.

More information

An Analysis of Propalms TSE and Microsoft Remote Desktop Services

An Analysis of Propalms TSE and Microsoft Remote Desktop Services An Analysis of TSE and Remote Desktop Services JULY 2010 This document illustrates how TSE can extend your Remote Desktop Services environment providing you with the simplified and consolidated management

More information

ZENworks 11 Support Pack 4 Management Zone Settings Reference. May 2016

ZENworks 11 Support Pack 4 Management Zone Settings Reference. May 2016 ZENworks 11 Support Pack 4 Management Zone Settings Reference May 2016 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government

More information

Windows Embedded Standard 7 Technical Overview

Windows Embedded Standard 7 Technical Overview Windows Embedded Standard 7 Technical Overview Introduction Windows Embedded Standard 7 is the next generation platform in the product family that includes Windows XP Embedded and Windows Embedded Standard

More information

VMware Mirage Web Manager Guide

VMware Mirage Web Manager Guide Mirage 5.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document,

More information

Using iscsi with BackupAssist. User Guide

Using iscsi with BackupAssist. User Guide User Guide Contents 1. Introduction... 2 Documentation... 2 Terminology... 2 Advantages of iscsi... 2 Supported environments... 2 2. Overview... 3 About iscsi... 3 iscsi best practices with BackupAssist...

More information

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2)

Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Intelligent Power Protector User manual extension for Microsoft Virtual architectures: Hyper-V 6.0 Manager Hyper-V Server (R1&R2) Hyper-V Manager Hyper-V Server R1, R2 Intelligent Power Protector Main

More information

Citrix Access Gateway Plug-in for Windows User Guide

Citrix Access Gateway Plug-in for Windows User Guide Citrix Access Gateway Plug-in for Windows User Guide Access Gateway 9.2, Enterprise Edition Copyright and Trademark Notice Use of the product documented in this guide is subject to your prior acceptance

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

new Business Online Technical Troubleshooting Guide

new Business Online Technical Troubleshooting Guide new Business Online Technical Troubleshooting Guide TABLE OF CONTENTS How to install Java 1.6 Page 3 How to install Java 1.6 without ActiveX control Page 6 How to uninstall Java Runtime Environment Page

More information

Windows 10 and Enterprise Mobility

Windows 10 and Enterprise Mobility Windows 10 and Enterprise Mobility Deploying Windows 10 using Microsoft Deployment Toolkit The exercises in this lab guide show how to deploy Windows 10 by using Microsoft Deployment Toolkit (MDT) 2013

More information

Microsoft.Test-inside.70-669.v2013-11-28.by.ROD.239q

Microsoft.Test-inside.70-669.v2013-11-28.by.ROD.239q Microsoft.Test-inside.70-669.v2013-11-28.by.ROD.239q Number: 70-669 Passing Score: 800 Time Limit: 120 min File Version: 16.5 http://www.gratisexam.com/ Exam Code: 70-669 Exam Name: TS: Windows Server

More information

70-682. Microsoft. Pro: Upgrading to Windows 7 MCITP Enterprise Desktop Support Technician. http://www.pass4sureofficial.com. www.dumpspdf.

70-682. Microsoft. Pro: Upgrading to Windows 7 MCITP Enterprise Desktop Support Technician. http://www.pass4sureofficial.com. www.dumpspdf. 70-682 Microsoft Pro: Upgrading to Windows 7 MCITP Enterprise Desktop Support Technician http://www.pass4sureofficial.com Dumpspdf.com is a reputable IT certification examination guide, study guides and

More information

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com

Dell UPS Local Node Manager USER'S GUIDE EXTENSION FOR MICROSOFT VIRTUAL ARCHITECTURES Dellups.com CHAPTER: Introduction Microsoft virtual architecture: Hyper-V 6.0 Manager Hyper-V Server (R1 & R2) Hyper-V Manager Hyper-V Server R1, Dell UPS Local Node Manager R2 Main Operating System: 2008Enterprise

More information

nappliance misa Server 2006 Standard Edition Users Guide For use with misa Appliances 2006 nappliance Networks, Inc.

nappliance misa Server 2006 Standard Edition Users Guide For use with misa Appliances 2006 nappliance Networks, Inc. nappliance misa Server 2006 Standard Edition Users Guide For use with misa Appliances The information contained in this document represents the current view of Microsoft Corporation on the issues discussed

More information

Table of Contents. 10.0 Release Notes 2013/04/08. Introduction ... 3. in OS Deployment Manager. in Security Manager ... 7. Known issues ... 9 ...

Table of Contents. 10.0 Release Notes 2013/04/08. Introduction ... 3. in OS Deployment Manager. in Security Manager ... 7. Known issues ... 9 ... Release Notes Release Notes 2013/04/08 Table of Contents Introduction... 3 Deployment Manager... 3 New Features in Deployment Manager... 3 Security Manager... 7 New Features in Security Manager... 7 Known

More information

HP Client Automation Standard Fast Track guide

HP Client Automation Standard Fast Track guide HP Client Automation Standard Fast Track guide Background Client Automation Version This document is designed to be used as a fast track guide to installing and configuring Hewlett Packard Client Automation

More information

SyAM Software Management Utilities. Creating Templates

SyAM Software Management Utilities. Creating Templates SyAM Software Management Utilities Creating Templates Step 1: Setting Up Folder Paths The Management Utilities utilize a server share to perform centralized network deployment of applications and patches.

More information

Transitioning to Leostream from HP SAM

Transitioning to Leostream from HP SAM Transitioning to Leostream from HP SAM Overview This document aims to ease your transition from HP SAM to the Leostream Connection Broker. We want to assure you that the path is not fraught with peril.

More information

SSL VPN. Virtual Appliance Installation Guide. Virtual Private Networks

SSL VPN. Virtual Appliance Installation Guide. Virtual Private Networks SSL VPN Virtual Appliance Installation Guide Virtual Private Networks C ONTENTS Introduction... 2 Installing the Virtual Appliance... 2 Configuring Appliance Operating System Settings... 3 Setting up the

More information

User Manual. Copyright Rogev LTD

User Manual. Copyright Rogev LTD User Manual Copyright Rogev LTD Introduction Thank you for choosing FIXER1. This User's Guide is provided to you to familiar yourself with the program. You can find a complete list of all the program's

More information

Deploy Windows 7 Using Microsoft s FREE Deployment Tools. Rhonda J. Layfield Sr. Deployment Architect Deployment Done Right

Deploy Windows 7 Using Microsoft s FREE Deployment Tools. Rhonda J. Layfield Sr. Deployment Architect Deployment Done Right Deploy Windows 7 Using Microsoft s FREE Deployment Tools Rhonda J. Layfield Sr. Deployment Architect Deployment Done Right Rhonda Layfield I live in Washington DC in the States Been in the IT industry

More information

Operating Instructions

Operating Instructions Operating Instructions (For Setting Up) Digital Color Imaging Systems Installation Overview Table of Contents Installation Overview General Installation Overview... Setting Your Machine Network Configuration...

More information

PROPALMS TSE 6.0 March 2008

PROPALMS TSE 6.0 March 2008 PROPALMS March 2008 An Analysis of and Terminal Services: Contents System Administration... 2 Server Management... 3 Application Management... 5 Security... 7 End User Experience... 8 Monitoring and Reporting...

More information

User Manual. User Manual Version 4.0.0.0

User Manual. User Manual Version 4.0.0.0 User Manual User Manual Version 4.0.0.0 I Endpoint Protector Virtual Appliance User Manual Table of Contents 1. Endpoint Protector Virtual Appliance Formats1 1.1. Available Formats of the Virtual Appliance...

More information

NOC PS manual. Copyright Maxnet 2009 2015 All rights reserved. Page 1/45 NOC-PS Manuel EN version 1.3

NOC PS manual. Copyright Maxnet 2009 2015 All rights reserved. Page 1/45 NOC-PS Manuel EN version 1.3 NOC PS manual Copyright Maxnet 2009 2015 All rights reserved Page 1/45 Table of contents Installation...3 System requirements...3 Network setup...5 Installation under Vmware Vsphere...8 Installation under

More information

Advanced Event Viewer Manual

Advanced Event Viewer Manual Advanced Event Viewer Manual Document version: 2.2944.01 Download Advanced Event Viewer at: http://www.advancedeventviewer.com Page 1 Introduction Advanced Event Viewer is an award winning application

More information

Deployment Guide: Unidesk and Hyper- V

Deployment Guide: Unidesk and Hyper- V TECHNICAL WHITE PAPER Deployment Guide: Unidesk and Hyper- V This document provides a high level overview of Unidesk 3.x and Remote Desktop Services. It covers how Unidesk works, an architectural overview

More information

McAfee Firewall Enterprise

McAfee Firewall Enterprise Hardware Guide Revision C McAfee Firewall Enterprise S1104, S2008, S3008 The McAfee Firewall Enterprise Hardware Product Guide describes the features and capabilities of appliance models S1104, S2008,

More information

Shakambaree Technologies Pvt. Ltd.

Shakambaree Technologies Pvt. Ltd. Welcome to Support Express by Shakambaree Technologies Pvt. Ltd. Introduction: This document is our sincere effort to put in some regular issues faced by a Digital Signature and USB Token user doing on

More information

The cloud server setup program installs the cloud server application, Apache Tomcat, Java Runtime Environment, and PostgreSQL.

The cloud server setup program installs the cloud server application, Apache Tomcat, Java Runtime Environment, and PostgreSQL. GO-Global Cloud 4.1 QUICK START SETTING UP A WINDOWS CLOUD SERVER AND HOST This guide provides instructions for setting up a cloud server and configuring a host so it can be accessed from the cloud server.

More information

ClearPass Policy Manager 6.3

ClearPass Policy Manager 6.3 ClearPass Policy Manager 6.3 Tech Note: Installing or Upgrading on a Virtual Machine This document describes the procedures for installing and upgrading ClearPass Policy Manager 6.3 on a Virtual Machine.

More information

SafeGuard Enterprise Web Helpdesk. Product version: 6.1

SafeGuard Enterprise Web Helpdesk. Product version: 6.1 SafeGuard Enterprise Web Helpdesk Product version: 6.1 Document date: February 2014 Contents 1 SafeGuard web-based Challenge/Response...3 2 Scope of Web Helpdesk...4 3 Installation...5 4 Allow Web Helpdesk

More information