Syncs initiated using the Volume tabWhen you make selections in the Volume GUI, Xinet issues commands on the server. The commands depend both on the initial state of the volume and the options you select in the GUI. Seven possibilities exist:
• You’ve selected a Web Volume with the pop-up list.
• You’ve checked the Enabled Database button.
• You’ve clicked Submit.userperms -sync -progress -del path_to_volumeThis process can be seen in its entirety on Unix systems. On Windows installations, it will be seen as userperms.exe in the Task Manager. This is, in fact, true for the other six cases too.
• Previews of images, InDesign files, and PDFs are not read into the database.For more information on the -del flag, refer to Syncs: to -delnorm or not to -delnorm. The flag, which is analogous to using the -delnorm flag with syncvoltodb(8, will set everything to be offline. This is the most complete check of the file system. It is also the only way to read in information about archived files.
•
• You’ve clicked Submit.userperms -sync -progress -del path_to_volume
• The volume already had the Enable Database button checked.
•
• You have clicked Submit.userperms -sync -progress -del path_to_volume
• You’ve clicked the Submit button.userperms -sync -progress path_to_volumeThis should result in the following behavior: a “quick” sync of the volume will be run.Note the absence of the -del flag with the userperms process above. For more information on syncs that do not use -del, see "Syncs: to -delnorm or not to -delnorm” on page 638.
•
• You have now deselect one or more of the Store Preview buttons.
• You’ve clicked the Submit button.userperms -sync -progress path_to_volume
• Previews of existing files will remain in the database.The current behavior of Xinet is to continue to display previews stored in the database for volumes that have had one or more preview flags disabled. If this isn’t the behavior you’d like, uncheck the flag and let the sync run. Once the sync is done, run:This won't remove all previews, just ones for files that are in volumes set to not store those types of previews. This will make the database smaller.Case 6: Unchecking Enable Database for a volume but leaving flags for storing one or more type of previews checked
•
• You’ve deselected only the Enable Database button.
• You’ve clicked the Submit button.userperms [with no flags]This means that the size of the database does not decrease. The information is still stored. Generally, this action is only done if you want to temporarily disable Xinet on a particular volume. When you re-enable it, less file/preview information has to be read in again; thus the sync process will be much quicker. However, if your goal is to just disable the database altogether for a brief time (and not just on one volume), it’s better to just stop the database (using the xinet ADMINISTRATION view) and restart it later.
•
•
• You’ve clicked the Submit button.userperms [with no flags]
1. Find the volume id of the volume being removed. From the msyql client run select * from volume. The volume id is the first column.
2.