Linking simpserv on AIX xlC Compiler: input file BS-830086.c not found

Hello Tuxedo Experts,
I am trying to link (compiled successfully) the simpserv taken from Tuxedo samples and getting the following error:
==============================
/usr/vacpp/bin/xlC: 1501-228 (W) input file BS-830086.c not found
==============================
Please note, I am not using the usual command (buildserver -o simpserv -f simpserv.c -s TOUPPER) as it implicitly tries to use cc compiler. I am on AIX 6.1 and have to use xlC compiler. I used the command that ran behind buildserver command, that is:
/usr/vacpp/bin/xlC -brtl -qstaticinline -qrtti=all -I$TUXDIR/include -o simpserv BS-830086.c -L${TUXDIR}/lib simpserv.c -brtl -qstaticinline -ltux -lbuft -lfml -lfml32 -lengine -lpthread
Would you please help me in resolving this error.
Thanks & Regards,
Ahsan Asghar

Hi Ahsan,
If you check the documentation for the buildserver command (as well as one of my posts) you'll see that you can define the CC environment variable to point to whatever C compiler you want buildserver to use. So in your case you should do:
export CC=/usr/vacpp/bin/xlC
before trying to use buildserver and then it should use the xlC compiler.
Regards,
Todd Little
Oracle Tuxedo Chief Architect

