ConventionsThe following conventions are used in these sections:
The abaqus procedure will prompt for any information required that is not provided on the command line. If abaqus is typed with no options, prompts are issued for all options. Environment settingsThe Abaqus execution procedure uses environment parameters to customize the execution of a job. These settings can be changed using one of the Abaqus environment files: custom_v6.env or abaqus_v6.env. See Using the Abaqus environment files for more details. If the same job parameter is defined in more than one environment file or is defined more than once within the same environment file, the last definition encountered will be used. Some exceptions to this rule are noted in Environment File Settings. These environment files can be used to customize the behavior of Abaqus, including modification of the default options. See Environment File Settings for further information on the environment files. Selecting TCP/UDP port numbersSeveral of the execution procedure command line options, such as port and listenerport, require that you specify a port number. TCP/UDP port numbers can range from 0 to 65535. Port numbers 0 to 1023 are well-known ports used by system processes (such as FTP, SSH, SMTP, etc.) and should never be used. Port numbers 1024 to 49151 are registered ports with the Internet Assigned Number Authority (IANA) by software vendors. These ports can be used, but you should be careful that you are not conflicting with any software installed on your system that may be using this port. Port numbers 49152 to 65535 are unreserved and can be used freely, as long as no other application uses them. Ports may be blocked by a firewall. Contact your system administrator to ensure that the ports that you want to specify are not blocked. You can use the netstat command to obtain information on TCP/UDP network connections. |