This article outlines how to remove Image references form the ITMS database for both HTTP and Standard Image resources
ITMS 8.x
DS 8.x
There are 2 ways to delete images from your HTTP image list. HTTP Images are captured via a preconfigured HTTP share, set up via KB article Configure IIS to allow Ghost image capture and deployment via HTTP. This method can also be used for standard images as well as HTTP images.
Neither of these methods will delete the actual image files from the HDD (hard disk drive), you will have to do that manually. Only the Item References in the database will be removed so it will no longer appear as an option or package in the SMP (Symantec Management Platform) Console.
Standard Images are usually removed via Settings > All Settings, Deployment and Migration > Disk Images, deleting any packages you wish. The informatio below includes alternate methods to do the same thing, as well as how to remove the HTTP images:
Removing HTTP images from the console:
NOTE: If this is the image you would like to remove from the console, click Delete on the left pane. This will remove all references to it in the console, including any dropdowns that may have this image selected in your tasks.
Removing the images directly from the database by placing the image's guid into the ItemToDelete table. With this method, you can delete multiple or all images from the database. TAKE CARE when using the SQL Management Studio so you don't delete more information than you intend.
NOTE: You can remove more than one by changing the location variable above to a partial path and adding the wildcard after or before it. THESE ARE DANGEROUS SO PROCEED WITH CAUTION!
Common entries include the following:
http% - Removes all HTTP images from your database, leaving standard images only.
http://{YOURSERVER.EN_US}% - Removes all HTTP images from {YOURSERVER.EN_US}, assuming you replace {YOURSERVER.EN_US} with your actual server name.
%{IMAGENAME.EN_US}% - Removes all images with {IMAGENAME.EN_US} from your database. This will affect both HTTP and standard images.
% - This removes all images, HTTP and standard, from your server.