BOE-XI (R2) - Rename CMS name in Login Screen for CLUSTER

BOE-XI (R2)
Cluster with Two (2) physical servers side-by-side hosting all BOE services.
Both Tomcat and IIS installed on both physical servers.
We don't want the end-users of InfoView to see/know the underlying server names (eg. BOE_SERVER_1 and BOE_SERVER_2 ) in the URL for the CMC / InfoView - or in the CMS Name on the login screens for those applications.
I assume that we can use some kind of DNS service in front of the website to mask that, but I don't know how we can "rename" it in the CMS name in Login Screen.
What we want is to use a name like BOE_PROD for the URL path -  and for the CMS Name on the login screens for CMC / InfoView
Anyone done this before...? Any documentation you can point me to...?
Thanks in advance!
Edited by: Mark Richardson on Oct 31, 2008 5:29 PM

Here is one of my best findings on the matter.
DNS ---
The DNS bit is not documented but here is how I achieve this. The cluster configuration should be documented in the deployment or admin guide.
For XIr2 to run with DNS, you need to add -port to the CMS, IFRS, OFRS and RAS (if you use crystal) - check the SAP notes to see because there are differeences between the CMS and other services for this. You will use the DNS name in this parameter instead of the hostname.
From what you explained, you will need at least two DNS's
In -port, use the dns name for the CMS (the DNS MUST match the IP address of the server where the CMS run if you want it to work)
In EVERY services, you will need to change the -ns parameter to match the DNS name other registration will fail.
Client tools will have to use the DNS or clustername.
From my tests, DONT change -name. If you manage to do so, feel free to tell us more about it.
--- Cluster name ---
For that bit, I'll give the quick information, but the reference is the documentation.
What follows is for tomcat. However, as stated above, the documentation explains pretty well how to achieve this for IIS too and you just need to replace hostname by fqdn in every bit that tells you how to configure this.
For the name visible on the logon page on InfoView, it is in the web.xml Note: you can set the default name to the cluster name and even hide the CMS name if you want. (tomcat/webapps/businessobjects/enterprise115/desktoplaunch/web-inf/web.xml)
The default value for the cms should be there, and a specific part is commented for the cluster names. If you want to use the clustername as the default value, you'll need to uncomment the part for it and fill in the required information (ClusterName and CMS DNS names) and then change the default value. This is required because Tomcat doesnt know how to resolve the clustername otherwise.
Same thing goes for the CMC: (tomcat/webapps/businessobjects/enterprise115/adminlaunch/web-inf/web.xml)
Restart Tomcat and BO and you have a fully DNS compliant BO server with a cluster name based on the DNS.
Let us know how it goes.
Cheers,

