Joining OD and allowing service setup is giving wrong server name

I haven't had any luck finding this situation in the forums with a number of searches, so hopefully it's painfully obvious and I've missed something you can point out for me.
We have an XServe accessible via VPN. The server is set up with an FQDN, and running it's own DNS server that is presented to the VPN clients. A user can log in via VPN, and the hostname resolves to that host correctly, the web services are accessible, SSH works, and dig/nslookup queries respond correctly.
When I take one of the client machines and attempt to join it to the OD server while it is connected over VPN, it detects the OD server, asks to set up, authenticates, and sets up the services, and then asks to logout and restart. All good so far.
When I restart, and bring the VPN back up, the services are all configured to use hostname.wan instead of the hostname.realdomainname.com, and as such they all fail in authentication and/or lookup. I've checked the ipname and everything matches and is set as hostname.realdomainname.com, but then it sets up the services for users all wrongly.
I've missed something somewhere I figure, but I can't find it, and the DNS seems to be behaving correctly, so there's a configuration base that I've missed or set up incorrectly.
Any ideas?
Thanks in advance,
Dallas

The great people on the enterprise support worked this out. I had done a simple setup on the server, and the OD core cluster was still the default, which was not in agreement with the DNS entry. The resolution is to do a full setup/advanced setup, and get the DNS working first, including the reverse lookup. From there add the OD setup and then it will be in agreement and things will work much better.

