This manual page is for Mac OS X Server version 10.6.3

If you are running Mac OS X (client), this command is not available.

If you are running a different version of Mac OS X Server, view the documentation locally:

  • In Xcode

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



pcastconfig(1)                           BSD General Commands Manual                          pcastconfig(1)

NAME
     pcastconfig -- Podcast Producer server configuration command line tool

SYNOPSIS
     pcastconfig --enable_workflow workflow_name
     pcastconfig --disable_workflow workflow_name
     pcastconfig --validate_workflow workflow_name
     pcastconfig --validate_workflow_at_path workflow_name
     pcastconfig --cache_workflow workflow_name
     pcastconfig --validate_all_workflows
     pcastconfig --update_workflows_in_db

     pcastconfig --enable_camera camera_name
     pcastconfig --disable_camera camera_name

     pcastconfig --create_upload_node shared_filesystem_path

     pcastconfig --add_property property_name --value value [--protect]
     pcastconfig --remove_property property_name

     pcastconfig --add_access access_group --properties property_list
     pcastconfig --remove_access access_group

     pcastconfig --help

WORKFLOW COMMANDS
     --enable_workflow workflow_name     This enables the workflow named 'workflow_name'

     --disable_workflow workflow_name    This disables (hides) the workflow named 'workflow_name'

     --validate_workflow workflow_name   This validates the contents of the workflow named 'workflow_name'.

                                         The workflow must already be in the database.

     --validate_workflow_at_path workflow_path
                                         This validates the contents of the workflow at the path 'work-flow_path'. 'workflow_path'.
                                         flow_path'.

                                         The workflow does not need to be in the database.

     --cache_workflow workflow_name      This caches the workflow named 'workflow_name' in the shared
                                         filesystem.

     --validate_all_workflows            This validates the contents of all the workflow in the database.

     --update_workflows_in_db            This makes the database current with workflows in:

                                         /System/Library/PodcastProducer/Workflows and /Library/PodcastPro-ducer/Workflows. /Library/PodcastProducer/Workflows.
                                         ducer/Workflows.

CAMERA COMMANDS
     --enable_camera camera_name         This enables the camera named 'camera_name'

     --disable_camera camera_name        This disables (hides) the camera named 'camera_name'

UPLOAD NODE COMMANDS
     --create_upload_node shared_filesystem_path
                                         This sets up the Podcast Producer to be an upload-only node.

                                         It only runs apache and the HTTPS upload CGI.

PROPERTY COMMANDS
     --add_property property_name --value value [--protect]
                                         This creates a global system property in the Podcast Producer
                                         server database.

     --remove_property property_name     This removes a global system properties from the Podcast Producer
                                         server database.

PROPERTY ACCESS COMMANDS
     --add_access access_group --properties property_list
                                         This creates a one-time access key for a list of properties in the
                                         Podcast Producer server database.  It associates this access token
                                         with an access_group.

                                         The property list is colon separated (e.g. "Property1:Property2")

     --remove_access access_group        This revokes all access keys for property accesses associated with
                                         a specific access_group.

Mac OS                                          May 12, 2010                                          Mac OS

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...