Installing or Upgrading Novell eDirectory on Solaris 79novdocx (en) 6 April 2007The port numbers you enter need to be in the range 1024 to 65535. Port numbers lesserthan 1024 are normally reserved for the super-user and standard applications. Therefore,you cannot assume the default port 524 for any eDirectory applications.This might cause the following applications to break: The applications that don't have an option to specify the target server port. The older applications that use NCP, and are run as root for 524. Use the ndsmanage utility to configure a new instance. For more information, refer to the“Creating an Instance through ndsmanage” on page 63.Follow the onscreen instructions to complete the configuration.For more information, see Section 4.6.6, “Using the Ndsconfig Utility to Add or Remove theeDirectory Replica Server,” on page 79.4.6.6 Using the Ndsconfig Utility to Add or Remove theeDirectory Replica ServerYou must have Administrator rights to use the ndsconfig utility. When this utility is used witharguments, it validates all arguments and prompts for the password of the user having Administratorrights. If the utility is used without arguments, ndsconfig displays a description of the utility andavailable options. This utility can also be used to remove the eDirectory Replica Server and changethe current configuration of eDirectory Server. For more information, see “The ndsconfig Utility” onpage 121.Prerequisite for Configuring eDirectory in a Specific LocaleIf you want to configure eDirectory in a specific locale, you need to export LC_ALL and LANG tothat particular locale before eDirectory configuration. For example, to configure eDirectory in theJapanese locale, enter the following:export LC_ALL=jaexport LANG=jaCreating a New TreeUse the following syntax:ndsconfig new -t treename -n server context -a admin FDN [-i] [-Sserver name] [-d path for dib] [-m module] [e] [-L ldap port] [-l SSLport] [-o http port] -O https port] [-b port to bind] [-Binterface1@port1, interface2@port2,..] [-D custom_location] [--config-file configuration_file]A new tree is installed with the specified tree name and context.There is a limitation on the number of characters in the tree_name, admin FDN and server contextvariables. The maximum number of characters allowed for these variables is as follows: tree_name: 32 characters admin FDN: 64 characters server context: 64 characters