New Server Deployment

Hi all,
First time posting on the forums. Sorry if I get the etiquette wrong.
I have a couple of questions to pose about deploying a server for the first time.
The organisation I have moved in to are not very good with their IT. They have no server, and they are running their computers as if it were a home network and sharing everything through Home Group.
I am planning a server deployment for them and needed to clear a couple of things up before hand.
1. They are all interconnected via WiFi and Netgear access points across the buildings on site. Is this going to pose a problem with a server deployment. IE: If I use the server for DNS and DHCP, would I just need to assign static IP's to the devices from
the server.
2. Is it a good idea to even allow the server to do the DNS and DHCP?
3. They are so IT helpless that they have Windows 7 Pro on several computers using the one license (I am in the process of purchasing proper licensed versions for each computer - just takes time to get them to shell out the money). Is this going to pose
a problem for client access to the server or will they all still be able to connect and access server resources?
4. Do you have any recommendations for good security software?
5. Am I able to schedule a backup to a NAS drive from within the server?
Sorry for all the questions.
I have never had to deploy a server and never worked in an environment so badly managed before.
Thanks in advance.
Chris

Hi
If you have a server i would install Server 2012 or 2008 R2 depending on the licenses you have and then let that be your active directory server as well as DNS and DHCP.
Let your wireless just be a hop for machines but give the wireless a static ip.
Make sure all your machines have a good Anti-virus installed as well as your server.
Yes you will be able to backup to a NAS. What software do you want to use? if you go server you can use windows server.

