- Adobe Connect User Guide
- Introduction
- Adobe Connect Meeting
- Start, attend, and manage Adobe Connect meetings and sessions
- Host and Presenter Area in Adobe Connect
- Adobe Connect application for desktop
- Adobe Connect pre-meeting diagnostic test
- Adobe Connect Central home page
- Share content during a session
- Update and manage Adobe Connect meetings
- View meeting reports and analytics data
- Work with Pods
- Accessibility features in Adobe Connect
- Keyboard shortcuts in Adobe Connect
- Create virtual meeting rooms and arrange layouts
- Breakout rooms in Adobe Connect meetings
- Manage meeting attendees in Adobe Connect
- Start, attend, and manage Adobe Connect meetings and sessions
- Adobe Connect administration and maintenance
- Enabling Adobe Connect HTML client
- Enabling single sign-on in Adobe Connect
- Change the timeout period
- Configure audio providers for Universal Voice
- Create and import users and groups in Adobe Connect
- Enhance Adobe Connect account security
- Generate usage reports in Adobe Connect Central
- Administer and manage Adobe Connect accounts
- Manage users and groups
- Set permissions for library files and folders
- Back up user data, database, and settings of Adobe Connect server
- Build custom reports from the Adobe Connect database
- Maintain disk space and clean cache on an Adobe Connect server
- Manage and monitor Adobe Connect server logs
- Start and stop Adobe Connect services
- Adobe Connect Events
- Adobe Connect Training and Seminars
- About Adobe Connect courses and curriculum for training
- Conduct trainings with Adobe Connect
- Create and manage seminars
- Create training courses in Adobe Connect
- Create and manage training curriculum in Adobe Connect
- About Virtual Classrooms in Adobe Connect
- Adobe Connect reports to monitor training features
- Participate in Adobe Connect training sessions and meetings
- Closed captioning in Adobe Connect
- Audio and video conferencing in Adobe Connect
- Manage user content in Adobe Connect
Monitor the available disk space on the system running an Adobe Connect server and clear the cache.
About maintaining disk space
The Adobe Connect system must have a minimum of 1 GB of free space. Adobe Connect does not have any built-in tools that monitor disk space—the administrator must monitor disk space with operating system utilities or third-party tools.
Content can be stored on the server hosting Adobe Connect, on external shared storage volumes, or both.
Maintain disk space on Adobe Connect servers
-
Do any of the following:
Use Adobe Connect Central to delete unused content. See Delete a file or folder.
Replace your server disk with a bigger disk.
Note:If the free disk space on the server falls below 1 GB, the server stops.
Maintain disk space on shared storage devices
-
Monitor the primary shared storage device for free space and available file system nodes. If either drops below 10%, add more storage to the device or add another shared storage device.Note:
10% is a recommended value. Also, if you’re using shared storage, set a maximum cache-size value in Application Management Console or the cache can fill up the disk.
Clear the edge server cache
Adobe recommends that you create a weekly scheduled task to clear the edge server cache. It’s a good idea to run the task during off-peak hours, such as early Sunday morning.
-
Create a cache.bat file to delete the cache directory. The entry in this file must use the following syntax:
del /Q /S [cache directory]\*.*
The default cache directory is C:\Connect\edgeserver\win32\cache\http. To delete the cache, use the following command:
del /Q /S c:\Connect\edgeserver\win32\cache\http\*.*
-
Select Start > Programs > Adobe Connect Edge Server > Stop Adobe Connect Edge Server.
-
Run the cache.bat file and verify that it deletes files in the cache directory.Note:
The directory structure remains, and any files that the edge server locks are not deleted.
-
Select Start > Programs > Adobe Connect Edge Server > Start Adobe Connect Edge Server.
-
Select Start > Control Panel > Scheduled Tasks > Add Scheduled Task.
-
Select cache.bat as the new file to run.
-
Repeat this procedure for each edge server.