130 Novell eDirectory 8.8 Administration Guidenovdocx (en) 11 July 2008still be treated as operational anyway because of the presence of the READ_ONLY or HIDDENflag. The BOTH_MANAGED flag is intended only to be enabled on fully upgraded trees, becauseconsistent operation of this feature can be achieved only in that environment.4.5 Using the eMBox Client to Perform SchemaOperationsThe eDirectory Management Toolbox (eMBox) Client is a command line Java client that gives youremote access to DSSchema operations. You can use the DSSchema eMTool to synchronize schema,import remote schema, declare a new schema epoch, reset the local schema, and perform a globalschema update (operations normally performed using DSRepair. For more information, seeSection 11.6, “Maintaining the Schema,” on page 274.).The emboxclient.jar file is installed on your server as part of eDirectory. You can run it on anymachine with a JVM. For more information on the eMBox Client, see Section 20.1, “Using theeMBox Command Line Client,” on page 588.4.5.1 Using the DSSchema eMTool1 Run the eMBox Client in interactive mode by entering the following at the command line:java -cp path_to_the_file/emboxclient.jar embox -i(If you have already put the emboxclient.jar file in your class path, you only need to enterjava embox -i.)The eMBox Client prompt appears:eMBox Client>2 Log in to the server you want to repair by entering the following:login -sserver_name_or_IP_address -pport_number-uusername.context -wpassword -nThe port number is usually 80 or 8028, unless you have a Web server that is already using theport. The -n option opens a nonsecure connection.The eMBox Client indicates whether the login is successful.3 Enter a repair command, using the following syntax:dsschema.task optionsFor example:dsschema.rst requests the master replica of the root of the tree to synchronize its schema to thisserver.dsschema.irs -nMyTree imports remote schema from the tree named MyTree.A space must be between each switch. The order of the switches is not important.The eMBox Client will indicate whether the repair is successful.See “DSSchema eMTool Options” on page 131 for more information on the DSSchemaeMTool options.4 Log out from the eMBox Client by entering the following command: