Table Of Contents
D
description (backup-schedule)
description (kron schedule)
disabled (backup-schedule)
disabled (kron-schedule)
domain
D
Last Updated: November 17, 2010
description (backup-schedule)
description (kron schedule)
disabled (backup-schedule)
disabled (kron-schedule)
domain
description (backup-schedule)
To configure a description for a scheduled backup job, use the description command in Cisco Unity Express scheduled backup configuration mode. Use the no form of this command to remove the description for the backup job.
description "text"
no description "text"
Syntax Description
"text"
|
Describes the scheduled backup job.
|
Command Default
None.
Command Modes
Cisco Unity Express scheduled backup configuration (config-sched)
Command History
Cisco UMG Version
|
Modification
|
8.0
|
This command was introduced.
|
Usage Guidelines
The text of the description must be enclosed in quotes.
The maximum length of the description is 64 characters. If a longer description is entered, it is truncated and a message is displayed indicating that truncation occurred.
Examples
The following example configures a description for a daily scheduled backup:
umg-1# config t
umg-1(config)# backup schedule 22
umg-1(backup-schedule)# description "daily midnight backup"
Related Commands
Command
|
Description
|
backup schedule
|
Enters commands enters backup-schedule submode.
|
description (kron schedule)
To configure the description of the kron schedule, use the description command in Cisco Unity Express kron schedule configuration mode. Use the no form of this command to remove the description for the kron job.
description "text"
no description
Syntax Description
"text"
|
Describes the kron job.
|
Defaults
None.
Command Modes
Cisco UMG kron schedule configuration
Command History
Cisco UMG Version
|
Modification
|
8.0
|
This command was introduced.
|
Usage Guidelines
The text of the description must be enclosed in quotes.
The maximum length of the description is 64 characters. If a longer description is entered, it is truncated and a message is displayed indicating that truncation occurred.
Examples
The following example configures the description of the kron schedule to "monday":
umg-1(config)# kron schedule kron1234
umg-1(kron-schedule)# description monday
Related Commands
disabled (backup-schedule)
To configure a period time for the scheduled backup activity to be temporarily disabled, use the disabled command in Cisco Unity Express backup-schedule configuration mode. To remove the configured period of time to temporarily disable the backup, use the no form of this command.
disabled from date to date
no disabled from date to date
Syntax Description
from date
|
Specifies the date from which the backup activity is temporarily disabled. The format is MM/DD/YYYY.
|
until date
|
Specifies the date until which the backup activity is temporarily disabled. The format is MM/DD/YYYY.
|
Defaults
No default.
Command Modes
Cisco UMG backup-schedule configuration
Command History
Cisco UMG Version
|
Modification
|
8.0
|
This command was introduced.
|
Usage Guidelines
The format for the date is month, day, and then year (for example: 05/302010).
Examples
The following example specifies to disable the scheduled backup from October 2, 2010 to October 6, 2010.
umg-1(config)# backup schedule name 22
umg-1(backup-schedule)# disabled from 10/02/2010 to 10/06/2010
Related Commands
Command
|
Description
|
backup schedule
|
Enters backup-schedule configuration mode.
|
disabled (kron-schedule)
To configure a period time for the scheduled kron job to be temporarily disabled, use the disabled command in Cisco Unity Express kron-schedule configuration mode. To remove the configured period of time to temporarily disable the kron job, use the no form of this command.
disabled from date to date
no disabled from date to date
Syntax Description
from date
|
Specifies the date from which the kron job is temporarily disabled. The format is MM/DD/YYYY.
|
until date
|
Specifies the date until which the kron job is temporarily disabled. The format is MM/DD/YYYY.
|
Defaults
No default.
Command Modes
Cisco UMG kron-schedule configuration
Command History
Cisco UMG Version
|
Modification
|
8.0
|
This command was introduced.
|
Usage Guidelines
The format for the date is month, day, and then year (for example: 05/302010).
Examples
The following example specifies to disable the scheduled kron job from October 2, 2010 to October 6, 2010:
umg-1# kron schedule krj1
umg-1(kron-schedule)# disabled from 10/02/2010 to 10/06/2010
Related Commands
Command
|
Description
|
kron schedule
|
Enters kron-schedule configuration mode.
|
domain
To provision the domain name of an endpoint to Cisco UMG, use the domain command in Cisco UMG endpoint configuration mode. To clear this configuration, use the no form of this command or precede the command with default, as in default domain.
domain domain
no domain
Syntax Description
domain
|
Domain name of the endpoint, for example, sj.mycompany.com.
|
Command Default
The default domain name is none.
Command Modes
Cisco UMG endpoint configuration (config-endpoint)
Command History
Cisco UMG Version
|
Modification
|
1.0
|
This command was introduced.
|
Usage Guidelines
When you configure a domain for an endpoint, Cisco UMG does an MX lookup on the domain provided and uses those host addresses.
Examples
The following example shows how the domain name is set as part of the process of provisioning an endpoint to Cisco UMG:
umg-1(config)# endpoint 12345 unity
umg-1(config-endpoint)# domain sj.mycompany.com
umg-1(config-endpoint)# prefix 408902
umg-1(config-endpoint)# hostname unity-408
umg-1(config-endpoint)# end
Related Commands
Command
|
Description
|
endpoint
|
Enters the endpoint configuration mode to provision endpoints manually.
|
hostname (endpoint)
|
Specifies the hostname of an endpoint you are provisioning manually.
|
prefix
|
Sets the phone number prefix of an endpoint.
|