How to set Domain in AIX

Hi Gurus,
Please let me know how to configure domain in AIX environment. I don't have much expertize in AIX.
Scenario is I already installed an BI with EP on AIX 5.3/ Oracle 10.2 system. Now I have to configure icm/_host_name_full(fully qualified host names). But I don't know how to configure my system in the domain .
I know it how to manage @ SAP level but not know how to configure it on OS level.
Regards
Jaswant

That's a matter of TCP/IP name resolution.
See http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.commadmn/doc/commadmndita/tcpip_naming.htm
To use an existing nameserver infrastructure with your AIX box (including to set the domain your host are in):
http://publib.boulder.ibm.com/infocenter/pseries/v5r3/topic/com.ibm.aix.commadmn/doc/commadmndita/host_nameserv_config.htm
Norbert

Similar Messages

  • How to set domain name to a site that was developed using netbeans

    I developed a website using netbeans.I want to give some DNS like site1.com to it.Where can i set that ?
    Thanks in advance

    1) You post questions in the wrong forum. (As you title says this is a Swing question).
    2) Not once in your last 10 postings have you ever bothered to reply to a posting to thank people for the help you have received.
    I seriously doubt you well ever get answers in the future.

  • How to set  password for BPEL domain

    Hi,
    I am new to SOA.
    I want to setup client-server environment for few developers.
    I installed SOA 10.1.3.3 in the server machine.
    And I created few domains in BPEL, one for each developer.
    It didn't ask me to set the password while creation of the domain.
    Please let me know how to set password for newly created domain so that each developer login to his/her own domain and manage processes.
    Thanks!!!

    Thanks for the prompt response.
    What roles should I give to my developers to allow them to manage their services in ESB control, BPEL control, WSM control.
    And I would like to know how to set the password for a BPEL domain too.
    Message was edited by:
    user644377

  • How to set the domain of a cookie in localhost environment

    in some scenario i have to set the domain of cookie on my local environment,
    how can be done?????????????
    i.e http://localhost:7001/myapp/testservlet
    how to set the cookie domain for "myapp"

    Hi
    After Some googling I could find out this for you. I think it is a bug with IE.
    http://www.webmasterworld.com/forum21/11530.htm
    The idea is to use a virutal host.
    HTH
    VJ

  • How do I set domain and range in grapher.app?

    Hey, I'm brand new to this program, and i can't figure out for the life of me how to set the domain and range of an equation.
    For example, if i had the equation y=x^2 , how would i go about setting the x values>0?
    Any quick replies are very appreciated! Its rather urgent.

    Apple's Grapher does, in fact, have this capability. It's a shame that Apple's documentation is very poor. Grapher is a wonderful application. In any case, here is how to do it:
    The general syntax is:
    y = condition(s) ? expression
    So for example, if you only wanted to graph the positive x values of x^2, you would enter:
    y = x > 0 ? x^2
    You can also have multiple conditions, separated with an ampersand (&). For example, the sinx graph from -pi to pi:
    y = x > -π & x < π ? sinx
    You can even limit the range. Example:
    y = y < 5 ? x^2
    This only shows the parabola up to the y = 5 line.
    Again, you can mix and match any set of conditions you desire with the ampersand, including limits on the domain and range within the same set of conditions. Example of x^2 only showing positive x values up to the y = 5 line:
    y = y < 5 & x > 0 ? x^2
    Hope this helps.

  • How to set up domain mail forwarding

    Greeting gurus.
    I am a BT Business Broadband custome and BT also host my domain.
    I am terminating my Boradband service next week but the domain is not for renewal until 2012.
    I have trying to find how to set  up mail forwarding for the domain.
    I would like all mail addressed to [email protected] -> [email protected]
    Replies can then be sent from the appropriate domain.
    The reason is that mydomain.com is effectively being mothballed, but I wish to ensure that any mail does not just get lost.
    I am on the support line but wanted to know if anyone can help me quicker.
    thanks.
    ps: this is my first post so be gentle with me!

    The business forums would be a better place for this.
    http://business.forums.bt.com/
    I've not hosted a domain with BT, but all the other domain registration/hosting companies I've used have a browser based control panel where these things are configured.
    You say the domain is being mothballed. You'll have to continue with the registration though, and BT claim to offer email with all domain registrations, so why not just carry on as you are ?

  • How to config domain?wl 6.0

    We have four developers which makes up one develop team. Now we
    want to develop together on one server, which is installed with
    weblogic6.0 under solaris7. We want each developer can make his
    own ejb separately on his own computer but all developers can deploy
    their components on the server. In this case we need each developer
    has separate environment on the sever. Even though I read all documents
    of WebLogic6.0 I cannot find out a way to configure a proper develop
    environment. Should I start several domains or should I start several
    servers in one domain? I noticed that there are 3 default domains
    after installing the weblogic6.0 and I can startup them concurrently
    with configuring different port. I tried to create new domains
    for each developer in the console. I copied &#8220;config.xml&#8221;,
    &#8220;startxxxDomain.sh&#8221; and &#8220;fileRealm.properties&#8221;
    to the new domain and changed the domainname in these files. But
    finally I got an error message as the following files
    config.xml:
    <!--If your domain is active, please do not edit the config.xml
    file. Any changes made to that file while the domain is active
    will not have any effect on the domain's configuration and are
    likely to be lost. If your domain is inactive, you may edit this
    file with an XML editor. If you do so, please refer to the configuration
    DTD. In general, we recommend that changes to your configuration
    file be made through the Administration Console.-->
    <Domain
    Name="wenjing"
    >
    <JTA
    Name="wenjing"
    />
    <ApplicationManager
    Name="wenjing"
    />
    <Security
    Name="wenjing"
    />
    <Server
    AdministrationPort="0"
    ListenAddress=""
    ListenPort="8001"
    Machine=""
    Name="wenjingServer"
    >
    <ServerDebug
    Name="wenjingServer"
    />
    <WebServer
    Name="wenjingServer"
    />
    <KernelDebug
    Name="wenjingServer"
    />
    <SSL
    Name="wenjingServer"
    />
    <Log
    Name="wenjingServer"
    />
    </Server>
    <Log
    Name="wenjing"
    />
    </Domain>
    fileRealm.properties:
    #Wed Feb 21 13:56:43 CST 2001
    acl.modify.weblogic.jndi.weblogic.qa=everyone
    acl.reserve.weblogic.jdbc.connectionPool.oraPool=system,everyone
    acl.list.weblogic.jndi.a2.b3=user_ulm,user_ulx,user_xlm,user_xlx
    acl.unlockuser.weblogic.passwordpolicy=Administrator
    group.VP=javajoe
    acl.reset.weblogic.jdbc.connectionPool.testpool=system
    acl.list.weblogic.jndi.weblogic=system
    acl.admin.dynapool=system
    acl.lockServer.weblogic.admin=system
    acl.list.weblogic.jndi.weblogic.ejb=system
    acl.modify.weblogic.jndi=everyone
    acl.lookup.weblogic.jndi.a1.b1=system,user_d2,user_d3
    acl.lookup.weblogic.jndi.a1.b1.c1=system,user_d3
    acl.lookup.weblogic.jndi.a2.b3=system,user_ulm,user_ulx,user_uxm,user_uxx
    acl.lookup.weblogic.jndi.weblogic.qa=everyone
    acl.write.weblogic.workspace.logintest=logintest,system,everyone
    acl.modify.weblogic.jndi.weblogic.jnditest=everyone
    acl.list.weblogic.jndi.weblogic.rmi=everyone
    acl.write.weblogic.workspace=system,everyone
    user.pool_user=0xee1ccda7b117f5aaa9c9a184daa2cf3e8c0fd3b7
    user.user_d3=0xc7c108a184c72f84885d39891958f364e72bad75
    acl.unlockServer.weblogic.admin=system
    user.user_d2=0x7af158321bbe45ad0e3b5162a51a349cfc2ab096
    user.user_d1=0xc1a38c8365bd23821c36f7fdb28a14cccf179d45
    user.javajoe=0x965d271d8f359a5c4c89ae790ec5a40c62138e21
    acl.reset.weblogic.jdbc.connectionPool.jtstestpool=system
    acl.lookup.weblogic.jndi.VISIBLE.PROTECTED=system
    acl.modify.weblogic.jndi.a1.b1=system
    group.Administrator=system,j2ee
    acl.modify.weblogic.jndi.weblogic=system
    acl.modify.weblogic.jndi.a2.b3=system,user_ulm,user_uxm,user_xlm,user_xxm
    acl.reserve.weblogic.jdbc.connectionPool.testpool=system,everyone
    acl.modify.weblogic.jndi.weblogic.ejb=system
    user.jtajtajta=0x0383f8017ad0146b105fa32ae16c6b132eff6c8f
    acl.reserve.weblogic.jdbc.connectionPool.jtstestpool=system,jtajtajta
    user.wsUser4=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.lookup.weblogic.jndi=everyone
    user.wsUser3=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.wsUser2=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.reserve.dynapool=system,pool_user
    user.wsUser1=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.wsUser0=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.modify.weblogic.jndi.weblogic.rmi=everyone
    group.Manager=javajoe
    user.user_xlx=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.read.weblogic.workspace.logintest=logintest,system,everyone
    group.Employee=j2ee
    acl.execute.weblogic.servlet=system,everyone
    acl.modify.weblogic.admin.acl=system
    acl.lookup.weblogic.jndi.weblogic.ejb=system
    acl.write.weblogic.workspace.guest=system,everyone,guest
    user.user_xlm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.modify.weblogic.jndi.a1.b1.c1=system
    acl.read.managedObject=system,guest
    user.user_ulx=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.lookup.weblogic.jndi.weblogic.rmi=everyone
    user.user_xxm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    user.logintest=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.list.weblogic.jndi.weblogic.fileSystem=everyone
    user.pool_nonuser=0xee1ccda7b117f5aaa9c9a184daa2cf3e8c0fd3b7
    user.pool_creator=0xee1ccda7b117f5aaa9c9a184daa2cf3e8c0fd3b7
    user.user_uxx=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.list.weblogic.jndi=everyone
    user.user_ulm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.read.weblogic.workspace.guest=system,everyone,guest
    acl.lookup.weblogic.jndi.weblogic.fileSystem=everyone
    user.invalidUser=0x86bea983a5a4aa62f2c6ef7f8762b5abb9c84ab3
    user.user_uxm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.modify.weblogic.jndi.VISIBLE.PROTECTED=system
    user.secuser2=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.secuser1=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.lookup.weblogic.jndi.weblogic.jnditest=everyone
    group.Administrators=system
    user.validUser=0x86bea983a5a4aa62f2c6ef7f8762b5abb9c84ab3
    user.j2ee=0xd4e2696c23a37d2e5bf74919fa6383323671b60f
    acl.receive.weblogic.event.TOP.SECRET=system
    acl.list.weblogic.jndi.VISIBLE.PROTECTED=system
    acl.reset.weblogic.jdbc.connectionPool.oraPool=system
    user.brown=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.system=0x991228123e0dda8b7483886b7d6646633e5af15e
    acl.write.managedObject=system
    acl.modify.weblogic.jndi.weblogic.fileSystem=everyone
    acl.lookup.weblogic.jndi.weblogic=everyone
    acl.read.weblogic.workspace.system=system,everyone
    acl.admin.weblogic.jdbc.connectionPoolcreate=system,pool_creator
    acl.shutdown.weblogic.admin=system
    acl.write.weblogic.workspace.system=system,everyone
    acl.reset.weblogic.jdbc.connectionPool=system
    acl.read.weblogic.workspace=system,everyone
    acl.boot.weblogic.server=system,everyone
    acl.submit.weblogic.event.TOP.SECRET=system
    startWenJing.sh:
    #!/bin/sh
    # $Id$
    # This script can be used to start WebLogic Server. This script
    ensures
    # that the server is started using the config.xml file found in
    this
    # directory and that the CLASSPATH is set correctly. This script
    contains
    # the following variables:
    # WL_HOME - The root directory of your WebLogic Server
    # installation
    # JAVA_HOME - Determines the version of Java used to start
    # WebLogic Server. This variable must point to
    the
    # root directory of a JDK installation and will
    be set
    # for you by the WebLogic Server installer.
    # See the WebLogic platform support
    # page (http://e-docs.bea.com/wls/platforms/index.html)
    # for an up-to-date list of supported JVMs on
    your platform.
    # JAVA_OPTIONS - Java command-line options for running the server.
    # jDriver for Oracle users: This script assumes that native libraries
    # required for jDriver for Oracle have been installed in the proper
    # location and that your system LD_LIBRARY_PATH variable has been
    set appropriately.
    # Also note that this script default to the oci816_8 version of
    the
    # shared libraries. If this is not the version you need, please
    adjust the
    # LD_LIBRARY_PATH variable accordingly.
    # For additional information, refer to Installing and Setting up
    WebLogic
    # Server (http://e-docs.bea.com/wls/docs60/install/index.html).
    # Set user-defined variables.
    JAVA_HOME=/home/jdk130
    WL_HOME=/home/wlserver6.0
    JAVA_OPTIONS="-ms64m -mx64m"
    # Check that script is being run from the appropriate directory
    if [ ! -f config.xml ]; then
    echo "startWeblogic.sh: must be run from the config/wenjing directory."
    1>&2
    # Check for classes
    elif [ ! -f $WL_HOME/lib/weblogic.jar ]; then
    echo "The weblogic.jar file was not found in directory $WL_HOME/lib."
    1>&2
    # Check for JDK
    elif [ ! -f $JAVA_HOME/bin/java ]; then
    echo "The JDK wasn't found in directory $JAVA_HOME." 1>&2
    else
    cd ../..
    # Grab some file descriptors.
    maxfiles=`ulimit -H -n`
    if [ ! $? -a "$maxfiles" != 1024 ]; then
    if [ "$maxfiles" = "unlimited" ]; then
    maxfiles=1025
    fi
    if [ "$maxfiles" -lt 1024 ]; then
    ulimit -n $maxfiles
    else
    ulimit -n 1024
    fi
    fi
    # Figure out how to use our shared libraries
    case `uname -s` in
    AIX)
    if [ -n "$LIBPATH" ]; then
    LIBPATH=$LIBPATH:$WL_HOME/lib/aix
    else
    LIBPATH=$WL_HOME/lib/aix
    fi
    export LIB_PATH
    echo "LIBPATH=$LIBPATH"
    HP-UX)
    if expr "`uname -r`" : "..11..." > /dev/null 2>&1; then
    hpsubdir=hpux11
    elif expr "`uname -r`" : "..10..." > /dev/null 2>&1; then
    hpsubdir=hpux10
    fi
    chmod a+x `find $WL_HOME/lib/$hpsubdir -name "*.sl" -print`
    if [ -n "$SHLIB_PATH" ]; then
    SHLIB_PATH=$SHLIB_PATH:$WL_HOME/lib/$hpsubdir
    else
    SHLIB_PATH=$WL_HOME/lib/$hpsubdir
    fi
    export SHLIB_PATH
    echo "SHLIB_PATH=$SHLIB_PATH"
    JAVA_OPTIONS="-classic $JAVA_OPTIONS"
    IRIX)
    if [ -n "$LD_LIBRARY_PATH" ]; then
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WL_HOME/lib/irix
    else
    LD_LIBRARY_PATH=$WL_HOME/lib/irix
    fi
    export LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
    LINUX)
    if [ -n "$LD_LIBRARY_PATH" ]; then
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WL_HOME/lib/linux
    else
    LD_LIBRARY_PATH=$WL_HOME/lib/linux
    fi
    export LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
    OSF1)
    if [ -n "$_RLD_LIST" ]; then
    RLDLIST=$_RLD_LIST:$WL_HOME/lib/tru64unix
    else
    RLDLIST=$WL_HOME/lib/tru64unix
    fi
    export RLDLIST
    echo "_RLD_LIST=$_RLD_LIST"
    SunOS)
    if [ -n "$LD_LIBRARY_PATH" ]; then
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WL_HOME/lib/solaris:$WL_HOME/lib/solaris/oci816_8
    else
    LD_LIBRARY_PATH=$WL_HOME/lib/solaris:$WL_HOME/lib/solaris/oci816_8
    fi
    export LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
    JAVA_OPTIONS="-hotspot $JAVA_OPTIONS"
    echo "$0: Don't know how to set the shared library path for `uname
    -s`. "
    esac
    CLASSPATH=$WL_HOME:$WL_HOME/lib/weblogic_sp.jar:$WL_HOME/lib/weblogic.jar:$WL_HOME/samples/eval/cloudscape/lib/cloudscape.jar:.
    WLS_PW=weblogic
    PATH=$WL_HOME/bin:$JAVA_HOME/jre/bin:$JAVA_HOME/bin:$PATH
    java $JAVA_OPTIONS -classpath $CLASSPATH -Dweblogic.Domain=wenjing
    -Dweblogic.Name=wenjingServer -Dbea.home=/home -Dcloudscape.system.home=/home/wlsserver6.0/samples/eval/cloudscape/data
    -Djava.security.policy==/home/wlserver6.0/lib/weblogic.policy -Dweblogic.management.password=$WLS_PW
    weblogic.Server
    cd config/wenjing
    fi
    err msg:
    LD_LIBRARY_PATH=/home/wlserver6.0/lib/solaris:/home/wlserver6.0/lib/solaris/oci816_8
    Enter password to boot weblogic server:LD_LIBRARY_PATH=/home/wlserver6.0/lib/solaris:/home/wlserver6.0/lib/solaris/oci816_8
    Starting WebLogic Server ....
    <Feb 27, 2001 11:55:17 AM CST> <Notice> <Management> <Loading configuration
    file ./config/wenjing/config.xml ...>
    <Feb 27, 2001 11:55:19 AM CST> <Info> <Logging> <Only log messages
    of severity "Error" or worse will be displayed in this window.
    This can be changed at Admin Console> wenjing> Servers> wenjingServer>
    Logging> Debugging> Stdout severity threshold>
    <Feb 27, 2001 11:55:22 AM CST> <Emergency> <Server> <Unable to
    initialize the server: 'Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user
    system denied in realm weblogic
    java.lang.SecurityException: Authentication for user system denied
    in realm weblogic
         at weblogic.security.acl.Realm.authenticate(Realm.java:209)
         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:229)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:113)
         at weblogic.security.SecurityService.initializeSuid(SecurityService.java:293)
         at weblogic.security.SecurityService.initialize(SecurityService.java:123)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
         at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.SecurityException: Authentication for
    user system denied in realm weblogic
    java.lang.SecurityException: Authentication for user system denied
    in realm weblogic
         at weblogic.security.acl.Realm.authenticate(Realm.java:209)
         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:229)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:113)
         at weblogic.security.SecurityService.initializeSuid(SecurityService.java:293)
         at weblogic.security.SecurityService.initialize(SecurityService.java:123)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
         at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception

    We have four developers which makes up one develop team. Now we
    want to develop together on one server, which is installed with
    weblogic6.0 under solaris7. We want each developer can make his
    own ejb separately on his own computer but all developers can deploy
    their components on the server. In this case we need each developer
    has separate environment on the sever. Even though I read all documents
    of WebLogic6.0 I cannot find out a way to configure a proper develop
    environment. Should I start several domains or should I start several
    servers in one domain? I noticed that there are 3 default domains
    after installing the weblogic6.0 and I can startup them concurrently
    with configuring different port. I tried to create new domains
    for each developer in the console. I copied &#8220;config.xml&#8221;,
    &#8220;startxxxDomain.sh&#8221; and &#8220;fileRealm.properties&#8221;
    to the new domain and changed the domainname in these files. But
    finally I got an error message as the following files
    config.xml:
    <!--If your domain is active, please do not edit the config.xml
    file. Any changes made to that file while the domain is active
    will not have any effect on the domain's configuration and are
    likely to be lost. If your domain is inactive, you may edit this
    file with an XML editor. If you do so, please refer to the configuration
    DTD. In general, we recommend that changes to your configuration
    file be made through the Administration Console.-->
    <Domain
    Name="wenjing"
    >
    <JTA
    Name="wenjing"
    />
    <ApplicationManager
    Name="wenjing"
    />
    <Security
    Name="wenjing"
    />
    <Server
    AdministrationPort="0"
    ListenAddress=""
    ListenPort="8001"
    Machine=""
    Name="wenjingServer"
    >
    <ServerDebug
    Name="wenjingServer"
    />
    <WebServer
    Name="wenjingServer"
    />
    <KernelDebug
    Name="wenjingServer"
    />
    <SSL
    Name="wenjingServer"
    />
    <Log
    Name="wenjingServer"
    />
    </Server>
    <Log
    Name="wenjing"
    />
    </Domain>
    fileRealm.properties:
    #Wed Feb 21 13:56:43 CST 2001
    acl.modify.weblogic.jndi.weblogic.qa=everyone
    acl.reserve.weblogic.jdbc.connectionPool.oraPool=system,everyone
    acl.list.weblogic.jndi.a2.b3=user_ulm,user_ulx,user_xlm,user_xlx
    acl.unlockuser.weblogic.passwordpolicy=Administrator
    group.VP=javajoe
    acl.reset.weblogic.jdbc.connectionPool.testpool=system
    acl.list.weblogic.jndi.weblogic=system
    acl.admin.dynapool=system
    acl.lockServer.weblogic.admin=system
    acl.list.weblogic.jndi.weblogic.ejb=system
    acl.modify.weblogic.jndi=everyone
    acl.lookup.weblogic.jndi.a1.b1=system,user_d2,user_d3
    acl.lookup.weblogic.jndi.a1.b1.c1=system,user_d3
    acl.lookup.weblogic.jndi.a2.b3=system,user_ulm,user_ulx,user_uxm,user_uxx
    acl.lookup.weblogic.jndi.weblogic.qa=everyone
    acl.write.weblogic.workspace.logintest=logintest,system,everyone
    acl.modify.weblogic.jndi.weblogic.jnditest=everyone
    acl.list.weblogic.jndi.weblogic.rmi=everyone
    acl.write.weblogic.workspace=system,everyone
    user.pool_user=0xee1ccda7b117f5aaa9c9a184daa2cf3e8c0fd3b7
    user.user_d3=0xc7c108a184c72f84885d39891958f364e72bad75
    acl.unlockServer.weblogic.admin=system
    user.user_d2=0x7af158321bbe45ad0e3b5162a51a349cfc2ab096
    user.user_d1=0xc1a38c8365bd23821c36f7fdb28a14cccf179d45
    user.javajoe=0x965d271d8f359a5c4c89ae790ec5a40c62138e21
    acl.reset.weblogic.jdbc.connectionPool.jtstestpool=system
    acl.lookup.weblogic.jndi.VISIBLE.PROTECTED=system
    acl.modify.weblogic.jndi.a1.b1=system
    group.Administrator=system,j2ee
    acl.modify.weblogic.jndi.weblogic=system
    acl.modify.weblogic.jndi.a2.b3=system,user_ulm,user_uxm,user_xlm,user_xxm
    acl.reserve.weblogic.jdbc.connectionPool.testpool=system,everyone
    acl.modify.weblogic.jndi.weblogic.ejb=system
    user.jtajtajta=0x0383f8017ad0146b105fa32ae16c6b132eff6c8f
    acl.reserve.weblogic.jdbc.connectionPool.jtstestpool=system,jtajtajta
    user.wsUser4=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.lookup.weblogic.jndi=everyone
    user.wsUser3=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.wsUser2=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.reserve.dynapool=system,pool_user
    user.wsUser1=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.wsUser0=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.modify.weblogic.jndi.weblogic.rmi=everyone
    group.Manager=javajoe
    user.user_xlx=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.read.weblogic.workspace.logintest=logintest,system,everyone
    group.Employee=j2ee
    acl.execute.weblogic.servlet=system,everyone
    acl.modify.weblogic.admin.acl=system
    acl.lookup.weblogic.jndi.weblogic.ejb=system
    acl.write.weblogic.workspace.guest=system,everyone,guest
    user.user_xlm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.modify.weblogic.jndi.a1.b1.c1=system
    acl.read.managedObject=system,guest
    user.user_ulx=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.lookup.weblogic.jndi.weblogic.rmi=everyone
    user.user_xxm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    user.logintest=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.list.weblogic.jndi.weblogic.fileSystem=everyone
    user.pool_nonuser=0xee1ccda7b117f5aaa9c9a184daa2cf3e8c0fd3b7
    user.pool_creator=0xee1ccda7b117f5aaa9c9a184daa2cf3e8c0fd3b7
    user.user_uxx=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.list.weblogic.jndi=everyone
    user.user_ulm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.read.weblogic.workspace.guest=system,everyone,guest
    acl.lookup.weblogic.jndi.weblogic.fileSystem=everyone
    user.invalidUser=0x86bea983a5a4aa62f2c6ef7f8762b5abb9c84ab3
    user.user_uxm=0x72c273dddc7233e2235e97eccfcecafe6ddebaf8
    acl.modify.weblogic.jndi.VISIBLE.PROTECTED=system
    user.secuser2=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.secuser1=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    acl.lookup.weblogic.jndi.weblogic.jnditest=everyone
    group.Administrators=system
    user.validUser=0x86bea983a5a4aa62f2c6ef7f8762b5abb9c84ab3
    user.j2ee=0xd4e2696c23a37d2e5bf74919fa6383323671b60f
    acl.receive.weblogic.event.TOP.SECRET=system
    acl.list.weblogic.jndi.VISIBLE.PROTECTED=system
    acl.reset.weblogic.jdbc.connectionPool.oraPool=system
    user.brown=0x1dddd9e6aadde8962c0a7d584584e47924fb21c1
    user.system=0x991228123e0dda8b7483886b7d6646633e5af15e
    acl.write.managedObject=system
    acl.modify.weblogic.jndi.weblogic.fileSystem=everyone
    acl.lookup.weblogic.jndi.weblogic=everyone
    acl.read.weblogic.workspace.system=system,everyone
    acl.admin.weblogic.jdbc.connectionPoolcreate=system,pool_creator
    acl.shutdown.weblogic.admin=system
    acl.write.weblogic.workspace.system=system,everyone
    acl.reset.weblogic.jdbc.connectionPool=system
    acl.read.weblogic.workspace=system,everyone
    acl.boot.weblogic.server=system,everyone
    acl.submit.weblogic.event.TOP.SECRET=system
    startWenJing.sh:
    #!/bin/sh
    # $Id$
    # This script can be used to start WebLogic Server. This script
    ensures
    # that the server is started using the config.xml file found in
    this
    # directory and that the CLASSPATH is set correctly. This script
    contains
    # the following variables:
    # WL_HOME - The root directory of your WebLogic Server
    # installation
    # JAVA_HOME - Determines the version of Java used to start
    # WebLogic Server. This variable must point to
    the
    # root directory of a JDK installation and will
    be set
    # for you by the WebLogic Server installer.
    # See the WebLogic platform support
    # page (http://e-docs.bea.com/wls/platforms/index.html)
    # for an up-to-date list of supported JVMs on
    your platform.
    # JAVA_OPTIONS - Java command-line options for running the server.
    # jDriver for Oracle users: This script assumes that native libraries
    # required for jDriver for Oracle have been installed in the proper
    # location and that your system LD_LIBRARY_PATH variable has been
    set appropriately.
    # Also note that this script default to the oci816_8 version of
    the
    # shared libraries. If this is not the version you need, please
    adjust the
    # LD_LIBRARY_PATH variable accordingly.
    # For additional information, refer to Installing and Setting up
    WebLogic
    # Server (http://e-docs.bea.com/wls/docs60/install/index.html).
    # Set user-defined variables.
    JAVA_HOME=/home/jdk130
    WL_HOME=/home/wlserver6.0
    JAVA_OPTIONS="-ms64m -mx64m"
    # Check that script is being run from the appropriate directory
    if [ ! -f config.xml ]; then
    echo "startWeblogic.sh: must be run from the config/wenjing directory."
    1>&2
    # Check for classes
    elif [ ! -f $WL_HOME/lib/weblogic.jar ]; then
    echo "The weblogic.jar file was not found in directory $WL_HOME/lib."
    1>&2
    # Check for JDK
    elif [ ! -f $JAVA_HOME/bin/java ]; then
    echo "The JDK wasn't found in directory $JAVA_HOME." 1>&2
    else
    cd ../..
    # Grab some file descriptors.
    maxfiles=`ulimit -H -n`
    if [ ! $? -a "$maxfiles" != 1024 ]; then
    if [ "$maxfiles" = "unlimited" ]; then
    maxfiles=1025
    fi
    if [ "$maxfiles" -lt 1024 ]; then
    ulimit -n $maxfiles
    else
    ulimit -n 1024
    fi
    fi
    # Figure out how to use our shared libraries
    case `uname -s` in
    AIX)
    if [ -n "$LIBPATH" ]; then
    LIBPATH=$LIBPATH:$WL_HOME/lib/aix
    else
    LIBPATH=$WL_HOME/lib/aix
    fi
    export LIB_PATH
    echo "LIBPATH=$LIBPATH"
    HP-UX)
    if expr "`uname -r`" : "..11..." > /dev/null 2>&1; then
    hpsubdir=hpux11
    elif expr "`uname -r`" : "..10..." > /dev/null 2>&1; then
    hpsubdir=hpux10
    fi
    chmod a+x `find $WL_HOME/lib/$hpsubdir -name "*.sl" -print`
    if [ -n "$SHLIB_PATH" ]; then
    SHLIB_PATH=$SHLIB_PATH:$WL_HOME/lib/$hpsubdir
    else
    SHLIB_PATH=$WL_HOME/lib/$hpsubdir
    fi
    export SHLIB_PATH
    echo "SHLIB_PATH=$SHLIB_PATH"
    JAVA_OPTIONS="-classic $JAVA_OPTIONS"
    IRIX)
    if [ -n "$LD_LIBRARY_PATH" ]; then
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WL_HOME/lib/irix
    else
    LD_LIBRARY_PATH=$WL_HOME/lib/irix
    fi
    export LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
    LINUX)
    if [ -n "$LD_LIBRARY_PATH" ]; then
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WL_HOME/lib/linux
    else
    LD_LIBRARY_PATH=$WL_HOME/lib/linux
    fi
    export LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
    OSF1)
    if [ -n "$_RLD_LIST" ]; then
    RLDLIST=$_RLD_LIST:$WL_HOME/lib/tru64unix
    else
    RLDLIST=$WL_HOME/lib/tru64unix
    fi
    export RLDLIST
    echo "_RLD_LIST=$_RLD_LIST"
    SunOS)
    if [ -n "$LD_LIBRARY_PATH" ]; then
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WL_HOME/lib/solaris:$WL_HOME/lib/solaris/oci816_8
    else
    LD_LIBRARY_PATH=$WL_HOME/lib/solaris:$WL_HOME/lib/solaris/oci816_8
    fi
    export LD_LIBRARY_PATH
    echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH"
    JAVA_OPTIONS="-hotspot $JAVA_OPTIONS"
    echo "$0: Don't know how to set the shared library path for `uname
    -s`. "
    esac
    CLASSPATH=$WL_HOME:$WL_HOME/lib/weblogic_sp.jar:$WL_HOME/lib/weblogic.jar:$WL_HOME/samples/eval/cloudscape/lib/cloudscape.jar:.
    WLS_PW=weblogic
    PATH=$WL_HOME/bin:$JAVA_HOME/jre/bin:$JAVA_HOME/bin:$PATH
    java $JAVA_OPTIONS -classpath $CLASSPATH -Dweblogic.Domain=wenjing
    -Dweblogic.Name=wenjingServer -Dbea.home=/home -Dcloudscape.system.home=/home/wlsserver6.0/samples/eval/cloudscape/data
    -Djava.security.policy==/home/wlserver6.0/lib/weblogic.policy -Dweblogic.management.password=$WLS_PW
    weblogic.Server
    cd config/wenjing
    fi
    err msg:
    LD_LIBRARY_PATH=/home/wlserver6.0/lib/solaris:/home/wlserver6.0/lib/solaris/oci816_8
    Enter password to boot weblogic server:LD_LIBRARY_PATH=/home/wlserver6.0/lib/solaris:/home/wlserver6.0/lib/solaris/oci816_8
    Starting WebLogic Server ....
    <Feb 27, 2001 11:55:17 AM CST> <Notice> <Management> <Loading configuration
    file ./config/wenjing/config.xml ...>
    <Feb 27, 2001 11:55:19 AM CST> <Info> <Logging> <Only log messages
    of severity "Error" or worse will be displayed in this window.
    This can be changed at Admin Console> wenjing> Servers> wenjingServer>
    Logging> Debugging> Stdout severity threshold>
    <Feb 27, 2001 11:55:22 AM CST> <Emergency> <Server> <Unable to
    initialize the server: 'Fatal initialization exception
    Throwable: java.lang.SecurityException: Authentication for user
    system denied in realm weblogic
    java.lang.SecurityException: Authentication for user system denied
    in realm weblogic
         at weblogic.security.acl.Realm.authenticate(Realm.java:209)
         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:229)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:113)
         at weblogic.security.SecurityService.initializeSuid(SecurityService.java:293)
         at weblogic.security.SecurityService.initialize(SecurityService.java:123)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
         at weblogic.Server.main(Server.java:35)
    '>
    The WebLogic Server did not start up properly.
    Exception raised: java.lang.SecurityException: Authentication for
    user system denied in realm weblogic
    java.lang.SecurityException: Authentication for user system denied
    in realm weblogic
         at weblogic.security.acl.Realm.authenticate(Realm.java:209)
         at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:229)
         at weblogic.security.acl.internal.Security.authenticate(Security.java:113)
         at weblogic.security.SecurityService.initializeSuid(SecurityService.java:293)
         at weblogic.security.SecurityService.initialize(SecurityService.java:123)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:343)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:169)
         at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception

  • How we set up multiple websites on OSX Server

    BACKGROUND
    After fiddling and futzing around for weeks (actually since last year) I've finally figured out how to set up multiple websites (virtual sites) using one port and one IP address. While there seems to be lots of discussion on this topic, it seems that the basic assumption is that one knows everything about websites, DNS and all that stuff, which I do not.
    When our network was originally established the engineer set up a wiki and also configured webmail, so we had two sites, one secured for mail and the other open for Calendar and the wiki. We were not hosting any websites locally because our school website is hosted by a company in New England.
    This year I wanted to set up websites for teachers and students. As great as the wiki is, there are some things it just can't do as well as a website. So I figured if I set up the sites teachers could link back and forth from one to the other. In addition kids could now start to use a real website instead of the cobbled together file mess I had when we ran a Windows network. Also iWeb is a much more accessible tool than FrontPage.
    SERVER SIDE:
    Snow Leopard Server - 10.6.4
    There are two - actually three pieces if you want your iWeb clients to connect to the server: Server Side Web Services, DNS and, in my case, FTP.
    ================================================ SERVER SIDE - WEB SERVICES
    If you haven't turned on Web services, you'll need to open Server Admin and do that. If you don't know how to set up web services - just reply and I'll step you through that as well.
    Once web services are set up and turned on, you'll see it listed under your server’s name in the Server Admin sidebar. Click on "Web" and then click on the "Sites" tab at the top of page. This is where you list all your sites.
    Click the plus button and enter the fully qualified name of your site, for example: "students.myschool.org". Don't use the defaults here (no name) - that's what got me in trouble before. BE SPECIFIC!
    You'll be looking at the "General" tab (the other tabs, "Options", "Realms", etc. we'll deal with in a second).
    On the "General Tab", the default IP address ("any") and port (80) is just fine. We'll run everything over port 80. (Apache figures all the virtual site stuff out - you don't need your rocket science degree for that.)
    "Web Folder:" is important because this is how you'll "segment" your websites. While I would NEVER do this again, we have a solid state hard drive for the OS and a RAID array for our data files. IF you have that, make sure you do NOT use the default "Web Folder" because it will store all your files on your solid state drive. There may not be enough room, over time, on that drive. I've not experienced it yet, but it's my understanding that if the drive fills up, the server shuts down.
    I store my web sites on a folder on the RAID array.
    Everything else on that tab can be left as the default. (Just make sure that you have an "index.html" or "index.php" file in your web folder root, but iWeb will take care of that for you.)
    I would put in your email address in the "Administrator Email:" field.
    Under "Options" you really don't have to put anything. I've tested making websites with iWeb and it doesn't appear that anything needs to be checked.
    Nothing needs to be entered in "Realms" as well from what I see working w/ iWeb.
    The defaults in "Logging" are fine.
    You can leave "Security" alone, but we do have a (self-issued) certificate listed for our webmail site.
    "Aliases" is important. Under "Web Server Aliases" you enter how you want the site to respond to when users type in a URL in their web browsers.
    When our web server was initially set up the engineer set up "wiki.myschool.org" on port 80 and "mail.myschool.org" on port 443. In the aliases section was nothing but a "*" (the wildcard character). That means, from what I can figure out, that the webserver will respond to these sites regardless of what is typed in the URL. (Well, something like that - point is, if you create OTHER websites, you'll NEVER get to them because the wildcard character in the "Aliases" section, in effect, grabs those web requests and redirects them to the sites that are already there.
    In my case I deleted both of those wild card characters. For my "wiki.myschool.org" site, I entered "mail.myschool.org". That means if you type EITHER "wiki." or "mail.", go to the site that’s stored in the “Web Folder” we set up when those sites were created.
    For "mail.myschool.org" I just DELETED the wildcard character. I wanted that site (since it was secured) only to respond to "mail." - nothing else. (You're not going to that secured site for any other reason than to get your mail.)
    "Proxy" can be left blank. Have no idea what that does. As time permits I'll do some research and figure out what it's used for.
    "Web Services" is if you want to provide any MORE services to this particular site. Most likely you'll want to uncheck all the boxes. For our "wiki." site, we have checked "Wikis", "Blogs", and "Calendar". For our "mail." site we have those checked PLUS "Mail".
    I would create a separate "Web Folder" for each of your sites. I don't know if that's a requirement but for housekeeping purposes, I would keep the sites separated. And I SUSPECT that it's "best practice" to separate your wiki from your other websites.
    SERVER SIDE - DNS
    OK...now you have to make your site reachable and the only way to do that is to set up DNS so that folks don't need to type in the IP address of your web server. You need to set up DNS inside your network and, if you want folks in the outside world to reach your website, you'll need to set up an external DNS as well. I'm going to cover INTERNAL DNS - if you don't know how to set up EXTERNAL DNS - reply or email me and I'll post those instructions.
    Most likely you have already created Zones for you network...all you really need to do is create "Aliases" so that when you type "students.myschool.org" your web browser will know that site resides on IP address XXX.XXX.XXX.XXX.
    If you've set up Zones then you already have a "Machine" setting that translates your server’s name to an IP address and vice versa.
    All you need to do is create an "Alias" (CNAME) record for, in this case, "students". You’ll see the choices for types of records when you click the "Add Record" button.
    There are only two fields to configure for a record: "Alias Name" - in this case "students" and "Destination" - in this case "servername.myschool.org". (You've already entered a machine record that says "servername" = 192.168.1.x.)
    That's it for Internal DNS.
    SERVER SIDE - FTP
    Now you have to get iWeb to communicate with the webserver.
    There are only three ways iWeb will communicate with webservers: MobileMe, Local Folder and FTP Server.
    Local Folder is really only practical if you want to host a website on a laptop (I was blown away initially when I found out that all Macs had a built-in web server - how neat is that?). I think there are some very cool things teachers could do with configuration, and, of course, you wouldn't need to set up any web services on the web server, but that's for another discussion. You need to set up FTP services on the web server.
    Turn on and enable FTP on your webserver.
    You can leave the defaults for "General", "Messages" and "Logging". "Advanced" is the only thing you want to set. I set "Authenticated Users See:" to "Home Folder Only". I set the "FTP Root" to the same root folder in which I plan to store my web sites (/VOLUMES/RAID Array/WebServer/Documents). This setting sets that folder only to be accessible via FTP.
    I would suggest returning to your DNS settings and adding one more "Alias". Set "ftp." to point to your webserver. Why? So folks can edit their sites from home (see below).
    CAVEAT: If you are running FTP on other servers, make sure that the settings here do not conflict with the settings on the other servers. For example, I'm running FTP on my file server so that my scanners can communicate with it. However, I configure my FTP settings by machine name and NOT "ftp.myschool.org".
    ================================================
    CLIENT SIDE - CONFIGURING iWEB
    Now you have to configure iWeb so that it will communicate with your server.
    Click on the "Site" icon so that "Site Publishing Settings" appears.
    Publishing:
    "Publish to:" = "FTP Server"
    You can set the "Site name:" and "Contact email:" to whatever you want. But see below!
    FTP Server Settings:
    "Server address"=ftp.myschool.org (you could also enter in servername.myschool.org or the IP address. However, if you want folks to be able to work on the site from home, you will need to configure external DNS for that. If you use the IP address, you're out of luck for remote access to the site. (You can do it but it's beyond the scope of this discussion.)
    "Username" & "Password" should be your user's network login credentials.
    "Directory/Path" - this is important. Remember, you set your "FTP Root" to be "/VOLUMES/RAID Array/WebServer/Documents". If you leave this field blank then the website will be dumped into this folder. If you are only setting up one site, that may be OK. However I wanted to set up a "students" site folder, a "faculty" site folder and a separate site for our literary magazine.
    THEREFORE: I have, in my ..../Documents folder (on the server), a "students" folder, a "faculty" folder, and a "litmag" folder.
    SO...in my "Directory/Path:" field, I have "/faculty". That means the full path to this website is "ftp root/faculty" or "/VOLUMES/RAID Array/WebServer/Documents/faculty" (You don't need a trailing "/" character. iWeb will automatically append the folder for you user depending on what you entered in "Site Name:" in the "Publishing" area.
    Website URL:
    This is the root website depending on whether it is "students" or "faculty". Since iWeb will append the site name to this root website, I accomplished what I hoped to accomplish in this post (http://discussions.apple.com/message.jspa?messageID=12288561#12288561).
    Faculty sites will be @ http://faculty.myschool.org/username. Students @ http://students.myschool.org/username. PERFECT!
    iWeb is such a GREAT tool - NOW the kids can start using it!
    I want to reiterate that this works for our school but it should work for you as well. There may be better ways to do this but it works for us.
    Hope this has been helpful and you won't have to spend weeks trying to figure this all out by yourself!

    OK...here's how we did it.
    To get access to the website you created from outside your network there are a couple of steps.
    First, you have to have a STATIC IP address from your ISP. If you have a T1 circuit, no problem...you usually get a couple of static IPs you can use. However, if you have a cable modem circuit, most likely you have a dynamic IP address which changes when you connect to the internet. Usually a static IP will cost a bit more because the ISP has to go through a couple of steps to set it up for you. But once you have the address, you now have a way for folks outside your network to connect with you.
    (I’m also assuming that you use a router of some sort through which traffic flows out to the internet and that you aren’t using connection sharing or something like that.)
    The next thing you need to do is have your new static IP address associated with the server on which you are hosting your website. You've probably already done that if your website works inside your network. However, you've associated a private ip (192.168.x.x, etc.) to your web server. That doesn't mean anything to folks on the outside because private IP addresses are just that - private - folks can't access them. (I won't get into VPN because that's a whole other topic.)
    The way you associate your new static IP address to your web server is through some sort of dns application from your ISP. For example, we use TierraNet to manage our external DNS information. They have a web interface control panel that is very similar to the DNS interface for XServer. You can create CNAME records (aliases - other ways that folks can access your servers).
    Basically you create an "A" (CNAME) record with a fully qualified domain name (e.g. webserver.myschool.org) and point it to your public IP address (XXX.XXX.XXX.XXX) which you just got from your ISP. It's going to take a while (24-48 hours) for this change to take effect. BTW, you can create as many “A” records as you want. For example mail.myschool.com and wiki.myschool.com could point to the same place.
    You want to make sure that the fully qualified domain name you enter in the external dns utility matches the name you used when you created your internal dns records on your XServer.
    OK...so now folks can get to your domain - but, remember, you have a private network IP scheme between them and you. You now have to tell your router that when web traffic arrives, allow it inside the network and direct it to your web server.
    Let's say your public IP address is 205.100.112.50 and your web server is 192.168.0.5.
    You have to create, in your router’s "Security Zone" (router companies call them different things) a couple of rules. Usually the first rule is: "Let everything inside the network get out to the web." You've probably already done that if folks inside the network can reach the internet.
    You then have to tell the router to allow web traffic (port 80) into your network AND redirect that traffic to 192.168.0.5.
    We use AdTran routers and they have a web interface which allows you to write "rules" affecting public and private traffic. Public is folks outside the network, private is folks inside.
    AdTran calls them "Security Zones" and you modify those zones with policies.
    So my "Policy" would say, in the above example, redirect traffic from my public IP (205.100.112.50) -> to my web server -> (192.168.0.5).
    THEN you have to modify this policy with what AdTran calls "Traffic Selectors". You've said, OK, you can get in, but WHAT can get in?
    The "Traffic Selector" is written to say: "Permit" "TCP" traffic from 205.100.112.50 only through Port 80. (That's the port that web traffic goes over. If you wanted a secure website, you'd add another traffic selector that opens port 443, for example.)
    I'll tell you I'm no genius when it comes to this. I called AdTran and had them configure my router for me. I told them what I wanted done, they remoted into the router and configured it. But then I could go to the web interface and see what they did and then added rules later on when I wanted, for example, to get access to the network via Apple Remote Desktop or VPN into the network on my iPad.
    I'd bet that your router has a maintenance agreement that includes this service and if it doesn't it should have.
    I did find that I still had issues when I tried to set this up originally and it had to do with the ORDER of the policies. I can’t remember exactly what the issue was, but, effectively one of the policies highjacked traffic before the policy that I wanted got triggered. Simply moving them around in the list fixed that issue. So if you have this set up but still can’t access the site, check the order of your rules.
    I don’t know if that helps or not, but I try to think about this stuff conceptually and then get someone to help me with the details. I work with this stuff so infrequently that I forgot how I did something 6 months or a year ago. I’m in the process of creating a wiki for the school which documents all this stuff, but that’s a major undertaking.
    Cheers,
    John

  • How to set Compatibility Mode for a single site in ie10

    This question was originally posted on the Answers forum -
    http://answers.microsoft.com/en-us/ie/forum/ie10-windows_7/how-to-set-compatibility-mode-for-a-single-site-in/187152e3-142a-4d96-8d1b-af82ef571eec
    I am having problem with getting ie10 to set ie9 compatibility for a single site (sharepoint.contoso.com).
    When I add this website in Compatibility View Settings (Alt > Tools > Compatibility View Settings > 'Add this Website') it adds the domain 'contoso.com' and not the individual website (sharepoint.contoso.com).
    This cause other sites (www.contoso.com) to be configured to use compatibility mode. Because this is a separate site (different web server) to the site sharepoint.contoso.com (sharepoint 2010 server) we need different compatibility settings.
    Using a different example to explain the issue -
    Microsoft has three websites that are different websites created by different developers written in different programming languages and they only work with certain browsers.
    microsoft.com (Website1 created by Developer1) - compatible with ie8/ie9/ie10
    msdn.microsoft.com (Website2 created by Developer2) - compatible with ie8/ie9
    technet.microsoft.com (Website3 website created by Developer3) - compatible only with ie10
    The only thing the three website share is the URL contains 'microsoft.com'.
    Marking 'msdn.microsoft.com' to run in compatibility mode affects the other 2 websites - mainly technet.microsoft.com which will not work now since it only runs in pure ie10 mode. 
    Should you be able to add an individual site to the compatibility list instead of all sites that have  .microsoft.com in the URL? Am I missing a simple setting in the ie10?
    As a workaround I am using the F12 Developer Tools to set the Browser Mode which temporary sets the compatibility mode. However this is not a nice solution to the end users at our organisation. 

    problem is not solved for non corporate environments...
    You could start your own thread.  Then if you got that answer and it was marked Answered you would have the ability to unmark it.  The OP of this one seems satisfied.  Also note that this is TechNet.  Consumers can get help on Answers
    forums.
    Robert Aldwinckle
    Oh! I wrote it wrong: I should have said: This is not solved for NON-AD environments. No demands what so ever to use Window 7/8 professional in a small corporation or on a big corporation with Island of smaller departments for example offshore.
    The problem is that the thread is not "Answered" by the OP, its is marked answered by a moderator (and same moderator that did the answer) so no way of telling if the OP is satisfied.
    But you are right in the fact that I am almost kidnapping the thread. But a complete answer would benefit all in this case I would presume.
    Regards
    /Aldus

  • How to set up roaming profile on Macs using AD like in windows

    I can bind the workstations to the domain fine.. But can someone direct me to instructions of how to set up the roaming profiles ?
    What steps do I need on the server ? This is what I've done so far.
    I already have OU's for the departments and the users have a shared folder inside their department folder.... \\server\shared_folder\user
    I have done the usual things with AD as far as the profile settings on the windows server.
    Am currently running Mac OS 10.5 and above
    My windows AD runs on windows server 2008
    All my windows workstation are able to use roaming profile without a problem.
    So far i have tried the so many avenues including..
    Make sure the Mac systems are joined to the domain controller and an ADS user can log on successfully. Use "Directory Utility" under "Utilities" menu to join the system to the domain.
    Backup all the contents from /Users to the storage or somewhere locally.
    Configure automount - Go to "Utilities" -> "Directory Utility" - Select the domain and click "Show advanced options" - Click "Mounts" tab and add automount as mentioned below. Remote NFS URL: nfs://server_name/share_name/path/to/profile/directory Mount location: /Users Additional mount parameters: -P,-T Apply the settings and this will mount the remote shared folder or we can name it as Roaming Profile Space - under /Users directory
    Enable roaming profile - Go to "Utilities" -> "Directory Utility" - Select the domain and click "Show advanced options" - Click "Services" -> Select "Active Directory" and click "Show advanced option" - Click "User experience" tab and select the option "Create mobile account at login".
    Reboot the system and log in as any ADS user. The Roaming shared folder will be mounted and the user profile will be created on the shared folder
    Can anyone kindly assist me

    Hi Guys, anyone with the Soln...or Tips..Am waiting

  • How to set up use of relative URLs for a BSP application

    Dear all,
    I need to access a BSP application through our external portal.
    This is failing because generated URLs are absolute URLs (they mention physical server name, not known of course on the internet) where they should be relative URLs (they use external portal URL as prefix).
    How to set this up?
    I'm logged on http://myportal.com/irj/portal and want to call a BSP application. To build this page, my internet client (Internet Explorer) tries to get elements from the server. Looking at HTTP trace, I can see that my IE is trying to reach the physical server, not known on internet of course, then page loading fails.
    Ex absolute URL : http://myservername.domain.com/sap/bw/[...]/image1.gif
    This is the behavior I can see at the moment.
    Relative URL : http://myportal.com/sap/bw/[...]/image1.gif
    This is what I'd like to see.
    Many thanks in advance for your help.
    François

    Any idea ?

  • How to set up DNS behind a NAT router...

    I am trying to configure DNS in Panther Server as the SOA for my domains and as a LAN name server. I've read several explainations about setting up DNS including technical document 106853 "How to set up DNS in a NAT environment" which says:
    Note: For Mac OS X Server 10.3 or later, you should use the Server Admin
    application to configure DNS and NAT. Please see the Network Services
    Administration Guide for additional information.
    Seeing how picky BIND is, this sounds like a good idea, except I can't configure views like that.
    Questions:
    1) What happens if I create an A record in my main domain for newmac.mydomain.com-->10.0.1.2? People outside the LAN can't get to it, right?
    2) Can I create really simple names for the LAN like newmac-->10.0.1.2?
    Thanks!

    You can use "system-config-network" command to configure your DNS configuration.

  • How to set up Airport Express to extend Buffalo WHR HP 54g wireless router

    Contrary to what official Apple policy is, it is possible to use Airport Express as a remote repeater using a Buffalo router.
    I sent hours setting up this network and wish to share what I learned
    I only wanted to use the Airport Express as a repeater to distribute the internet to the far reaches of the house--no iTunes, no Printer, and I did not bother setting security.  If you want to add any of those features please make sure that the basic setup is working as described below.  I have no idea how to successfully set up these features.  My advice is to search the internet for guidance.
    Anyway:  how to set up the Buffalo wireless access router to work with Airport Express
    Setting up the Buffalo:
    From the routers home page of 192.168.11.1, hit the "advanced" box at the top
    1.     Go the "Wireless config"   "basic" item.  Give name to your network (spaces are allowed), lets call it "WIRENAME" and select wireless channel 1 or 6 or 11. These channels have the least interference and will tend to work when the others do not.
    2.     Go the the "repeater" item under Wireless config.  . " Enable" repeater/bridge (WDS).  Next register the MAC address of the Airport Express.  Record both the LAN and Wireless MAC addresses. 
    That is about it.  Your Buffalo system Info page should look like this
    Model             
    WHR-HP-G54 Ver.1.40        (1.0.37-1.08-1.04)                       
                        AirStation Name              AP001D73DEB2D6                    Operational Mode                Router Mode                    WAN                                                                                                                                                                                                                                                                                                                                                                                                      
    DHCP
    Connection Status
    Communicating
    Operation
    IP Address
    myinfo
    Subnet Mask
    255.255.255.248 
    Default Gateway
    my info(Via DHCP)
    DNS1(Primary)
    my info (Via DHCP)
    DNS2(Secondary)
    my info (Via DHCP)
    Host Name
    my info (Manual Setup)                  
    Domain Name
    earthlink.net (Via DHCP)
    MTU Size
    1500
    DHCP Server Address
    10.108.48.1
    Lease Acquired Time
    2006/01/04 12:03:15
    Lease Period
    2006/01/05 12:03:15
    Wired Link
    100Base-TX                                (Full-duplex)                          
    MAC Address
    00:1D:73:xx:xx:xx
                        LAN                                                                                                                                                                                                                     
    IP Address
    192.168.11.1
    Subnet Mask
    255.255.255.0
    DHCP Server
    Enabled
    MAC Address
    your address recorded in the repeater tab
                   Wireless(802.11g)                                                                                                                                                                                                                                                                                    
    Wireless Status
    Enabled           
    SSID
                                          WIRENAME
    Encryption Mode
    Not Configured           
    Wireless Channel
    11Channel                 (Manual)           
    125* High Speed Mode
                                 Disabled           
    MAC Address
    your address recorded in the repeater tab
    For the Airport express: here is a summary of what the settings are:  Start Airport Express Utility and when it comes up
    Select "Manual" setup
    On the Base station tab:  Give Airport Express a name, any name and any password.  Do not select the box:  Allow setup over the internet with Bonjour
    On the wireless tab:  Wireless mode: Participate in a WDS network
    Network name:  the name you gave in the Buffalo router: EG:  WIRENAME
    Radio mode: 802.11n(802.11b/g compatible)
    Channel : the same as you set in the Buffalo
    Wireless security: None
    WDS tab:  WDS mode: WDS remote
    Check: allow wireless clients
    WDS main: the MAC address of the wireless (not LAN) side of the Buffalo router
    Access control tab: MAC address access control: Not enabled
    At the top of the control box , click on the Internet icon
         Internet connection: Connection sharing: Off (Bridge Mode)
         TCP/IP: Configure iPV4 : Using DHCP
         I put in the address of the DNS servers listed on the Buffalo System info page above.
    At the top of the control box Music Icon: I did not enable AirTunes
    Printer icon: did not set this up
    Advanced icon: leave every thing alone
    That is it.  Just do everything as above and your Airport Express will act as a repeater.  (And save yourself a couple of days struggle.)
    Phil

    Many thanks for the info.
    In case you were not aware,the following list of Apple WDS compatible devices has appeared on numerous sites and in numerous Internet links and articles regarding this subject:
    3com OfficeConnect ADSL Wireless 11g Firewall Router model 3crwdr100a-72 but ONLY with NO encryption
    Belkin F5D7230-4 and F5D7231
    BT Voyager 2091 or 2100
    Buffalo WGR-G54
    Linksys WRT54G or WRT54GS (though v4)
    Netgear WGR614 v6

  • The File Replication Service has detected that the replica set "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)" is in JRNL_WRAP_ERROR.

    Hi!
    I recently took over management of a Windows 2003 domain that had only one domain controller.  I was building a second DC for redundancy and discovered that the SYSVOL share on the original DC is in "JRNL_WRAP_ERROR" after the SYSVOL and NETLOGON
    share would not create on the new DC.  This error goes back as far as the log goes back so I don't know how long it has been in this state. 
    The message in the event log states to enable "Enable Journal Wrap Automatic Restore" but I found a KB article that says to use the BurFlags key instead. http://support.microsoft.com/kb/290762
    Should I run an authoritative restore since I don't have another domain controller with a good SYSVOL?
    The File Replication Service has detected that the replica set "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)" is in JRNL_WRAP_ERROR.
     Replica set name is    : "DOMAIN SYSTEM VOLUME (SYSVOL SHARE)"
     Replica root path is   : "c:\windows\sysvol\domain"
     Replica root volume is : "\\.\C:"
     A Replica set hits JRNL_WRAP_ERROR when the record that it is trying to read from the NTFS USN journal is not found.  This can occur because of one of the following reasons.
     [1] Volume "\\.\C:" has been formatted.
     [2] The NTFS USN journal on volume "\\.\C:" has been deleted.
     [3] The NTFS USN journal on volume "\\.\C:" has been truncated. Chkdsk can truncate the journal if it finds corrupt entries at the end of the journal.
     [4] File Replication Service was not running on this computer for a long time.
     [5] File Replication Service could not keep up with the rate of Disk IO activity on "\\.\C:".
     Setting the "Enable Journal Wrap Automatic Restore" registry parameter to 1 will cause the following recovery steps to be taken to automatically recover from this error state.
     [1] At the first poll, which will occur in 5 minutes, this computer will be deleted from the replica set. If you do not want to wait 5 minutes, then run "net stop ntfrs" followed by "net start ntfrs" to restart the File Replication
    Service.
     [2] At the poll following the deletion this computer will be re-added to the replica set. The re-addition will trigger a full tree sync for the replica set.
    WARNING: During the recovery process data in the replica tree may be unavailable. You should reset the registry parameter described above to 0 to prevent automatic recovery from making the data unexpectedly unavailable if this error condition occurs again.
    To change this registry parameter, run regedit.
    Click on Start, Run and type regedit.
    Expand HKEY_LOCAL_MACHINE.
    Click down the key path:
       "System\CurrentControlSet\Services\NtFrs\Parameters"
    Double click on the value name
       "Enable Journal Wrap Automatic Restore"
    and update the value.
    If the value name is not present you may add it with the New->DWORD Value function under the Edit Menu item. Type the value name exactly as shown above.

    > The message in the event log states to enable "Enable Journal Wrap
    > Automatic Restore" but I found a KB article that says to use the
    > BurFlags key instead.
    http://support.microsoft.com/kb/290762
    >
    > Should I run an authoritative restore since I don't have another domain
    > controller with a good SYSVOL?
    The automatic restore process AFAIK will initiate a D2 restore. And if
    there's no other DC, sysvol might be gone.
    I really would prefer to have control - this means I would do a D4.
    Absolutely I would :)
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • How to set up Group Policy without any server installed

    How to set up Group Policy on Win8 without any server installed?
    I have set up 50 users on LAN and want to push softwares via one common point. From google I found to deploy Software using Group Policy. But then Group Policy occurs in Servers and I don't have any server set up.

    Hello,
    a Domain requires at least one Windows server OS machine which has Active Directory installed.
    As previous already mentioned from SenneVL this also requires that computers are added to the domain and that you create user accounts in Active Directory users and computers which stores the account information in the Active directory database.
    In your case with single computers each machine has its own database(SAM) which stores passwords etc. this is different in a domain.
    Each computer has a local policy which will be overwritten from centrally managed policies from the domain.
    "The common point would be my PC (Admin PC) ."
    This machine can not be used for your needs with software installation for 50 computers.
    "How To Use the Group Policy Editor to Manage Local Computer Policy."
    This is about the local machine and you cannot manage them for other computers from your Admin PC.
    "DOMAIN part: By default Microsoft takes everyone on Workgroup. Is that not a default DOMAIN? or should I make one lets say "ABC" on every PC ?"
    NO, this is NOT a domain.
    http://windows.microsoft.com/en-us/windows7/what-is-the-difference-between-a-domain-a-workgroup-and-a-homegroup
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

Maybe you are looking for