Specifications
3-345
Cisco Wide Area Application Services Command Reference
OL-11817-01
Chapter 3 CLI Commands
(config) print-services
You can delete a print services administrative group using the no print-services admin-group
command. When this command is executed, the following events occur:
• The smb.conf setting is cleared.
If the clear fails, the old setting is restored and the error message “Failed to configure print-services
admin group” is displayed. If the clear fails and the old setting cannot be restored, two error
messages, “Failed to configure print-services admin group.” and “Failed to revert back the
print-services admin group changes.” are displayed.
• The cupsd.conf file is modified to clear the admin group setting.
If the clear fails, the old setting is restored, and changes in the smb.conf are reverted, the error
message “Failed to configure print-services admin group” is displayed. If the clear fails and the old
setting cannot be restored, two error messages, “Failed to configure print-services admin group.”
and “Failed to revert back the print-services admin group changes.” are displayed.
• The corresponding DataServer value is cleared.
If clearing the DataServer value fails, both configurations of smb.conf and cupsd.conf are reverted,
and an error message is displayed.
The Samba and CUPS processes must be manually restarted for this change to take effect.
Examples The following example enables print services on a WAAS device:
WAE(config)# print-services enable
The following example adds a print services administrative group called printAdmins:
WAE(config)# print-services admin-group printAdmins
The new print-services administrator group is configured successfully. Please restart
print services for the change to take effect.
WAE(config)# no print-services enable
WAE(config)# print-services enable
The following example removes the print service’s administrative group from the WAAS device:
WAE(config)# no print-services admin-group printAdmins
The print-services administrator group is removed successfully. Please restart print
services for the change to take effect.
WAE(config)# no print-services enable
WAE(config)# print-services enable
Related Commands debug
show print-services
show running-config
show startup-config