Similar Messages

  • Microsoft.WebApplication.targets 182 5 error MSB3030 Could not copy the file because it was not found

    We use Visual Studio Online and the integrated continuous integration (build server) from Microsoft. We have a solution that contains multiple projects two of which are latest MVC projects. I updated a bunch of our Nuget packages yesterday and now we are
    getting a build error one of our MVC projects. Any help is greatly appreciated as I have exhausted my resources trying to understand why the error is occurring!
    We use nuget for our external libraries, the solution and projects and set to use Nuget Restore (no packages persisted in TFS).
    We updated Angular to the latest version using Nuget updates inside of visual studio. Here an excerpt from packages.config in the project file. The first block is what was found in the packages.config before the update and the second block is after the
    update.
    <package id="Angular.UI.Bootstrap" version="0.11.0" targetFramework="net451" />
    <package id="angularjs" version="1.2.23" targetFramework="net451" />
    <package id="Angular.UI.Bootstrap" version="0.12.0" targetFramework="net451" />
    <package id="angularjs" version="1.3.8" targetFramework="net451" />
    After I noticed the build error I scheduled another build with Diagnostic level logging turned on, here is the excerpt from the build highlighting the errors
    Task "Copy" (TaskId:395)
    16:42:43.027 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-animate.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.031 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-animate.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    Creating directory "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts". (TaskId:395)
    Copying file from "Scripts\angular-aria.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-aria.js". (TaskId:395)
    Copying file from "Scripts\angular-aria.min.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-aria.min.js". (TaskId:395)
    16:42:43.033 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-cookies.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.033 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-cookies.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.034 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-csp.css" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.034 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-loader.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.034 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-loader.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    Copying file from "Scripts\angular-messages.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-messages.js". (TaskId:395)
    Copying file from "Scripts\angular-messages.min.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\angular-messages.min.js". (TaskId:395)
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-mocks.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-resource.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-resource.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-route.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-route.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-sanitize.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-sanitize.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-scenario.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.036 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-touch.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.037 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular-touch.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.037 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    16:42:43.037 3>C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(182,5): error MSB3030: Could not copy the file "Scripts\angular.min.js" because it was not found. [C:\a\src\Sparco.Cms.Web\Sparco.Cms.Web.csproj]
    Copying file from "Scripts\bootstrap-select.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\bootstrap-select.js". (TaskId:395)
    Copying file from "Scripts\bootstrap-select.min.js" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\bootstrap-select.min.js". (TaskId:395)
    Copying file from "Scripts\bootstrap-select.js.map" to "C:\a\bin\_PublishedWebsites\Sparco.Cms.Web\Scripts\bootstrap-select.js.map". (TaskId:395)
    I looked at the change log of my check-in and noticed that the errors occur for Angular script references that were updated. New angular references (adds in the TFS changeset) are being copied without errors. Example: angular-animate.js was edited
    in the Angular update in TFS but angular-aria.js is a new file in the package so new file in TFS. 
    Using Source Control Explorer I verified the location of the files, the new and the existing files from the Angular nuget package can all be found in the Scripts folder of the MVC project. I can also view the content of each file file without issue.
    The references in the project file (csproj) are all consistent too, I can't see any differences between the files that cause failure and those that do not. The following block is a direct copy/paste from the csproj file
    <Content Include="Scripts\angular-animate.js" />
    <Content Include="Scripts\angular-animate.min.js" />
    <Content Include="Scripts\angular-aria.js" />
    <Content Include="Scripts\angular-aria.min.js" />
    <Content Include="Scripts\angular-cookies.js" />
    <Content Include="Scripts\angular-cookies.min.js" />
    <Content Include="Scripts\angular-csp.css" />
    <Content Include="Scripts\angular-loader.js" />
    <Content Include="Scripts\angular-loader.min.js" />
    <Content Include="Scripts\angular-messages.js" />
    <Content Include="Scripts\angular-messages.min.js" />
    <Content Include="Scripts\angular-mocks.js" />
    <Content Include="Scripts\angular-resource.js" />
    <Content Include="Scripts\angular-resource.min.js" />
    <Content Include="Scripts\angular-route.js" />
    <Content Include="Scripts\angular-route.min.js" />
    <Content Include="Scripts\angular-sanitize.js" />
    <Content Include="Scripts\angular-sanitize.min.js" />
    <Content Include="Scripts\angular-scenario.js" />
    <Content Include="Scripts\angular-touch.js" />
    <Content Include="Scripts\angular-touch.min.js" />
    Is there anything I forgot to mention that would help me figure out what is going on?
    What else can I try with the exception of rolling back the changeset and re-adding the nuget package?
    Thank you very much in advance!
    -Igor
    -Igor

    Hi Igor,
    For your situation, make sure you checked in your source files after updating Angular. You can also check the whether the foders for the Angular reference are under source control in source settings tab of your build definition.
    You can also build locally using MSBuild to see if the building works fine. We have to make sure local build succeed before VSO build since TFS build use MSBuild as its default compiler. Check the links below to see if they are helpful:
    https://social.msdn.microsoft.com/Forums/en-US/f43ceb9e-f253-46e3-a496-05f8cd77f634/msb3030-could-not-copy-the-file-because-it-was-not-found-error?forum=winappswithcsharp
    https://social.msdn.microsoft.com/Forums/en-US/01a29ce7-da2a-40af-9dce-3db1f8998cc2/could-not-copy-the-file-consoleappnameexemanifest-because-it-was-not-found?forum=TFService
    Best regards, 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Audio file "Recording#01.aif" not found.

    I recorded some guitar into garage band and then copied it into a new document and deleted the tracks from he original one. Now when I open the garage band file with the copied guitar tracks, it displays a message saying "Audio file “Recording#01.aif” not found."
    Is there a way to find these sound files again, so that I can hear and edit them again?
    Any help would be appreciated.
    Thanks,
    Steve

    steve_sjbc wrote:
    copied it into a new document and deleted the tracks from he original one.
    http://www.bulletsandbones.com/GB/GBFAQ.html#saveasarchive
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    Is there a way to find these sound files again
    if you saved the original file, i'm afraid they are gone for good.

  • Syncing files constantly issue & page not found when trying to access a file on web

    Can anyone assist with syncing issue. Syncing runs all day and new files are not syncing. I can see the files in web browser (not in desktop APP) however when I try to access the files I get page not found.
    I went into archive (after reading all the forums I coudl find) and I think there are a couple of damaged files as when I tried to delete them I received an encountered 'error' and could not permanently delete.
    I need assistance to get my syncing fixed, and page not found fixed.
    Help!
    Thanks@

    There can be a number of causes for not being able to access file form web browser.  One, you might be writing to wrong directory.  Two, you might not have sufficient privileges to either write to directory or overwrite files already in that directory.  From your description, it's the latter of the two, so you need to get a hold of creative cloud support and get file/folder permissions fixed.  Good luck.

  • "Audio File "Recording#27.aif" not found" Error Message- Please HELP!

    Hi Everyone-
    I was opening a podcast today to finish editing it and I got this error message, "Audio File "Recording#27.aif" Not Found" - and, naturally, when I opened the project, half of a phone interview was missing (or, rather, it shows up as purple balloons but each one says "File Not Found" inside). This file is the audio from the interviewer (the interviewee file is totally fine, as are all others in the podcast). When I load the project it asks if I want to search for this missing file, but when I click yes it says that it can't be found.
    How can I find this file? What happened to it? Thank you for any ideas, suggestions, etc. For reference, I'm using GarageBand 3.0.4 on a MacBook Intel Core Duo 2Ghz and Mac OS X 10.4.11

    no, GB wouldn't delete anything on it's own. it only deletes files for which you've deleted the entire region from the timeline and then saved
    if the file is not within the projects, i'm afraid it's gone, and i can't think of any way that could happen by itself B-(>
    Well i guess I should warn others that copying and pasting is very dangerous stuff! I had two podcasts- in podcast #1 GB saved the interview file as "Recording#27.aif" and in podcast #2 GB saved a little intro clip under the same name. When I pasted the intro clip from podcast #2 into podcast #1 my interview disappeared. I didn't delete it- I was never asked about it, I didn't delete the region from the timeline, etc. I have to assume that since they had the same name, GB thought I no longer needed the "Recording#27" from podcast #1 and now I can't find it anywhere! If anyone has any suggestions as to how I could find this file I would be very appreciative.

  • I just recently upgraded to the new itunes and getting this, ADAdPolicyEngine_DidEnterStation, could not be located in the dynamic link library C:|programsFiles(x86|itunes.dll, itunes.exe Entry point not found itunes Error 7 windows 127

    I just recently upgraded to the new itunes and getting this, ADAdPolicyEngine_DidEnterStation, could not be located in the dynamic link library C:|programsFiles(x86|itunes.dll, itunes.exe Entry point not found itunes Error 7 windows errors127

    See iTunes launch errors caused by iAdCore.dll.
    Review the rest of the user tip if required.
    tt2

  • Audio file 'recording#10.aif' not found (message)

    When I try to open any garageband files that contain real instrument recordings(purple recordings) I recieve a message saying "Audio file 'recording#10.aif' not found, or any other recording number... When the computer prompts me to search i tell it to, and then it comes up with the message "16 invalid region(s) changed!"
    I have found the original recordings in the finder and have tryed putting them in the garage band folder...
    Is the problem that the recording files have maybe changed location in the finder? If so, where does garageband send the files after they are recorded so that I can return them to there original locations?
    Thanks a lot guys.

    I once spent three days (long days) trying to track down and beat an "invalid region" problem, I finally had to admit defeat, nothing I tried could solve it.
    where does garageband send the files after they are recorded
    They are stored within the project you create. There are no scratch files.
    ~~HangTime [Will Compute for Food] B-(>

  • Compilation process error : null/bin/javac: not found

    Hi experts,
    I am getting following error in IR.
    Compilation process error : null/bin/javac: not found
    Can anybody plaese help what is cause for this error.
    Kind Regards,
    Praveen

    Hi Praveen
    Specify the jstartup/vm/home parameter in the instance profile to be directed at the correct JAVA_HOME.
    Furthermore, act by SAP Note 718901.
    Also test ur mapping using this blog
    /people/michal.krawczyk2/blog/2005/09/16/xi-how-to-test-your-mapping-in-real-life-scenarios
    Regards,
    Prateek

  • "Unable to view this file because Acrobat was not found."

    I Downloaded Adobe Creative Suite 6.  I created an Interactive PDF Form and then tried to export the form to PDF. I get the following error.  "Unable to view this file because Acrobat was not found."
    What do i need to do to get this to work?

    In the Export dialog, try turning off the box that says View PDF after Exporting. It may be on by default.

  • Error: License File Exception (check the log file for details): ENT_PE_NODE not found in datastore

    Hi;
    i have install 2 MCS 7816 (publisher and suscriber) with call manager version 6.1, i have load the files licenses for the publisher and the phones, but when i load the file license for the suscriber in publisher server i had the error messeage :
    Error : License File Exception (check the log file for details): ENT_PE_NODE not found in datastore
    what s the solution.
    Thanks for your help

    Hello,
    I seen this issue before, all you have to do is Contact Cisco Licensing team. In order to generate new licenses for your server.
    Thanks,

  • Configuration file jdbcpds.conf is not found.

    Hi,
    My problem is: Configuration file jdbcpds.conf is not found
    When: I've this problem when I try to run a report with rwrun. The file is in the reports/conf folder. We try execute this reports at the client side.
    I think that reports doesn't find the conf files because folder's name have changed. In wich configuration files/registry/env. path i can put the access to the reports/conf folder?
    Under 10g
    Thx very much

    I've found my problem
    in ORACLE_HOME\cauprefs.ora I've to add this line
    Reports.PluggableDataSourceFactories = "oracle.reports.plugin.datasource.jdbcpds.JDBCDataSourceFactory"
    in ORACLE_HOME\reports\conf\rwbuilder.conf I've to add this line
    <pluginParam name="jdbcpds" type="file">jdbcpds.conf</pluginParam>
    that it!

  • I downloaded a GarageBand Lesson and got the following: Audio file "Centerfield_INST_v7.6.aif" not found!

    Downloaded a lesson and got this: Audio file “Centerfield_INST_v7.6.aif” not found!

    Hi Marzobancos,
    Welcome to the Apple Support Communities!
    I understand that you are running into issues downloading a lesson in GarageBand. In this situation, to begin troubleshooting, I would suggest working through the steps in the attached article. Please let me know if the issue remains after working through the steps.
    GarageBand: Re-downloading Learn to Play Artist Lessons - Apple Support
    Best regards,
    Joe

  • Audio file "Bass#14.aif" not found!

    Hey Logicians-
    I've misplaced my root audio files. I've tried using this phrase (Audio file “Bass#14.aif” not found!) and several derivatives thereof in the finder while highlighting my hard drive (complete search right?), but found nothing...same deal in time machine. Are they gone?
    When I re-opened the first project to do some mastering, I selected "search" and the audio files were found. With the other projects I was not so lucky. All I see are empty audio regions.
    Thanks-
    J

    Nothing in the "trash can." I downloaded EasyFind and scanned both my hard drive and the time machine hard drive for the first missing audio file that pops up when I try to open "Hide Your Love..." The file is "keys#12.aif" Easy find came up with about 20 keys_12.aif all referencing my old Cubase days. I did note that it only took a few seconds to search my hard drive (which includes my user profile correct?) but a good 10 minutes to search Time Machine. I've only been using this machine for about 7 months, and obviously haven't done much work, otherwise the search through the main hard drive should take longer huh? I wish I at least understood what happened. An accidental deleting is tough to believe since I did 2 versions of each song for the group, renaming each version and saving. I would have had to ignore some serious alerts to not have saved those tracks, furthermore, the audio regions exist...which came from something.
    Fortunately it was not Keith Jarrett's final concert. Unfortunately, I may need to sit through the recording.....again.
    Do unexplainable things ever happen computerwise?
    Thank you Gents-
    josh

  • How To Unravel files in project area not found

    I create 9 Premiere projects, each under a root directory (proj/p1;proj/p2;proj/p3;etc.).
    As I was working on my videos I was capturing screen shots of the video and using them on different layers.  that is, I would be in proj/p2 and I woud capture screen shots to proj/p2/assets.  The problem is that sometimes I would forget to change the capture directory and I would be in proj/p3 and I'd capture the image to proj/p2.  I did that a lot.
    So, I changed to a different computer that had a different real path to proj and now, all the images I did the "cross capture" incorrectly don't show up.  When I try to do a "reattach" the file that is showing not found, it does not actually attach it.  I have to re-add it to my project and surgically replace the new file on the time line (very painful and slow).
    Any suggestions on how to do this faster? (or am I not being clear)
    thanks

    Nope.
    The moral of the story...don't move things around.

  • Audio File "16n7aD#3.wav" not found!  error when bringing up Piano & String

    Hi All,
    I just upgraded my Logic Pro 7 to Logic Pro 8 Studio last night. I installed all audio content and Jam packs as well onto my hardrive. This morning as I was going through the different samples available on EXS24, when I tried to load the Pop Piano & Strings or another Piano with strings, I got the following:
    EXS24 instrument "Grand Piano+Strings1.exs":
    Audio file "16n7aD#3.wav" not found!
    Any one else get this error? What is going on? I installed all the DVDs so not sure why this is missing. Please advise as to what I can do to fix this.

    That's a known issue - so you're not alone. Use the Search function and you'll find hundreds of threads about this. There are fixes though so you'll get everything working
    http://discussions.apple.com/thread.jspa?messageID=6010096&#6010096
    http://discussions.apple.com/thread.jspa?messageID=5946041&#5946041
    http://discussions.apple.com/thread.jspa?messageID=6274263&#6274263
    http://discussions.apple.com/thread.jspa?messageID=6289747&#6289747

Maybe you are looking for

  • Customer Open Item Clearing F-28 / FBZ1

    Dear Friends, My query is regarding Customer Open Items Clearing using Transaction Codes F-28 / FBZ1. We are implementing SAP for Healthcare Industry with IS-H.. We are using ECC6 EHP5. Client submits insurance claims relating to patient revenue to t

  • JS CS3 How can I find -and delete- anchored empty images frames

    I have a script that works fine with text, I need the same function, but find and remove anchored empty image frames thx var myDoc = app.activeDocument for(var myCounter = myDoc.textFrames.length-1; myCounter>=0; myCounter--) var myFrames = myDoc.tex

  • How to buy books and music in Israel?

    I can not find anything on ipad or iphone

  • Once i set classpath to servlet-api.jar, it doesnt Instantiate DbBean.

    I am using notepad editor. I am trying to instantiate a DbBean class inside the servlet's init() method. once i set (C:\Program Files\Apache Software Foundation\Tomcat 5.0\common\lib\servlet-api.jar) this path to compile the Controller servlet. C:\Pr

  • Metro Ethernet newbie needs help

    Need to configure new 15 site Metro Ethernet network with this physical topology: x=x=x=x=x=x=x=x |oooooooooooooo| X====X-X==x==X |oooooooooooooo| x======x======x x=7604, X=7606 = 2x 10Gb Ethernet - 2x 1Gb Ethernet This network will provide metro eth