Similar Messages

  • Report deployed to new server does not display static image

    Hi,
    We have several web sites on a server running Windows Server 2008 R2 Standard, SP1, 64-bit.  It has installed .NET Framework 4 Client Profile and Extended, ver. 4.0.30319 (according to Control Panel->Programs, as well as c:\Windows\Microsoft.NET\Framework).  Two of the sites use many Crystal Reports, most of which include a static image as a logo. This image is embedded in each report; there is no stand-alone image file that gets deployed.
    Recently, we migrated to a new server, running the same version of Windows & .NET Framework.  As near as we can tell, the 2 servers are nearly identical, as far as configuration and permissions, etc. One notable exception is the DefaultAppPool, which is Classic on the original server and Integrated on the new. (When I changed the new server to Classic, the apps failed to run properly.)  The other exception is the old server is on a stand-alone box, while the new server is a virtual machine.
    For one of the apps on the new server, the embedded logo images are not displaying on the page.  Instead, there is a little red X with the word "Image".  For the other app on the new server, the reports display fine.  Furthermore, if I copy one of the "broken" rpt files from the "broken" app to the "good" app, the report displays correctly!  And of course, the same file displays correctly in all circumstances on the old server.
    This suggests to me that there is not a problem with the report file, per se', but rather with the environment to which it is deployed.  Permissions?  If so, where?
    Any suggestions would be much appreciated.
    Thanks.
    --d

    The search string 'crystal red x net' (search box in top right corner) should return a number of KBAs, docs, blogs, etc. See if any of those help.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Deployment very slow since moving to OWB 10.1.0.4.0 on new server

    We recently moved our OWB development from a Windows box running OWB 10.1.0.2.0 client/10.1.0.1.0 repository to a Linux box running OWB 10.1.0.4.0 client & repository. The other change was from using separate schemas for the design and runtime repositories, to a single schema for both repositories.
    Overall performance has improved significantly - designing and executing mappings for example. However, deployment of mapping objects is now taking considerably longer - around 5 to 7 minutes for a mapping that took 45 seconds to deploy on the old server. The initial and end stages of the deployement run quickly, but there's a gap of several minutes (with just a blank grey box displayed) between the 'Generation in Progress' and 'Object Compilation' dialogue boxes.
    Can anyone suggest what the problem might be, or anything we should be checking?
    The new server is an HP ProLiant DL380 G4, with dual Xeon 3.6 GHz processors, 4 Gbytes of RAM, and mirrored 2 x 146 discs. The Oracle files are held on an MSA1000 SAN.
    Thanks in advance for any help/advice
    Chris

    Hi
    Try to analyze the design and the runtime repository schemas.
    In Windows you can set memory for java in the owb client batch file.
    Check and modify it if it is exists in Linux too.
    Ott Karesz
    http://www.trendo-kft.hu

  • New Server for 1:1 Deployment?

    Could anyone give me some advice on what the best course of action is???
    I have a Snow Leopard Server along with a collection of 100+ Bootcamped MBP using Snow Leopard & Win 7. We looking at deploying over 300+ iPad's but I know that at least 1 piece of software is not compatible with Mavericks Server. After watching several clips on YouTube and surfing Google, I like the idea of using Profile Manager and configurator to add to the existing small deployment of iPad's. Other (yearly subscription) MDM's would cost too much. For the size of my new deployment I now want to remotely manage the iPad's as there are not enough hours in the day to indivdually administer all the iPad's and carts I manage. I don't have the time to sit down and take apart my mac server to evaluate which apple & 3rd party admin software packages would still function (and how much it would cost to upgrade them otherwise) correctly with an upgrade to Mavericks server. We can't afford to take down one of our servers just so that I can mess around with it or test out a new server build in one of our busiest times of the year (for some of our users).
    Could someone experienced with the new Mavericks server answer some of my concerns:
    Would a second new dedicated mac mini server be capable of handling over 300 iPad's or would I be better asking my management for a bigger piece of kit?
    Will I still need a mac with configurator to periodically update the iPad's with iOS upgrades, or does Profile Manager do this currently(or plan to in the future)?
    Thanks

    At the moment Profile Manager does not let you force an upgrade to a specific or latest iOS version. The only way to do this is to connect a device via USB to a Mac running Apple Configurator, you can have multiple devices connected via USB at the same time and do them in bulk.
    Yes Profile Manager on a Mac mini can cope with 300+ iPads.

  • Configure to new Server and Deploy a WebApplication

    I need some informations about the applications deploy. I have developed two applications that accept as request SIP message "MESSAGE"; both the applications have in their sip.xml file, a mapping of this type:
    <servlet-mapping>
    <servlet-name>serviceCallSipServlet</servlet-name>
    <pattern>
    <and>
    <equal>
    <var>request.method</var>
    <value>MESSAGE</value>
    </equal>
    </and>
    </pattern>
    </servlet-mapping>
    That involves that at the reception of this MESSAGE, we have a problem in specifying what application we refere to so there is a server error.
    As a possible solution I have tried to create a new server through the console (Server -> Configure a new Server...)and I called it "myserver2".
    Then I have created a new sipChannel associated to this new server(myserver2-> Protocols-> channel)using 5040 port instead of 5060 port.
    I have finally deployed one of the two applications in this server after eliminating it from the other server(I have tried to change only the target).
    The application is deployed on the new server (myserver2)but does not come deployed .
    The server has been start:
    /startWeblogic.sh for the standard.
    /startManagendWebLogic.sh myserver2 http://localhost:7001 for the new server.
    Is ok this way in order to have on the same able dominion two server to receive sip request from two various port?
    If Yes how I can resolve the issue?
    I can or I must use other way in order to resolve this problem?
    Thanks...

    iTunes is looking for a feed at http://www.gothamknightsonline.com/feed/?cat=10 and not finding it - checking this I don't get 'file not found' but if there is a file there it contains no data whatever.
    I assume this is your original feed URL. The method for redirecting iTunes to another feed URL involves placing a special tag in the original feed, and is described in detail here:
    http://www.wilmut.webspace.virginmedia.com/notes/podcast.html#move
    Your new feed contains this tag (effectively redirecting to itself); you need to place a copy of the feed, with the redirect tag, at the original URL and leave it there for a couple of weeks. If you are unable to do this the two alternatives are described in my article.

  • Wsp not getting deployed on new server

    Hi Team,
    I have added a new server into the farm and Product configuration wizard was successful after a small technical glitch. Now when i am running the WSP deployment I dont see the new App server getting the new DLL
    I checked following thing.
    Following service running on new app server
    Microsoft Sharepoint Foundation Workflow timer Service
    Window Services( Sharepoint timer and Admin) running
    Thanks Basva

    Likely. Disabling the Foundation Web service can cause issues for many types of solutions (depends on their dependencies, of course). I recommend just leaving Foundation Web enabled, regardless of server type. It is very low impact for non-end user facing
    SharePoint servers.
    If you have access to the WSP source code, you can see what the deployment type is by going to the Package, then looking at the properties on the Package. The default is "Web Front End", which requires that Foundation Web service be running.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • New windows Server Deployment (Onboarding) Documents.

    Hi Team,
    Can anyone share me the general Windows Server Onboarding (Pre-Build and Post-Build) basic Checklist or a Document, which will help us in streamlining the process of deploying a new server in the existing environment.
    Thanks in advance.
    Vimal Kumar S
    Vimal Kumar S

    Hi,
    The question is quite broad.
    For deployment, you can follow this blog:
    http://blogs.msdn.com/b/msgulfcommunity/archive/2013/03/06/installing-and-activating-windows-server-2012-step-by-step.aspx
    And this article introduced server manager:
    http://blogs.msdn.com/b/msgulfcommunity/archive/2013/03/06/installing-and-activating-windows-server-2012-step-by-step.aspx
    For specific roles and features you can refer:
    http://technet.microsoft.com/en-us/library/hh831669.aspx
    Hope this helps.

  • Hyperion planning installation(Problem with application server deployment)

    Hi There:
    I am new to hyperion planning.I am trying to install planning.I got problem with Hyperion Configuration utility while configuring application server deployment.Its show message failed.Please guide me how to fix this.If it is possible can you please send me any personal documentation on installation.I am trying this for past 4 day's.Below is the error its showing in configtool
         ... 10 more
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, INFO, Validating dependencies...
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel$5, DEBUG, Product: Planning; Dependencies: []
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, task to execute: HspDBPropertyLocation
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.ProductTaskSelectionPanel, DEBUG, task to execute: applicationServerDeployment
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.PanelEventDispatcher, DEBUG, constructor
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, AppServerSelectionPanel in queryEnter
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, Server: WebLogic 8.1; deployment type = both
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, Server: WebSphere 5.1; deployment type = both
    (Mar 09, 2008, 08:26:04 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, Server: Tomcat 5.0.28; deployment type = both
    (Mar 09, 2008, 08:26:08 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, INFO, AppServerSelectionPanel in queryExit
    (Mar 09, 2008, 08:26:08 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, DEBUG, AppServer selected: WebLogic 8.1
    (Mar 09, 2008, 08:26:08 PM), com.hyperion.cis.config.wizard.ProductCustomInputPanel, ERROR, Error:
    java.lang.NullPointerException
         at com.hyperion.cis.config.wizard.ProductCustomInputPanel.queryEnter(ProductCustomInputPanel.java:88)
         at com.installshield.wizard.awt.AWTWizardUI.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.swing.SwingWizardUI.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.StandardWizardListener.currentBeanChanged(Unknown Source)
         at com.installshield.wizard.Wizard$RunThread.run(Unknown Source)
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, Starting WebLogic 8.1 deployment...
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, pre-Deploy: Planning
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, Deploy: Planning
    (Mar 09, 2008, 08:26:09 PM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Error:
    java.lang.NullPointerException
         at com.hyperion.cis.config.AppServerDeployer.initContexts(AppServerDeployer.java:628)
         at com.hyperion.cis.config.AppServerDeployer.deploy(AppServerDeployer.java:548)
         at com.hyperion.cis.config.AppServerDeployer.deploy(AppServerDeployer.java:526)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeDeployerTask(RunAllTasksWizardAction.java:251)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:156)
         at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    (Mar 09, 2008, 08:26:13 PM), com.hyperion.cis.config.wizard.CustomSummaryPanel, DEBUG, CustomSummaryPanel in queryExit
    Please help me.Email id:[email protected]
    Thanks
    Harsha.
    Message was edited by:
    user603943

    I think the installation of planning on Vista is difficult. As some of the files doesn't support even i am tired of doing that.
    But tell me one thing have you installed all other products , I mean Essbase, (server, client) , AAS and Shared services.
    Are they working good .
    I have formatted my system to XP and installed everything , but the problem is when i install planning it prompts me that IIS 5 should be greater other wise EPM will not install...
    there are lot of things with planning 1) i can't datasource as it is not highlighting when we configure with Shared services
    2) It does not create product instance .
    If any one can fix this thing by giving me a suggestions.
    Advance Thanks

  • Migrating Crystal Reports Server XI to a new Server

    Post Author: david_okeefe
    CA Forum: Deployment
    Hi,I am trying to migrate an existing Crystal Reports installation from an old server to a new server.  To prevent interruption of service, the new server must be able to be online at the same time as the old server (thus it must have a different name).  I installed Crystal Reports Server XI and told it to create its CMS database by copying the existing CMS database.  Unfortunately, I received an unspecified error ("failed to received first object from source database").  After that, I opted to create a new, default CMS database.  I tried using the import wizard to migrate the reports to the new server.  The import wizard managed to bring over all of the folders, users, and groups, but not any of the reports.  When I looked at the migration log, it gave me an error stating that it could not find the parent folder.  I have no real idea how to address this issue.  On a related note, I also do not know how to point crystal at the reports repository on the new server.  I tried using the Data Source Migration wizard to copy the reports from the old server to the new server.  Unfortunately, it didn't appear to register any of the new reports.  Given what I have already tried, I am not sure how to proceed.Any help would be appreciated.Thanks,David

    Post Author: david_okeefe
    CA Forum: Deployment
    Hi,I am trying to migrate an existing Crystal Reports installation from an old server to a new server.  To prevent interruption of service, the new server must be able to be online at the same time as the old server (thus it must have a different name).  I installed Crystal Reports Server XI and told it to create its CMS database by copying the existing CMS database.  Unfortunately, I received an unspecified error ("failed to received first object from source database").  After that, I opted to create a new, default CMS database.  I tried using the import wizard to migrate the reports to the new server.  The import wizard managed to bring over all of the folders, users, and groups, but not any of the reports.  When I looked at the migration log, it gave me an error stating that it could not find the parent folder.  I have no real idea how to address this issue.  On a related note, I also do not know how to point crystal at the reports repository on the new server.  I tried using the Data Source Migration wizard to copy the reports from the old server to the new server.  Unfortunately, it didn't appear to register any of the new reports.  Given what I have already tried, I am not sure how to proceed.Any help would be appreciated.Thanks,David

  • Windows update borking brand new server 3 times in a row...

    Hello all,
    here's an interesting one for you all.
    our company recently deployed a new server.
    server 2012 r2
    configuration
    setup
    all worked correctly
    after all was done, updates were installed, afterwards the server would have a black screen of death over rdp and a slew of issues locally.
    tried to remotely deploy http://support2.microsoft.com/kb/2897632 which was supposed to address this.
    no go...
    since this already happened 3 times in a row i'm not quite sure how to go about this apart from disabling updates or excluding the problematic one. alas not sure which one it is.
    what should the next course of action be? restore backups or re-image are fruitless since the same update will render it bad all over again.

    That is not a scripted answer. It might be that you have a driver that is not compatible with recent Windows Updates which might cause that: That is why I have made the previous suggestion.
    I never heard about black screen issue after the one fixed by KB2897632. My recommendation would be to check with your server support if they have known compatibility problems for Windows Server 2012 R2 running on their hardware.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • Not able to recreate virtual desktops after migrating to new server

    Hello Everyone,
    I need some help please,
    I migrated our roles and VMs to new system,I basically joined the new servers to the existing failover cluster, installed all VDI roles and after moving all roles and VMs to the new servers, I removed the old servers from the cluster.
    everything seems working fine except recreating the virtual desktops collection.
    when I try to do so, I get this error message:
    "The RD Connection Broker server does not have access to add the
    virtual desktops to the Active Directory domain. Configure access by
    using the Active Directory page of Deployment Properties."
    I did some searches for this error and from AD Users and Computers tool -> security tab of root node (domain/OU) I gave full permission to the new server.
    another strange thing, is that I no longer can modify the domain and OU setting when I click on
    "Edit Deployment"
    the fields are grayed and no longer editable.
    please advise.
    Thanks

    Thanks -TP,
    I got it to work , the first time I tried to create a new collection , the master vm export failed with permission errors, later on It passed. after that I dropped a collection and recreated the vms of the first collection.
    it is not clear to me yet, why this happened and how it got fixed but for now it is working.
    Thanks again.

  • Migrating Netscape Directory Server 4.1 to a new server

    Hi,
    In the current production environment, we are using Netscape Directory Server 4.1 as the authentication with Siebel CRM system. The server hardware is old and there is a need to refresh the server. As Netscape Directory Server is the only supported/ certified LDAP with embedded functionalities in Siebel Financial Services 6.0.2.300, we are planning to upgrade only the server hardware and migrate all the user information from old server and the new one, with Netscape Directory Server 4.1 remained.
    I have studied the Netscape Directory Server 4.1 Deployment Guide and gone through the migration procedures, looks like the procedures are only applicable for migrating Netscape Directory Server to a newer version. There are no specific procedures mentioned for migrating Netscape Directory Server to the new server hardware with the same directory server version.
    I am seeking for detailed procedures of migrating Netscape Directory Server 4.1 to a new server hardware with the same directory server. Anyone has done this migration before? I thank you in advance for your valuable feedback.
    Sincerely,
    Julie

    Luckily, I have the technical documentation in hand, which contains all the configuration of the current server. So I need to use "db2ldif" to export the data. I am currently testing on the migration by following these steps:
    1. Install the new server.
    2. Stop the Netscape Directory Server and Netscape Administration Server services in old server.
    3. Copy the slapd-<server_name> folder from old server to a temp location of new server.
    4. Take the old server offline.
    5. Configure new server to have the exact configuration as the old server.
    6. Backup the existing slapd-<server_name> folder in new server, copy the slapd-<server_name> folder from the temp location to C:\Netscape\Server4 directory of new server.
    7. Start the Netscape Directory Server and Netscape Administration Server services in new server.
    Will try out your suggested method. Thank you so much for your feedback.
    Regards,
    Julie

  • Add New Server with Configtool Questions

    Hello All,
    We are running EP7 SP12 on W2K3 with 16GB RAM and 4 CPUs.
    As part of one the Go Live checks done to the system a while back, it was recommended that we increase the number of Server processes to the instance.
    So, I followed the information here (http://help.sap.com/saphelp_nw70/helpdata/en/68/dcde416fb3c417e10000000a155106/frameset.htm) to add 3 additional servers to the instance.  When I restarted the J2EE engine, it basically sat there in a 'Starting Apps' status.  I waited about 2 hours before I stopped the startup process.  I went back into Configtool and did a 'Remove Server' on the last, Server3, process and restarted J2EE.  This time, everything did start OK, but now I have a few questions I hope someone can answer.
    1.  Is there a limit to the number of Server processes that can exist in a single instance?  If not, what would cause the J2EE servers to essentially hang on startup although they didn't look hung, just extremely slow starting up.
    2.  I thought when you did the initial 'Add Server' it was supposed to create a duplicate Server process.  But, when I check the directory structures of the newly created Server processes, they aren't anywhere close to being the same as the original Server0 process.  For example, we have a custom redirect in place when people logon to the Portal, but this wasn't transferred/copied to the new Server1 or Server2.  The same was true for other customizations.  Also, when looking at the structure, Server0 has approx 80,000 files and 15,000 sub-folders.  When looking at the new Server1 & Server2, they are both different in size in both files and folders in respect to each other and compared to Server0.  Shouldn't they all be the same?
    3.  A follow up to question 2.  If they aren't the same and they are supposed to be the same, can we just copy the missing files & folders from Server0 to the new Servers?
    4.  Lastly, since I did a 'Remove Server' in Configtool for Server3, it does not appear in the MMC when the J2EE engine starts.  This I expect.  But, it did not remove the directory structure for Server3.  If I try to manually delete the Server3 directory, it simply says it is in use and won't let me delete the structure.  So, is it safe to delete this structure since it isn't being used anymore?  If so, I'll stop SAP and delete the structure offline.  Do I have to do any database cleanup once I do this?  If so, can someone point me to some documentation as to what needs to cleaned up in the DB and how?
    Thanks,
    Tom

    Thanks for the info.
    Interesting though.  I open a message with SAP and posed these same questions.  Their response was similar to yours, but it opened up a whole new set of questions.  What follows is the text of that message for others to benefit from (clipped for clarity):
    SAP's response to the original set of questions posted here:
    =====================
    ....1.Number of server nodes depends upon the CPU speed.J2EE Engine
    can support upto 21 server nodes in a intance.
    If number of server nodes is big,it will slow down the startup process.
    2.When you create the "New Server"its not the dublicate server.
    Its a new server.You can not copy mising files from one server to other
    J2EE engine syncronises the server nodes in the instance.
    3.Yes.You need to manually delete the file system.Configtool deletes
    the server node from the DB....
    =====================
    To which I replied:
    =====================
    .....2. I thought when you did the initial 'Add Server' it was supposed to
    create a duplicate Server process. But, when I check the directory
    structures of the newly created Server processes, they aren't anywhere
    close to being the same as the original Server0 process. For example,
    we have a custom redirect in place when people logon to the Portal, but
    this wasn't transferred/copied to the new Server1 or Server2. The same
    was true for other customizations. Also, when looking at the structure,
    Server0 has approx 80,000 files and 15,000 sub-folders. When looking at
    the new Server1 & Server2, they are both different in size in both
    files and folders in respect to each other and compared to Server0.
    Shouldn't they all be the same?"
    You replied:
    "2.When you create the "New Server"its not the dublicate server.
    Its a new server.You can not copy mising files from one server to other
    J2EE engine syncronises the server nodes in the instance."
    But, from actual experience, it does NOT synchronize the nodes, rather
    it is a partial synchronization.
    So, are the following staements true:
    -When a new server process is added, ONLY standard SAP delivered files
    & folders are synchronized. True or False?
    -No custom files/folders are synnchronized. True or False?
    -Custom values, whether part of standard SAP deliverables or custom
    deliverables, are NOT synchronized. True or False?
    -Each server node needs to be configured independently. True or False?
    The reason I'm asking such specific questions is because of what we are
    seeing. I'll use the same example from before. We modified the
    index.html file for the Portal in Server0. When we added the new
    server nodes, this index.html file was not synchronized. Instead, the
    default index.html file was created for the new server nodes. That is
    an example at the file level. Here is an example from a configuration
    perspective. In Server0, in the Visual Admin tool, we have a TREX
    server specified in TREX service properties. When the new server nodes
    were created, this setting was NOT transferred. Therefore, TREX didn't
    work until I specifically went back into VA and added the TREX settings
    to the new server nodes. This is a major problem and opens up three
    more questions:
    1.How do we know what settings were transferred vs. those that weren't
    transferred?
    2.Also, if you can't copy missing files/folders from one server to
    another, then how are we supposed to get those files/folders into the
    new server(s)?
    3. Is there a way to do a comparison between the server nodes to see
    what settings are missing?.....
    =====================
    SAP's reply:
    =====================
    .....-When a new server process is added, ONLY standard SAP delivered files
    & folders are synchronized. True or False? TRUE
    -No custom files/folders are synnchronized. True or False? TRUE
    -Custom values, whether part of standard SAP deliverables or custom
    deliverables, are NOT synchronized. True or False? TRUE
    -Each server node needs to be configured independently. True or False?
    YES.
    If any new server node is added,J2EE Engine syncronises the information
    at the time of next restart......
    ======================
    My Reply:
    ======================
    .....1.How do we know what settings were transferred vs. those that weren't
    transferred?
    2.Also, if you can't copy missing files/folders from one server to
    another, then how are we supposed to get those files/folders into the
    new server(s)?
    3. Is there a way to do a comparison between the server nodes to see
    what settings are missing?.....
    ======================
    SAP's Reply:
    ======================
    .....1.How do we know what settings were transferred vs. those that weren't
    transferred?
    NO there is no way.
    2.Also, if you can't copy missing files/folders from one server to
    another, then how are we supposed to get those files/folders into the
    new server(s)?
    You need to deploy the appliactions again on the new server.
    3. Is there a way to do a comparison between the server nodes to see
    what settings are missing?
    No there is no way......
    ======================
    So, although I really didn't have the answers I was looking for, I confirmed the message.  It seems ludicrous to me that there is no way of doing a comparison or manual synch between two server nodes.  Also, I can't believe you have to configure each node independently let alone when you do a deployment you now have to deploy to each server individually, of which I haven't found any docs explaining how to do that.  So if someone here has a suggestion I'd appreciate it.  Although at this point, given the fact the server nodes are so out of synch as to make them almost unusable, we might just delete them all and go back to one node, although I don't want to have to do that.
    Thanks,
    Tom

  • CAS server deployment -- Additional Primary server deployment with same site code

    Hi,
    I have an primary site server deployed at one of the location on windows server 2008 R2 with SCCM 2012 R2.
    I need  to have an additional primary server at same site with OS of windows server 2012 R2 with SCCM 2012 R2.
    I would need help in how to achieve this.
    If I deploy this will my all endpoints will get an information of new Primary server at same site.
    Regards,
    Deepak Sharma

    To add-on, based on the title of the post, do I understand it correctly that you want to deploy that second primary site in the same hierarchy with the same site code as an existing primary site? If so, that's a huge no-go. Never use the same site code
    twice in the same hierarchy...
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Portal server deployment best practices

    anyone out there knows what is the right way to deply portal server into production environment instead of manually copying all the folders and run the nessarily commands? Is there a better way to deploy portal server? Any best practices that i should follow for deploying portal server?

    From the above what I understood is you would like to transfer your existing portal server configuration to the new one. I don't think there is an easy method to do it.
    One way You can do is by taking the "ldif " back up from the existing portal server.
    For that first you have to install the portal server in the new box and then take back up of existing portal server using
    # /opt/netscape/directory4/slapd-<host>/ldif2db /tmp/profile.ldif
    edit the "/tmp/profile.ldif " file and modify <hostname> and <Domain name> with the new system values.
    copy this file to the new server using
    # /opt/netscape/directory4/slapd-<host>/ldif2db -i /tmp/backdb.ldif
    and also copy the file "slapd.user_at.conf " under /opt/netscape/directory4/slapd-<hostname>/config to the new system.
    Restarting the server makes you to access the portal server with the confguration of the old one.

Maybe you are looking for

  • I only recently upgraded from iOS5 to iOS6 and now my apps are crashing constantly and my email won't load

    I had put off upgrading my iPhone 4 to the iOS6 and only gave in to it about a week ago when I thought that the trouble I was having with a select few apps was because of my outdated operating system. Now, I'm regretting it terribly and would either

  • Install OS X Lion on new hard drive without a physical copy/install disc

    Hi, i´ve just upgraded my new macbook pro with a bigger harddrive. While I don't own (didn recieve) a physical copy of OS X Lion, i can't (respectivily don't know how to) install the operation software on the new HD. Is there a way to install OS X Li

  • IMac and WRT54G v.6

    I have a iMac G5, OS 10.4.8, do I need to download the firmware for the WRT54G v.6 router? Thanks, lcpjeep

  • Corrupted sales order

    Hi Expert,    I have a sales order created by VA01, but some how there is a schedule line with no sales order item (really don't know how to produce this error...). i.e. we have sales order item 00010, 00020, 00040, but with schedule line 00010 001,

  • SPA 122 remove restricted access domains

    Hello My spa 122 has a customization profile active and i want to remove it. But i don't know how to do it. Firmeware Update, Factory reset, disabling provisioning don't help. I tried to create a sample config file with the Cisco Profile Compiler but