Quantcast
Channel: Symantec Connect - Deployment Solution - Discussions
Viewing all 1130 articles
Browse latest View live

Windows 10 Create image failed

$
0
0
I need a solution

Hello 

We running DS 7.6 and trying to capture iamge of fresh windows 10 but create image task failed with below error message 

ErrorMessage: The Exception have occured in Client Imaging Task. Exception has occured in File Tcube_ClientCaptureImage.cpp at Line No 834. Type of exception is ClientCaptureImageException. Error Description is Child Process returned an error. The exit code from process is 1. Value of Windows error code = 6 and message is The handle is invalid.

0

Running the litetouch.vbs from Altiris

$
0
0
I do not need a solution (just sharing information)

Do any of you guys use Altiris to run the litetouch.vbs to start the build from MDT?

If yes, how to make sure you are mapping to a correct deployment share? Say if i have 20 shares?

Thank you.

0

Deleting the actual .gho files from the site server

$
0
0
I need a solution

I have deleted a .gho from "Image Resource", but when I go to the site server, it's still there in

C:\Program Files\altiris\Altiris Agent\Package Delivery\{94baff29-29fc-4c0e-96a2-8d849bb3b434}

How can I delete this folder? I can't delete it as a local admin, and while I could probably do some takeown magic, I don't want to screw up anything. Is there a "proper" way to delete this folder?
 

Thanks!

0

SEP 14 Unamanged SEP Client only

$
0
0
I need a solution

I have setup Server 2012R2 for a customer which involves 3VMs and one Host.  I am trying to downlaod a trial of the SEP 14 Unmanaged Client.  They do not ned the SEP Management Server just simple AV protection for the Server VMs.  I want to download and configure the Trial Endpoint Client for them before they purchase the actual product.  How do I do this? I can see nowhere on the Symantec sute to download just the Full Unmanaged Client for SEP 14 as was avalable previously.  Please assist.  Thank you

0
1493823586

Script Returns Errorlevel 1 but runs fine locally

$
0
0
I need a solution

Hi everyone,

i have a little Problem with our deployment solution.

I wrote a little batch script which should delete temp files and delete a registry entry if it exists.

Unfortunately it returns errorlevel 1 and therefore scripts which should run after that script dont start since it fails.

If i run the script right on my computer with the same user used for Altiris it returns errorlevel 0

If i run it as Script from the Altiris Console i receive Errorlevel 1.

Any Idea why this could be happening?

Kind Regards,

Patrick

@echo off & setlocal enabledelayedexpansion

	reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer\Logging"
	if %errorlevel%==1 (
	goto end
	) else (
	reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer\Logging" /f
	goto end
	)

	:end
	DEL "C:\drv\*" /F /S /Q
	DEL "C:\xpinst\*" /F /S /Q
	DEL "C:\Windows\Temp\*" /F /S /Q
	DEL "C:\temp\*" /F /S /Q
	DEL "C:\ProgramData\Symantec\Patch\*" /F /S /Q
	FOR /D %%p IN ("C:\drv\*.*") DO rmdir "%%p" /s /q
	FOR /D %%p IN ("C:\xpinst\*.*") DO rmdir "%%p" /s /q
	FOR /D %%p IN ("C:\Windows\Temp\*.*") DO rmdir "%%p" /s /q
	FOR /D %%p IN ("C:\temp\*.*") DO rmdir "%%p" /s /q
	FOR /D %%p IN ("C:\ProgramData\Symantec\Patch\*.*") DO rmdir "%%p" /s /q
	exit
0

Issue deploying or creating Windows 7 image

$
0
0
I need a solution

I am unable to create or deploy an image using Altiris 6.9 on Windows server 2008 server.

I have installed ADK and configured WinPE in PXE Configuration Utility and  injected the drivers for HP 800 small form factor but when I try to create or deploy image I get the error "Unable to boot to windows automation."

Please, could someone assist?

sean.richardson@pearson.com - +447568 104242  

0

Windows 10 Audit Mode Copy Profile

$
0
0
I need a solution

I'm attempting to build a Windows 10 image that doesn't include the start menu tiles (per our organization requests).  The first time I did it, I used Windows own built in Sysprep tool to go into Audit Mode, make my changes, and used command line to speicfy the unattend file with <copyprofile> in it.  The problem is once I deployed that image, it refused to use the unattend file for some reason so we couldn't get pass the welcome/setup screen automatically.

I figured that maybe Altiris is doing something special so I made my change sin Audit Mode and then closed the sysprep window so I could run Symantec's own "prepare for Image capture".  However, when it runs it returns an error in the setuperr file under Panther that the Required profile hive does not exist. It's almost like it's having a hard time creating the D: drive that Symantec uses for imaging.  The CD rom is unplugged so there's no D drive already to conflict.