Similar Messages

  • How to get rid of J2EE Login screen for each time Client App run?

    hi there,
    How to get riud of J2EE login screen for each time client application r un?
    regards,
    elvis

    in the j2ee tutorial they say that you should run like this:
    runclient -client <appjar> -name <name> -Dj2eelogin.name=guest -Dj2eelogin.password=guest123
    the only thing is that it did not work for me...let me know if it works for you.
    chukii

  • IMac freezes at login screen for file server

    The machine: iMac (lampshade), OS 10.3.9
    The symptom: During the boot/login sequence, the machine locks up at the login screen to the file server.
    If I disconnect the network cable during the boot sequence, it will error but not freeze; I can later reconnect the cable and login without a problem.
    Any ideas?
    James

    You may want to look at this similar post:
    http://discussions.apple.com/thread.jspa?messageID=690609&#690609
    Heres what Mac Help said.
    Open System Preferences and click Startup Disk.
    If necessary, click the lock icon and type the name and password for an administrator user.
    Click the icon of the system folder or system volume that you want to use, then click Restart.
    IMPORTANT: When selecting a network startup volume, be sure you select a valid network startup volume and not a network install image. Choosing a network install image reinstalls your system software and may erase the contents of your hard disk. A standard network volume icon appears as a globe and Mac OS X system folder. When you select a network volume icon, a message appears in the Startup pane describing the volume. A network install icon appears as a globe with downward pointing green arrow.
    Another way to select a startup disk is to hold down the Option key as you restart your computer. You'll see the available startup disks and can select one.
    If your computer is on a network and a network startup volume is available, you can start up from the network startup volume by holding down the N key as you restart your computer.

  • When I boot up it hangs on the login screen for awhile, why?

    I have a mid 2011 Macbook Air 13".  It came with Lion but I recently updated to Mountain Lion.  When I wake the laptop from sleep everything is fine.  If it's been awhile since it slept (a couple of hours), the login screen hangs.  What happens is that it boots like normal and looks like everything is correct, but it won't let me type in my password.  After 10 seconds or so I can see a cursor come up but it won't let me type (but anything I do type at this point will later fill in the field after another 2-3 seconds or so).  One other thing that's weird is that when the screen first comes up it shows the battery percentage from when I put it back on the charger, then after everything catches up, it changes to show 100%.
    I hope I explained the problem well enough.  Basicly a "wake from sleep" is fine if it hasn't been long since the laptop slept, but if it's been awhile it takes about 15-20 seconds to boot up.
    Ideas?

    Here are some suggestions based on my recent issue with unable to get Mavericks up after upgrade - The Apple geniuses just simply couldnt figure this one out...despite it being in their shop for 3 days (They probably did not look at it...and asked if they can just wipe out everything and install fresh...i had said NO):
    Restart computer and hold Cmd+V when you hear chime. This will start the computer in Verbose mode.
    See the messages and see where the system boot fails. In my case, it was some backtrace IOStorageFamily issue with com.paragon-software.
    Google may be able to solve your Apple issues - just type the error message in and see if you get any useful suggestions. in most cases - this would be some faulty 3rd party drivers.....
    In my case, it was something stupid i had probably installed....I had to boot to safe mode (Hold Shift at boot chime) - open Terminal, delete the folder com.paragon-software.kext from System/Library/Extensions....that fixed the problem. Mavericks is working great now....
    Let me know if your debugging thing works...

  • Can we have two login screens for a particular application?

    I have an application which is sso enabled.
    Can i have another login screen, which doesnt authenticate SSO?

    I a nutshell, Yes you can have multiple login pages for one application. All you will need to do is specify which one you want to go to when you create the link to the application.
    E.g If you have an application number of 54321 and within this application you have 2 login pages number 101 and 111. You will need to use the following urls to access each one:
    http://server_name:port/pls/htmldb/f?p=54321:101
    http://server_name:port/pls/htmldb/f?p=54321:111
    I do not know about how SSO works with ApEx as I have never used it. But you can definitly have 2 separate login pages.
    Hope this helps,
    Cj

  • Where and How can I get the Black Lenovo Login Screen for Windows 7 for X120e?

    Hello,
    I just installed Windows 7 on a SSD on my X120e.  It is a fresh install and I really liked the Black Login Screen that my Lenovo X120e that came on the regular drive.  Is there a way to download this screen and make my login screen back to this screen?  
    Thanks.!

    qubilist wrote:
    I just installed Windows 7 on a SSD on my X120e.  It is a fresh install and I really liked the Black Login Screen that my Lenovo X120e that came on the regular drive.  Is there a way to download this screen and make my login screen back to this screen?
    Create Recovery Discs from your HDD, then load them onto the SSD.
    Hope that helps,
    John
    ThinkPad T450s [ i7-5600U | 8GB | 1TB SSD | Full HD IPS | 802.11ac | BT | Webcam | FR | Win8.1Pro64 ]

  • Issue with Data Provider name in variable screen for BEx Analyzer

    Hello all,
    We got an issue with Data Provider name in Variable screen in BEx Analayzer.
    We want to change the DataProvider name there to Description of the report instead of its Technical name.
    Any inputs are appreciated.
    Thanks
    Kumar

    You have to create a workbook to do this.
    Refresh your query/report. In Bex analyser, there is one toolbar named BEx design toolbox, If you are not able to see it in analyser, right click on the toolbar space of BEx analyser and click on BEx design toolbox. Here, goto to design mode, by clicking on a sysbol like 'A'. after that place the curser where you want to see the Query description. and click on insert text (T) in BEx toolbox. click on it and check "Query description" in constant tab. in the general tab you need to assign a dataprovider, for that assign your query name in workbook settings (in Bex design toolbox). also check the "display caption" in general tab.
    Pravender

  • User with an active Adobe ID on a paid subscription, tries to open InDesign CC and is prompted with a Login screen for the "trial version".

    The user had the program open earlier today. But now, she can't open the program and gets prompted with the login screen. I don't want her to login as it mentions the "trial version" of the software. We have a paid subscription.
    The application opens successfully on other work stations.
    I am running the Adobe CC Installer update on her machine now.
    Why did her login suddenly become deactivated?

    Chat Now button near the bottom for Activation and Deactivation problems may help
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html
    OR
    Asked to sign in after paying may help
    -http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    or
    http://helpx.adobe.com/creative-cloud/kb/license-this-software.html
    Membership and Payments http://helpx.adobe.com/x-productkb/policy-pricing/membership-subscription-troubleshooting- creative-cloud.html

  • Want company logo on login Screen for external Candidate in E-Recruiting

    My requirement is to have company logo on login Screen.
    When an external user tries to sign-in in the career page then a login screen popup. In that company logo has be inserted.
    Please help me where/which/how to get that done.

    Dear Atul
    I searched but I was not able to find the answer but having said if you have clue Pl do let  me know the URL. It would be of great help to me. I am in need for the answer.
    With Warm Regards
    Ashu Grover
    Edited by: AshuGrover_in on Feb 19, 2012 5:26 PM
    Edited by: AshuGrover_in on Feb 19, 2012 5:26 PM

  • Login screen for shared wifi not working on iPhone 5.

    I'm at college and we need to login to get wifi in our dorms. When I try connecting to our network I get this login screen.
    I have tried resetting the network settings and turning off/on wifi but nothing is working. If I join and then hit cancel and try going on safari to see if the login screen shows up it just reverts to cellular data. I've done a little research and it seems this is a problem with apple's servers but I just want to know if there is anything I can do to fix the issue. Thanks.

    Well tried all of the resets, restarts and restores and still need to be 6ft from the router.. Will have to look at returning it for new one. Thanks for your comments though.
    Lucky I have unlimited data on 3G that all.

  • Getting blank screen instead of login screen for HFM

    Hi,
    i am trying to login into HFM, once i click the launch application, i am getting the Blank screen? i am not getting the login screen.
    what is the possible reason for this error?
    Thanks in advance
    Kiran

    Are you able to see the log in screen of Shared Services?
    Rgds
    Payous999

  • Getting blank screen instead of login screen for workspace

    Hi,
    i am trying to login into workspace, once i click the launch application, i am getting the Blank screen? i am not getting the login screen.
    what is the possible reason for this error?
    Thanks in advance
    Kiran

    Hi John,
    Thanks for response.
    if proxy settings are wrong not able to connect to any web related or we can not access only particular?
    john, is there any chance java related problem for getting blank login popup browser.
    Thanks in advance

  • Screensaver at Login Screen for 10.6.3

    Thanks in advance to all that can help me resolve my issue.
    I recently upgraded from 10.5.8 to 10.6.3 and now the screensaver comes on after 15 minutes while the computer is sitting idle at the login screen. We are networked and in a high school lab setting. This never happened before the upgrade.
    I want to change the setting to have the screensaver to NEVER come on while idle at the login screen. We give access to the student user to set their own preferences for desktop/screensaver.
    Thanks!

    Antonio, Thanks for the prompt reply. The 'never' setting does not help. I have it set for the Root user and for the main Admin user for the computer.
    As for the controlling by group, I looked in Workgroup Manager for the group I have for this Lab (I've set groups by classroom lab) and do no see a place to change settings for screensaver, etc.
    Also, I guess it is worth mentioning that if left idle for an extended period, the computer will go to sleep even though I have it set to never also.
    I cannot figure out why these settings in 10.6.3 are not the same as when I was running 10.5.8.

  • Why does photoshop automatically rename file names when using save for web?

    All of a sudden when choosing Save for Web, when i type in a name for my file in the File Name: dialog box, when you click "save", it saves the selected slices as the name of the document and not what i typed.
    For example: My psd file is called "website header" and i want to save the slices with the name "index". If i save slice-02 or slice-06 it will save as "index_02.jpg" but if i choose slice 01, it will save as "website-header_01"

    Check your settings in the SfW output options and yopur slice names in PS itself.
    Mylenium

  • How do I set up fingerprin​t scanner on startup login screen for Windows 7?

    Is it possible to unlock my X1 Carbon using fingerprint scanner on startup? I recently used a password for startup login but now I removed it in hopes of using fingerprint scanning instead. I enabled all the settings in the option from the Lenovo program but does not work, it just boots up normally to my desktop without asking for a fingerprint. 
    Any help would be appreciated, thanks!

    Is it possible to unlock my X1 Carbon using fingerprint scanner on startup? I recently used a password for startup login but now I removed it in hopes of using fingerprint scanning instead. I enabled all the settings in the option from the Lenovo program but does not work, it just boots up normally to my desktop without asking for a fingerprint. 
    Any help would be appreciated, thanks!

Maybe you are looking for

  • Not all selected pictures are shared in album sharing in Photostream

    I am trying to share an album with my friends on photostream. After i selected the album, added the friends, and waited for ever to upload the pictures, I realized that not all the pictures are available on the shared album. So i had to go back again

  • IPOD skips Itunes Purchased Music

    If someone else has this problem and has fixed it please let me know!! I am on my second IPOD mini. This one is having the same problem so I have deduced that it is in my ITUNES. I have only purchased music from ITUNES. The problem is that everytime

  • TS1436 how do you convert restricted songs/album tp plus so they can be burned or played on wireless speakers systems (sonos)?

    Severial songs in some of my itune libarary will not play on my Sonos speakers and I discovered that a playlist with resticted songs did not burn them to a cd. I followed the step in the apple help.  What I did was delete the restricted song and in t

  • Vista sync issue

    I have video ipod and i have one comp with xp and one with vista each have library and the vista has songs that xp does not so i try to sink it but it gives me an error and i tried second time it shutdown the computer. wut is casueing this. i did upd

  • INDCS3 Print Presets do not hold Printer Preference Settings

    We are running WinXP, INDCS3 suite. We noticed that when creating and saving a Print Preset and reloading it to another PC, the Printer preference settings (in particular) paper size and tray do not hold. We created several for staff and when they LO