AT&T CentreVu CMS Administration Manual de usuario Pagina 8

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 16
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 7
Page 8 of 16
Define menu item name and application
As an option you may also add a description. To apply settings press <CR> and select
Add in the right hand menu. You have now associated the application with a main
menu item entry. To make the new entry visible to the trusted user in charge of
changing passwords, you may use either the terminal environment or CentreVu
Supervisor. In the terminal environment navigate to User Permissions Main Menu
Access, enter the trusted user ID and the addition name. The latter is the same as the
description given above. If you prefer to use CentreVu Supervisor, first access Tools
User Permissions and select Main Menu Addition Access from the Operations tab.
Then you have to provide essentially the same information as for the terminal
environment.
For more information on the tasks presented in this section, please refer to the
CentreVu CMS Administration Guide delivered with your CMS system.
5.6 Optional Cleanup Process
The optional cleanup utility pwdch_cleanup prevents consumption of CPU time in
case of abnormal termination of the pwdch application. Such a situation arises, when
the user closes the AVAYA Terminal Emulator without exiting from pwdch before. It is
highly recommended to instruct users accordingly, as such a behaviour may have an
impact on the underlying CMS application as well.
If pwdch_cleanup is not provided as part of your installation package, either request it
from us or simply recreate it from the following listing
#!/bin/sh
if [ -n "`ps -ef | grep pwdch`" ]
then
set `ps -ef | grep pwdch | awk '{ print $4" "$2 }'`
Vista de pagina 7
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

Comentarios a estos manuales

Sin comentarios