0

multicasting speeds on HPe network

$
0
0
I need a solution

we are on a HPe network with 1G to every desktop.  when our end user group images a lab with rdeploy multicasting to 20 machines the speeds flucuate from 100 to 0 MB/s.  the size of their images range for 20G - 100+G.

our switch environment is setup on vlans and ip igmp is enabled.  When we unicast we get speeds of 800 and up...

we are wondering if anyone on a HPe switching environment uses Altiris and is getting good speeds.  we are also curious about realistics expectations for multicasting speeds out to 20+ machines. 

thanks everyone

0

Cant create Win10 image with Ghost solution suite 3.0

$
0
0
I need a solution

Hi.

I want to create an image of a windows 10 professional x64 with Ghost solution suite 3.0.

But when i run the task to create the image,It fail and reboot the client normally and i obtain this log file:

[05/30/2017 07:03:21.962 3936 0] InputThread.cpp:323 - Exiting Input Thread
[05/30/2017 07:03:21.976 4928 0] UiInitialConnectThread.cpp:97 - CUIError error, CUiInitialConnect::ReadConnectPacket() - Shutting down. - 0
[05/30/2017 07:03:21.976 4928 0] UiInitialConnectThread.cpp:138 - CUiInitialConnect::Run RETURNING...
[05/30/2017 07:03:22.007 1340 0] apps\dsagent\agent\LogEventThread.cpp:57 - CLogEventThread::Run CLogEventError
    Thrown from apps\dsagent\agent\LogEventThread.cpp:113 -message = CLogEventThread::ReadLogEvent() - Shutting down.
    SystemError Value = 0x00000000
    
[05/30/2017 07:03:22.007 2244 0] DsAgent.cpp:488 About to serialize objects
[05/30/2017 07:03:22.023 1912 0] main.cpp:786 - Leaving Main()
[05/30/2017 07:03:22.023 1912 0] main.cpp:787 - =============================================================

[05/30/2017 07:03:24.608 3956 0] bootstrap.cpp:1129 - Error reading input file.
[05/30/2017 07:03:24.838 3956 0] bootstrap.cpp:465 GetCfgFilename(): strName = C:
[05/30/2017 07:03:31.133 5552 0] ReplyUpdateComputer.cpp:190 - Error removing registry value.
[05/30/2017 07:03:31.148 5552 0] ReplyUpdateComputer.cpp:296 - Error reading logevent status from registry.
[05/30/2017 07:04:40.290 5540 0] InputThread.cpp:323 - Exiting Input Thread
[05/30/2017 07:04:40.306 3644 0] UiInitialConnectThread.cpp:97 - CUIError error, CUiInitialConnect::ReadConnectPacket() - Shutting down. - 0
[05/30/2017 07:04:40.306 3644 0] UiInitialConnectThread.cpp:138 - CUiInitialConnect::Run RETURNING...
[05/30/2017 07:04:40.353 4720 0] apps\dsagent\agent\LogEventThread.cpp:57 - CLogEventThread::Run CLogEventError
    Thrown from apps\dsagent\agent\LogEventThread.cpp:113 -message = CLogEventThread::ReadLogEvent() - Shutting down.
    SystemError Value = 0x00000000
    
[05/30/2017 07:04:40.353 3956 0] DsAgent.cpp:488 About to serialize objects
[05/30/2017 07:04:41.375 3956 0] bootstrap.cpp:1129 - Error reading input file.
[05/30/2017 07:04:41.550 3956 0] bootstrap.cpp:465 GetCfgFilename(): strName = C:
[05/30/2017 07:04:45.525 2268 0] ReplyUpdateComputer.cpp:190 - Error removing registry value.
[05/30/2017 07:04:45.537 2268 0] ReplyUpdateComputer.cpp:296 - Error reading logevent status from registry.
[05/30/2017 07:05:27.982 1456 0] apps\dsagent\toolbox\default\handlers\internal\SetOneTimePXEBoot.cpp:201 CSetOneTimePxeBoot::HandleMessage(): caught exception
    apps\dsagent\toolbox\default\handlers\internal\SetOneTimePXEBoot.cpp:193 - One time Pxe boot is not available
    Value=0, SystemError=0x00000000
