KNOWN ISSUE: Patch Management Solution 7 is unable to use UNC shares to store packages.
| Article:TECH45639 | | | Created: 2009-10-05 | | | Updated: 2011-06-24 | | | Article URL http://www.symantec.com/docs/TECH45639 |
| NOTE: If you are experiencing this particular known issue, we recommend that you Subscribe to receive email notification each time this article is updated. Subscribers will be the first to learn about any releases, status changes, workarounds or decisions made. |
Problem
UNC shares are not able to be used in the Patch Core Settings. See KB TECH41730
This issue was resolved in SP2.
Environment
Patch Management Solution 7.0 and 7.0 SP1
Cause
UNC locations were not supported prior to SP2.
Solution
The following work around can be used with limited support if unable to upgrade to SP2. The steps to follow for this process are:
Note: It is recommended that a backup of the database is made before any changes are made directly to it.
- Go to Settings> All Settings> Software> Patch Management> Core Services and set the To Location: to the desired UNC location.
- Go to Manage> Policies> Software> Patch Management> Patch Remediation Center and stage any bulletins that are to be deployed.
- Run the attached ChangePackageLocation.sql script against the Symantec_CMDB database for this server.
- Go to Manage> Policies> Software> Patch Management> Patch Remediation Center and Recreate Packages for all packages staged in step 2.
If there is any confusion about what bulletins need to have the packages recreated, use the following script to find these bulletins.
Select
distinct bul.name as 'Bulletin',
bul.description as 'Description'
from rm_resourcesoftware_package pack
Join resourceassociation ra on ra.Childresourceguid = pack.Guid
and ra.resourceassociationtypeguid = 'A19CED33-9E1F-4E97-98CF-0F8B339739C3'
Join resourceassociation ra2 on ra2.childresourceguid = ra.parentresourceguid
and ra2.resourceassociationtypeguid = '7EEAB03A-839C-458D-9AF2-55DB6B173293'
Join vitem bul on bul.guid = ra2.parentresourceguid
and bul.classguid = '30F75395-761B-4C7E-BB25-F7C556833917'
where pack.state like '%source type="local" location="\\%'
Attachments
|
|
|
| Value | ETK 1856310 |
| Description | Logged in Etrack (Symantec) database |
Legacy ID
49453
Article URL http://www.symantec.com/docs/TECH45639
Terms of use for this information are found in Legal Notices









Thank you.