Change the User ID running the SunOne Directory Server 6.3 on Windows 2003

Hi Experts,
I have an install of SunOne Directory Server Enterprise edition 6.3 running on Windows 2003 server. It was installed using the Zip distribution and is running as a user ID in the Active Directory the server is part of. We are trying to change the user ID to a service account (not the current ID which belongs to a person), so that the Sun DS can run as a service within Windows 2003 server. Need help in doing this without having to re-install the Directory server. Has anyone done this and is it possible to do?

Thank you very much for the insights and the responses sharmy28.
Appreciate it very much.
All I had to do was change the setting in this file only:
Open the file dsee6/cacao_2/etc/cacao/instances/default/private/cacao.properties and change the below line with new id...
# Define username and groupname for cacao process
process.username=sunadmin
process.groupname=sungroup
As this is Windows 2003 and the installs are all default values, I had to reboot the server for the change to take effect.
The file dsee6/cacao_2/usr/lib/cacao/lib/tools/scripts/globals.cfg does not exist. However the same file exists under the perl directory as globals.pl and the settings you specified are present there. In our case these were commented out and so I left them as is.
Thanks once again for your responses which helped me solve the issue we had.
Thanks.

Similar Messages

  • Installation steps of Directory Server 6.3 in Windows 2003

    Hi All,
    I am completely new to SunOne Directory Server.
    Can anyone please tell me how to install "*Directory Server 6.3*" in Windows 2003.
    Have downloaded the file from sun's site named "*DSEE.6.3.Windows-X86-full*".
    Thanks.
    Edited by: kirti_603 on Sep 1, 2008 7:40 AM

    Hi etst123,
    Thanks a lot for ur reply.
    I have already gone through the site you have given and performed the following steps, pls correct me if I am wrong:-
    1.) Downloaded the patch for Windows - (126753-04)
    2.) After downloading the patch i got the following folders
         a) DSEE_Directory_Editor
         b) DSEE_Identity_Synchronization_for_Windows
         c) DSEE_ZIP_Distribution
         d) Legal
    3) I am trying to install in "To Install Directory Server Enterprise Edition 6.3 From Zip Distribution"
    4) After this i ran - "dsee_deploy install -i install-path options" in "c:\dsee" folder
    Its installing without any error telling
    "You can now start your Directory Server Instances
    You can now start your Directory Proxy Server Instances"
    To start Directory Server Instance have followed the below steps:-
    1) C:\tmp\dsee63\DSEE_ZIP_Distribution>cd \tmp\ds63
    2) C:\tmp\ds63> set PATH=c:\tmp\ds63\ds6\bin;c:\tmp\ds63\dsrk6\bin;%PATH%
    3) C:\tmp\ds63>dsadm create /tmp/instance
    4) C:\tmp\ds63>dsadm start /tmp/instance
    -Modify the ds-start-tls-enabled attribute that is stored in the directory server configuration.
    5). Create a file, say c:\tmp\modify.ldif which looks like:
    dn: cn=config
    changetype: modify
    replace: ds-start-tls-enabled
    ds-start-tls-enabled: on
    6). Issue an ldapmodify command something like this:
    C:\tmp>ldapmodify -h localhost -p 1389 -D "cn=Directory Manager" -w password < c:\tmp\modify.ldif
    7). Confirm modification via ldapsearch command:
    C:\tmp>ldapsearch -b "cn=config" -h localhost -p 1389 -D "cn=Directory Manager" -w password "cn=config" ds-start-tls-enabled
    8). Stop and restart the directory server instance
    C:\tmp\ds63>dsadm stop /tmp/instance
    C:\tmp\ds63>dsadm start /tmp/instance
    9). Try creating a suffix with the standard port (1389): (This is where i am gettin error)
    C:\tmp\ds63>dsconf create-suffix -h localhost -p 1389 dc=example1,dc=com
    Error= The "create-suffix" operation failed on "localhost:1389"
    Please help....
    Edited by: kirti_603 on Sep 2, 2008 12:43 AM

  • Transferring the Business Objects Server to a another Windows 2003 Domain

    Greeting Everyone
    I am in the process of moving the BOX1 Server (Windows Member) from one Windows 2003 Domain to another and want to make the movement as smooth as possible.
    I am in the process of making a checklist on what needs to be done before and after the movement of the BOX1 Server. With your expertise can you please advise me on the points to be considered on this movement.
    Thanks in advance
    Regards
    Venkat

    Hi Tim
    As usual thanks for your prompt response.
    I am using BOX1 R1 which is working in an unique way (defy all rules) in my environment. The server is located in Domain ABC and the users are located in domain XYZ. That means user is in one domain and server in another domain. Now we going to place the server in the same domain where the users are.
    The answers to your questions are
    Is this just the server that is moving?  Yes. The server is moving from ABC to XYZ
    Is the domain in the same forest as the original? No, They are independent Forests with 1 way trust relationship
    Are all the users that login going to keep using the same domain? Yes.
    What I am worried is that if I move my server between independent forests then all the SIDs (not sure) of the server will also change to my understanding. Worrying part is that will it hamper the the functionality of the server.
    Please also note that FQDN and the IP address will also change.
    Please advise and Thanks once again
    Venkat VS

  • JAAS LoginModule for SunOne Directory Server?

    I have a customer who is using SunOne Directory Server for LDAP.
    I have test code that uses the JAAS's com.sun.security.auth.module.JndiLoginModule to do authentication against an OpenLDAP test server.
    The test code won't work at the customer site because they need to use a special userid/pw along with the subject userid/pw in order to do an authentication. I assume this is LDAP v3 stuff, but the customer is unsure. Unfortunately I have no direct access to the customer's LDAP admin folk. Typical bureaucracy stuff.
    The customer was able to write java code that authenticates to his LDAP server using example code from http://java.sun.com/products/jndi/tutorial/ldap/security/ldap.html which uses the JNDI API and specifies the access userid/pw using Context.SECURITY_PRINCIPAL and Context.SECURITY_CREDENTIALS.
    So thats great, however my application uses JAAS, and therfore only indirectly uses JNDI. The JndiLoginModule provided by JAAS does not appear to support the Context.SECURITY_PRINCIPAL and Context.SECURITY_CREDENTIALS parameters.
    A custom JAAS LoginModule could be written which interfaces to the JNDI LDAP stuff, however considering that JAAS and the SunOne Directory server are both Sun products, I thought perhaps SunOne Directory comes with a JAAS compatible LoginModule that my customer does not know about? I've looked at online docs, but haven't found any such thing yet.

    Hey dav,
    Sorry that I am not posting to give you a solution - it is more to ask for some guidance.
    I am implementing a client-server arch system which has a lot of 'privileged' actions to be managed. I have thus succesfully integrated the basics of JAAS in to the system... but I am now desparately looking for away to have client-side policies distributed at runtime from the server.
    I do not want to get involved with any web/application server stuff more than I need to; unfortunately one of the system requirements is for client-server comms to be facilitated by SOAP over HTTP, and thus probably JAX-RPC - but it is no problem. I have a developed a database backed Policy and (JAAS) Config which constitute parts of the server component. Now it is just a case of getting the policy to the client at client start-up and subsequently the configuration forJAAS authentication. The aim is that this data will be transfered once during login, and anytime that the the policy is requested to be refreshed.
    Since reading you post, I'm wondering what services LDAP or JNDI can offer me?
    Also, is JNDI an appropriate option for data persistence? is it better to go with JDO or some other object store abstraction.
    Kind regards,
    Darren B

  • First time configuring Sol9 built-in SunONE Directory Server

    Hi!
    I'm using Solaris 9 Sparc and I'm trying to configure the SunONE Directory Server included with Sol9.
    When I type :
    directoryserver startconsole , it asks for :
    UserID
    Password
    Administration URL
    but how can I specify these info if it's a first time configuration ?

    Because I have it on a Netra T1 AC200 without video card and I can't find the Directoryserver binary...

  • How to change the default directory from within SQL*Plus ?

    Hello,
    I want to change the default directory directly from within SQL*Plus to be able to launch my command files with simple instructions like :
    @my_command.sql
    If I haven't launched SQL*Plus from the directory containing the file my_command.sql, how do I change the default directory to the directory of my command files ?
    I've searched through the Oracle documentation, there's no SET DEFAULTDIR or something like that. When I do a SHOW ALL, there's no variable containing the default directory.
    If you have an idea...
    regards,
    Jérôme.

    Hi Jérôme (J鲴me ?),
    You cannot directly do that, but you can use @@ instead of @ to run subscripts in the same directory as the superscript
    # head /tmp/tl30/xxx/[xyz].sql                    
    ==> /tmp/tl30/xxx/x.sql <==
    prompt call y
    @y
    prompt call z
    @@z
    quit
    ==> /tmp/tl30/xxx/y.sql <==
    prompt i am in y
    ==> /tmp/tl30/xxx/z.sql <==
    prompt i am in z
    # pwd                                             
    /root
    # sqlplus -s scott/tiger@lsc62 @/tmp/tl30/xxx/x.sql
    call y
    SP2-0310: Datei "y.sql" konnte nicht geöffnet werden
    call z
    i am in zKind regards
    Laurent Schneider
    OCM DBA

  • Problem Changing the Root Directory of the Default Virtual Host in J2EE 7.0

    Hi,
    I'm trying to change the root directory for the default virtual host in J2EE 7.0.
    i did the following steps in visual admin: services -> HTTP Provider -> Runtime -> Virtual Hosts -> default:
    Root Directory: "D:/usr/sap/<server>/<instance>/j2ee/cluster/server0/apps/sap.com/crm~b2b/servlet_jsp/b2b/root/b2b" (this the correct path to the application)
    Start Page:"z_index.jsp"
    I restarted HTTP Provider Service and the J2EE.
    When I start http://<server>:<port> i get the following error:
    The requested resource /z_index.jsp is not available
    Details:   File [z_index.jsp] not found in application root of alias [/] of J2EE application [sap.com/com.sap.engine.docs.examples].
    sap.com/com.sap.engine.docs.examples is the initial default root directory, but i changed it to the correcht path...
    Can anybody help me?
    Yours
    Michael
    Message was edited by:
            Michael Cendon

    Hi,
    hqt200475 wrote:
    Hi,
    I have the Environemt:
    + Linux SUSE 11 + Oracle Enterprise 11.2.0.2
    oracle@stb:~> uname -a
    Linux stb 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/LinuxMy Problem is changing the home directory of an existing Standalone-ASM:
    /u00/app/oracle/product/11.2.0/grid_1/I want to move it to
    /u00/app/grid/product/11.2.0/grid_1/My Question: what is the optimal path?
    Optimal Flexible Architecture standard
    All Oracle components on the installation media are compliant with Optimal Flexible Architecture. This means, Oracle Universal Installer places Oracle Database components in directory locations, assigning the default permissions that follow Optimal Flexible Architecture guidelines.
    Oracle recommends that you use Optimal Flexible Architecture, specially if the database will grow in size, or if you plan to have multiple databases.
    /u00/app/oracle/product/11.2.0/grid_1 - Oracle home directory for Oracle Grid Infrastructure 11g for a standalone server, if user owner of installation is "oracle"
    /u00/app/grid/product/11.2.0/grid_1 - Oracle home directory for Oracle Grid Infrastructure 11g for a standalone server, if user owner of installation is "grid"
    http://download.oracle.com/docs/cd/E11882_01/install.112/e16763/appendix_ofa.htm
    Hope this helps,
    Levi Pereira

  • Can user select the download directory in a pop-up window ?

    HI frndz,
    My question is simple .
    Is there any method or function which makes user select the download directory in a pop-up window ?
    Thank you

    HI,
    check the following program
    report Z_TEST2.
    DATA: filename_str        TYPE string,
            window_title_str    TYPE string.
    PARAMETERS: a(30) default 'PRESS F4'.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR a.
      window_title_str = 'Select directory'.
      CALL METHOD cl_gui_frontend_services=>directory_browse
          EXPORTING
             window_title    = window_title_str
          CHANGING
             selected_folder = filename_str
          EXCEPTIONS
             cntl_error = 1.
      IF sy-subrc <> 0.
        EXIT.
      ENDIF.
      CALL METHOD cl_gui_cfw=>flush
           EXCEPTIONS
              cntl_system_error = 1
              cntl_error        = 2.
      IF sy-subrc <> 0.
      ENDIF.
      a = filename_str.

  • How to change the output directory of .xml files

    Hi,
    There are lots of .xml files generated under
    $ORACLE_AS_HOME/j2ee/home/applications/xmlpserver/xmlpserver/xml.
    (ex:/usb/bipub3/oracle/oc4j_bi/j2ee/home/applications/xmlpserver/xmlpserver/xml).
    I found these files are generated in the following operation;
    1.Log in BI Publisher.
    2.Select the Schedules tab.
    I think they are kind of temp files so we will be able to delete them.
    But I'd like to know how to change the output directory.
    Can we change the above directory to other path?
    Regards.

    Why? As that may invalidate support since you configure/alter the deployment.
    The location is specified in oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver.war, so you could go into the war file and alter it.

  • How can I change the source directory in Netbeans

    Hi there,
    Thanks for reading.
    How can I change the source directory in Netbeans so I can have a src directory?
    Thanks,
    Lorenzo

    Forgot to say Netbeans 3.6.
    thanks

  • How do I change the extension directory?

    I installed JBuilder and it changed my extension directory from the default:
    JAVA_HOME\jre\lib\ext
    to:
    JBuilder8\jdk1.4\jre\lib\ext
    how do I change it back?

    nevermind, found a solution:
    uninstall the jdk and reinstall.
    it sets it back to \jre\lib\ext
    (there's still the question of how to change the extension directory arbitrarily, but i'm not going to lose sleep over it)

  • Changing the FileName & Directory of a mapping by updating the database .

    Hi,
    In one of the ETL tools which I have worked before ( constellar) , It was possible to change the filename & directory associated with a program/interface/mapping dynamically by simply updating the tables of database. Is that possible in OWB. ( anyway when we implemented we did that by changing the scheduler shell script ) , just because of curiosity I am raising this doubt ?.
    regards
    Ranjeesh

    select PARAMETER_NAME, PARAMETER_VALUE
    from ALL_RT_LOCATION_PARAMETERS
    You can set the location however the file is stored in all_rt_objects in a clob. I don't know how the modify the filename in the clob dynamic.
    NOTE the mentioned objects are views.
    We have a data stucture (here a simplyfied example)
    data /input <= any input file any name any version
    /output
    /process <= contains fixed name
    a batch (call in OWF) copy from inp to process.
    cheers,
    D

  • Where do I change the default directory for print to file?

    Currently the file is placed in the Mozilla Firefox directory under the Programs files directory. I want to change the default directory.

    This is not solved as I do not know where to change the default directory.

  • Cannot change the default directory for the web services

    When I change the default directory the drive letter always changes back to the drive letter the project was loaded from.
    Software version Labview 2009.

    Did you change the default page within your code?  Everytime you start the vi, it will revert to that page.
    When you change the default directory (if it is a control on the Front Panel), did you right click the control and select save as default?
    Otherwise, each time you re-open the VI, it will revert to the actual default value, which was the previous directory.

  • I want to change the transport directory

    Hello gurus,
    I want to change the tranport directory in all our systems. Please advise me how to do it.
    I really appreciate your help.
    Regards,
    N.S

    Hi N.S,
    How about :
    http://help.sap.com/saphelp_47x200/helpdata/en/d5/10b4496f0f11d2b41a006094b9ea64/frameset.htm
    is it common transport directory ?
    To change the common transport directory configuration, you can
    first go to transaction AL11 of one of your system, for example, PRD.
    Change the 'DIR_TRANS' parameter, so that it points to the directory that you want to change
    Then go to STMS, choose 'System Overview' button to display systems
    of your transport domain. Double click PRD, with 'Transport
    Tool' tab, click 'Display <-> Change' button, you can change the
    'transdir' value.
    Please make sure it is equal to the same configuration of 'DIR_TRANS'.
    Repeat the above steps on your other system. Make sure the configurations
    of 'transdir' and 'DIR_TRANS' are the same as that on the PRD system.
    cheers,
    Vincent

