Questions tagged [symantec]

92 questions
0
votes
2 answers

Visual Studio accessing Symantec Virus Definition File: Why & How to stop?

After (another) bout with Visual Studio slowness, I went into procmon to see if anything stood out. Our IT department had already made some whitelist entries for Symantec's real-time scanning, so I wasn't expecting to see any over-active real-time…
0
votes
1 answer

Unable to Access Symantec Endpoint Protection API on Port 8446

I have installed a trial Version of Symantec Endpoint Protection Manager. It is installed successfully and I am able to access it from the Client and from the Web UI. But I am not able to access the API on Port 8446. Does Symantec provide access to…
Sujeet Padhi
  • 254
  • 1
  • 20
0
votes
1 answer

RMAN online full backup without archivelogs

I need to take oracle database full backup (online) which is in archivelog mode. My current archive redo log partition space is very less, so i backup and delete archived redo log files then and there to manage the space. My question if i take rman…
knkarthick24
  • 3,106
  • 15
  • 21
0
votes
1 answer

What happened to Chromes warning about Distrusting Symantec Certificates?

For a while our website gave the following warning in the console: Today I wanted to check to see if I could fix it but it seems to have disappeared. I can't find anything about that message disappearing though. Did google and Symantex sort out…
kramer65
  • 50,427
  • 120
  • 308
  • 488
0
votes
1 answer

symantec altiris - how to deploy

I am curious about the product. ( symantec - altiris ) I know that this product has a deployment function for software or OS upgrade. I would like to know more about OS upgrade. For example, the same behavior as uploading a version on Windows…
areum
  • 93
  • 3
  • 14
0
votes
1 answer

How to grant permission in RESTful API to user in Netbackup 8.1.1?

I have account in Netbackup Java console and commandline with all permissions, but in REST api, I can only access part of resources like /appdetails. To other path like /admin/jobs, I got following error: {"errorCode":8000,"errorMessage":"User…
qwer11121
  • 138
  • 2
  • 15
0
votes
1 answer

Cloning a Guardian Edge Protected Drive

I need to clone/ghost a GE protected hard drive, but I am running into various issues. Norton Ghost seems to just freeze up, XXClone puts up strange errors. I realize the entire drive is encrypted, but would that make a difference to a cloning…
Andy
  • 3,141
  • 3
  • 27
  • 22
0
votes
1 answer

I want to save the results of running Python to a file

import requests, json, pprint import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) pagesize = 1000 api_url_base = "https://test/sepm/api/v1/" authentication_url =…
0
votes
1 answer

Using same SSL cert for 2 domains with same IP

We have a SSL cert from Symantec for foo.bar.com. Now we want our site to be know as foo.baz.com while still maintaining the old name. Both bar.com and baz.com resolve to the same IP. If I go to foo.baz.com it says the site is not secure. How I can…
Larry Martell
  • 3,526
  • 6
  • 40
  • 76
0
votes
2 answers

Symantec End Point Manager API - Authentication issues

The following is my code: import requests, json proxyDict = { "http": "", } base_url = "https:///sepm/api/v1/identity/authenticate" # if output is required in JSON format json_format = True payload = { "username" :…
Sreetam Das
  • 3,226
  • 2
  • 22
  • 36
0
votes
1 answer

Get job status and type from BackupExec with use of PowerShell

I would like to get command, which could be executed on standalone hosts to get status and type of a specific backup job. Variable $jobname stores the name of the job. Get-BEJob -Name $jobname | select JobType, Status | ft -auto I also tried…
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
0
votes
1 answer

Remove Symantec Endpoint Protection in an Enterprise Environment

I have many servers I need to remove Symantec Endpoint Protection from. I contacted Symantec and received the code below: (Get-WmiObject -Class Win32_Product -Filter "Name='Symantec Endpoint Protection'" -ComputerName xxxxxx).Uninstall() I have…
aztech
  • 71
  • 2
  • 5
  • 9
0
votes
1 answer

Symantec Certificate not found on Android

I've got an Android App trying to send HTTPS Requests to a server having a Symantec Class 3 Secure Server CA - G4 signed certificate. When trying to send a request via the apache http library (I guess this is also true for other HTTP clients) an…
SakeSushiBig
  • 1,481
  • 2
  • 14
  • 20
0
votes
1 answer

What is a SysferException and how do I get rid of it?

When starting the debugger, I get eight instances of the following: First-chance exception at 0x000007FEFD59B16D in myprogram.exe: Microsoft C++ exception: SysferException at memory location 0x000000000028D7B0. All I have been able to find on it…
AnonSubmitter85
  • 933
  • 7
  • 14
0
votes
1 answer

Uninstall SEP with Batch File through GPO

I'm trying to uninstall all Symantec Endpoint Protection from the computers I manage through GPO. I've created a batch file that should uninstall the program and run when computers start up. However, I have some issues. UAC problem: "Access…
TheOne
  • 21
  • 6