[05/30/2017 07:05:32.971 1456 0]     33 is invalid event type
[05/30/2017 07:05:35.507 1456 0] internal/Configure.cpp:824 - Configuration task was successful. Deleted 'config-failed' value from registry.
[05/30/2017 07:05:35.507 1456 0] PrepForImage.cpp:74 - Error removing 'config-failed' registry value.
[05/30/2017 07:05:35.523 1456 0] DsAgent.cpp:488 About to serialize objects
[05/30/2017 07:05:35.523 2732 0] InputThread.cpp:323 - Exiting Input Thread
[05/30/2017 07:05:35.554 4080 0] UiInitialConnectThread.cpp:97 - CUIError error, CUiInitialConnect::ReadConnectPacket() - Shutting down. - 0
[05/30/2017 07:05:35.554 4080 0] UiInitialConnectThread.cpp:138 - CUiInitialConnect::Run RETURNING...
[05/30/2017 07:05:35.601 2152 0] apps\dsagent\agent\LogEventThread.cpp:57 - CLogEventThread::Run CLogEventError
    Thrown from apps\dsagent\agent\LogEventThread.cpp:113 -message = CLogEventThread::ReadLogEvent() - Shutting down.
    SystemError Value = 0x00000000
    
[05/30/2017 07:05:35.601 3956 0] DsAgent.cpp:488 About to serialize objects
[05/30/2017 07:05:41.905 5272 0] main.cpp:786 - Leaving Main()
[05/30/2017 07:05:41.905 5272 0] main.cpp:787 - =============================================================

[05/30/2017 07:06:12.831 2152 0] bootstrap.cpp:1129 - Error reading input file.
[05/30/2017 07:06:14.708 2152 0] bootstrap.cpp:465 GetCfgFilename(): strName = C:
[05/30/2017 07:06:14.724 2152 0] internal/Configure.cpp:266 Networking was disabled see if we need to go to wrk grp
[05/30/2017 07:06:14.724 2152 0] internal/Configure.cpp:276 Looks we are coming after create image, No need to go to wrk grp
[05/30/2017 07:06:14.739 2152 0]     33 is invalid event type
[05/30/2017 07:06:24.008 2152 0] internal/Configure.cpp:824 - Configuration task was successful. Deleted 'config-failed' value from registry.
[05/30/2017 07:06:24.023 2152 0] DsAgent.cpp:488 About to serialize objects
[05/30/2017 07:06:30.368 4728 0] ReplyUpdateComputer.cpp:190 - Error removing registry value.
[05/30/2017 07:06:30.383 4728 0] ReplyUpdateComputer.cpp:296 - Error reading logevent status from registry.

I'm a trainee in an internship so I don't understand all the file.

did someone know how to resolve this issue ?

0

Setup of Altiris deployment Solution 6.9

$
0
0
I need a solution

Hi,

I want to to setup of Altiris deployment Solution 6.9 if you have any download link .please provide me.

Thanks in advance.

Thaks

Shiv

0

Windows 10 on NVMe hard drive

$
0
0
I need a solution

Currently, we are able to boot to physical media (MBR and GPT) on both WinPE4 and WinPE10 onto Dell and Lenovo hardware and deploy Windows 10 x64 Enterprise (GPT format for UEFI boot) via Ghost 12. Recently we received a few models with NVMe type disks and since the machines no longer boot to Windows desktop environment after the image drops. After the image drops and reboots, we are stuck at the boot selection screen. Selecting the hard drive does not boot to Windows but rather it just flashes the screen quickly and remains at the boot device selection screen. This process has worked for over a year but suddenly breaks with the new hardware.

Any ideas what could be causing this?

0

SEP 14 MP1 Flat out CRASHES my Windows 10 intallation

$
0
0
I need a solution

When I last posted I had an issue of the latest Windows 10 updates making any version before SEP 14 MP1 useless on the W10 system. In fact it made me remove the previos version and I had to upgrade to MP1, not when I am putting together some Windows 10 PC's it will totally and completely crash my Windows 10 installation and there is NO option to go back in and uninstall it. This is very agitating because I have to start the Windows 10 installation from scratch. I want to put together the W10 O/S and SEP 14 MP without it crashing the system to a point of non existence. THX

Here is my previous post...

https://www.symantec.com/connect/forums/windows-10...

0

Win7 UEFI/GPT Imaging

$
0
0
I need a solution

Hello all,

I am having issues getting a scripted OS install for Win7/GPT/UEFI configured and working correctly.

BIOS Settings

  • Drive = AHCI
  • SecureBoot=Disabled
  • UEFI Network Stack = Enabled
  • Legacy = disabled

Device = Dell Latitude E7280 with Intel 6th Gen processor.

Image Settings

  • Win7 x64 SP1 Enterprise
  • Wipe Disk
  • Convert to GPT
  • Partition with an EFI partition and NTFS primary partition

Issues

  • I can get the image to fully install and load but when Win7 is initially booting up it freezes on the "setup is updating registry settings" screen and if I turn it off/on again it will freeze on the "starting windows" screen.
  • Other settings I have tried come up with an error 0xc000000d with a failure to find the bootrec file.

Any help? Tips?

0

SONAR detections shows:Policy Enforecement

$
0
0
I need a solution