Maybe you are looking for

  • Web Service returning data from 2 proxies

    Hi Guys, Can someone help me with the design here.. We're using XI 7.1 and I'm still struggling with my Sync soap sender to proxy interface. I've got my basic soap sender to proxy which returns a structure from the proxy sending it back to the web se

  • Updating to Apex 3.2 on Amazon EC2

    Hello, I am using a small Amazon Elastic Compute 2(EC2) AMI with oracle 10g XE 32-bit. The instance is allready installed but apex is 2.0.1 and i want to update it to 3.2, maybe even 4.0. The problem is that when i connect (using Putty) and i try to

  • Connecting macbook pro with tv that only has dvi port

    Hi community - I have a macbook pro and a minidisplay port --> hdmi adapter. I'd like to connect my macbook with a tv that only has a dvi port. Can I use a hdmi --> dvi cable on the minidsiplay port? Will that work? Thanks for your help.

  • How do i update a db table using one JSP page

    I created a JSP Form page and I want to update a db table when the user hit submit. Please help my job depends on it Send me small code example below is what I have (very new to JSP) <%@ page language="java" import="java.sql.*" import="java.io.*" %>

  • I changed my WRT54G security settings from WPA to WEP

    I changed my WRT54G security settings from WPA to WEP and now one of my latops (Dell 5100) will not connect wirelessly. It is using a linksys wireless-B notebook adapter. I am at a loss at how to reconnect this to my wireless network.