N Series Deployment Question

We've recently purchased 3 N3000 series switches to replace our existing and aging Adtran switches.
I've configured them following the guides and the VOIP LLDP config guide. We have mitel phones with PCs connecting into them. I set up the stack initially in my office and plugged the port into an adtran that isn't setting the phones in the correct vlan. With the LLDP config the phone found the correct vlan and the laptop plugged into the phone found its correct vlan.
I unplugged the cable from the adtran switch and gave the data vlan the same IP as the current layer 3 Adtran and began planning the cutover however I ran into an issue and I need some guidance.
I can plug two laptops into the stack and they both pull IPs 2.61 and 2.62  and they can ping the vlan IP 2.11 and the voice vlan  IP 3.1 but they cannot ping eachother? Is that normal behavior or am I missing something?

Hi,
They should be able to ping each other, but it could be something in the OS blocking ping. If they can ping the vlan and access the resources they are supposed to there shouldn’t be an issue.

Similar Messages

  • I have a new IMAC 5k running Yosemite and when I log in I am asked a whole series of questions as to what keychain can access. How can I authorise all of these to be available upon login? Items concerned are such as "Talagent", "Messages agent" etc

    I have a new IMAC 5k running Yosemite and when I log in I am asked a whole series of questions as to what keychain can access. How can I authorise all of these to be available upon login? Items concerned are such as "Talagent", "Messages agent" etc

    Back up all data before proceeding.
    Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Select the login keychain from the list on the left side of the Keychain Access window. If your default keychain has a different name, select that.
    If the lock icon in the top left corner of the window shows that the keychain is locked, click to unlock it. You'll be prompted for the keychain password, which is the same as your login password, unless you've changed it.
    Right-click or control-click the login entry in the list. From the menu that pops up, select
              Change Settings for Keychain "login"
    In the sheet that opens, uncheck both boxes, if not already unchecked.
    From the menu bar, select
              Keychain Access ▹ Preferences... ▹ First Aid
    There are four checkboxes in the window that opens. Check all of them. if they're not already checked. Close the window.
    Select
              Keychain Access ▹ Keychain First Aid
    from the menu bar and repair the keychain. Quit Keychain Access.
    If you use iCloud Keychain, open the iCloud preference pane and uncheck the Keychain box. You'll be prompted to delete the local iCloud keychain. Confirm. Then re-check the box. Follow one of the procedures described in this support article to set up iCloud Keychain on an additional device.

  • WLC 5508 and LightWeight APs Deployment question

    Hi There,
    Can you please wit the following question in regards to the deployment of a new WLC and new LAPs,
    I have configured and connected a 5508 WLC and 3500 series LAP.
    LAG is enabled in the WLC and successfully connected to the neighboring switch (using etherchannel) and to the network.
    The port-channel port is set to trunk mode obviously and certain vlan ids are currently allowed (3-5)
    The management interface has this IP address 192.168.5.250/24
    I created a WLAN with WLAN ID 3, Interface set to Management and say SSID test1
    I have connected a new LAP to the network, which switchport interface is set to access mode and assigned with vlan id 3. The LAP is able to join the WLC successfully with an IP address, such as, 192.168.3.100 (assigned via DHCP).
    When I try connecting a mobile client to the wireless LAN, it can successfully detect and connect to the WLAN, created in the WLC (test1) however it gets an IP address by DHCP, in the 192.168.5.0/24 network, which is the IP range of the management interface's IP address.
    What can I do to get the clients connecting on network 192.168.3.0/24? I thought this would be the case since I allocated the WLAN Id of 3 in the WLAN test1 configuration and since the LAP switchport is set to access mode with vlan ID 3.
    Cheers,
    egua5261

    Hi,
    The WLAN ID has no effect with the VLAN ID. WLAN ID is just an identifier for the WLAN.
    you said "Interface set to Management and say SSID test1" and here is your issue.
    You set the interface of the WLAN to the management. So, the WLAN will be mapped to the VLAN to which the management interface is mapped to.
    What you need to do is to create a dynamic interface with ip range in 192.168.3.0/24 and provide VLAN ID for that interface and assign your WLAN to this new interface. This way your clients will get an IP from this specified range.
    HTH
    Amjad

  • JNDI resources and Servlets � deployment question.

    Use of JSTL and Realms implies use of JNDI for accessing to DataSource by its string name. I can set up JNDI resources for a web-application using web.xml or/and context.xml. But web.xml is inside a WAR file. So it is impossible to deploy an application using single WAR file since web.xml must be edited first, and that requires of exploding WAR archive.
    The question is: is there some common practice how to make web applications configurable (database URI, etc) without editing of web.xml? Does it make sense to store settings using Preferences API and to declare JNDI resource within ContextListener class?

    Tomcat 5.5 uses a different format for data source configuration. You're using the Tomcat 4.x and 5.0 series configuration format. Downgrade Tomcat, or use the appropriate config:
    http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html
    You'll want something like this:
    <Resource
       name="jdbc/HDCD"
       auth="Container"
       type="javax.sql.DataSource"
       username="miladmin"
       password="authorize"
       etc...
    />

  • 11.1.2 Deployment question!

    We are using ADF 11.1.1.4 with Webcenter and SOA components but not extensively. We would like to upgrade to 11.1.2 and got little confused after reading note given below.
    "Important Note - This version of JDeveloper doesn't include the SOA and WebCenter pieces - to use these components you'll need to download Oracle JDeveloper 11.1.1.5.0"
    My question is can the code developed using 11.1.2 Jdeveloper be deployed on 11.1.1.4 WLS? If that's the case we are thinking to develop SOA and Webcenter application using 11.1.1.4 and ADF using 11.1.2 and both deployed on 1.1.1.4 WLS!!!!
    Is there any other option for installation like this!!!

    code developed in 11.1.2 will be deployed 10 10.3.5 with sherman patch and adf runtime..
    chk this
    http://tompeez.wordpress.com/2011/06/29/follow-up-upgrading-wls-10-3-5-with-adf-runtime-11-1-2-0-0-sherman-patch/
    you cannot deploy code developer in 11.1.2 to 11.1.1.4 wls.. not possible..

  • [JS][CS3] Script deployment question

    Hi everyone,
    I am currently writing scripts in a corporate environment (~30 users), and I'm contemplating the easiest and most efficient way of deploying the scripts. We have a couple of scripts already with the users that are located locally on their machines. As time goes on we'll be writing more and more scripts and updating the existing ones as necessary.
    My current inclination is to stop saving the files locally on the individual machines and instead put a shortcut to a shared server folder in the scripts folder instead. In my testing it seems to work fine without any significant delay, and it automatically populates all of the files in linked folder. I basically want to be able to make sure that users are always launching the most up-to-date code and that any future scripts can be easily deployed without me walking around to everyone's desk (or worse, e-mailing instructions and hoping for the best).
    Are there any downsides/performance issues to this approach? It's a strictly desktop environment, so I don't have to worry about laptop users who are not connected to the network. Is there an alternate way that would be smoother?
    Thanks!

    We've tried it both ways. On our 12 InCopy machines (OSX), we have a symbolic link from /Applications/Adobe InCopy CS5/Scripts/Scripts Panel/ to a shared folder. This works great as long as our file server doesn't go down, and all sorts of other things would break horribly. And the User scripts folder is still available for any machine-specific customizations.
    For our 4 InDesign machines, we decided that was a little too much risk. So instead we have a script, copyScripts.jsx, that just copies scripts from the file server to the Application scripts folder. So everytime there is a change, we go around to those 4 machines and run copyScripts. This works OK.
    It's a little bit of a pain but it also insulates us a bit from bugs, and it means that whoever is using InDesign can decide to not update the scripts if they are in the middle of something critical. They can choose to defer taking the script updates.
    I think if we had to do it over, we probably wouldn't bother with the copyScripts mechanism. The centralized shared folder works pretty well. But it's not so annoying that we've gotten rid of it. And for 4 machines, it's not a huge burden.
    Also, there are some questions of development. If it's convenient to do development in the ESTK, having the shared folder means you cannot just rightclick in the Scripts panel and choose Edit Script. Or if you do, then any changes you save as you are developing the script are instantly available to everyone, potentially breaking their work if there are problems, or if there is debugging output ,etc., etc. So you need to make sure you do a development in a different place. Just something to keep in mind.

  • Split Directory Packaging and Deployment Question

    Hello Rob Woollen and All,
    I have a question about packaging and deployment with the "split directory structure"
    in WebLogic Server 8.1.
    Specifically, how does one go about deciding which classes to put in myEnterpriseApp/myWebApp/WEB-INF/classes,
    versus myEnterpriseApp/myEjbModule, versus myEnterpriseApp/APP-INF/classes?
    I think the answer to the first part is easy enough: if there are classes depended
    on by, say, the servlets in a web app, but not depended on anywhere else in the
    enterprise app, then those classes should go in WEB-INF/classes.
    It's the other part of the question that gives me trouble. I use local interfaces
    on my session beans. Let's say I have a domain object class returned from a session
    bean method and depended on by the web app. If I put that domain object class
    under myEnterpriseApp/myEjbModule, then the web app can see it by virtue of the
    classloader arrangement.
    But the wlcompile Ant target supposedly compiles stuff to build/APP-INF/classes.
    What stuff? How does it decide? I haven't experimented and empirically observed
    yet, but I couldn't find the answer in the documentation and tutorials. Is it
    looking for java source files under src/myEnterpriseApp but not under myWebApp
    or myEjbModule? In general, does BEA have any recommendations in this area?
    Thanks,
    Randy

    "Randy Stafford" <[email protected]> wrote in message
    news:[email protected]...
    >
    Hi Mark,
    Thanks for the reply. I don't have 8.1 installed yet, so I can'tempirically
    observe the example's behavior. But I downloaded the example andinspected the
    code. It answers some, but not all, of my questions.Where to start.
    In 8.1 we have made optimizations to J2EE packaging. Mostly this is about
    not having to use manifest classpath's to do sharing of of common classes.
    MF Cp's are a pain to configure. You put your classes in one location in
    the ear and then EVERY module has to have a MF CP entry pointing to that
    location, and then you actually have N number of classes loaded per module.
    The mechanism to share classes across all modules is APP-INF/lib and
    APP-INF/classes. The benefit is that APP-INF is shared across all modules.
    So to your question below you could just put it in the EJB module, BUT if
    you have mutliple EJBs that you split into seperate modules your back tot
    the same issue. So APP-INF is just the simplist solution over-all.
    Split-dir is a specified way to lay out disk your src files
    Split-dir
    From code inspection, it looks like the JSP and EJB (therefore the web appmodule
    and EJB module) both depend on the AppUtils class, which is not inAPP-INF, but
    rather in a directory under the enterprise app directory that does notrepresent
    a web app module or EJB module. In the build file's compile target, is itthe
    wlcompile task invocation that causes compilation of AppUtils.java? Or isit
    the ant task invocation (with "build.appStartup" as the value of thetarget attribute)
    that causes compilation of AppUtils.java due to the dependency ofApplicationStartup
    on AppUtils? And what subdirectory of the build directory doesAppUtils.class
    end up in?
    Why not just put AppUtils.java in the EJB module? Both dependent moduleswould
    still be able to see it by virtue of the classloader arrangement. Doesputting
    it in outside of all dependent modules represent a convention that BEArecommends?
    >
    Finally, why not put applicationresource.properties in the same place asits user
    AppUtils.java?
    Thanks,
    Randy
    "Mark Griffith" <[email protected]> wrote:
    Randy:
    (Rob may post later, but here is my take)
    "Randy Stafford" <[email protected]> wrote in message
    news:[email protected]...
    Hello Rob Woollen and All,
    I have a question about packaging and deployment with the "split
    directory
    structure"
    in WebLogic Server 8.1.
    Specifically, how does one go about deciding which classes to put inmyEnterpriseApp/myWebApp/WEB-INF/classes,
    versus myEnterpriseApp/myEjbModule, versusmyEnterpriseApp/APP-INF/classes?
    I think the answer to the first part is easy enough: if there are
    classes
    depended
    on by, say, the servlets in a web app, but not depended on anywhereelse
    in the
    enterprise app, then those classes should go in WEB-INF/classes.
    It's the other part of the question that gives me trouble. I use localinterfaces
    on my session beans. Let's say I have a domain object class returnedfrom
    a session
    bean method and depended on by the web app. If I put that domain
    object
    class
    under myEnterpriseApp/myEjbModule, then the web app can see it by
    virtue
    of the
    classloader arrangement.
    But the wlcompile Ant target supposedly compiles stuff tobuild/APP-INF/classes.
    What stuff? How does it decide?wlcompile has a module factory. If a directory is claimed by a module
    factory then it is compiled by that specific module compiler. The rules
    for
    module definition follow the same J2EE formatting rules.
    So:
    /myejb/
    would be identified as a ebj module by:
    */myejb/meta-inf/ejb-jar.xml
    */myejb/myejb.ejb (EJBGen file)
    then src files (*.java) will be compiled to
    $BUILD_DIR/myejb/
    /myweb/
    would be identifid as a web module by:
    */myweb/WEB-INF/web.xml
    Also for webapps
    /myweb/WEB-INF/src/*.java
    will be compiled ot
    $BUILD_DIR/myweb/WEB-INF/classes
    We choose WEB-INF/src following the struts precedence.
    So a plain old module that has noting but .java files in it will go to
    $BUILD_DIR/APP-INF/classes
    If you have a jar of classes that you need to share across the entire
    ear,
    you would check it into your src tree at:
    $SRC_DIR/APP-INF/lib/mycommon.jar
    You can check out an example at:
    $BEA_HOME/weblogic81/samples/server/examples/src/examples/splitdir/helloWorl
    dEar
    Hope this helps.
    cheers
    mbg
    I haven't experimented and empirically observed
    yet, but I couldn't find the answer in the documentation and tutorials.Is it
    looking for java source files under src/myEnterpriseApp but not undermyWebApp
    or myEjbModule? In general, does BEA have any recommendations in thisarea?
    Thanks,
    Randy

  • 10.7 client .dmg creation for deployment questions.

    Please forgive me if this question is in the wrong forum.
    I've been doing searches online and in the 10.7 Peachpit books (client and server) and I can't seem to find the info I am looking for.
    I am trying to create a 10.7 .dmg to use on new Macs my company is going to deploy. We are not using 10.7 Server at the moment, we
    are using 10.6.8 Server. This will not be an image we are going to deploy over the network either. I know this may not be "best practices"
    but at the moment, this is the way we are going to (re)image new Macs.
    Basically, I want to create a 10.7 .dmg that does NOT contain the recovery partition. I can't seem to find a way to do this. If I am correct,
    even a "clean" install, when booted from a USB 10.7 recovery drive, will create the recovery partition, right?
    I am running 10.7 client and i have the 10.7.3 Server Admin tools.
    I apologize in advance if I am missing something glaringly obvious.
    Also, any tips on best practices for creating 10.7 client .dmgs for deployment that's any different than creating 10.6 images?
    thanks in advance.

    Using information from this site and my own scripting experience I present to you a more secure way to do it which supports munki and other deployment tools without having the password to the ODM or client in clear text on the client or on packages easeliy accessable on a http server:
    On server:
    ssh-keygen
    Save the output of ~/.ssh/id_rsa.pub to your clip board
    Then create a launchd or something so that this runs at startup
    nc -kl 1337 | xargs -n 1 -I host ssh -q -o StrictHostKeyChecking=no root@host /usr/local/bin/setupLDAP diradminpassword localadminpassword > /dev/null 2>&1
    On client:
    Create script (to use in a package as postinstall or something):
    #!/bin/bash
    # Turns on ssh
    systemsetup -f -setremotelogin On
    # Sets up passwordless login to root account from server
    echo "ssh-rsa FROM_YOUR_CLIPBOARD_A_VERYLONGOUTPUTOFCHARACTERS [email protected]" >> /var/root/.ssh/authorized_keys
    # installs setupLDAP
    mkdir -p /usr/local/bin
    cat > /usr/local/bin/setupLDAP <<'EOF'
    #!/bin/sh
    PATH=/bin:/sbin:/usr/bin:/usr/sbin
    export PATH
    computerid=`scutil --get ComputerName`; yes | dsconfigldap -vfs  -a 'server.domain.no' -n 'server' -c $computerid -u 'diradmin' -p $1 -l 'l' -q $2
    EOF
    chmod +x /usr/local/bin/setupLDAP
    End note
    That was the code, now you just add the skeleton And to clearify what this does, first we let the server connect to the client as root even though root access is "disabled" (he has no password and therefore you can't log in as root as default). Then we create a small script to setup OD binding (/usr/local/bin/setupLDAP) but this script doesn't contain the passwords. Then the client send a request to the small socket server on the server with it's hostname, then the server connects to that hostname and executes /usr/local/bin/setupLDAP with the needed passwords.

  • JSC deployment question.

    I have a situation where after my JSC created application is deployed, I need to have the ability to access PDF files that I give the user of my application the ability to select in a listbox.
    At development time, the names and locations of these PDF files (which will be stored locally on the Sun App Server) are not known, so I cannot have JSC bundle them up with the WAR. What I do instead is have my JSC app read from a database and populate a listbox with the names of the PDF files and map those to the local URL (as soon as I figure out what that will be).
    My question is this, once I deply the app, where (what directory) do I place the PDF files under assuming that I am using the bundled Sun Application Server that comes with JSC?
    Thanks!

    Actually, it might be better to read the PDF file directly from the database instead of placing it in the path somewhere and redirecting to it (more security if ever needed...no static files to browse to).
    Let me dig around for an exmple of doing this sort of thing and I'll try to apply it to a JSC project context and post my findings here.
    If anyone has done this before please let me know!
    Thanks.

  • Deployment Question and non-compliant

    Hi, I have a question about deployments and non-compliant systems. Since we updated to 2012 R2 I have had many patching deployments fail with non-compliant messages. If I bring up the deployment it shows many are installed and many are Required.
    Could anyone answer the following question?
    If for example I am deploying a IE 11 patch to Windows 7 machines that does not have IE 11 installed yet would that give the non-compliant error because it cannot install the IE11 patch? This would also apply to .Net 4 and 4.5 for example. We deploy Software
    Update Groups based on Operating Systems so every month I search for every patch non-expired and not superseded for the OS in question and then make the software update group based on that. I figured if the software update group had a patch for a product like
    IE 11 that was not installed on the device yet it just would not install it.
    Any help is appreciated.

    Hi,
    If the update isn't applicable let's say that IE11 is not installed it will not report it as non-compliant and it will not report it as required either so you should be fine in the reports.
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Nostage, stage, external_stage; deployment question ?

    Hi, I have 2 questions:
    1 )what does these nostage, stage, external_stage exactly means ?
    Iam more or less interested in knowing about "external_stage" ...???
    2) while deploying my application, i have also seen following 2 radio buttons
    to choose from:
    *Copy this Web Application module onto every target for me.
    *I will make the Web Application module accessible from the following location:
    NOw my question is: if i have 2 physical hardware machine, a CLUSTER having
    2 managed servers on each of the boxes .....and also i have selected "no_stage"
    option then, will my deployment succeeds IF i have also choosen the radio button
    to be *I will make the Web Application module accessible from the following location:
    now when i choose stage=true, then my application is physically copied to each
    individual servers' stage directory. what would happen if i have choosen "nostage"
    along with the second radio button while having 2 physical boxes in consideration
    -steve

    steve wrote:
    *I will make the Web Application module accessible from the following location:
    === no_stage;Right. no_stage says that you will handle the distribution of files.
    stage asks the admin server to do it for you.
    >
    if the above holds true and if i select any of the above 2 options in the case
    where i have 2 harware boxes .....and iam deploying an application to 2 managed
    servers where there is no admin server running,,, then would deployment succeeds
    also, I have 2 managed servers on another harware box, where there is an admin
    up and running.
    so in the case where there are only managed servers and iam selecting no_stage=true;
    would the deplyoment succeds ?
    When you deploy an application, you are contacting the admin server
    regardless of stage/nostage etc. So the admin server has to be up to do
    a deployment.
    However, the admin server does not have to be running on the same
    machine as the managed servers.
    -- Rob
    -steve
    Rob Woollen <[email protected]> wrote:
    steve wrote:
    hmm ....that is strange.
    so does it mean,
    *I will make the Web Application module accessible from the followinglocation:
    IS EQUAL TO "nostage"
    ???Yes
    iam just recalling as i have also seen a drop-down somewhere under....server
    deployment ....where basically you can set "nostage"/"stage"/"external-stage"...
    what is the co-relation between these two places ?The initial deployment of an application takes you through an assistant
    in the console that tries to use more descriptive terms than
    stage/nostage etc. However, if you look at the MBeans directly or use
    the command-line weblogic.Deployer than stage etc is what you'll see.
    It may show up elsewhere in the console as well.
    -- Rob
    -steve
    Rob Woollen <[email protected]> wrote:
    Steve wrote:
    Hi, I have 2 questions:
    1 )what does these nostage, stage, external_stage exactly means ?
    Iam more or less interested in knowing about "external_stage" ...???
    nostage says the application path is valid on all servers. This makes
    sense if you have a networked or shared filesystem. Or, if all of
    your
    machines are identical, and you want to do the distribution yourself.
    stage asks WLS to distribute the files from the admin server to the
    managed servers.
    external_stage is a variant of stage that's rarely used. basicallythe
    admin server copies the files to the managed server, but the path on
    each managed server might be different. I believe it's just relative
    to
    the server's staging directory.
    2) while deploying my application, i have also seen following 2 radiobuttons
    to choose from:
    *Copy this Web Application module onto every target for me.
    *I will make the Web Application module accessible from the followinglocation:
    That's a nice way of asking you staged or no stage.
    -- Rob
    NOw my question is: if i have 2 physical hardware machine, a CLUSTERhaving
    2 managed servers on each of the boxes .....and also i have selected"no_stage"
    option then, will my deployment succeeds IF i have also choosen theradio button
    to be *I will make the Web Application module accessible from the
    following
    location:
    now when i choose stage=true, then my application is physically copiedto each
    individual servers' stage directory. what would happen if i have choosen"nostage"
    along with the second radio button while having 2 physical boxes inconsideration
    -steve

  • Resizing User Profile Disks in Existing Server 2012 R2 RDS Deployment Question

    Once the initial maximum size is set and the VHDXs have been created in a Server 2012 R2 RDS deployment, will attempting to increase Collection's maximum UPD size by say.. issuing a Powershell command of:
    Set-RDSessionCollectionConfiguration -CollectionName MySpiffyNewCollection -MaxUserProfileDiskSizeGB 10
    over-write the existing VHDXs instead of simply increasing their size? (max size is currently 5GB)
    I'm not at a point where I can test this in a lab condition to find out, and I have not found this question asked (or at least not definitively answered) in this forum yet.
    -G

    Hi,
    Thank you for posting in Windows Server Forum.
    We can resize the UPD file with below command:
    Resize-VHD –Path c:\BaseVHDX.vhdx –SizeBytes 1TB
    After running this mount the .vhdx file and open disk manager and there will be unallocated disk, and then you can click extend disk/volume and its done.
    You can refer following article for more information.
    Resize User Profile Disks
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • Authorization, deployment  question

    Hi all,
    does somebody know whether it is possible to create a VC component that can be later used from users without authentification, just as normal web page.
    And another question is how can I choose a custom link to call a deployed VC application (as webdynpro), and not use the one, generated automatically, because it is too complex (exampe: change the link http://host:port/webdynpro/dispatcher/sap.com/test~newdc_impl/OrderForm
    to something simpler)?
    Thanks in advance,
    best regards,
    Vera Stoyanova

    Hi,
    thanks for the answer. But what I wanted was to be able to create the custom link in CE7.1 directly. Is this possible.
    Or at least is it possible to have the part of the name I have given in VC for the development component, not with this test~ prefix (the example link is in my first post)? It is always automatically generated so.
    Best Regards,
    Vera

  • Compilation/deployment question - C++

    Hi There,
    I am about to install a new server which will run my custom software - the server is on its way. It is a dual Xeon (not dual core, two single core, x64 Irwindale processors) based hardware for my home hobby project.
    I worked for about four and a half year developing for Solaris - always using corporate provided SPARC systems. Since I was very satisfied with the O/S and the dev. environment, I decided to use that for my home project as well.
    So the question finally is, if I install my hardware in a hosting center and would like to develop/build for the mentioned box, what build machine will I have to have? I would like to create a binary on the other box and then just copy for deployment. Do I need to build one more dual Xeon box or can I use a desktop PC for that? I understand that using Java would be probably easier in this particular case but I am a C++ developer for quite some years and probably it would take more time to llearn how to write decent java software than resolving this issue. Probably...
    Thanks :)

    Sun Studio doesn't have cross-compilation, but if your desktop PC and the server have identical configuration (same OS, same patch levels) or server has later versions of OS/patches, you should be able to compile on PC and then copy binaries to the server.

  • Service Unit Deployment Question

    When a Service Unit is first deployed to component A the life cycle calls to the service unit manager are:
    deploy
    init
    start
    My question is when component A is re-installed what are the life cycle calls to re-install the service unit? In other words is the service unit re-deployed with the new instance of component A by:
    deploy
    init
    start
    Or is it already considered deployed and just shutdown and re-started once the new version of this component is brought up (by init and start)?

    Currently, before you can uninstall a component, all service units deployed to that component must be undeployed. This can be achieved only by undeploying all Service Assemblies which have service units deployed to that component.
    Subsequently, after you install the new component, you must re-deploy those Service Assemblies.
    There are already plans underway to provide for "upgrading" a component, which would eliminate the need to undeploy and re-deploy the Service Assemblies.

Maybe you are looking for

  • Qwerky MacBook Pro - LEMON?

    I'm a first-time Mac user, and so I am still learning, but I have had difficulty with my Mac since I go tit. +*Has anyone experienced anything like this before (below)???*+ I purchased my MacBook Pro in August 2006 (Tiger, 10.4.11, 2 GHz Intel, 1GB M

  • Using old iPhone as an iPod

    I replaced my original iPhone with the second generation Model 3G. I want to use the old one as an iPod. I have a problem with iTunes. It recognizes the old iPhone as my 3G model. How can I sync both on the same computer without getting both screwed

  • On the app store i clicked on essentials but i cant exit

    does anybody know how to exit because its driving me crazy and i cant redeem stuff on my ipod

  • Open web page in default browser

    I'm tryin to work with class URL and i want to open the default web browser with a http adresse.. How can i do that ? thank you very much

  • How to Block Facebook Website

    How to Block Facebook Website All URL I put in Access Restriction (Internet Access Policy) have been blocked, except for www.facebook.com. Is there a problem with my WRT160N? Please help. - Thanks