UCM single server connected to several portals, Webcenter

Hello

Is it possible to connect a single server instance of the Complutense University of MADRID with several instances of webcenter Portal? If Yes, then what are the things to take care problems of simultaneity avoide? No special attention that needs to be addressed when defining the connection?

Kind regards
Sanjay

You can, and I don't think you really need to do something special.

If you want to use 1-AAU for several instances of webcenter spaces, then you might need to specify the names of different applications for each webcenter spaces but if its portal just webcenter, nothing special to do.

It of course depends on your security constraints... If you want to share documents on the portals, everything is beautiful OOTB, but if you want to hide the documents of a portal to another you might configure some security groups or accounts to make sure documents cannot read form one portal to another

Published by: Yannick Ongena on March 12, 2012 11:46

Tags: Fusion Middleware

Similar Questions

  • Several Custom WebCenter Portal

    Hello

    I understand that for each Custom WebCenter Portal uses a separate scheme WEBCENTER and ACTIVITIES. But how can I create several data source to connect to different schema WEBCENTER and ACTIVITIES?

    I have found no option for configure/create CustomPortal-activities and data source JDBC CustomPortal-WebCenter component everything using the model of custom WebCenter portal to extend the WebLogic domain.

    Ref: http://www.oracle.com/technetwork/middleware/fmw4apps/jde/enterpriseonecustomportal-1605516.pdf

    Creation of Custom WebCenter managed Server before you deploy the portal WebCenter Custom Applications, you must create a WebLogic managed server. Depending on the type of application that you deploy you can choose between different templates when you create the managed server. In the section below, we will discuss about model Oracle WebCenter Custom Portal that is used to create a managed custom Portal Server and the process involved.

    If you also want to use the custom Services, you can follow similar processes and create this managed server by using the model of the process of creating server. Model "Oracle WebCenter Custom Portal" this model contains all the libraries required to deploy WebCenter Custom portal applications. Custom WebCenter portal applications are created in JDeveloper using the model 'WebCenter portal application. A model can only be applied once in a domain.

    If you want to create several custom management servers, you must clone the custom managed server existing with WLST cloneWebCenterManagedServer command. Oracle WebCenter Custom Portal server need a Billion scheme targeted for them. Several Custom Portal WebCenter applications can share the same pattern of MDS. This means that several deployed applications can use the same pattern of MDS, each with its own partition defined in MDS.

    WebCenter custom portal multiple applications cannot share the same schema WEBCENTER. This means that several deployed applications have their own scheme of WEBCENTER. So if you need to deploy multiple Custom WebCenter portal applications you need create a schema for each application using the remote control set. Then you can clone the existing using WLST cloneWebCenterManagedServer custom managed server and associate the new patterns to the cloned managed server or associate the new patterns with a custom Management Server existing. Deploying applications Custom WebCenter to managed pre-configured servers created during installation of the WebCenter or domain as Administration Server is not supported.

    Hello

    Active cluster Active both nodes also have same deployed application. When you make a configuration using Server Admin / FM control applicable to both nodes.

    Then answer to your original question is that you do not require the 2 different schema to run your application.  Heard that, when demand for a context root user for example the user will hear except the same appearance and content.

    Also I don't think that should you scheme of activity in case you want to return only content using presenter content.

    Thank you

    Amey

  • Doubt on single server multiple vs single-server instances several databases

    Hello

    Here is my banner for oracle:

    Oracle banner:

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    PL/SQL Release 11.2.0.1.0 - Production

    "CORE 11.2.0.1.0 Production."

    AMT for 64-bit Windows: Version 11.2.0.1.0 - Production

    NLSRTL Version 11.2.0.1.0 - Production

    When you use the dbca command, it creates a new database. So is it possible to have multiple databases at the same time running on the same server?

    I tried this option where I had created 2 databases A and B both running.

    He kept to launch ' ORA-12520: TNS:listener could not find a Manager is available for the type of requested server "intermittently. I have not found any useful document to solve this because of which I ended up recreate all objects in database B to the database A. Data Base A therefore has its own schemas and schemas from database B.

    Below are examples of files tnsnames.ora and listener.ora, sqlnet.ora trying this option:


    sample tnsnames.ora file.

    A =.

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = abc.com) (PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = A)

    )

    )

    B =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = abc.com) (PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = B)

    )

    )

    Listener.ora, example:

    LISTENER =

    (DESCRIPTION_LIST =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = abc.com) (PORT = 1521))

    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))

    )

    )

    ADR_BASE_LISTENER = C:\OracleDatabase

    SQL Net.ora:

    NAMES. DIRECTORY_PATH = (TNSNAMES, EZCONNECT)

    ADR_BASE = C:\OracleDatabase

    Lsnrctl status showed services for each database.

    All the world is facing this problem? Can we have multiple databases on a server with a listener running on the same computer? So my Tnsnames.ora file would have 2 strings of connections and file listener with an entry of the listener.

    Can you please share your tnsnames.ora and listener.ora files?

    Also, how to create a single database with multiple instances on the same server? Please tell me about the document that contains an example of this.

    Yes, you can have several databases (running different ORACLE_SIDs) the ORACLE_HOME even on a single server.

    I suspect that the ORA-12520 error was the result of certain constraints of resources (cpu, memory or i/o) resulting in the inability to create a new database session.

    Hemant K Collette

  • Connection of multiple instances of ColdFusion 10 to a single server Apache 2.2

    It is replicated from site "Server failure" StackOverflow. The CF community is under represented, so I post here also.  Sorry for "cross-post".

    It's on Windows 7 Home Premium edition.

    I had two instances of ColdFusion 10 (update 2): "cfusion" (the default) and "scratch."

    I had a single instance of Apache 2.2 running.

    In Apache, I've set up two virtual servers, each of which must be served by another instance of ColdFusion.

    Each CF instance serves files through an internal web server to Tomcat. Apache serves as vanilla HTML files too. If instances of CF and two virtual servers separately work OK.

    I can get wsconfig.exe to connect either of the CF instances to the Apache Server and serve files via Apache and this instance CF.

    However I don't find a way to connect the second instance of CF at Apache, so that two instances of CF are connected, each serving one of the virtual servers. WSConfig doesn't seem to understand the concept of "multiple instances of CF", and the changes it brings to the httpd.conf (via mod_jk.conf) does not seem to be implemented so as to take account of multiple instances of CF, speaking to a single instance of Apache, or several virtual servers. I will admit not being fairly confident with mod_jk (or even really httpd.conf) operation to be able to guess if I can change things to make it work.

    If I try to add the second instance of CF using WSConfig, I received a message "the web server is already configured for ColdFusion. Whatever it is... not the instance of ColdFusion - what I want to connect to. If I remove the connector in any instance is already connected, I can connect and then a no problems. Not that this helps, but it demonstrates that the CF can connect to Apache.

    All of this used to be relatively straight line fwd under older versions of CF and JRun :-(

    The docs just I found are on the page "Connect multiple Apache virtual servers on a web server to a single ColdFusion Server" (http://help.adobe.com/en_US/ColdFusion/10.0/Admin/WSc3ff6d0ea77859461172e0811cbf364104-7fd 5 html), but that precisely only addresses a single instance of CF. There is no equivalent page for several instances of CF.

    I hope a little I can move some of the config of mod_jk in my virtual host entries in httpd - vhosts.conf (that's how it used to work for JRun), but I have no idea what to put where.

    I think I covered all the necessary info here? If not, sing and I'll add more. Thank you.

    Anyone?  See you soon.

    --

    Adam

    HA, in fact, I see the question ServerFault replied back right after you asked me: connecting multiple instances of ColdFusion 10 to a single server Apache 2.2 - Server Fault

  • can we have several houses Oracle versions on single server

    can we have several houses Oracle versions on a single server in Pap and no cars?

    appreciate your answers

    thnku

    Yes

  • Cannot download files to the application of the portal WebCenter uses the workflow Document Manager

    Hi all

    I'm developing a portal WebCenter application where I am integrating the UCM content for portal using UCM content repository application.

    I have a problem when downloading documents, creation of HTML file, sending document wiki in DOCUMENT MANAGER TASKFLOW.

    with the following warning: -.


    (i) Information

    -Impossible to download the document.

    -Typical causes are that you may not, or one or more children are currently in an active workflow.

    -Please refresh to see the latest content (view > refresh content).

    I did it after the sine qua non for this process: -.

    (1) I configured the security of ADF applications.

    (2) I added users as Admin role to the application.

    (3) creating UCM repository connection successfully.

    (4) Enabled Folder_g, WebCenterConfigure in UCM11g components.

    (5) I use "contentadmin' user to connect to the repository of the AAU and session JDeveloper.

    (6) SAT same error when I use the "weblogic" user credentials


    Here is my log of the UCM server: -.


    < 3 July 2014 19:42:47 IST > < WARNING > < oracle.adf.share.ADFContext > < BEA-000000 > < automatically a DefaultContext of getCurrent initialization.

    The caller must ensure that a DefaultContext is suitable for this purpose.

    Memory leaks or unexpected behavior may occur if the automatic initialization completed successfully.

    This message can be avoided by doing initADFContext before using getCurrent().

    For more information please activate logging for oracle.adf.share.ADFContext at the HIGHEST level. >

    < 3 July 2014 19:45:57 IST > < error > < oracle.ucm.idccs > < CMU-CS-060003 > < event generated by the user "contentadmin' host 'CIS '. >

    < 3 July 2014 19:45:57 IST > < error > < oracle.ucm.idccs > < CMU-CS-000001 > < general exception

    intradoc.common.ServiceException:! csUnableToCheckIn, (null)! csSecurityGroupNotDefined

    at intradoc.server.ServiceRequestImplementor.buildServiceException(ServiceRequestImplementor.java:2173)

    at intradoc.server.Service.buildServiceException(Service.java:2402)

    at intradoc.server.Service.createServiceExceptionEx(Service.java:2396)

    at intradoc.server.Service.createServiceException(Service.java:2391)

    at intradoc.server.ServiceSecurityImplementor.determinePrivilege(ServiceSecurityImplementor.java:785)

    at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:183)

    at intradoc.server.DocumentAccessSecurity.checkSecurity(DocumentAccessSecurity.java:138)

    at intradoc.server.ServiceSecurityImplementor.checkSecurity(ServiceSecurityImplementor.java:500)

    at intradoc.server.Service.checkSecurity(Service.java:2981)

    at intradoc.server.Service.checkSecurity(Service.java:2959)

    at sun.reflect.GeneratedMethodAccessor267.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)

    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)

    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)

    at intradoc.server.Service.doCodeEx(Service.java:637)

    to webdavcomponent. WebdavHandler.checkSecurity (WebdavHandler.java:719)

    at sun.reflect.GeneratedMethodAccessor266.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)

    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)

    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)

    at intradoc.server.Service.doCodeEx(Service.java:620)

    Collections. CollectionUserHandler.checkSecurity (CollectionUserHandler.java:1454)

    at sun.reflect.GeneratedMethodAccessor265.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)

    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:324)

    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:79)

    at intradoc.server.Service.doCodeEx(Service.java:620)

    at intradoc.server.Service.doCode(Service.java:592)

    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)

    at intradoc.server.Service.doAction(Service.java:564)

    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)

    at intradoc.server.Service.doActions(Service.java:559)

    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1346)

    at intradoc.server.Service.executeSubServiceCode(Service.java:4109)

    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:1222)

    at intradoc.server.Service.executeServiceEx(Service.java:4104)

    at intradoc.server.Service.executeService(Service.java:4088)

    at intradoc.server.Service.doSubService(Service.java:3998)

    at sun.reflect.GeneratedMethodAccessor288.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:606)

    at intradoc.common.IdcMethodHolder.invokeMethod(IdcMethodHolder.java:86)

    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:310)

    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:295)

    at intradoc.server.Service.doCodeEx(Service.java:637)

    at intradoc.server.Service.doCode(Service.java:592)

    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1693)

    at intradoc.server.Service.doAction(Service.java:564)

    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1483)

    at intradoc.server.Service.doActions(Service.java:559)

    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1415)

    at intradoc.server.Service.executeActions(Service.java:545)

    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:751)

    at intradoc.server.Service.doRequest(Service.java:1974)

    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:486)

    at intradoc.server.IdcServerThread.processRequest(IdcServerThread.java:265)

    at intradoc.server.IdcServerThread.run(IdcServerThread.java:160)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    >

    Reference:

    Exception of the UCM Server Service

    Thank you

  • Unable to see the Documents tab in the admin portal Webcenter page

    Hello

    I made the installer of the AAU and created an outgoing connection to the console of the server of the University Complutense of MADRID. (Reference: Oracle ADF y WebCenter in English!: WCP 12.2.1: Installation VII (Oracle WebCenter content 12.2.1))

    After this, I restarted the entire domain, but still, we are not able to see the Documents tab in the admin portal Webcenter page.

    Can someone please on what you miss.

    I'm in the admin page and therefore not be able to see the Documents tab. When I moved to the home page, I am able to see the Documents tab.

  • Customization of Template Portal WebCenter (spaces)

    I will try to find how to solve this problem or any workaround will help achieve the following task without using 'Webcenter Portal framework'.

    I need to use Oracle Webcenter Portal (spaces) as a managed server.

    Question:

    I have more CSS and I need to be applied on the portal based on logged in user or the location that the user used to connect to the portal. How can I imeplemnt this model webcenter? I guess I have to create the parameter will get a value back bean. I don't know how to inject that bean to the portal to read the value of it in front of the loading gate.

    I need to load the CSS to the customer for each user.

    I have only a public space a unlimited of CSS files. The idea is to use Ajax o backing bean or whatever to read the value of database and set it to CSS path before loading the portal.

    I can add a blank page and set a value to this topic, but how do I send it to the portal model.

    Hello Vinaykumar2,

    Thank you for your help.

    I might be able finish it by injecting the bean in the backend for webcenter spaces.

    No simulation were as follows:

    1 create a JDeveloper application > taskflow-ADF

    2. create your managed bean that has a list of values must be returned from the database and add it to the session scope

    3. create the model.

    4. Add the empty method to the workflow as intializer.

    5. deploy the project as a custom to the webcenter Portal Portal

    6 - create the model resource catalog of common goods and add this taskflow.

    Catalogue of resources model 7 - assign to the application model

    8 - Add taskflow model and hide.

    9 award on behalf of the skin to be value #{sessionScope.manageBean.skinName}

    value of the award to 10 logo URL to be #{sessionScope.manageBean.logoURL}

    -----------------------------------

    The scenario:

    In accessing the model and the portal is trying to be responsible, it will initialize taskflow, initializer will force him to call the constructor of bean used to

    1 - get IP of the request

    2 the name this IP assignment

    3. hit the database and get logo path and name of the db skin based on the name assigned to the number 2.

    4. then the portal will load with an assigned value for managed bean.

    -----------------------------------

    Tip;

    1 - the portal tries to read the value of the skin get before initializing model so him returned the value #{sessionScope.manageBean.skinName} = null. In this case, it will use Trinity file to get the default value.

    This value will be initialized after the first refresh. So we can add the javascript code in the first template to add cookies and reload this page first to get the correct value.

    I tried and it works fine.

  • Integration of WebLogic Portal Webcenter LDAP - what's next?

    After correctly integrate my server with my Server LDAP Externa, then deployed Weblogic at my Webcenter Portal request to the specified new Weblogic domain and providing the different roles and access rights for users on the LDAP server, how can I combine this with webcenter portal so that I can connect with thean LDAP authentication?

    I tried to restart and changed a number of LDAP configurations around, but I can't just to connect with my Weblogic powers even if I can see all LDAP users in the menu of the user tab and I can successfully add each use the admin role, but I can't use an any of them to connect to a Portal Application , or the server Weblogic himself.

    Display the priority among the suppliers, do the external LDAP provider as first and defalut autheticator as a second in order

  • JMS server targeted to several groups

    Hello

    I am facing a problem with my configuration of JMS in weblogic (version 10.3.4.0). I have two clusters. Following the [practical best JMS | http://forums.oracle.com/forums/message.jspa?messageID=9455261#9455261] I created a JMS server in each server managed within the cluster. I created that one Module JMS with a subdeployment. The JMS Module is for all servers managed within the two groups, and the subdeployment caters to all JMS servers in clusters.
    The JMS module, I created a connection factory targeted the subdeployment, until then everything is ok.
    Subsequently, I try to create a uniform distributed queue (UDQ) targeted the subdeployment and WebLogic throws the following error:

    A UDD must target servers within a single cluster or a single stand-alone server, rather than Cluster ClusterA and Cluster b

    The only solution I found is to create a JMS-subdeployment Module by JMS server. Is it possible to have just a JMS Module and use it in all the server managed by several groups? or I have to put in place the same parameters (ConnectionFactories + queue quota) in each Module JMS.

    Thank you much in advance.

    See you soon,.
    Oscar

    Hello

    The error is expected because a UDD is a distributed cluster whose scope is by definition. I think you have two options:

    -Not the best practice: use two different subdeployments in module - one for each set of JMS servers in a specific cluster and configure the number of UDDs couble (with names different mbean, one set per cluster).

    -A recommended best practice: use two different modules - one for each set of JMS servers in a particular cluster, each with a subdeployment and its own set of UDDs.

    I think the best statements of practices something that you use one module per each "homogeneous group of JMS servers. A homogenous whole of JMS servers is a set of servers JMS host (A) run in the same cluster and (B) all the same destinations spread...

    Kind regards

    Tom

    Published by: falls on April 11, 2011 10:07

  • User who do I use to connect to Oracle Portal?

    Hi all.

    I'm new in the portal and like to connect to Oracle Portal. Is my Application Server 10 g (10.1.2).

    I am trying to connect using my address http://caribe:7778 / pls/Portal/Portal. On this page, I'm supposed to connect to the database. User who should I use?

    I see there are several pre created accounts linked to the Portal:

    USERNAME ACCOUNT_STATUS
    ------------------------------ ------------------------------
    GATE OPEN
    OPEN PORTAL_DEMO
    OPEN PORTAL_PUBLIC
    OPEN PORTAL_APP
    DCM OPEN

    Which user do I use? I have lessons available portals to the obe.

    Thanks in advance...!

    In Oracle Portal, users are not users of the database. They are called light users and are defined in the server of unique access code.

    You can use the Portal accounts or sleep to connect. Note that this portal is not the same as the portal user database. The password for the portal and sleep is the same as your ias_admin password.

    You can create new accounts in the application oiddas: http://:/oiddas. Replace and with the name of the server and port of your infrastructure.

  • Server connection error

    Series of photosmart HP 7520. -J' am trying to scan a document to send and keep getting the message "server connection error" despite the fact that WiFi is showing as connected. I'm not very good with technology! Can anyone help please?

    Hello Alleycat1. I understand that you have a problem scanning to e-mail, about the connection to the server. If you follow the troubleshooting in this HP document, the issue should be resolved, as it contains troubleshooting for this error message: http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay/?sp4ts.oid=4022328&spf_p.tpst=kbDocDisplay&spf_p.prp_kbDocDisplay=wsrp-navigationalState%3DdocId%253Demr_na-c02524629-11%257CdocLocale%253D%257CcalledBy%253D&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken

    If these steps do not resolve the problem, I would like that you follow these troubleshooting steps (assuming you're the App on the front panel of the printer):

    1 Select the Web Services on the Panel forward, then settings.
    2. Select "delete web services" and wait as the services to be eliminated.
    3. Once finished, you will return to the home page.
    4. Select the Web Services icon on the printer and go through the steps of installing Web Services once more.
    5. you will receive a more recent code. Later, you can use this code to add the printer to your account eprintcenter.com hpconnected.com / using this code.

    6. you can, or that you may create another email address.

    7. try a different scanning to e-mail using the app.

    Please notify me when all troubleshooting is done, and I'll continue to help you if necessary.

    Mario

  • Connection of several 6248

    Hello all!

    I have currently 2 x PC6248 which are stacked with stacking YY741 module and 2 x cables Dell F4XF - F4XF 1 m between them and that's all working well.  # See the battery port shows that xg1 and xg2 are used on both switches xg3 xg4 is both down.  It's what I expected.

    I need to add more than two switches, but they will be at a distance.  The first would be about 15 meters and the second would be between 75 and 100 meters.  Can I use cables of F4XF-F4XF that eager to 'stack' switches and if so, where can I find this length cables?  If I can do that, can I go out with just 1 cable to the remote switches?  (Yes, I know that it would be only a 12 GB of interconnection).

    If the answer above is no, then I can put 2 x gbic ports xg3/xg4 on both the existing switches and and 4 x gbic in xg1 - xg4 on new switches and connect interconnect two new switches on optical fiber LC - LC, going to this length?  (Yes, I know/xg1 xg2 are not usable in the existing stack).  If I can do it this way, what gbic would I get?  Can I use any LC - LC gbic or are there specific gbic, should I use?  And how to configure all switches?  I have several VLANs in the existing stack.  My config is attached below (if you see errors, feel free to say yes lol), it's pretty basic.  All chassis #1 ports are in use with some on chassis #2.  Currently, with only 2 switches in the battery, everything works perfectly.

    console #show run
    ! Current configuration:
    ! Description of the system "PowerConnect 6248, 3.3.13.1, VxWorks 6.5.
    ! 3.3.13.1 system software version
    ! Passage mode is configured as disabled
    !
    Configure
    database of VLAN
    VLAN 2-3, 252, 254
    VLAN 1 1 routing
    VLAN routing 2 254
    VLAN 3 3 routing
    VLAN routing 252 4
    VLAN routing 2 5
    subnet of VLAN association 192.168.0.0 255.255.255.0 1
    subnet of VLAN association 192.168.1.0 255.255.255.0 2
    subnet of VLAN association 192.168.2.0 255.255.255.0 3
    subnet of VLAN association 192.168.252.0 255.255.255.0 252
    subnet of VLAN association 192.168.254.0 255.255.255.252 254
    output
    unicast SNTP client enable
    192.168.0.2 SNTP server

    clock timezone-7 minutes 0 area "MST".
    battery
    1 2 Member
    2 2 Member
    output
    IP 192.168.254.1 255.255.255.252
    IP - lhcfun.local domain name
    8.8.8.8 IP name-server
    IP-server names 8.8.4.4
    name of the IP-server 198.105.254.17
    name-server IP 192.168.0.2
    IP routing
    IP route 0.0.0.0 0.0.0.0 192.168.1.2
    IP helper-address 192.168.0.2 dhcp
    IP helper-address 192.168.0.2 ntp
    interface vlan 1
    Routing
    the IP 192.168.0.1 255.255.255.0
    output
    interface vlan 2
    the name "Firewall."

    Routing
    IP 192.168.1.1 255.255.255.0
    output
    interface vlan 3
    name "iSCSI".
    Routing
    IP 192.168.2.1 255.255.255.0
    output
    interface vlan 252
    name of the "Ports Console"
    Routing
    IP 192.168.252.1 255.255.255.0
    IP helper-address 192.168.0.2 dhcp
    output
    interface vlan 254
    name of "management".
    Routing
    output
    level of 20b269eca6cf2aa9fb7ff4f4d0460dad user name 'admin' password encrypted 15
    spanning tree priority 0
    l2relay DHCP

    !
    interface ethernet 1/g1
    switchport access vlan 252
    output
    !
    interface ethernet 1/g2
    Auto mode channel-group 2
    output
    !
    interface ethernet 1/g3
    Auto mode channel-group 2
    output
    !
    interface ethernet 1/g4
    Auto mode channel-group 1
    output
    !
    interface ethernet 1/g5
    Auto mode channel-group 1
    output
    !

    interface ethernet 1/g6
    Auto mode channel-group 1
    output
    !
    interface ethernet 1/g7
    Auto mode channel-group 1
    output
    !
    interface ethernet 1/g8
    switchport access vlan 252
    output
    !
    interface ethernet 1/g11
    Auto mode channel-group 3
    output
    !
    interface ethernet 1/g12
    Auto mode channel-group 3
    output
    !
    interface ethernet 1/g13

    Auto mode channel-group 3
    output
    !
    interface ethernet 1/g14
    Auto mode channel-group 3
    output
    !
    interface ethernet 1/g15
    switchport access vlan 252
    output
    !
    interface ethernet 1/g18
    Auto mode channel-group 4
    output
    !
    interface ethernet 1/g19
    Auto mode channel-group 4
    output
    !
    interface ethernet 1/g20
    Auto mode channel-group 4

    output
    !
    interface ethernet 1/g21
    Auto mode channel-group 4
    output
    !
    interface ethernet 1/g22
    switchport access vlan 252
    output
    !
    interface ethernet 1/g23
    Auto mode channel-group 5
    output
    !
    interface ethernet 1/g24
    Auto mode channel-group 5
    output
    !
    interface ethernet 1/g25
    Auto mode channel-group 6
    switchport access vlan 3

    output
    !
    interface ethernet 1/g26
    Auto mode channel-group 6
    switchport access vlan 3
    output
    !
    interface ethernet 1/g27
    Auto mode channel-group 6
    switchport access vlan 3
    output
    !
    interface ethernet 1/g28
    Auto mode channel-group 6
    switchport access vlan 3
    output
    !
    interface ethernet 1/g29
    switchport access vlan 252
    output
    !

    interface ethernet 1/g32
    Auto mode channel-group 7
    output
    !
    interface ethernet 1/g33
    Auto mode channel-group 7
    output
    !
    interface ethernet 1/g34
    Auto mode channel-group 7
    output
    !
    interface ethernet 1/g35
    Auto mode channel-group 7
    output
    !
    interface ethernet 1/g36
    switchport access vlan 252
    output
    !
    interface ethernet 1/g39

    Auto mode channel-group 8
    output
    !
    interface ethernet 1/g40
    Auto mode channel-group 8
    output
    !
    interface ethernet 1/g41
    Auto mode channel-group 8
    output
    !
    interface ethernet 1/g42
    Auto mode channel-group 8
    output
    !
    interface ethernet 1/g43
    switchport access vlan 252
    output
    !
    interface ethernet 1/g44
    Auto mode channel-group 9

    output
    !
    interface ethernet 1/g45
    Auto mode channel-group 9
    output
    !
    interface ethernet 1/g46
    switchport access vlan 252
    output
    !
    interface ethernet 2/g47
    switchport access vlan 252
    output
    !
    interface ethernet 2/g48
    switchport access vlan 2
    output
    !
    interface port-channel 1
    Description "nas20".
    spanning tree portfast

    output
    !
    interface port-channel 2
    Description "nas20port22".
    spanning tree portfast
    output
    !
    interface port-channel 3
    Description "vmw16".
    spanning tree portfast
    output
    !
    interface port-channel 4
    Description "vmw18".
    spanning tree portfast
    output
    !
    interface port-channel 5
    Description "nas24".
    spanning tree portfast
    output

    !
    interface port-channel 6
    Description "nas24iscsi vlan 3.
    spanning tree portfast
    switchport access vlan 3
    output
    !
    interface port-channel 7
    Description "vmw28".
    spanning tree portfast
    output
    !
    interface port-channel 8
    Description "vmw30".
    spanning tree portfast
    output
    !
    interface port-channel 9
    Description "tsm32".
    spanning tree portfast
    output

    output

    This distance is too far for stacking. Module stacking both 10GE CX4 module can be configured for each role (Ethernet or stacking). By default, each module works according to its module ID. Change the role of a module, a reboot is necessary for the change to take effect. However, I believe that the distance for stacking cables max is about 3 meters. And the limit of CX4 cable is 15 meters.

    Other modules for the back of the switch are a 10GBase-T, part # X901C. The 10GBase-T module settle only in 2 Bay (right when viewing the back Bay). And a module SFP + 10GE, part # U691D.

    Combo on the front of the switch ports ports SFP 1 GB. Combo ports have a combined input and output of the PHY chip. Only the optical port or RJ-45 port ACR be used individually, but not at the same time. Any cable is connected will first use the port PHY.

    The fiber option that should meet your needs is a SFP - 1 G - SX transceiver. This transceiver uses the LC multimode fiber and it is good to 550 m. part # 407 - BOU

    http://Dell.to/1Rok1wO

    Here is a document that passes on the available module options.

    http://Dell.to/1OtQmfD

    With switch connections involving several VLANs, you will want to use connections in Trunk mode. For the switch connections you do not use portfast.

    # interface port-channel 1

    # switchport mode Trunk

    # switchport Trunk letter vlan add 2,3,4,5,6

    I hope this helps answer some of your questions.

  • External access to a single server Via VPN

    Hello

    I borrowed from a router (878) customers using the VPN Client, they can access what they need in their own country.

    A new requirment has developed, there is a hosted server that has IP restrictions so that only a range of internal addresses can be accessed.

    The question is when the VPN client is connected and it picks up an internal address, how do I allow access of an upside to a host. I had thought of split tunneling, but the connection must come from the internal lan and in this case, this does not seem that it will work. There is that a single Internet connection, there is no proxy internally I could use.

    Will this work? If Yes, what is the best way to solve this problem.

    Thank you

    I'll have to look my docs, but I'm sure that I have an example... in any case, here's some info

    Do split tunneling and enter this pool to server traffic to that

    then your outside I based source direct all traffic pool ip to ip loopback public server using the command set routing interface

    and then classify this internal closure in making ip nat inside for something of this interface will be natted / patted your ip of the interface and now your server he will recognize

    hope this helps

    split extended IP access list

    permit

    permit

    -------

    for the route map

    list of IP - vpn access scope

    ip licensing

    ip licensing

    vpn route map

    correspond to acl vpn

    set interface loopback0

    int loopback0

    IP address

    IP nat inside

    include ip pool to server traffic in the nat ACL

    -------------------

    If it's difficult, please paste your config that I'll try to put it into effect

  • My style course custom portal - skin.css non-reflecting file in my portal webcenter application.


    In my portal webcenter application, I have a model to my home page. The model has a "happy" = facetName I've included a header.jsff outside the facet of content for the header section.

    I added my custom for the portal file - skin.css default style classes. Some of the custom style classes were used in the header.jsff file.

    When I deploy my portal webcenter application and custom for the header style classes does not load (even after refreshing the page).

    But if I go back to JDev and make a small change to the portal file - skin.css and save it, go back to the browser and refresh the page, then the style classes is loaded.

    One has faced such question? Please let me know if any difficulty / possible workaround.

    This seems odd. Rather than running, you can deploy the application on your integrated server wls and check once.

    Thank you

Maybe you are looking for

  • How to change the multimedia buttons on a Satellite A210-17I

    Is it possible to change which applications, multimedia keys on the top of my keyboard, open? For example, I would change the button music to open Windows Media Player to iTunes open. Thanks in advance. Dean

  • DeskJet 3050: Digitization of documents and photos with Windows 10

    Attempt to analysis of a passport and a photo to download a visa application. Remove and reinstall the driver for Deskjet 3050 on Toshiba Satellite running Windows 10 using the browser Chrome. Info. box pops up saying no found to scan. Any ideas?

  • C:\Windows\System32\igfxtray.exe windows pop up on startup.

    Whenever I boot, two popup Windows security warnings asking whether or not to run C:\Windows\System32\igfxtray.exe. It seems not important to know if I press Run or Cancel, they then disappear until the next time I start up, but it is rather annoying

  • How can I update the album art on rocket?

    I spent some time recently downloading album art, and now that I have it, I have no idea how to get it on the "rocket".  I use MediaMonkey to set tags and get art just the way I like it. But when I open Itunes and go to the album art display, its lik

  • E4200 Port forwarding

    I would like to open a couple of ports in an E4200. The only option I can find is in the game.  Can I port before a single port as 3389 to a system on the local network, and it works. The problem is that port 3389 is open on the world now since I can