I have a Sonar detection by the SYmantec MAnager for my machine, showeing as :Policy Enforecement" for the below:

c:\program files (x86)\internet explorer\iexplore.exe

 Have attached the screenshot as well. Please somebody interpret what this means? ands how can we resolve such issuesSymantec_policy_enforcement.jpg

0

Problems with Win 7 Dell Precision 7510 NVME

$
0
0
I need a solution

Hello,

  I have spent weeks and countless hours trying to get this GSS 3.2 (and 3.1 before the update) figured out and I keep hitting roadblock after roadblock. I got this setup so our SATA desktops can image.

Here is what I have done and tested. So I started by trying to use WinPE 10 for the automation. Which as a side comment, I am doing an automation boot and not PXE, I am not against using PXE but I really don't have a good starting place experience wise. This didn't work out loading just about every driver from the Dell Driver pack and from their WinPE driver packs. As soon as the it boots to Automation and starts loading Windows. I get an error that the drive is not accessable.

Doing some VM testing from that point I figured out that UEFI boots with Windows 7 wouldn't work with WinPe 10 or even 5. So I loaded WinPe 3.1. So with WinPE 3.1 and WinPE 4 they will go through the loading Windows and hang at the very end. I did most of these tests without loading most of the drivers. So to save some time during the exparement I pushed the automation to a usb stick. Used Dism to update the Wim file. I then did a test boot with the Thumb drive and successfully loaded into the automation. I then replaced the WIM into the installed folder on the desktop. Same result. I would hang at the end of the second cycle in "loading windows".

Full specs are

Dell Precision 7510

4core i7

32GB of Ram

THNSN5256GPUK Toshiba 256GB NVME PCIe 3.0 x4 SSD

I219-LM Intel NIC

0

USB-C Ethernet adapter - Predefined computer

$
0
0
I need a solution

I have a Dell XPS 15 9560, and we bought a Dell 96NP5 USB-C to Ethernet dongle to go along with it--it shows up as a "Realtek USB GbE Family Controller".

I find the USB dongle's MAC address, and add it into DS 8.1 as a Predefined Computer. I then put a boot flash drive in the laptop, F12, select the flash drive as I've done hundreds of times with other computers no problem, and...

Another computer object is created in DS, with the computer name matching the Dell service tag.

I check the new computer object, and the MAC address lines up perfectly with my predefined computer.

For what it's worth, I have no problems at all with USB-A to Ethernet dongles.

Thoughts?

Thanks!

0

Receiving windows error while trying to boot into Preboot environment.

$
0
0
I need a solution

I'm still kind of new to ghost so I was looking for insight on an issue I am having. I am currently running my Ghost Soution Suite Console (3.2) from a server running windows server 2008 R2 and I am trying to create an image of an HP laptop running Windows 7. Every thing is running smoothly both the server and laptop can ping one another, I have the DAgent installed through the remote agent installer, and I have the automation folders installed but when I try to boot the computer into the Symantec Ghost Preboot Environment I'm getting the windows failed to start error witht the status code of 0x000000f. At this point I have tried uninstalling and reinstalling the automation folders but nothing has worked. Any help or insight will be greatly appreciated.

0

Windows 10 Education 1703 with 8.1 RU1

$
0
0
I need a solution

8.1 RU1

Scripted installs of Windows 10 Education 1607 work perfectly, however, when I run a scripted install of Windows 10 Education 1703, it successfully installs, joins the domain...and leaves me at "Let's start with region". I'm obviously hoping to land at the domain logon screen as had happened with 1607.

Thoughts?

Thanks!

0

Windows 10 Education 1703 - scripted install with DS 8.1 RU1

$
0
0
I need a solution

I can do a scripted install of Windows 10 Education 1607 perfectly. I have upgraded WinPE to Win10 1703, and I uploaded the sources folder from the ISO for WIndows 10 Education 1703. After the scripted install finishes, it gets stuck at the "Getting ready" screen with this popup:

Windows could not parse or process unattend answer file [C:\Windows\Panther\unattend.xml] for pass [specialize]. A value specified in the answer file is outside the range of acceptable values.

Thoughts?

Thanks!

0

Imate creates, then ClientCaptureImageException

$
0
0
I need a solution

8.0 HF6

I have a Create Image job that appears to have successfully made an image of the drive (the Ghost window showed up, and the .gho files are now on my server)...however, the job itself failed at 99 min:9 sec with this:

ErrorMessage: The Exception have occured in Client Imaging Task. Exception has occured in File Tcube_ClientCaptureImage.cpp at Line No 877. Type of exception is ClientCaptureImageException. Error Description is Child Process returned an error. The exit code from process is 1. Value of Windows error code = 2 and message is The system cannot find the file specified.

Thoughts?

Thanks!

0
1496770556
Viewing all 1130 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>