Sharp JX-9500H Instruções de Operação Página 89

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 89
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 88
Xprint F.A.Q. Document revision 10 (16.09.2008)
Page 89/89
Z. Operating systems tips
Z.1 How to create, modify or delete a windows service ?
To manage the windows services, you can use the command sc.exe which is available on each Windows
system.
The following example creates a service named 'newservice' on the local computer as an auto-start service. It has
dependencies on the Xprint service. Note that you must add quotes around the list of space-separated
dependencies.
sc create newservice binpath= "c:\Program Files\NewService\newserv.exe" type=
own start= auto depend= Xprint
The following command allows to delete the service Lip2PCL on the computer called \\remoteserver :
sc \\remoteserver delete Lip2PCL
The following command adds a dependency in relation to the Xprint service for the service named "Lip2Pcl" on
the local computer :
sc config Lip2PCL depend= Xprint
By this means, Xprint will always be started before the service Lip2Pcl. Moreover, we will not be able to stop
Xprint without stopping Lip2Pcl before.
Z.2 Why are there processes consuming most of the CPU resources on
HP-UX Itanium 11.23 ?
This might be due to the new socket cathing mechanism which is in contradiction with the SO_LINGER
tcp-ip sockets flag. At the time of writing, it is necessary to disable the socket catching mechanism to
avoid communication problems over the network. To disable the socket catching, you can use this
command:
Ndd –set /dev/sockets socket_catching_tcp 0
Vista de página 88
1 2 ... 84 85 86 87 88 89

Comentários a estes Manuais

Sem comentários