licenseserver
Syntaxe et description
La commande licenseserver enregistre MobileTogether Server avec Altova LicenseServer spécifié par l’argument Server-Or-IP-Address. Pour pouvoir exécuter la commande licenseserver correctement, les deux serveurs (MobileTogether Server et LicenseServer) doivent être connectés sur le réseau et le LicenseServer doit fonctionner. Vous devez posséder des privilèges d'administrateur pour pouvoir enregistrer MobileTogether Server auprès du LicenseServer.
mobiletogetherserver licenseserver [options] Server-Or-IP-Address |
•L'argument Server-Or-IP-Address prend le nom ou l'adresse IP de l'appareil de LicenseServer.
Une fois que MobileTogether Server a été enregistré avec succès auprès de LicenseServer, vous recevrez un message. Le message affichera aussi l'URL du LicenseServer. Vous pouvez maintenant vous rendre sur LicenseServer pour attribuer une licence à MobileTogether Server. Pour plus de détails concernant la licence, voir la documentation LicenseServer (https://www.altova.com/manual/fr/licenseserver/3.16/).
MobileTogetherServer on Windows mobiletogetherserver on Windows and Unix (Linux, Mac)
* Note that lowercase (mobiletogetherserver) works on all platforms (Windows, Linux, and Mac), while upper-lower (MobileTogetherServer) works only on Windows and Mac. * Use forward slashes on Linux and Mac, backslashes on Windows.
|
On Windows systems: When spaces or special characters occur in strings (for example in file or folder names, or company, person or product names), use quotes: for example, "My File". Note, however, that a backslash followed by a double-quotation mark (for example, "C:\My directory\") might not be read correctly. This is because the backslash character is also used to indicate the start of an escape sequence, and the escape sequence \" stands for the double-quotation mark character. If you want to escape this sequence of characters, use a preceding backslash, like this: \\". To summarize: If you need to write a file path that contains spaces or an end backslash, write it like this: "C:\My Directory\\".
|
Exemples
Exemples de la commande licenseserver :
mobiletogetherserver licenseserver DOC.altova.com
mobiletogetherserver licenseserver localhost
mobiletogetherserver licenseserver 127.0.0.1
Les commandes ci-dessus spécifient, respectivement, la machine nommée DOC.altova.com, et la machine de l'utilisateur (localhost et 127.0.0.1) qui fait marcher Altova LicenseServer. Dans tous les cas, la commande enregistre MobileTogether Server avec le LicenseServer sur la machine spécifiée. La dernière commande appelle le programme d'exécution de serveur pour exécuter la commande.
Options
Options are listed in short form (if available) and long form. You can use one or two dashes for both short and long forms. An option may or may not take a value. If it takes a value, it is written like this: --option=value. Values can be specified without quotes except in two cases: (i) when the value string contains spaces, or (ii) when explicitly stated in the description of the option that quotes are required. If an option takes a Boolean value and no value is specified, then the option's default value is TRUE. Use the --h, --help option to display information about the command.
--j, --json = true|false Les valeurs sont true|false. Si true, imprime le résultat de la tentative d'enregistrement en tant qu'objet JSON parsable par machine.
|