
The "install" script for the UNIX SMC Agent has several arguments that are
used to initially configure the Agent.


REQUIRED install arguments:
===========================

--server_uri=http://HOST[:PORT] The IP address or hostname of the SMC server. This
                                argument is required. The port number is optional.
                                (PORT default=7000)

--update_uri=http://HOST[:PORT] The URI where updates can be found. This
                                argument is required. The port number is
                                optional.
                                (PORT default=80)

--display_name=NAME The name of this machine that will be displayed on
                    the SMC GUI. Quotation marks must be used around the
                    value if it contains white space. This argument is
                    required.



OPTIONAL install arguments:
===========================

--evmgr_uri=HOST[:PORT] The IP address or hostname of the event manager.
                        This argument is optional.
                        (HOST default=<server host>)
                        (PORT default=7010)

--agent=HOST[:PORT] The IP address or hostname of the interface that the
                    Agent should bind to. This argument is required. The
                    port number is optional.
                    (PORT default=7030)

