RADE

Source Code Manager

adl_set_contents_server

Updating contents server
Quick Reference

Abstract

The adl_set_contents_server command updates a file contents server. 

Synopsis

adl_set_contents_server contents_server_id -cs | -contents_server contents_server_name | (-cs_host hostname -cs_port port_number) [-desc description]  [-h | -help | -?]

Usage

On a site, each contents server's name is unique. All the file contents server will be created at Dassault Systèmes Suresnes. This will be done by the SCM administrators.


You can also update the text associated with the contents server. It will update the description associated to  the file contents server.

To see all the existing file contents server's names, run the [1] adl_ls_contents_server command. To create a new file contents server, run the [2] adl_mk_contents_server command.

For more informations on the File Contents Server, see the [3] File Server documentation.

[Top]

Options

adl_set_contents_server accepts the following options:
 
-h|-help|-? Help of the command
contents_server_id The contents server identifier to update
-cs contents_server_name Contents server host name and port number with the format host:port
-contents_server contents_server_name Contents server host name and port number with the format host:port
-cs_host hostname Name of the host
-cs_port port_number Number of the port number
-desc description Description of the contents server
[Top]

Examples

Update of the file contents server with the id: "FileContentsServerId", updating the host name:
 
adl_set_contents_server FileContentsServerId -cs_host NewHostName
Update of a file contents server, updating the port number:
 
adl_set_contents_server FileContentsServerId -cs_port NewPortNumber

Update of a file contents server, updating both host name and port number:
 
adl_set_contents_server FileContentsServerId -cs Host:Port
or
adl_set_contents_server FileContentsServerId -contents_server Host:Port

Update of a file contents server, updating the description:
 
adl_set_contents_server FileContentsServerId -desc Description

 


References

[1]
[2]
[3]
adl_ls_contents_server: Listing all existing contents server
adl_mk_contents_server: Creating a new file contents server
File Server documentation
[Top]

History

Version: 1 [May 2001] Document created
[Top]

Copyright © 2001, Dassault Systèmes. All rights reserved.