Standalone windows services as opposed to Domain Member

Hi
I know very little about windows networking, and have a basic question.
I have a school network with mostly macs, and a 10.4 server. There is also a windows server on the network that someone else comes in to maintain that supplies all the windows needs, but they know very little about macs.
All I want to do is allow access to a shared folder between teachers and students on the mac server to the teachers that use windows machines.
I am wondering if I should should use the Standalone Windows server option or the Domain member role in the windows server section of Server Admin?
I have briefly tried the standalone option, and it works fine, but am not sure if it will cause disruption to the windows machines and I should use the Domain Member role.
Apples OSX server guide only mentions how to set things up in relation to other Mac servers, not windows servers on the same network.
Any help would be appreciated.
thanks
G5 2.3G   Mac OS X (10.4)  

>I wondered if I used the Standalone server option whether it may cause any kaos in the windows camp.
Well, in my experience, there's always some chaos in the Windows camp, but that's not the point here
If you're assigning users the same username and password on both the Windows and Mac directories then you shouldn't have much of a problem. If course, this means that you need to add accounts in both places, delete accounts in both places and when you change passwords, change them in both places. If you're happy to deal with that then there's no problem in keeping the Mac as standalone.
On the other hand you could join the Mac to the Windows directory and then the Mac would automatically use the user credentials defined on the Windows server. You'd only need to add users in one place, change passwords in one place, etc., etc.
Whichever way you're happy with is fine.

