SYNTAX mfpdev server add [ --url|-u [--login|-l ] [--password|-p ] [--contextroot|-c ] [--timeout|-t ] [--setdefault|-s] ] DESCRIPTION Defines a new MobileFirst Server profile. The server can be remote or local. OPTIONS : The name of the server to use as an alias. The server name 'local' is reserved. --url|-u : The fully qualified URL of the server. The syntax must include the full: protocol://name.domain:port. The IP address may also be used instead of name.domain. This value is required if the server name is supplied on the command line. [--login|-l ]: The admministrator login ID (user name) used to manage the MobileFirst server. If not specified, the user name defaults to 'admin'. [--password|-p ]: The password for the server's administrative login ID. The password specified here must match the password that is defined on the MobileFirst Server. If you do not set this password, you are prompted for the administrative password for all server management tasks. There is no default password. [--contextroot|-c ]: The context root of the MobileFirst administration services. If not specified, the context root defaults to 'mfpadmin'. [--timeout|-t ]: The MobileFirst Server connection timeout value in seconds. [--setdefault|-s]: Specifying this option makes this server the new default server profile. You can switch the default by using the 'mfpdev server edit' command. EXAMPLES Interactive Mode: $ mfpdev server add Displays a series of prompts enabling you to specify the information about the server. Use the up and down arrow keys on your keyboard to move through the selections, and press the Enter key to select. Direct Mode: $ mfpdev server add Server1 --url http://acme.com:10080 --setdefault Defines a profile for a new MobileFirst Server, named Server1, at the specified URL, and makes it the default server profile.