Este documento explica el nuevo procedimiento para actualizar los puntos finales vía el conjunto de administración del TelePresence (TMS). Hay una interfaz de programación de la nueva aplicación (API) y, a partir de esta versión, el punto final sí mismo extrae el paquete de software de Cisco TMS. Esto se documenta en los Release Note para la versión de software TC6.
Cuando usted actualiza un punto final en TMS vía los sistemas actualice el menú, esto es qué sucede:
POST /tms/public/external/management/systemmanagementservice.asmx HTTP/1.1
Host: 10.48.36.42
Accept: */*
Content-Type: text/xml; charset=utf-8
User-Agent: Cisco/TC
Accept-Charset: ISO-8859-1,utf-8
Content-Length: 759
<?xml version="1.0" encoding="utf-8"?><env:Envelope xmlns:
env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns="http://www.tandberg.net/2004/11/SystemManagementService/">
<env:Body
xmlns="http://www.tandberg.net/2004/11/SystemManagementService/">
<PostEvent>
<Identification>
<SystemName>NewYork</SystemName>
<MACAddress>00:50:60:08:54:C6</MACAddress>
<IPAddress>10.10.0.180</IPAddress>
<ProductType>TANDBERG Codec</ProductType>
<ProductID>Cisco Codec</ProductID>
<SWVersion>TC7.0.2.aecf2d9</SWVersion>
<HWBoard>101790-6 [B0]</HWBoard>
<SerialNumber>FTT1703007B</SerialNumber>
</Identification>
<Event>Boot</Event>
</PostEvent></env:Body>
</env:Envelope>
HTTP/1.1 200 OK
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=utf-8
Date: Wed, 12 Mar 2014 14:01:06 GMT
Content-Length: 1420
<soap:Body>
<PostEventResponse
xmlns="http://www.tandberg.net/2004/11/SystemManagementService/">
<PostEventResult>
<Management>
<Command>
</Command>
<Software>
<ReleaseKey />
<SessionId>
4fae46a9-2e37-4edc-b3dc-97dbde2dc282
</SessionId>
<Package>
<VersionId>
TC6.3.0
</VersionId>
<URL>
http://10.48.36.42/tms/public/data/SystemSoftware/s52010tc6_3_0.pkg
</URL>
</Package>
<Feedback>
<URL>
http://10.48.36.42/tms/public/feedback/code.aspx
</URL>
</Feedback>
</Software>
</Management><
GET /tms/public/data/SystemSoftware/s52010tc6_3_0.pkg HTTP/1.1
Host: 10.48.36.42
Accept: */*
Content-Type: text/xml; charset=utf-8
User-Agent: Cisco/TC
Accept-Charset: ISO-8859-1,utf-8
Usted puede también ver que esto en abre una sesión el punto final (archivo de all.log):
appl[1642]: 63256.49 PROV I: provision(): software upgrade
url='http://10.48.36.42/tms/public/data/SystemSoftware/s52010tc6_3_0.pkg'
release-key=''appl[1642]: 63256.50 PROV I: Starting normal download
appl[1642]: 63256.50 PROV I: Starting download from
http://10.48.36.42/tms/public/data/SystemSoftware/s52010tc6_3_0.pkg
to //upgrade/pkg.tmp
...
appl[1642]: 63429.93 PROV I: HttpDownloader(this=0x42411588):
done downloading 297386594B (from http://10.48.36.42/tms/public/data/
SystemSoftware/s52010tc6_3_0.pkg to //upgrade/pkg.tmp)
...
appl[1642]: 63429.93 PROV I: Renaming from //upgrade/pkg.tmp
to //upgrade/image to start seeding
...
[1642]: 63489.96 PROV I: Renaming from //upgrade/image to //upgrade/pkg
to start upgrade
En TMS usted puede configurar que directorio a utilizar para las imágenes del software. Herramientas del tecleo TMS - > ubicaciones del directorio:
Usted puede ver qué se configura bajo las herramientas administrativas - > configuración - > las opciones generales - > directorio FTP del software.
Hay también una configuración bajo las herramientas administrativas - > configuración - > las configuraciones de red - > el URL donde los paquetes de software pueden ser descargados, solamente esto no es convenientes para los puntos finales que funcionan con la versión 6.x y posterior TC.