Similar Messages

  • Creating a windows Service for Weblogic 12c Domain hosting Apex 2.2 listener

    Hi Guys,
    Does anyone have experience of Weblogic 12c under windows?
    I have some difficulties to create a windows service for a domain.
    Here is the script to create the service:
    echo off
    SETLOCAL
    set DOMAIN_NAME=PMU
    set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\PMU
    set SERVER_NAME=LICORNE2012
    set WL_HOME=C:\Oracle\Middleware\wlserver_12.1
    set PRODUCTION_MODE=true
    set JAVA_OPTIONS=-Dweblogic.Name=LICORNE2012
    set WLS_USER=weblogic
    set WLS_PW=password
    set ADMIN_URL=http://LICORNE2012:7001
    set MEM_ARGS=-Xms256m –Xmx256m
    call "C:\Oracle\Middleware\wlserver_12.1\server\bin\installSvc.cmd"
    ENDLOCAL
    The service is created and when I start the service, it start then stop few second after.
    Here is the error I am getting.
    [Tue Jun 25 23:36:01 2013] [I] [initLog] initializing logger
    [Tue Jun 25 23:36:01 2013] [E] [initLog] No 'ROTATION_TYPE' header found. 'TIME' based rotation will be used by default.
    [Tue Jun 25 23:36:01 2013] [E] [initLog] No 'TIME_START_DATE' header found or value is invalid. Rotation will take place every 24 hours beginning today at 23:59:59
    [Tue Jun 25 23:36:01 2013] [E] [initLog] No 'TIME_INTERVAL_MINS' header found. Using the default value of 24 hours.
    [Tue Jun 25 23:36:01 2013] [I] [initLog] TIME based log rotation is ON
    [Tue Jun 25 23:36:01 2013] [I] [trigger] First rotation due in 1438 secs
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] console allocation successful. THREAD_DUMP redirection enabled
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] About to execute CreateThread()
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszCmdLine = -client -Xms32m -Xmx200m -XX:PermSize=128m -XX:MaxPermSize=256m -XX:+UseSpinning -Dweblogic.Name=LICORNE2012 -Xverify:none -Djava.endorsed.dirs=C:\Oracle\MIDDLE~1\JDK160~1/jre/lib/endorsed;C:\Oracle\MIDDLE~1\WLSERV~1.1/endorsed -classpath "C:\Oracle\MIDDLE~1\patch_wls1211\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_oepe101\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_12.1.1.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;" -Dweblogic.Name=LICORNE2012 -Dweblogic.management.username=weblogic -Dweblogic.management.server="http://LICORNE2012:7001" -Dweblogic.ProductionModeEnabled= -Djava.security.policy="C:\Oracle\MIDDLE~1\WLSERV~1.1\server\lib\weblogic.policy" weblogic.Server
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszJavaHome = C:\Oracle\MIDDLE~1\JDK160~1
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszExecDir = C:\Oracle\Middleware\user_projects\domains\PMU
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszOldPath = C:\app\oracle\product\11.2.0.3\jko\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszNewPath = C:\Oracle\MIDDLE~1\WLSERV~1.1\server\native\win\32;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\bin;C:\Oracle\MIDDLE~1\JDK160~1\jre\bin;C:\Oracle\MIDDLE~1\JDK160~1\bin;C:\Oracle\MIDDLE~1\WLSERV~1.1\server\native\win\32\oci920_8;C:\app\oracle\product\11.2.0.3\jko\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\110\DTS\Binn\;C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PrivateAssemblies\;C:\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\;
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszDelay = 0
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszStopClass = []
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszLog = [c:\temp\web.log]
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] Thread created successfully
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] Reporting SCM of SERVICE_START_PENDING with delay=0
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszHost = []
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] lpszPort = []
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] Reporting SCM of SERVICE_RUNNING
    [Tue Jun 25 23:36:01 2013] [I] [ServiceStart] waiting for multiple events
    [Tue Jun 25 23:36:01 2013] [I] [StartJVM] Parsing JVM Arguments
    [Tue Jun 25 23:36:01 2013] [I] [StartJVM] Initializing JVM
    [Tue Jun 25 23:36:01 2013] [I] [RunJavaApp] Loading class - weblogic.Server
    [Tue Jun 25 23:36:01 2013] [I] [RunJavaApp] Locating method "public static void main([]String)" in main class
    [Tue Jun 25 23:36:01 2013] [I] [RunJavaApp] Building arguments for main class
    [Tue Jun 25 23:36:01 2013] [I] [RunJavaApp] Invoking main class
    <25 juin 2013 23 h 36 CEST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <25 juin 2013 23 h 36 CEST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <25 juin 2013 23 h 36 CEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 20.4-b02 from Sun Microsystems Inc..>
    <25 juin 2013 23 h 36 CEST> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 13340309 Thu Feb 16 18:30:21 IST 2012
    WebLogic Server Temporary Patch for 13019800 Mon Jan 16 16:53:54 IST 2012
    WebLogic Server Temporary Patch for BUG13391585 Thu Feb 02 10:18:36 IST 2012
    WebLogic Server Temporary Patch for 13516712 Mon Jan 30 15:09:33 IST 2012
    WebLogic Server Temporary Patch for BUG13641115 Tue Jan 31 11:19:13 IST 2012
    WebLogic Server Temporary Patch for BUG13603813 Wed Feb 15 19:34:13 IST 2012
    WebLogic Server Temporary Patch for 13424251 Mon Jan 30 14:32:34 IST 2012
    WebLogic Server Temporary Patch for 13361720 Mon Jan 30 15:24:05 IST 2012
    WebLogic Server Temporary Patch for BUG13421471 Wed Feb 01 11:24:18 IST 2012
    WebLogic Server Temporary Patch for BUG13657792 Thu Feb 23 12:57:33 IST 2012
    WebLogic Server 12.1.1.0  Wed Dec 7 08:40:57 PST 2011 1445491 >
    <25 juin 2013 23 h 36 CEST> <Info> <Management> <BEA-141223> <The server name LICORNE2012 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {AdminServer}.>
    <25 juin 2013 23 h 36 CEST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: [Management:141223]The server name LICORNE2012 specified with -Dweblogic.Name does not exist. The configuration includes the following servers {AdminServer}.
        at weblogic.management.provider.internal.RuntimeAccessImpl.<init>(RuntimeAccessImpl.java:149)
        at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:41)
        at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
        at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
        at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:883)
        at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:570)
        at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
        at weblogic.Server.main(Server.java:74)
    >
    <25 juin 2013 23 h 36 CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>
    <25 juin 2013 23 h 36 CEST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>
    <25 juin 2013 23 h 36 CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
    [Tue Jun 25 23:36:11 2013] [I] [ExitHandler] Fire (-1)
    [Tue Jun 25 23:36:11 2013] [I] [ServiceStart] done waiting for multiple events. Wait=0
    [Tue Jun 25 23:36:11 2013] [I] [ServiceStart] Informing SCM about SERVICE_STOP
    Thanks for your help
    jko

    - not sure about your script, but obviously it doesn't detect the name of your managed server LICORNE2012 since there seems to be an admin server only in that domain.
    - alternatively you might try the approach posted by the AMIS guys
    Weblogic Admin and Managed servers as a Windows service
    - btw: having your domain under user_projects is not best practice (but not the problem here).
    good luck!

  • Difference between Domain member and standalone server with AD binding

    Hi all,
    Can anyone explain the difference between:
    A) Setting up a MacOSX server as Windows domain member server using Server Manager;
    B) Setting up a MacsOSX server as Windows standalone server and joining the Active Directory using Directory Access;
    My setup:
    ====================
    We have a Windows 2003 A.D. running, all users are set up in the A.D.
    Also we have two MacOSX servers, which provide file services (both AFP and SMB/CIFS) for Mac and Windows clients, while using the A.D. for user authentication.
    One of the MacOSX servers is configured as a domain member server, the other is configured as Windows standalone server. The latter is bound to the A.D. using Directory Access.
    Following the Apple manuals one should think that the first setup (domain member) is the best.
    As for Open Directory: both servers are running as Standalone.
    How my setup behaves
    ====================
    Official Apple guidelines are to set up the Mac server as domain member. Reality is another thing though.
    For AFP both servers perform equal: users are authenticated against the A.D. and get access to their shares. File/Folder permissions are as expected.
    For Windows clients things aren't the same.
    The server setup as Windows Domain member acts strange. Windows clients don't have single signon experience.
    Every file/folder's owner shared on this server is <<unknown>> to the client. Also, when a Windows user creates a file/folder the owner is <<unknown>>.
    Sometimes the Samba server just stops authentication. A relaunch of the Samba service fixes this.
    The server setup as a standalone server performs as expected. Windows clients have single signon experience, there are no issues with file/folder owner. Also authentication never stops.
    Several kinds of Mac   Mac OS X (10.4.9)  

    Hi all,
    Can anyone explain the difference between:
    A) Setting up a MacOSX server as Windows domain member server using Server Manager;
    B) Setting up a MacsOSX server as Windows standalone server and joining the Active Directory using Directory Access;
    My setup:
    ====================
    We have a Windows 2003 A.D. running, all users are set up in the A.D.
    Also we have two MacOSX servers, which provide file services (both AFP and SMB/CIFS) for Mac and Windows clients, while using the A.D. for user authentication.
    One of the MacOSX servers is configured as a domain member server, the other is configured as Windows standalone server. The latter is bound to the A.D. using Directory Access.
    Following the Apple manuals one should think that the first setup (domain member) is the best.
    As for Open Directory: both servers are running as Standalone.
    How my setup behaves
    ====================
    Official Apple guidelines are to set up the Mac server as domain member. Reality is another thing though.
    For AFP both servers perform equal: users are authenticated against the A.D. and get access to their shares. File/Folder permissions are as expected.
    For Windows clients things aren't the same.
    The server setup as Windows Domain member acts strange. Windows clients don't have single signon experience.
    Every file/folder's owner shared on this server is <<unknown>> to the client. Also, when a Windows user creates a file/folder the owner is <<unknown>>.
    Sometimes the Samba server just stops authentication. A relaunch of the Samba service fixes this.
    The server setup as a standalone server performs as expected. Windows clients have single signon experience, there are no issues with file/folder owner. Also authentication never stops.
    Several kinds of Mac   Mac OS X (10.4.9)  

  • Standalone versus Domain Member

    We set up one of our clients back in February with a new G5 XServe running OSX Server 10.4. It functions as an Open Directory Master and a Windows PDC. It also hosts Roaming Profiles for around 15 Win XP Users. Connected to that server is another Xserve, setup as a Domain Member, which hosts around 5 sharepoints that live on an XServe RAID.
    All was OK with this setup until last weekend, when the customer experienced a power cut. After rebooting, the users were able to log onto their roaming profiles, but could not connect to the SharePoints. The server shows up in 'My Computer' but when double clicking, it eventually comes back with a message saying that the server could not be found.
    I have temporarily solved the problem by setting the second server to be a Standalone Server, and the users can now authenticate and connect to both their Profiles and Share Points.
    My question is twofold:-
    1. Why did this happen in the first place, and how can I fix it and ...
    2. There doesn't seem to be any 'downside' as far as I can see to running the second server as a Standalone server as opposed to a Domain Member. The users can still authenticate, and connect to the sharepoints and profiles. In case it had somehow cached the users on the second server, I created a new user on the PDC machine and then logged in as that user on a Win XP PC and it immediately logged in and created the Roaming Profile as normal and allowed me to connect to Share Points on the second server. So what benefit is there in a Domain Member over a Standalone server? At this point, I can't see any.
    I could understand if having set it to a Standalone, I had to setup Users and Groups on this server to allow use of the SharePoints, or if I couldn't authenticate or pickup the Roaming Profiles, but all this seems to work OK even though it is standalone.
    Perhaps someone could shed some light on this for me?
    Thanks
    PowerBook G4 17"   Mac OS X (10.4.3)  

    Could you by chance post what setting was causing the issue? I am also encountering it and I'm not exactly sure where the error is coming from.

  • File sharing to Windows with XServe as Domain Member

    I have an XServe (10.4.3 server) that I am attempting to use as a new fileserver on an established Windows network (with SBS2000 on the old Windows server).
    I had the XServe as a standalone server, and set up some folders to share, and used WGM to share them. This worked, but of course windows users accessed as guests, as they weren't identified properly.
    I changed the XServe to be a domain member, and after a little hassle got this working, but now "Sharing" in WGM is greyed out, so I cannot mess with the shares (i.e. I cannot add or remove shares, or change the attributes of those folders that I have already shared).
    How do I manipulate shares on a server which is a domain member?

    Wow - 3 posts in my own thread - it just shows how much of a nuisance beginners can be. Sorry.
    My issue, it turns out, was between the chair and the keyboard. I was connecting to the server using its Rendezvous name, not its domain name. (an easy mistake to make, in my case, as both start with the server name, and both end in local).
    When WGM is connected to the renezvous name, the sharing tab is greyed out, when connected via the domain name, it works splendidly.
    Sorry to bother you all, and I leave this here just in case others are as stupid as me, and therefore my solution may help them.

  • Installing Ciscoworks LMS 4.0 on Windows domain member server.

    Hello.
    I'm looking for some suggestions about installing CiscoWorks LMS 4.0, and upgrade, on a domain member server running Windows 2008 R2 SE 64 bit.
    Thanks.
    Andrea

    Here are the basic install best practices:
    1) Install as a local administrator (this means create a local account and add it
    the "Administrators" group).
    2) My Computer -> Properties -> Advanced -> Environment Variables
    Set the USER TMP and TEMP to a shorten path like
    C:\Windows\temp
    3) Make sure you have FIXED pagefile size like 8182
    My Computer -> Properties -> Advanced -> Performance Options -> Advanced
    4) May need to reboot, certainly log out an back in to make sure step 2 applies.
    5) Stop all anti-virus and firewall during the installation.  Disable them in services and reboot if necessary.
    *  NOTES: Anti-virus can be re-enabled after installation, but you should  EXCLUDE
    the NMSROOT directory as long as LMS is installed on the  server. DEP should
    remain off (that is, set to only protect critical  Windows system files) as long as LMS
    is installed on the server.
    *  If Internet Information Services (IIS) is detected on your system and  if you have
    continued the installation with IIS services, you cannot use  the port number 443 for
    HTTPS. Instead, you must use the port numbers  ranging from 1026 to 65535 for
    HTTPS to avoid this conflict.
    When performing the installation, make sure these two steps are followed:
    *  Install from original, locally attached media
    *  NEVER abort the installation after the installer says not to
    It may not always be possible to install from original, locally attached  media
    (especially on VMs). But you should avoid from installing over  the network as hiccups
    can cause bad installations. If you are  installing on a virtual machine, convert the DVD
    to an ISO image, then  mount that within the VM.
    Here is the document detailing all ports needed to be allowed (excluded from policy)
    for LMS 4.0
    LMS 4.0 Port Usage
    General Notes:
    If you want to upgrade the operating system from Windows 2003 or Windows
    2008 to Windows 2008 R2, you must first complete upgrading the operating
    system, and then install the LMS 4.0.x Windows 2008 R2 patch.
    *  You can install the LMS 4.0.x Windows 2008 R2 patch only on LMS 4.0.x
    and not on the lower version of LMS.
    *  You cannot install Integration Utility and HP Open View 7.x or 8.x on
    Windows 2008 or Windows 2008 R2 servers.
    Check out:
    System and Browser Requirements for Server and Client
    LMS Patches-Windows

  • My application doesn't start when I run the domain as windows service

    I am using weblogic 10.3.2 and i created a domain called rec_domain and i have AdminServer
    also i deployed application called myApplication to the rec_domain
    then i created windows service to run the server as a windows service
    The Script for Setting Up a Server as a Windows Service:
    echo off
    SETLOCAL
    set DOMAIN_NAME=rec_domain
    set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\rec_domain
    set SERVER_NAME=AdminServer
    set WLS_USER=usernmae
    set WLS_PW=password
    set PRODUCTION_MODE=true
    set JAVA_VM=-jrockit
    set JAVA_VENDOR=BEA
    set JAVA_HOME=C:\Oracle\Middleware\jrockit_160_05
    set MEM_ARGS=-Xms40m -Xmx250m
    call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
    ENDLOCAL
    the service was created successfully and when i restart the computer it runs the adminserver successfully
    but it doesn't start myApplication_
    does anyone know where is the problem?
    Edited by: Wael Ibrahim on 28/12/2009 05:48 ص

    Hi Wael,
    Can you please specify, What do u mean by Application Doesn't start? Is it Moving to PREPARED State Rather than ACTIVE state? Or the Application Health is not OK? Are you seeing any Warning or Error Message while starting the Server related to Deployment?
    As the Production Mode is On...So I just wanted to confirm that By Mistake have u used the AutoDeploy feature to deploy Applications...Because the AutoDeploy Feature Doesn't Work in Production_Mode=true.
    After Configuring the Windows Service Have you tried to Deploy the Application Freshly? Was it Successful?
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)
    Edited by: Jay SenSharma on Dec 29, 2009 9:11 AM

  • Identity Management for UNIX (aka Windows Services for Unix) Adding 2012 DC to a prep'd 2003 domain.

    We have been successfully using Windows Services for Unix on a 2003 domain for passwd and group maps.
    I prep'd the domain to allow a 2012 R2 server to be added and then added the IdMU role/feature on this new 2012R2 DC. Now the passwd map is still OK but the group map now shows full usernames rather than short names.
    i.e. what DID show with "ypcat group" as ...
    "infra-shared::65550:gfer,jhug,shig", now shows as
    "infra-shared::65550:Garry Ferguson,Jason Hughes,Steve Higgins"
    and so is not usable. I have had to revert to local /etc/group files on all our unix machines!!
    Help/comments would be really appreciated!
    Garry Ferguson

    Hi Gaz Ferg,
    SFU 3.5 is used to installed on windows 2003 and windows XP. SFU 3.5 cannot used on Windows 2012, that makes customer cannot user NFS and user name Mapping services on Windows
    2012.  From windows 2003 R2, NFS is a build-in component in OS, we need to add Roles/Features to use NFS.
    1. What is change in 2012R2
    IDMU component, which was used to authenticate Linux users has been removed. Now a Windows server cannot play role of NIS Master server. 
    Passwords cannot sync to the Unix Machines. Maps can not sync between Windows and Unix computers.
    2. What has not change in 2012R2
    Following methods to authenticate and map a Unix user to Window user are available:-
    Active Directory
    Active Directory Lightweight Directory Services (AD LDS)
    Username Mapping Protocol store (MS-UNMP
    Local passwd and group files
    Unmapped UNIX Username Access (UUUA) (applies to Server for NFS using AUTH_SYS only)
    You can find more information about this here –
    http://blogs.technet.com/b/filecab/archive/2012/10/09/nfs-identity-mapping-in-windows-server-2012.aspx
    http://blogs.msdn.com/b/shan/archive/2006/12/13/sfu-sua-idmu-fun-with-names.aspx
    More information:
    Install Identity Management for UNIX Components
    http://technet.microsoft.com/en-us/library/cc731178.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Error while trying to change Standalone to Domain Member

    Error while writing settings. (Cannot make the server a domain member)
    What setting have I got wrong?

    Could you by chance post what setting was causing the issue? I am also encountering it and I'm not exactly sure where the error is coming from.

  • What is the best way to monitor a windows service on a domain controller?

    +1 for SW
    as another solution you can use this Tool “Total Network Monitor”
    http://community.spiceworks.com/how_to/show/2471
    look at #5 to monitor the service and restart, if it is not running
    a notification is also included #3

    We have a need in the office to monitor a specific service running on our domain controller
    Just wondering who else has implemented such a system out there? 
    Our SpiceWorks helpdesk does not run on the domain controller but is in the same domain incase it makes a difference  
    This topic first appeared in the Spiceworks Community

  • Call RFC from DELPHI Windows Services Program

    Hi all,
    Are there any way to call RFC from DELPHI Windows Services Program?
    Best regards.
    Munur EBCIOGLU

    Hi again Bhagat,
    1. Yes, it's included on 7.4 ABAP Stack (SAP NetWeaver 7.4 SP8 - Optimized for SAP HANA, Cloud and Mobile - Service Release 2 available now!). In a recent customer, SAP licences GW by user but there are other license model like session licensing: https://store.sap.com/sap/cp/ui/resources/store/html/SolutionDetails.html?pid=0000009470&catID=&pcntry=US&sap-language=EN&_cp_id=id-1385059687642-0
    2. You could install as an AddOn on your 7.3 system, there are many options depending on your desired infrastructure: SAP Gateway deployment options in a nutshell For example our customer have deployed Central Hub Gateway in a standalone stack ABAP to act as an standalone oData bridge between ABAP/nonAbap systems.
    3. You could deploy SAPUI5 apps in 7.x, Java Web Servers or HTTP Web Servers. You must consider your SSO scenario:
    - SSO Logon Tickets. You will need to configurate SSO Logon Tickets between SAP NW Portal & SAP NW Gateway & your backend (ECC, etc). In order to pass SAP session cookie you will need setup SAP Web Dispacther and access portal & gateway throught SAP WD with the same domain.
    - SAML2 Tickets. This scenario lets you provide portal & gateway on different domains enabling SSO. You could configure SAP NW Portal as an Identity Provider and other systems must trust SAP Portal as IdP.
    Cheers

  • Windows Services not working, nmbd stopping

    Hi all,
    I encounter a strange problem.
    I'm currently trying to install a Mac OS X Server System on a Xserve and XRaid. This to remove a Win2K Server with AD on and Exchange working on it.
    I set my server in OD master, import accounts from the AD, replaced Exchange with Kerio etc ...
    But when i try to use Windows services, smbd always working fine (file sharing is ok), nmbd stopping. So i can't use it as a PDC server because the domain i create disappears with the crash of the nmbd process. In fact nmbd seems to stop after nmblookup requests.
    I've to say that the Win2K server is not stopped.
    I installed lots of OS X Server as Windows PDC and it has always been working fine.
    I also tried to activate Windows Service as "linked to Active Directory" and as "Standalone Server" and it resulted the same issue.
    Does anyone had an idea ? I thought that it could be a problem with the Win2K requests and crashing my nmbd with nmblookup.

    I'll try these things tomorrow to see what happens :
    - Change the "os level" setting to something high in /etc/smb.conf . (because of the Win2K Server).I'll set this to 255.
    1. Make sure that DNS is running on your server. Make sure that the server has a dns entry for itself.
    2. Ideally "Workgroup Master Browser" and "Domain Master Browser" should both be enabled. An aside, this did not interfere with my seperate AD domain on the same network.
    3. Enable WINS on your server.
    4. Configure WINS on Windows clients to point to server.

  • Problem: Deployment to WL10.3 Server Instance started as Windows Service

    Hi Everybody,
    I have deployed my J2EE Application to a Standalone WebLogic Server Instance (in development mode) started from the Windows Command Level via startWebLogic.cmd. I also tested the deployment to a Clustered Managed Server Environment(1 AdminServer+2 MS Servers in the cluster; development mode), all servers started from the command line. The application could be tested and everything worked fine.
    But:
    When I set up the WebLogic Server Instance(s) as a Windows Service(s) (following the instructions http://e-docs.bea.com/wls/docs103/server_start/winservice.html) my application can’t be deployed at startup time.
    I get 3 ClassNotFoundExceptions:
    - on startup class "DMS-Startup" (oracle.dms.wls.DMSStartup)
    - on startup class "ODL-Startup" (oracle.core.ojdl.weblogic.ODLConfiguration)
    - on startup class "JPS Startup Class" (oracle.security.jps.wls.JpsWlsStartupClass)
    The Service is started but under Administration Console/Deployments the Enterprise Application is marked as “New” and not as “ Active”. The other Deployments: adf.oracle.domain(1.0, 11.1.1.0.0), jsf(1.2, 1.2.7.1) and jstl(1.2, 1.2.0.1) are shown as “Active”.
    I tried to redeploy the Application directly from the JDeveloper to the running Standalone WLS Instance (Single Server) - as I did before.
    The Deployment failed:
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application ... on AdminServer.: .
    weblogic.management.DeploymentException:
    #### Deployment incomplete.
    #### Nov 25, 2008 9:58:53 PM
    Deployment Failed
    Why does the deployment work on the WLS Instance started from command line and why does it fail when started as Windows Service?
    I am Using WLServer 10.3 and the JDeveloper 11g on a Windows Vista OS - both installed via jdevstudio11110install.exe. My Web Application uses BC and ADF Faces.
    The Windows Service is set up by doing the following in a server-specific script placed under the USERDOMAIN_HOME directory:
    set DOMAIN_NAME=mydomain
    set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\mydomain
    set JAVA_OPTIONS=Dweblogic.Stdout = … Dweblogic.Stderr=…
    set MEM_ARGS=-Xms40m –Xmx250m
    call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
    And there’s one more problem with the Windows Service:
    I’m not able to Uninstall the service from a server-specific script, first setting the DOMAIN_NAME and the SERVER_NAME=AdminServer and than
    using call "C:\Oracle\Middleware\wlserver_10.3\server\bin\uninstallSvc.cmd".
    I must do this directly in the registry.
    Is anything missing? What’s wrong?
    Please help!
    Thanks
    Anita
    Edited by: user586097 on 26.11.2008 11:55
    Edited by: user586097 on 26.11.2008 12:00
    Edited by: user586097 on 26.11.2008 12:02

    This thread was very helpful to get WebLogic 11g running as a Windows service. My problem was that I couldn't get the Enterprise Manager application to deploy correctly on startup, so I had to tweak both the installSvc.cmd and my script that installs the service (by copying important Java Options from the startup script that works as noted above). It was too hard to discern what exactly Enterprise Manager needed, so I copied a whole bunch.
    What I ended up doing was using this as a script to install the Windows service:
    echo off
    SETLOCAL
    set DOMAIN_NAME=base_domain
    set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\base_domain
    set SERVER_NAME=AdminServer
    set PRODUCTION_MODE=false
    set JAVA_OPTIONS=-client -Xms512m -Xmx1024m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=256m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1 -Doracle.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dsso.filter.enable=true -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.auth=ACC -noverify -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -Dtangosol.coherence.log=jdk -Dwc.oracle.home=C:\Oracle\Middleware\Oracle_WC1 -DjiveHome=C:\Oracle\MIDDLE~1\USER_P~1\domains\BASE_D~1\config\fmwconfig\servers\AdminServer\owc_discussions_11.1.1.1.0 -Dtangosol.coherence.log=jdk -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -Doracle.mds.bypassCustRestrict=true -Djava.awt.headless=true -XX:+UseParallelGC -XX:+DisableExplicitGC -Dem.oracle.home=C:\Oracle\Middleware\Oracle_WC1 -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1031\profiles\default\sysext_manifest_classpath
    call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
    ENDLOCAL
    and slightly modifying my installSvc.cmd to:
    set CLASSPATH=%WEBLOGIC_CLASSPATH%;%CLASSPATH%;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\commons-cli-1.1.jar;C:\Oracle\MIDDLE~1\ORACLE~1\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\Middleware\Oracle_WC1\webcenter\modules\oracle.portlet.server_11.1.1\oracle-portlet-api.jar;C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    It needed those extra .jars to deploy properly.
    Edited by: user11090163 on Sep 2, 2009 9:04 AM

  • Add user to start Windows service

    Hi,
    I could like to add a domain account to start a Windows service.
    Is this account need to be added to local administrators group ?
    Since service can't be run this moment (not yet add to admin group).
    Thanks

    Hi La.WiLL.i.Am,
    The permission request you must ask your software vendor for the further help, it based on your software requirement, but if you want to configuration this option on DC you
    must make sure the service account must has the Local logon permission, you can refer the following KB to know how to configure it .
    Grant a Member the Right to Logon Locally
    https://technet.microsoft.com/en-us/library/ee957044(v=ws.10).aspx
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • ADCS - ROOT CA domain member ?

    Hello,
    I have installed a RootCA(Standalone) and SubCA(Enterprise) in my company and all its working well.
    But, I just see that is not recommended to have ROOTCA as domain member. How can I do to fix that ?
    (Is it a real problem ?)
    Thank you,

    On Wed, 5 Feb 2014 09:18:09 +0000, stickman93400 wrote:
    I finally decommissioned my ADCS servers by following this walk through :
    http//social.technet.microsoft.com/wiki/contents/articles/3527.how-to-decommission-a-windows-enterprise-certification-authority-and-how-to-remove-all-related-objects.aspx
    First of all, it is kind of unfortunate that you went through this exercise
    as it really wasn't necessary. Given the fact that you'd initially
    installed your root as a Standalone root, you could have simply followed
    one of the migration guides whereby you simply back up all of the AD CS
    related stuff (database, logs, private key, registry templates published at
    the CA), remove the AD CS role, remove the computer from the domain,
    reinstall and configure the role using the same certificate and private,
    restore the database and everything else.
    But I was unable to do step 5 : part 3 and 4 and the command line *ldifde -r "cn=<var>CACommonName</var>"*(off course  I put my CACommonName and my AD configuration).
    We can't help you with this unless you're more specific. What was the exact
    command line you used? What error or errors were reported when you ran the
    commands?
    And I have not done step 9, I was scared. Can "certutil -dcinfo deleteBad"cause trouble ? Do I need to do it on all my DC ?
    No, it won't cause trouble and needs to be done. If you don't do this you
    will have trouble as your DCs won't get certificates from your new PKI as
    long as their existing certificates are still time valid. You do not need
    to run it on all your DCs, in fact, it doesn't need to be run on a DC at
    all, it just needs to be run on a domain joined computer.
    Paul Adare - FIM CM MVP
    "High fat emulsified offal tube", thank y'very much. -- Lionel about
    sausage

Maybe you are looking for

  • Open Orders

    Hello All, I am Preparing LSMW for Open Purchase Orders. Open Contracts for Uploading from Legacy to SAP for GO LIVE. I am having bellow doubts. Through LSMW i am not able to maintain multiple line items (one Purchase Order Number).Please advises me

  • CSR's lack of integrity and total lies

    Hi,I wish to share this so that others who are even thinking about signing up with Xfinity then you think zillion times before you do so. I signed up for Xfinity earlier this year. Last month I wanted to try their TV+Internet bundle. Before signing u

  • How can we put header(title on top) in scripts

    hi experts can u help me plzzzzzzzzzzzzzzzzzzzzzz for this

  • How delete the Google integration in Firefox (about:config)

    If I type in about:config the name Google a lot of lines are showing. Firefox has a agreement with Google. I like Firefox (from the beginning, Phoenix), but without Google. The Google organisation is lying ('privacy police') for years and spying (coo

  • HR Master Data Authorization

    Dear Guys I am facing a problem regarding HR Authorization. We are not able to access Header information of few Personnel numbers and also have full HR Authorization. When we copy same SAP ID to other SAP ID data becomes visible with out any change i