Similar Messages

  • Context.GetServerUrl giving wrong Server name

    Hi,
    I am using  var serverUrl = this._context().getServerUrl()  of sdk.rest. It 's giving the correct server url in one organization. But when i import to another organization there also it's giving  same url. It's not giving the server url
    of  new organization. I can't understand what might be the issue. Any help would be appreciated.
    Thanks,
    Abhishek
    Abhishek

    Hi,
    Xrm.Page.context.getServerUrl() has a bug and it returns the default organization url.
    Instead of using this , pls use Xrm.Page.context.getClientUrl()
    If you find this post helpful then please Vote as Helpful and Mark As Answer. Thanks and Regards, Polat Aydın
    My blog

  • LMDB - SLD "Source and target system have the same object server name"

    Hi,
    the system is a SM7.1 SP1
    For some reason (Object-Server-Name changed), the job that syncs the sld and lmdb cancels...
    I set the LMDB-Object-Server-Name to its original Name...
    Now i've deleted the sync-config in the solman_setup and try to start a new sync, but i get the following error, when i try to configure the source-system:
    'Source and target system have the same object server name: CISM318'
    But the names are different: 'SM3' (LMDB) and 'CISM318' (SLD)
    Any suggestions ?
    best regards
    Christoph
    Edited by: Christoph Bastian on Aug 26, 2011 9:37 AM
    Edited by: Christoph Bastian on Aug 26, 2011 11:18 AM

    problem solved...
    Apparently the sync needs some hours to finish a object-server-name-change...
    best regards
    Christoph

  • Why do some computers join OD and have a dollar sign ($) appended to the name?

    This question has been asked before here a few times with nobody being able to really definitively answer it (see: 2027636, 5979187, and 11144245).  It has been a couple of years and versions of OS X server and I am running into this same issue.  I am working on building an image to deploy Mavericks to our office computers and have been working on a script to set the hostname and join it to OD.  As a result I've been joining and unjoining this computer to our local OD server in an attempt to get the script working.  In the course of my troubleshooting, I've noticed that a number of computers in our domain have a $ appended to the name.  In fact, when I join my computer "office-test" it shows up in both workgroup manager and directory utility as 'workgroup-test$'.  If I remove the dollar sign from the end of the name in workgroup manager, the light next to the network server name goes from green to red on the client (in System Preferences -> Users & Groups -> Login Options).  The reason this has been an issue for me is that the script attempts to populate some attributes and make the computer join groups on the server (so it can get the proper MCX settings), but since my script is using 'office-test' as the computer name and not 'office-test$', it is failing.  We do have other computers with the $ appended (mostly windows machines).  We also have hosts that don't have the $.  Does anyone know why this happens and how to prevent/correct/change it?
    This is what I'm trying to do:
    #set variables
    odserver=SERVER
    odbindacct=ACCOUNT
    odbindpass=PASS
    computername=office-test
    computerGroup=officegroup
    #set hostname
    scutil --set ComputerName ${computername}
    scutil --set LocalHostName ${computername}
    scutil --set HostName ${computername}.DOMAIN.TLD
    #join OD
    dsconfigldap -v -N -f -a ${odserver} -n ${odserver} -c ${computername} -u ${odbindacct -p ${odbindpass} -e
    #update attributes
    dscl -u ${odbindacct} -P ${odbindpass} /LDAPv3/${odserver} -merge /Computers/${computername} RealName ${computername}
    #get GUID
    GUID="$(/usr/bin/dscl -u ${odaccount} -p ${odpass} /LDAPv3/${odserver} -read /Computers/${computername} GeneratedUID | awk '{ print $2 }')"
    # Add to computergroup/list
    dscl -u "${odbindacct}" -P "${odbindpass}" /LDAPv3/${odserver} -merge /ComputerGroups/${computerGroup} GroupMembership ${computername}
    dscl -u "${odbindacct}" -P "${odbindpass}" /LDAPv3/${odserver} -merge /ComputerGroups/${computerGroup} GroupMembers "${GUID}"
    dscl -u "${odbindacct}" -P "${odbindpass}" /LDAPv3/${odserver} -merge /ComputerGroups/${computerGroup} Member ${computerid}
    dscl -u "${odbindacct}" -P "${odbindpass}" /LDAPv3/${odserver} -merge /ComputerLists/${computerGroup} Computers ${computername}
    In Directory Utility, I do see the following attributes/values set
    AppleMetaRecordName (cn=office-test$,cn=computers,dc=[HOST],dc=[DOMAIN],dc=[TLD])
    AuthenticationAuthority array ((;ApplePasswordServer;[HEX DATA]) (;Kerberosv5;;office-test$@[HOST].[DOMAIN].[TLD];[HOST].[DOMAIN].[TLD];))
    RealName: (office-test$)
    RecordName (office-test$)
    ENetAddress ([MAC ADDRESS])
    GeneratedUID ([UID])
    HardwareUUID ([UUID])

    I have observed the same issue on some 10.8.5 servers with 10.8.5 clients
    This behavior happens when authenticated bind have been enabled on server.
    Once authenticated, binded computers receive a ComputerName change during boot which append the dollar sign as appears in workgroup manager on server
    System logs on clients computers shows
    UserEventAgent receiving the $ name from _workstation._tcp.local (Workgroup Manager https://developer.apple.com/library/mac/qa/qa1312/_index.html)
    and mDNSResponder updating/enforcing Computer Name accordingly.
    Moreover, a binded computer will typically have « System Preferences ->> Sharing ->> Computer Name » option geyed out
    The workaround i found:
    1) moved  macosxodpolicy back from « authenticated bind required » to « enabled » and remove the $ sign from the end of each Computer name in workgroup manager.
    This allows to keep reliables computers names for mcx administration on workgroup manager but
    on the other hand, as you pointed out, this will also block network users on client computers.
    so on clients computers:
    2) Unbinded to clean the authentication entry and performed a simple bind —> without authenticated binding ( -f option) and admin/privileged network user (-l -u options)

  • Redirect Printer is not working in windows 2008 R2 Server( Server Running as AD and Terminal Service(both role in single server))

    Dear Team
    i need solution from Microsoft for the issue;
    My infrastructure
    - Windows Server 2008 R2 (Role - AD and Terminal Service)- Updated
    - Client Machine running with windows 7 pro (Updated)
    - Client Using RDP Client to connect Windows 2008 Terminal Session
    - All are working fine, but Redirect Printing is not working (Through Windows 7 Pro) ... (HP Laser Jet 1020 plus - attached in Client PC)
    - it is working fine from Windows XP
    - i was done All terminal setting in both end, also try RDP Login with Administrator User, but issue is not resolve;
    What Microsoft can say about the issue;
    Thanks & Regards,
    VIMAL PRAJAPATI | 09824111686

    Have you checked the Print Service log in event viewer?
    Here's How.
    I have the Microsoft XPS driver on my clients, so I use that fact to my advantage below.
    Click Start Button/Administrative Tools/Remote Desktop Services/Remote Desktop Services Manager on the RDSH server
    Click the Sessions tab.  PC’s are listed Under Client Name by their computer name.  Take Note of the corresponding
    ID.  We will use this to locate the Printer information in the Event Log.  
    In the Event Log open Application and Services Logs/Microsoft/Windows/Print Service/Admin/ and Find the Event ID 823 entry that has the corresponding ID from the sessions tab you previously noted.  
    This Event Log Entry is created at Logon and you can only get the session ID when they are logged in.
    This tells you what client printer was mapped for the client.  The name that appears is the name of the Printer that was set on the client when the printer was installed.
    See if you see any errors here.
    If you see Event Id 823 with the following message “The default printer was changed to Microsoft XPS Document Writer,winspool,Ne00:. See the event user data for context information.”  Twice in a row with no other messages in between, and the first occurs
    at the time the user logged in, then their printer was not properly redirected.
    You see the Microsoft XPS driver mapped for each session prior to Easy Print redirecting the client machine’s Default Printer.
    Since your printer is the HP 1020 I would bet the driver on the client does not work with Easyprint.  I would try the  the HP Universal Print Driver or the driver for a printer that is very close, like the HP 1018.
    Thanks,
    Jeremy

  • Version control and Approval service for folder of File Server

    Hi,
    We have recently integrated Windows file server to portal using webDav connector. I am unable to use the services (approval and versioning) for this new repository. How to enable the services for this repository?
    KM content stored in PCD is having approval and versioning services and we are using them.
    Many thanks in advance.
    Syam.T

    Hi Shyam,
    U need to enable the services specific to the repository that u have created.
    A restart may also be reqd.
    u need to go to Content Management->Repository Manager->File System Repository
    Add the services to the FS Repository u have created.
    Regards
    BP

  • Please ... tell me how to download and instale the setup for the SQL Server Express 2012

    My OS is 32-bit and i have already downloaded the SQL Server 2012 Express but i cant find the SQL Server Management studio  so please tell me how can i get it?

    Hello Muhammad,
    if you already install SQL server, to run the Managment Studio you can click Start and Run, and type "SSMS".
    Of course you can create a shortcut and look for the file (this is the installation location you selected during the installation process) using the Windows search (pressing F3 activates the search).
    Tzuri Ben Ezra | My Certifications:
    CompTIA A+ ,Microsoft MCP, MCTS, MCSA, MCITP |
    FaceBook: Tzuri FaceBook | vCard:
    Tzuri vCard | 
    Microsoft ID:
    Microsoft Transcript 
     |

  • Getting error when i am giving the server name in JDBC

    Hi All,
    When i am trying to connect to JDBC then i am getting the error in Servername
    {color:#3366ff}********************INPUT OF Testing.java************************
    package com.fidelity.ereview.utils;{color}
    {color:#3366ff}import java.io.*;
    import java.sql.*;{color}
    {color:#3366ff}public class Testing {
    public static void main(String[] args) throws SQLException {{color}
    {color:#3366ff} Connection con;
    SQLServerDataSource ds = new SQLServerDataSource();
    ds.setServerName("01HW059726\SQL2K5"); {color:#ff0000}//here getting error{color}
    ds.setPortNumber(1433);
    ds.setUser("eReview");
    ds.setPassword("Password123");
    ds.setDatabaseName("migration");
    con = ds.getConnection();
    if (con != null) {
    System.out.println("Successfully connected");
    else
    System.out.println("Not Successfully connected");
    Kindly anybody tell me that how shell i give the server name (My server name is :01HW059726\SQL2K5) in the
    ds.setServerName???{color}

    Replace \ in server name with \\ like
    01HW059726*{color:#ff0000}\\{color}*SQL2K5

  • Pls Suggest server names for Reporting Server and Shared Services

    Hi,
    Can any one Pls Suggest server names for Reporting Server and Shared Services
    Thanks in advance.

    Report server name: OrclRpt
    Shared Services: OrclSS

  • Can 10.5.8 OD master be used with 10.6.2 wiki and iCal services?

    Hi folks,
    I am having a hard time getting OD users on 10.5.8 to login to 10.6.2 iCal and wiki. Is this setting up supposed to work? I can't find any info from the Apple's OD Administrator's guide.
    Set up :
    * one 10.5.8 server running OD master
    * one 10.6.2 server running wiki and Apache
    * one 10.6.2 server running iCal and Apache
    * one 10.6.1 server running Mail service
    The server for Mail does not bind to OD for authentication, and after assigning each OD user in group "com.apple.access_mail" all users can connect to mail service and get/send emails. Authentication is working perfectly.
    However, based on the same OD master and user accounts, using the same connection methods (enabled iCal and Blog services in 10.5.8 server, without turning them on, and assigning users to both services in SACL) in the Wiki server and iCal server won't let any OD users to log in. In wikid's error log, I can see the following error msg :
    http://HTTPChannel,19,127.0.0.1 Unhandled Error
    Traceback (most recent call last):
    Failure: twisted.cred.error.UnauthorizedLogin: Bad username or password: <username>
    Here are the questions :
    * can 10.5.8 OD be used for 10.6 wiki and iCal service? Or must I configure 10.6.2 OD (either in another server or in the same host?)
    * must the servers for wiki and iCal bind to OD in order for the services to work?
    * must Kerberos be running for the services to work?
    Thanks for any suggestions!
    Charles

    A 10.5.8 OD master should be fine for wiki and calendar services on machines running 10.6.2. However, you do need to have your servers hosting wiki and calendars to be bound to your OD master. You can enable Kerberos for iCal if you'd like, but it is not necessary.

  • Install Oracle Fusion Middleware Forms and Reports Services 11g

    Hi,
    I m looking for the installation steps for the oracle fusion middleware 11g forms and reports services only, on the Windows server 2003
    Can anyone help me to download and install the OFM.
    Thanks

    Hello,
    Here you have the installation guide for Forms&Reports11gR2:
    http://docs.oracle.com/cd/E24269_01/doc.11120/e23960/install.htm
    and if you want to download it you can download it from here:
    http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html
    Hope it helps you :)
    Regards
    Carlos

  • Can install APEX in OAS Forms and Reports Services?

    Hi, I need to know: Can install APEX in OAS Forms & Reports?, thanks a lot....

    Hi,
    1. OAS Forms and Repors Services run on Oracle HTTP Server (OHS). You can use OHS to connect to Apex
    2. Apex is not installed in the OS, its installed inthe Oracle Database. In other words, you install is by connecting to sqlplus as sys as sysdba
    3. Install Apex in the instance that is holding the tables and views that are being used in the Oracle Forms/Reports.
    Hope that answers.
    Make sure you read the installation guide and follow it verbatim.
    Regards,

  • Installing BOE XI 3.1 and Data Services on same server, recommended or not?

    I am fairly new to the BusinessObjects world.
    I have been told that it is not recommended that both BOE and  Data Services exist on the same server.  I was just wondering if
    there is any documentation (best practice) or technical reason why these two could not coexist on the same server so that I can provide that to our server administrators.
    Thanks in advance for the assistance.
    -Abel Duran

    Hello,
    you can do that for Test and Integration Environmenr but i would not recommend it on Production.
    I noticed that not the RAM utilization is the "problem" with DS its more the Disk I/O. If you have the Filestore from BOE on the same physikal Disk as the JobServer from DS your Reportviewieng could be a bit slower.
    Regards
    -Seb.

  • Data Integrator and Data Services

    What is the recommendations in Installing DQ with DI on the same box?
    The documentation does not have a checklist on installing DQ and DI anywhere.
    1.) Can DI and Data Services run on the same server? If they can run on the same server whatu2019s the specs of the server?
    2.) Can Data Services take advantage of more then 4 gigs of memory?
    Edited by: Peter Lo on Sep 23, 2008 6:34 PM

    Hi there,
    There used to be Data Integrator and Data Quality.
    However it has merged together under one platform, Data Services.
    That means Data Services includes Data Integration and Data Quality together as one product.
    So Data Integrator would still be around but it will fall under Data Services.

  • Server name, port from OSB proxy and BPEL processes

    How do I read the server name, port and any other server related information from OSB proxy and BPEL processes?

    http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/BEA_WebLogic/Q_24480613.html
    ObjectName service = new ObjectName("com.bea:Name=RuntimeService,Type=weblogic.management.mbeanservers.runtime.RuntimeServiceMBean");
    InitialContext ctx = new InitialContext();
    MBeanServer server = (MBeanServer)ctx.lookup("java:comp/env/jmx/runtime");
    ObjectName rt = (ObjectName)server.getAttribute(service,"ServerRuntime");
    System.out.println("Server Name : "+server.getAttribute(rt,"Name"));
    System.out.println("Server Address : "+server.getAttribute(rt,"ListenAddress"));
    System.out.println("Server Port : "+server.getAttribute(rt,"ListenPort"));
    ctx.close();
    By the way, it tool 10 seconds on google ...

Maybe you are looking for

  • Crystal Report Viewer 2008, postback causes a weird QueryString for dates

    HI, I'm having a weird problem that was masked with the error "". What is happening to me is that i have an ASPX page where the QueryString passed in is used as parameters to the report (straightforward).  When the page first loads, this is all fine

  • Yahoo Calendar Sync no longer works

    I get errors trying to sync with my yahoo calendar. Sometimes I get some strange error code and a message that says "Check Documnetation" and other times Desktop Manager crashes. If it crashes it won't stop crashing until I reboot my computer. I've n

  • Home sharing dropping on MacBookPro Retina

    Dear Forum, Ever since Mac OSX 10.9 and iTunes 11 I've found home sharing to stutter, and then halt unexpectedly for my laptop. My files are all on a 2011 iMac, connected to an Apple Airport Extreme via 1Gb ethernet.  The Airport then connects to my

  • Sync spots not working in 5.3

    Spot syncing with "no" spots is not working in Lr5.3 (did not work in 5.2 either) If I reset the spotting on a source photo and sync the "NON" spotting to a target photo that has spotting, the spotting is not cleared as it should be on the target pho

  • Executing Pro*C/C++ generate code in Oracle 10g Express

    Hi, I had developed my application using Pro*C/C++ in Oracle 10g Enterprise Edition Release 2 to generate the code to execute my SQL statements from the application program. Problem 1: Now, as I am trying to migrate my database to the Oracle 10g Expr