Renaming the OEM middle tier server name

Hi,
I have been asked about renaming the OEM middle tier server. If I do this, what things will I need to change on the managed servers to allow the agent on these servers to contact the newly named server? Are there also database changes to make in the OMS?
Thanks.
Ron Reidy

I don't think you can with 10g grid control, the hostname gets buried into too many files. I may well be wrong but I can't anything in the docs or on metalink.
Bazza

Similar Messages

  • Control without client or middle tier server

    Is it possible to remote control/view workstations without having the
    client OR a middle tier server set up? We only want to be able to control
    our workstations from inside our firewall, so the middle tier server
    would not be needed.
    Another question, is it also possible to run naldesk the same way to push
    applications out to workstations without the client installed (with or
    without the middle tier server). Thanks in advance.

    Desktop4 can use any of the options.
    It really is a bit cumbersome to use at the moment, but drop me a note at
    my email address of craig_d_wilson at yahoo dot com in about 2 weeks.
    I'm in the process of writing a small front-end program for use in
    clientless environments. I should have something going by then.
    Normally the Workstation Object gives rights to the local SYSTEM account
    when the Novell Client is around to access NetWare shares.
    In a Windows Domain Environment, you can use the Windows Domain workstation
    object to do the same thing.
    Otherwise you may have issues accessing system resources when process are
    running in System mode.
    FYI, you will 100% need a middle-tier server to get your App Objects.
    It will not be needed to RC or transfer files, but you will need at least
    one mid-tier server.
    Craig Wilson
    Novell Product Support Forum Sysop
    Master CNE, MCSE, CCNA
    http://www.ithowto.com
    Editor - http://www.ithowto.com
    <[email protected]> wrote in message
    news:[email protected]...
    >> Yes to all of your questions.
    >>
    >> In regards to remote control you have two options.....
    >>
    >> 1) Use Desktop4.exe with password based remote control to connect to
    > the
    >> remote PC.
    >> 2) Have the remote PC use the option to Request a remote control
    > session
    >> from the support personnel.
    >>
    >> Search support.novell.com for desktop4.exe and there should be a couple
    > tids
    >> that go into detail.
    >>
    >> In regards to distributing applications.....................
    >> 1) Are you in a Domain or Non-Domain environment. This controls what
    >> options you have.
    >>
    >> --
    >> Craig Wilson
    >> Novell Product Support Forum Sysop
    >> Master CNE, MCSE, CCNA
    >>
    >> http://www.ithowto.com
    >>
    >> Editor - http://www.ithowto.com
    >
    > Thanks for the response! We are currently strictly netware with no
    > domain, but we were looking at moving towards a domain (we are testing
    > both OES cores to act as a PDC to authenticate through edir, both of
    > which we got to function correctly :-) So we were just looking at the
    > rest of the stuff we may or may not lose by going that route. We
    > currently use ZENworks mostly to remote view student workstations,
    > control admin machines, and image all the machines. We also occasionaly
    > push out small apps or registry changes with Nal, but not that often. Can
    > you simply remote view the workstation (without the user knowing) or does
    > desktop4.exe only control the machine? I will have to check it out.
    > Thanks again

  • TS3276 ppl i fed up with my mac air while using my exchange email account, it takes ages to refresh and it doesn't send or receive instantly , no clue although that the same setting and server names has been set up on my iPhone and it is working fine

    ppl i fed up with my mac air while using my exchange email account, it takes ages to refresh and it doesn't send or receive instantly , no clue although that the same setting and server names has been set up on my iPhone and it is working totally fine

    Install ClamXav and run a scan with that. It should pick up any trojans.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • Rename the file in application server

    Hi Experts,
    I want to rename the file which is in Application Server.
    E.g:- Current File in Application Server is '\user\sd\file1'
            I want to change the above file name to '\user\sd\file1_old' in Application Server.
    Please help me if any one aware of this.
    Thanks & Regards,
    Chandu

    Hello,
    What you want to do is execute a command on the host operating system.
    This can be done with function module SXPG_COMMAND_EXECUTE.
    This module will execute commands that have been predefined in SAP. To see what is available look in SM49.
    If you have the autorizations you can create your own or ask for it to be created.
    More general information can be found [here|http://wiki.sdn.sap.com/wiki/display/ABAP/CreationofExternalCommandswiththehelpofUNIXCodingin+SAP].
    Hope this is helpful.

  • Renaming the C:\ drive in server 2008 R2

    I have problem which I don't believe there is a resolution, but I'll ask anyway
    Here is the backstory, we have a citrix environment where a certain application needs to write a file to the users' C:\ drive in order to work. In our old presentation server 4.5 farm this was no problem. When we would build the server we would rename the
    C:\ drive to the N:\ drive on the server 2003 servers (using drive remap utility). When the users' session was started there would only be one C:\ visible to the app so it would correctly write to the users' C:\ drive. Now we are moving to xenapp 6.5 which
    runs on server 2008 R2, and from what I have found online renaming the C:\ drive to a different drive letter (using Drive Remap64 utility) is not recommended/supported. So the app will not launch as it tries to write to the C:\ drive of the server and
    is denied. So my question is now, after the server has been built is there any way to rename the C:\ drive to another drive letter? or any way to open up permissions on the root of C;\ so that the "everyone" group has modify access?

    have you tried diskpart?
    check out links below:
    http://technet.microsoft.com/en-us/library/cc757491(v=ws.10).aspx
    http://www.tech-recipes.com/rx/9910/how-to-automate-windows-diskpart-commands-in-a-script/
    Every second counts..make use of it. Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    IT Stuff Quick Bytes

  • Find the current SharePoint Database Server Name

    Hi All,
    In my PRD farm, i have two database servers.
    One is primary say DB_Server and another is Mirror say Mirror_Server of that.
    Sometimes it gets failover automatically to Mirror_Server. So i want to know that is there any powershell command or any other way to find the Active DB Server processing the request at that particular time.
    So if Mirror_Server is processing the request i want the o/p as Mirror_Server Name.
    Thanks in advance

    Use following C# program to get the name of database server -
    Use Microsoft.sharepoint and Microsoft.SharePoint.Administration namespace which are present in Microsoft.sharePoint.dll
    String sServerName = "notFound";
                foreach (var item in SPFarm.Local.Servers)
                    foreach (var svc in item.ServiceInstances)
                        if (svc is SPDatabaseServiceInstance)
                            SPDatabaseServiceInstance s = svc as SPDatabaseServiceInstance;
                            sServerName = item.DisplayName + "\\" + s.Instance;
                MessageBox.Show(sServerName);
    The following powershell code will return all the active databases in SharePoint Farm
    Get-SPFarm | foreach { $_.Servers | ForEach-Object { $a = $_; $_.ServiceInstances | foreach { if ([Microsoft.SharePoint.Administration.SPServiceInstance]$_ -is [Microsoft.SharePoint.Administration.SPDatabaseServiceInstance]) { Write-Host $a; Write-Host $_.DisplayName

  • How Do You Rename the Magic Mouse's Actual Name (Not the Display Name)

    Hi. The Magic Mouse's display name is Servant777 but it's actual name is really something like mouse no. 1 which I take was from the store that first paired the mouse to test it ( I usually have it tested first after buying things, not all the time but sometimes, can't remember, it was 3 years ago).
    How do you kind of "reset" the Magic Mouse like it's the first time it's being used and paired. I've tried: disconnecting and removing it from the bluetooth preference as well the on in the Mouse settings. It'd be nice if there's some kind of reset but it doesn't change the actual name, only the disply name could be changed. Is there any Terminal command for this?
    Thank you in advance. Have a great upcoming sunday mass/great weekend.
    God bless,
    Alvin

    https://discussions.apple.com/message/20940155#20940155#20940155

  • K, this is a foreign language to me. I am attempting to get past the podcast page with server, name and password. a little beginners assistance, please?

    I am extremely new to the podcast. It is learning a new langauge for me and want the brillance of anyone who understands this language already. I am stuck at the page for account setup and when I research this online, i have yet to find a direct answer in plain english. I know there is a brillant person out there which can assist with the lost in translation conponent for this issue. thanks,

    You have to host your podcast on web server before you can submit the feed to the iTunes Store. You would have to get the setup for this from the people who are running the server, and use it in your FTP application. You would need the username and password (which sometimes for FTP isn't the same as your account password) and sometimes you will need a 'path' to tell the program where to place the files.
    If you are unclear about the general process of creating a podcast this page may help:
    http://rfwilmut.net/pc

  • How to attach a file fin the middle tier in the workflow notification

    My requirement
    1) File is there in the middle tier (file name : invoice_99.pdf )
    2) From workflow notification I need to read that file (invoice_99.pdf) and
    open it from the notification when user click on it
    can you please let me know is there any way to handle this

    Thiru,
    This is not the right forum for this.
    Btw, I have done exactly same requirement several times and it's easy to do.
    1)Create a Document Attribute and specify to attach it to the notif msg.
    2)Create a PL/SQL function activity in workflow
    3)In the PL/SQL proc, Load the file using dbms_lob into a LOB and set the attribute using
    wf_engine.SetItemAttrText(itemtype      => itemType
    ,itemkey      => itemkey
    ,aname      => 'SRQ_REPORT'
    ,avalue           => 'PLSQLCLOB:xxx_gbl_wf.get_pdf_quote/'||v_report_request_id||':'||v_qot_number);
    Hope this helps
    Srini

  • Migrate Active Directory 2008 to 2012 but need to keep the same ip address and server name

    Hi,
    Current setup is 2 DCs in one site running 2008 R2 AD.
    We are planning to migrate from 2008 R2 to 2012 R2 but need to keep the same ip address and server name. I have came up two plans to do this and hope someone can tell me which one would be the best approach. What is the pros
    and cons in Plan A and B or may be plan C if there is a better one?
    First, I was planning to do plan A but just had a second thought of Plan B.  My concern in Plan A is about changing the server name when the new 2012 R2 already running as DC.  Plan B would be changing all the old server
    name and ip before they become member sever and DC. 
    Any information and suggestion would be very appreciated.
    Plan A
    Run adprep /forestprep on 2008 R2 DC
    Build a new 2012 R2 server and promote it as 3rd DCs in current Domain
    Transfer FSMO from 2008 R2 to 2012 R2
    Run Repadmin /syncall to force replication
    Rename the demoted 2008 R2 DC to something else
    Change the demoted 2008 R2 ip address to something else
    Restart the demoted 2008 R2 server to take effect
    Now, run Netdom computername command to change the new 2012 R2 server name to the old 2008 R2 DC server name
    Change the new 2012 R2 DC's ip to old 2008 R2 DC's ip
    Run ipconfig /flushdns
    Run ipconfig /registerdns
    DCDIAG to see any error
    Plan B
    Build 2 new 2012 R2 standalone servers
    In 2008 R2 ServerA transfer FSMO to 2008 R2 ServerB
    Demote 2008 R2 ServerA to become member server
    Rename 2008 R2 ServerA to something else and change the ip address to something else and shut it down
    Now, rename one of the new 2012 R2 standalone server to the old demoted 2008 R2 ServerA name
    Change the new 2012 R2 standalone server ip to the old demoted 2008 R2 ServerA's ip address
    Add the new 2012 R2 standalone server (now with the old 2008 R2 ServerA name and ip) to become member server
    Run adprep /forestprep on the 2008 R2 ServerB
    Promote the new 2012 R2 (now with the old 2008 R2 ServerA name and ip) as DC
    Transfer 2008 R2 ServerB FSMO to the new 2012 R2 DC (now with the old 2008 R2 ServerA name and ip)
    Demote 2008 R2 ServerB as member server
    Rename 2008 R2 ServerB to something else and change the ip address to something else and shut it down
    Now, rename the 2nd new 2012 R2 standalone server to the old demoted 2008 R2 ServerB name
    Change the new 2012 R2 standalone server ip to the old demoted 2008 R2 SeverB 's ip address
    Add the 2nd new 2012 R2 standalone server to become member server
    Promote it as DC
    Run DCDIAG to check error
    Thanks.

    Hi,
    Renaming a Domain Controller is a risky operation which may lead to issues, therefore, I would suggest you go with the Plan B, rename the server before it becomes DC.
    Here is a blog below which could be helpful to you:
    Remove an Old DC and Introduce a New DC with the Same Name and IP Address
    http://blogs.msmvps.com/acefekay/2010/10/09/remove-an-old-dc-and-introduce-a-new-dc-with-the-same-name-and-ip-address/
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • What is the incoming and outgoing mail server names?

    I'm trying to set up outlook express, and I need the outgoing
    and incoming server names. I can't figure out how to find these.

    Contact your email service provider for that information. It's not a Firefox support issue.

  • How to rename a file in Application server

    Hi All,
    Here I have a issue with  the present file which is being generated in application server.
    Before the completion of the file the EDI tool is extracting the file from the app server.So here I would like to generate the file with a temp name and then rename to the actual file name which EDI recognises and fetches.
    Please correct me If I am wrong and let me know how to rename the file in application server.
    Thanks,
    Vijay N

    you can try using unix command , if your application server is unix.
    use move command
    mv   <source>  <target>
    REPORT ZUNIX line-size 400
                    no standard page heading.
    data: unixcom like   rlgrap-filename.  
    unixcom = 'mv file1 file2'.
    data: begin of tabl occurs 500,
            line(400),
          end of tabl.
    data: lines type i.
    start-of-selection.
      refresh tabl.
      call 'SYSTEM' id 'COMMAND' field unixcom
                    id 'TAB'     field tabl[].
    or else you can open dataset/ read the dataset and move it to another file and delete the old file.

  • Handling Locking for transaction in Middle Tier versus Database backend

    Hi,
    If we implement middle tier with C# as the programming language and backend as SQL Server database, if we now wanted to implement locking where we take the classic case of money withdrawal from a bank account, we could implement this as a single atomic transaction
    using locks / monitor in the middle tier or we could do this in a stored procedure and handle it using a begin tran commit tran in SQL Server.
    What would be the recommended way? middle tier or sql server database backend?
    Thanks

    > the two different servers having the same middle tier executing the same code at the same time will be handled by the backend by putting one on hold while the other is being serviced.
    Yes.  A SQL Server database provides a single coherent state repository for the whole application.  And you can use the database transactions to control which business transactions run concurrently, and which do not.
    David
    David http://blogs.msdn.com/b/dbrowne/

  • Novell Client patch kills authentication to middle tier

    Hi,
    There was a recent patch for the novell client which replaces the file nicm.sys due to a security vulnerability. When I install this patch onto servers which have the Zenworks Middle Tier software installed it prevents the client machines from authenticating to edirectory via the middle tier servers.
    Once I put the old vulnerable nicm.sys file back then the authentication begins working again.
    I've had dig around to see if any one else is experiencing this problem but I haven't found anything.
    Any suggestions on how I might fix this. I would ideally like to resolve this as I don't like my servers being vulnerable.
    Thanks in advanced
    Liz

    You can install a server that only has Middle-Tier.
    The rest of the stuff requires the client IIRC.
    If you have upgrade protection, you may be able to test with a ZDM7 SP1 IR3
    version of the middle-tier.
    The problem is that Novell is no longer patching/testing against ZDM6.5, so
    even if there was a code issue, its not likely you could get a fix.
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Support Forums Volunteer Sysop
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared by either Novell or any rational human.
    "enegro" <[email protected]> wrote in message
    news:[email protected]..
    >
    > Hi,
    >
    > There was a recent patch for the novell client which replaces the file
    > nicm.sys due to a security vulnerability. When I install this patch
    > onto servers which have the Zenworks Middle Tier software installed it
    > prevents the client machines from authenticating to edirectory via the
    > middle tier servers.
    >
    > Once I put the old vulnerable nicm.sys file back then the
    > authentication begins working again.
    >
    > I've had dig around to see if any one else is experiencing this problem
    > but I haven't found anything.
    >
    > Any suggestions on how I might fix this. I would ideally like to
    > resolve this as I don't like my servers being vulnerable.
    >
    > Thanks in advanced
    >
    > Liz
    >
    >
    > --
    > enegro
    > ------------------------------------------------------------------------
    > enegro's Profile: http://forums.novell.com/member.php?userid=24444
    > View this thread: http://forums.novell.com/showthread.php?t=335789
    >

  • MTS Client Library Configuration (Case: Two middle tier servers)

    One of Oralcle document states:
    (a) If you need to configure Oracle Services for MTS on 2 middle tier computers (say #1, #2)then you have to install OraMTS on #1 middle tier system. The #2 middle tier system can use OraMTS which exists on middle tier system #1.
    (b) For achieving this you have to configure Oracle Services for MTS client library on system #2.
    Can any expert provide more information about how to configure the step (b) above.
    My environment:
    Oacle Services for MTS version: 8.1.7
    Database: Oracle 8.1.6
    Middle Tier: Windows NT 4.0
    A fast reply will be highly appreciated.
    Thanks in advance.

    Vivek Raja
    3) On machine 1 use the MMC snapin to create the Oracle service For MTS for database DB1.
    You mean below
    On machine 1>>
    [start->programes-> oracle-oraHOME81->application development->oracle manager for microsoft transaction server]
    make new service for DB1.
    (oracleMTSService0 started)
    On machine 2>>
    [oracle manager for microsoft transaction server]
    I add a new computer-"machine 1".
    Then automatically OracleMTSServices0 on
    "machine 1" displays.
    and "Microsoft management console" dialogue box appears and ask save the change when i exit oracle manager for MTS. I choose YES.
    that's all?
    Am i right?
    On machine 3>>
    like machine 2.
    You might be boring but Any documents offered by oracle doesn't say it clearly.
    rf)) I read "using microsoft transaction server with oracle8-A73029".

Maybe you are looking for

  • Regarding deleting index

    Hi Friends, If I delete the whole content of an Infocube and then do the reload,is it require to delete the index seperately. If I don't delete the index how is it going to impact the load? Regards, Debjani...

  • FDM System-wide

    I tried using FDM and i love it. However, I did a thorough Google search and this forum for a solution to my issue but could not find any answer. I hope someone will be able to assist me with a solution. Am wondering if it is possible for FDM to fetc

  • Firefox saving double version of the same webpage in a single file

    About one year back, I saved a webpage as webpage complete, that is, as a HTML file and a folder containing associated files. Recently I added mozilla archive format add-on. I revisited the webpage and it has changed a little bit, for example the pic

  • Powerbook g4 vs

    I am thinking of getting a new computer but there is nothing wrong with my powerbook g4. Can anyone advise? I was thinking of getting a new macbook or maybe getting the new iMac. or I could update the powerbook with leopard and get the new iMac. I do

  • Pages made on lion wont open on 10.6.8

    pages made  on my macbook pro with OS Lion  wont open on my powermac with 10.6.8