Industrial Technology Research Institute IWCUOBU5 Manual De Usuario

Descargar
Página de 20
     
                                                                                                           
 
 
                                                                                                                                                                                                             
   
Document Name: 
IWCU User Guide
 
Version:4.10 
工業技術研究院機密資料  禁止複製、轉載、外流  │    ITRI CONFIDENTIAL DOCUMENT DO NOT COPY OR DISTRIBUTE                                  9
 
 
For example: (Query all registered services and their converters)   
[root@herakles /root]
 
# dsrc-cvt -q 
Query all services 
  Index |    Service | Channel | PSID | IWCU port    | PC port    |    PC IP              |    PSC        |    STATUS 
---------------------------------------------------------------------------------------------------------------------------------- 
  1        | Provider | 172          | 123    | 52001            | 55551    |    192.168.10.1    |    dsrc          |    ACTIVE 
---------------------------------------------------------------------------------------------------------------------------------- 
  2        | User        |    0          | 124    | 52002            | 55552    |    192.168.10.1    |    dsrc-user |    PENDING 
---------------------------------------------------------------------------------------------------------------------------------- 
  3        | WSMP    | 178        | 125    | 52003            | 55553      |    192.168.10.1    |                  |    ACTIVE 
---------------------------------------------------------------------------------------------------------------------------------- 
  [root@herakles /root]# 
 
For example: (Unregister a wsmp service) 
[root@herakles /root]
 
# dsrc-cvt -d 3 
Unregister a service 
Unregister result = Success 
   
[root@herakles /root]# wme -q 
Query service: 
 
Index |    Service | Channel | PSID | IWCU port    | PC port    |    PC IP              |    PSC        |    STATUS 
---------------------------------------------------------------------------------------------------------------------------------- 
  1        | Provider | 172          | 123    | 52001            | 55551    |    192.168.10.1    |    dsrc          |    ACTIVE 
---------------------------------------------------------------------------------------------------------------------------------- 
  2        | User        |    0          | 124    | 52002            | 55552    |    192.168.10.1    |    dsrc-user |    PENDING 
---------------------------------------------------------------------------------------------------------------------------------- 
  [root@herakles /root]#