Changing mod_oc4j.conf

Hi, Do i need to change restart the HTTP Server and 9ias
after changing the $ORACLE_HOME/Apache/Apache/conf/mod_oc4j.conf?

yes!

Similar Messages

  • Not able to find mod_oc4j.conf file for setting Load Balancing on ESB

    Hi Guys,
    I am trying to set load balancing on ESB ,I got one document from oracle site for setting the load balancing on ESB. According to that document we have to change mod_oc4j.conf file for setting the roundrobin:weighted,metric,random algorithms.
    But I am not able to find mod_oc4j.conf file in my ORACLE_HOME directory.
    Actual path is
    ORACLE_HOME/Apache/Apache/conf/mod_oc4j.conf file
    I have All folders up to conf but in conf folder there is no mod_oc4j.conf file.
    I just want to know is there any installation problem or we have to create
    mod_oc4j.conf file in that conf folder for seting the loadbalancing on ESB
    kindly give me the exact solution on this .
    Thanks in advance

    Hi Chintan,
    I have apache folder ,but there i have cong folder but in that I am not able to find mod_oc4j ,I know ESB it maintain load in transparent way but in my project we have heavy load on ESB we have to maintain this load in a proper way
    Please give me the exact solution to set load balancing On ESB.
    Thank you
    Bollineni

  • Conflict between mod_oc4j.conf and http.conf

    If I put the line:
    Redirect /webportal/destination http://www.destination.co.uk
    into my httpd.conf file, it gets ignored because I have the following lines in my mod_oc4j.conf file:
    Oc4jMount /webportal OC4J_NHSU
    Oc4jMount /webportal/* OC4J_NHSU
    The mod_oc4j.conf seems to be taking precedence.
    Does anyone know how to get round this?

    personally i wouldn't setup mod_ocy to do the proxy, but I would setup mod_proxy / mod_proxy_reverse. (to pass the request from port 80 to 7777 and reverse).

  • Wrong Keyboard map changing RC.conf doesnt change it! [solved]

    I changed my locale to EN-uk during install, commenting out the US entries so it should be set as UK.
    I have tried both "uk" and "gb" in RC.conf for Keymap, but im still getting " for @ etc.
    Where do I need to change this?
    Last edited by Rhiadratech (2011-06-30 21:50:49)

    Do you mean in X or in the console? If you want to change it in X you need to add
    setxkbmap gb
    to your xinit

  • Please help!  Strange problem with HTTPD.Conf and OC4J (I think)

    Hi,
    We have been trying to configure the 10g "infrastructure" Apache server/instance to work with our own authentication module, and as part of this, we need to configure a directory alias containing some of our JSPs. To do this, the only thing that we did was that we took the standard HTTPD.CONF file that got installed with the 10g AS installation, and added a small section at the end.
    However, we are finding that if our addition to the HTTPD.CONF is included, instead of the JSPs in our aliased directory being processed, Apache seems to be just serving the JSPs as text pages :(..
    If we remove the section at the end of the HTTPD.CONF, and point a browser to the unaliased path, the JSPs get processed correctly.
    I was wondering if anyone here might take a look at our HTTPD.CONF below, and tell me if you can see something there that might be causing this behavior? The section that we added is at the very end. We think that the problem might be something like the "order" of the directives, etc. in the HTTPD.CONF file may be such that the alias is taking priority ahead of the OC4J, or something like that.
    Thanks in advance, and apologies for the long message.
    Jim
    =====================================================
    ServerType standalone
    ServerRoot "/orad59/10gAS/infrastructure/Apache/Apache"
    PidFile /orad59/10gAS/infrastructure/Apache/Apache/logs/httpd.pid
    ScoreBoardFile /orad59/10gAS/infrastructure/Apache/Apache/logs/httpd.scoreboard
    Timeout 300
    KeepAlive On
    MaxKeepAliveRequests 100
    KeepAliveTimeout 15
    MinSpareServers 5
    MaxSpareServers 20
    StartServers 5
    MaxClients 150
    MaxRequestsPerChild 0
    LoadModule onsint_module libexec/mod_onsint.so
    LoadModule mmap_static_module libexec/mod_mmap_static.so
    LoadModule vhost_alias_module libexec/mod_vhost_alias.so
    LoadModule env_module libexec/mod_env.so
    LoadModule define_module libexec/mod_define.so
    LoadModule config_log_module libexec/mod_log_config.so
    LoadModule agent_log_module libexec/mod_log_agent.so
    LoadModule referer_log_module libexec/mod_log_referer.so
    LoadModule mime_magic_module libexec/mod_mime_magic.so
    LoadModule mime_module libexec/mod_mime.so
    LoadModule negotiation_module libexec/mod_negotiation.so
    LoadModule status_module libexec/mod_status.so
    LoadModule info_module libexec/mod_info.so
    LoadModule includes_module libexec/mod_include.so
    LoadModule autoindex_module libexec/mod_autoindex.so
    LoadModule dir_module libexec/mod_dir.so
    LoadModule cgi_module libexec/mod_cgi.so
    LoadModule asis_module libexec/mod_asis.so
    LoadModule imap_module libexec/mod_imap.so
    LoadModule action_module libexec/mod_actions.so
    LoadModule speling_module libexec/mod_speling.so
    LoadModule userdir_module libexec/mod_userdir.so
    LoadModule alias_module libexec/mod_alias.so
    LoadModule access_module libexec/mod_access.so
    LoadModule auth_module libexec/mod_auth.so
    LoadModule anon_auth_module libexec/mod_auth_anon.so
    LoadModule dbm_auth_module libexec/mod_auth_dbm.so
    LoadModule digest_module libexec/mod_digest.so
    LoadModule proxy_module libexec/libproxy.so
    LoadModule cern_meta_module libexec/mod_cern_meta.so
    LoadModule expires_module libexec/mod_expires.so
    LoadModule headers_module libexec/mod_headers.so
    LoadModule usertrack_module libexec/mod_usertrack.so
    LoadModule unique_id_module libexec/mod_unique_id.so
    LoadModule setenvif_module libexec/mod_setenvif.so
    LoadModule perl_module libexec/libperl.so
    LoadModule fastcgi_module libexec/mod_fastcgi.so
    <IfDefine SSL>
    LoadModule ossl_module libexec/mod_ossl.so
    </IfDefine>
    LoadModule wchandshake_module libexec/mod_wchandshake.so
    ExtendedStatus On
    Port 7777
    Listen 7777
    User oracle
    Group dba
    ServerAdmin [email protected]
    ServerName ge1ssd04.test.com
    DocumentRoot "/orad59/10gAS/infrastructure/Apache/Apache/htdocs"
    <Directory />
    Options FollowSymLinks MultiViews
    AllowOverride None
    </Directory>
    <Directory "/orad59/10gAS/infrastructure/Apache/Apache/htdocs">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    <IfModule mod_userdir.c>
    UserDir public_html
    </IfModule>
    <IfModule mod_dir.c>
    DirectoryIndex index.html
    </IfModule>
    AccessFileName .htaccess
    <Files ~ "^\.ht">
    Order allow,deny
    Deny from all
    </Files>
    UseCanonicalName On
    <IfModule mod_mime.c>
    TypesConfig /orad59/10gAS/infrastructure/Apache/Apache/conf/mime.types
    AddEncoding x-compress Z
    AddEncoding x-gzip gz tgz
    AddLanguage ar .ar
    AddLanguage da .dk .da
    AddLanguage nl .nl
    AddLanguage en .en
    AddLanguage et .ee
    AddLanguage fi .fi
    AddLanguage fr .fr
    AddLanguage de .de
    AddLanguage el .el
    AddLanguage es .es_ES .es
    AddLanguage he .he .iw
    AddLanguage hu .hu
    AddCharset ISO-8859-8 .iso8859-8
    AddLanguage it .it
    AddLanguage ja .ja
    AddCharset ISO-2022-JP .jis
    AddLanguage ko .ko
    AddLanguage kr .kr
    AddCharset ISO-2022-KR .iso-kr
    AddLanguage nn .nn
    AddLanguage no .no
    AddLanguage pl .po
    AddCharset ISO-8859-2 .iso-pl
    AddLanguage pt .pt
    AddLanguage pt-br .pt_BR .pt-br
    AddLanguage ltz .lu
    AddLanguage ca .ca
    AddLanguage sk .sk
    AddLanguage sv .sv
    AddLanguage th .th
    AddLanguage tr .tr
    AddLanguage cz .cz .cs
    AddLanguage ro .ro
    AddLanguage ru .ru
    AddLanguage zh-cn .zh_CN
    AddLanguage zh-tw .zh_TW
    AddCharset Big5 .Big5 .big5
    AddCharset WINDOWS-1251 .cp-1251
    AddCharset CP866 .cp866
    AddCharset ISO-8859-5 .iso-ru
    AddCharset KOI8-R .koi8-r
    AddCharset UCS-2 .ucs2
    AddCharset UCS-4 .ucs4
    AddCharset UTF-8 .utf8
    <IfModule mod_negotiation.c>
    LanguagePriority ar en da nl et fi fr de el it ja ko kr no pl pt pt-br ro ru ltz ca es sk sv th tr zh-cn zh-tw zh-cn
    </IfModule>
    AddType application/x-tar .tgz
    </IfModule>
    DefaultType text/plain
    <IfModule mod_mime_magic.c>
    MIMEMagicFile /orad59/10gAS/infrastructure/Apache/Apache/conf/magic
    </IfModule>
    HostnameLookups Off
    ErrorLog "|/orad59/10gAS/infrastructure/Apache/Apache/bin/rotatelogs /orad59/10gAS/infrastructure/Apache/Apache/logs/error_log 43200"
    LogLevel warn
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
    CustomLog "|/orad59/10gAS/infrastructure/Apache/Apache/bin/rotatelogs /orad59/10gAS/infrastructure/Apache/Apache/logs/access_log 43200" common
    ServerSignature On
    <IfModule mod_alias.c>
    Alias /icons/ "/orad59/10gAS/infrastructure/Apache/Apache/icons/"
    Alias /jservdocs/ "/orad59/10gAS/infrastructure/Apache/Jserv/docs/"
    Alias /javacachedocs/ "/orad59/10gAS/infrastructure/javacache/javadoc/"
    <IfModule mod_perl.c>
    Alias /perl/ "/orad59/10gAS/infrastructure/Apache/Apache/cgi-bin/"
    </IfModule>
    <Directory "/orad59/10gAS/infrastructure/Apache/Apache/icons">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    ScriptAlias /cgi-bin/ "/orad59/10gAS/infrastructure/Apache/Apache/cgi-bin/"
    <Directory "/orad59/10gAS/infrastructure/Apache/Apache/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    </IfModule>
    <IfModule mod_autoindex.c>
    IndexOptions FancyIndexing
    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
    AddIconByType (TXT,/icons/text.gif) text/*
    AddIconByType (IMG,/icons/image2.gif) image/*
    AddIconByType (SND,/icons/sound2.gif) audio/*
    AddIconByType (VID,/icons/movie.gif) video/*
    AddIcon /icons/binary.gif .bin .exe
    AddIcon /icons/binhex.gif .hqx
    AddIcon /icons/tar.gif .tar
    AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
    AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
    AddIcon /icons/a.gif .ps .ai .eps
    AddIcon /icons/layout.gif .html .shtml .htm .pdf
    AddIcon /icons/text.gif .txt
    AddIcon /icons/c.gif .c
    AddIcon /icons/p.gif .pl .py
    AddIcon /icons/f.gif .for
    AddIcon /icons/dvi.gif .dvi
    AddIcon /icons/uuencoded.gif .uu
    AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
    AddIcon /icons/tex.gif .tex
    AddIcon /icons/bomb.gif core
    AddIcon /icons/back.gif ..
    AddIcon /icons/hand.right.gif README
    AddIcon /icons/folder.gif ^^DIRECTORY^^
    AddIcon /icons/blank.gif ^^BLANKICON^^
    ReadmeName README
    HeaderName HEADER
    IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
    </IfModule>
    <IfModule mod_setenvif.c>
    BrowserMatch "Mozilla/2" nokeepalive
    BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
    BrowserMatch "RealPlayer 4\.0" force-response-1.0
    BrowserMatch "Java/1\.0" force-response-1.0
    BrowserMatch "JDK/1\.0" force-response-1.0
    </IfModule>
    <Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from localhost ge1ssd04.test.com ge1ssd04
    </Location>
    SetEnv PERL5LIB "/orad59/10gAS/infrastructure/perl/lib/5.6.1:/orad59/10gAS/infrastructure/perl/lib/site_perl/5.6.1"
    <IfModule mod_perl.c>
    PerlModule Apache
    PerlModule Apache::Registry
    <Location /perl>
    SetHandler perl-script
    PerlHandler Apache::Registry
    AddHandler perl-script .pl
    Options +ExecCGI
    PerlSendHeader On
    </Location>
    </IfModule>
    <DirectoryMatch /WEB-INF/>
    Order deny,allow
    Deny from all
    </DirectoryMatch>
    <IfModule mod_fastcgi.c>
    Alias /fastcgi/ "/orad59/10gAS/infrastructure/Apache/fastcgi/"
    ScriptAlias /fcgi-bin/ "/orad59/10gAS/infrastructure/Apache/Apache/fcgi-bin/"
    <Directory "/orad59/10gAS/infrastructure/Apache/Apache/fcgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    SetHandler fastcgi-script
    <IfModule mod_ossl.c>
    SSLOptions +StdEnvVars
    </IfModule>
    </Directory>
    </IfModule>
    PassEnv ORACLE_HOME
    PassEnv LD_LIBRARY_PATH
    PassEnv NLS_LANG
    PassEnv TNS_ADMIN
    <IfModule mod_oprocmgr.c>
    <Location /oprocmgr-service>
    SetHandler oprocmgr-service
    Order deny,allow
    Deny from all
    Allow from localhost ge1ssd04.test.com ge1ssd04
    </Location>
    <Location /oprocmgr-status>
    SetHandler oprocmgr-status
    Order deny,allow
    Deny from all
    Allow from localhost ge1ssd04.test.com ge1ssd04
    </Location>
    </IfModule>
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/mod_oc4j.conf"
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/dms.conf"
    LoadModule rewrite_module libexec/mod_rewrite.so
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/ssl.conf"
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/mod_osso.conf"
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/oracle_apache.conf"
    # MY ADDITIONS TO HTTPD.CONF GO BELOW HERE....
    LoadModule my_auth_module /opt/myagent/apache/lib/libmy_apache_agent_mod_ssl.so
    AddModule my_apache_mod.c
    <IfModule my_apache_mod.c>
         MYAgentRoot /opt/myagent/apache
    </IfModule>
    <IfModule my_apache_mod.c>
    <Location />
    AuthType Basic
    Require valid-user
    AuthName MYAUTH
    </Location>
    </IfModule>
    <IfModule my_apache_mod.c>
    Alias /mydir/ "/orad59/10gAS/infrastructure/j2ee/OC4J_SECURITY/applications/sso/web/jsp/myagentdir/"
    <Directory "/orad59/10gAS/infrastructure/j2ee/OC4J_SECURITY/applications/sso/web/jsp/myagentdir/">
    AuthType Basic
    Require valid-user
    AuthName MYAUTH
    </Directory>
    </IfModule>

    Hi,
    I wanted to post what we found on this.
    As indicated in my original msg, we had an Alias directory in the httpd.conf. However, after thinking about the problem a bit, I think that the Alias was not the right thing to do.
    The Alias tells Apache to map a URL fragment to a FILESYSTEM location. Well, obviously, Apache only SERVES pages... it doesn't process JSPs.
    We switched to using a Redirect directive instead of the Alias, and things worked a little better, but we've run into a bit of a problem with "Redirect looping", but that's a different story :)...
    Jim

  • Mod_oc4j and load balancing

    Load balancing is not working :(
    I have 2 servers with OAS 10.1.2.0.2
    They are joined to DCM-Managed cluster.
    Users access web app on the first server.
    This server has mod_oc4j.conf:
    <IfModule mod_oc4j.c>
    <LocationMatch "/j2ee/.*/Spy">
    Order deny,allow
    Deny from all
    </LocationMatch>
    <LocationMatch "/j2ee/.*/AggreSpy">
    Order deny,allow
    Deny from all
    </LocationMatch>
    <Location /oc4j-service>
    SetHandler oc4j-service-handler
    Order deny,allow
    Deny from all
    Allow from localhost host1.my.dom host1
    </Location>
    Oc4jMount /j2ee/*
    Oc4jMount /webapp home
    Oc4jMount /webapp/* home
    Oc4jMount /IsWebCacheWorking home
    Oc4jMount /IsWebCacheWorking/* home
    #Here is my App I want to be load balanced
    Oc4jMount /app1 instance://host2:instance2:home, host1:instance1:home
    Oc4jMount /app1/* instance://host2:instance2:home, host1:instance1:home
    Oc4jMount /app2 app2
    Oc4jMount /app2/* app2
    Oc4jSelectMethod random
    </IfModule>
    I tried to specify cluster://clustername - the same result.
    Nothing in logs of App on server 2.

    can i use this loadbalancer.jar or not?
    how to mod_oc4j in standalone app server

  • Change hostname to registered DNS domain name in URL

    Hi all,
    We have just new install of IAS 1.0.2.1
    Now server is responding on the hostname fe: http://myserver. We have registered name of the domain fe. www.ourdomain.com and we want to apply it for our application server.
    I know that I have to change httpd.conf file. What are next steps?
    Thanks Marcin

    Marcin,
    Run the ssodatan script from the OS command line to associate your new domain with the portal and login server. Too see the paramaters/options required by ssodatan, run ssodatan without any options. A slightly more detailed explanation of ssodatan is in the Oracle Portal Configuration Guide.
    Best,
    Jay

  • Slow redirect by mod_oc4j during network failover - 10g R2

    I have successfully installed two OracleAS 10g application server instances (app1, app2) on two machines and added both instances to a cluster (cluster1). Each application server contains a single OC4J instance (home) with a single OC4J process. I have enabled state replication of my web application (MyApp) and edited its web deployment descriptor to contain the <distributable/> tag necessary for state replication.
    On a third machine, I have also installed the stand-alone Oracle HTTP Server (1.3) w/ mod_oc4j acting as a load balancer between the OC4J instances on my app servers. My mod_oc4j is successfully routing requests to both instances. The only parameter entries in my mod_oc4j.conf file are:
    Oc4jMount /MyApp/ cluster://cluster1:home
    Oc4jMount /MyApp/* cluster://cluster1:home
    My PROBLEM: During testing, when one of my app servers experiences a network failure (disconnected cable), the user being served by that app server isn't redirected until 10 minutes after submitting a request. There is no timeout of any kind. The browser just waits for the response and the mod_oc4j plugin seems to keep attempting to connect to the disconnected server. Eventually, about 8-1/2 to 12-1/2 minutes pass, mod_oc4j finally gives up and the user gets redirected to the only other available machine, with his/her session intact :-). This problem ONLY occurs if the 'outage' is network related. If I were to shut down/power off one of my app servers instead of disconnecting it, the user is redirected to the other server instantly.
    Can anyone shed some light on why mod_oc4j doesn't seem to be handling network outages very well?
    All machines are Windows Server 2003 Enterprise w/ SP1.

    It seems that i have the same problem. Any help welcome
    Thanks
    renaud

  • Pacman.conf kinda confused

    Hello i am just trying out Arch Linux and just did a fresh install. And i trying to enable the repositories and i seem to keep running into an error
    everytime i type pacman or anything related it get this error
    error: config file /etc/pacman.conf, line 65: directive 'Add your preferred servers here, they will be used first' not recognized.
    I know you have to add your own mirrors and such which i did, but still getting errors here is my etc/pacman.conf and /etc/pacman.d/mirrorlist
    here is the pacman.conf
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir     = /
    #DBPath      = /var/lib/pacman/
    #CacheDir    = /var/cache/pacman/pkg/
    #LogFile     = /var/log/pacman.log
    HoldPkg     = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst   = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl %u > %o
    #CleanMethod = KeepInstalled
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg   =
    #IgnoreGroup =
    #NoUpgrade   =
    #NoExtract   =
    # Misc options (all disabled by default)
    #NoPassiveFtp
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    # REPOSITORIES
    #   - can be defined here or included from another file
    #   - pacman will search repositories in the order defined here
    #   - local/custom mirrors can be added here or in separate files
    #   - repositories listed first will take precedence when packages
    #     have identical names, regardless of version number
    #   - URLs will have $repo replaced by the name of the current repo
    # Repository entries are of the format:
    #       [repo-name]
    #       Server = ServerName
    #       Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # Testing is disabled by default.  To enable, uncomment the following
    # two lines.  You can add preferred servers immediately after the header,
    # and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [localmirror]
    Server = http://www.pollicina.org/arch/localmirror
    core
    Add your preferred servers here, they will be used first
    Server = http://mirrors.easynews.com/linux/archl … po/os/i686
    Include = /etc/pacman.d/core
    extra
    Add your preferred servers here, they will be used first
    Server = http://mirror.pacific.net.au/linux/arch/extra/os/i686
    Include = /etc/pacman.d/extra
    community
    Add your preferred servers here, they will be used first
    Server = http://shlunix.org/archlinux/repo/os/i686
    Include = /etc/pacman.d/community
    # An example of a custom package repository.  See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Here is the /etc/mirrorlist
    # Arch Linux repository mirrorlist
    # Generated on 2009-06-16
    United States
    Server = http://mirror.archlinux.com.ve/$repo/os/i686
    Server = http://archlinux.unixheads.org/$repo/os/i686
    Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
    Server = http://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
    Server = ftp://mirrors.easynews.com/linux/archli … po/os/i686
    Server = http://mirrors.easynews.com/linux/archl … po/os/i686
    Server = ftp://ftp.archlinux.org/$repo/os/i686
    Server = http://mirrors.gigenet.com/archlinux/$repo/os/i686
    Server = ftp://ftp.gtlib.gatech.edu/pub/linux/di … po/os/i686
    Server = http://www.gtlib.gatech.edu/pub/linux/d … po/os/i686
    Server = ftp://mirrors.hosef.org/archlinux/$repo/os/i686
    Server = http://mirrors.hosef.org/archlinux/$repo/os/i686
    Server = ftp://ibiblio.org/pub/linux/distributio … po/os/i686
    Server = http://distro.ibiblio.org/pub/linux/dis … po/os/i686
    Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/i686
    Server = ftp://mirror.rit.edu/archlinux/$repo/os/i686
    Server = http://mirror.rit.edu/archlinux/$repo/os/i686
    Server = http://schlunix.org/archlinux/$repo/os/i686
    Server = http://mirror.sourceshare.org/archlinux/$repo/os/i686
    Server = http://archlinux.umflint.edu/$repo/os/i686
    Server = http://mirror.umoss.org/archlinux/$repo/os/i686
    # Venezuela
    #Server = http://mirror2.archlinux.com.ve/$repo/os/i686
    # Vietnam
    #Server = ftp://202.78.230.5/archlinux/$repo/os/i686
    #Server = ftp://ftp.indochinalinux.com/archlinux/$repo/os/i686
    #Server = ftp://mirror-fpt-telecom.fpt.net/archli … po/os/i686
    #Server = http://mirror-fpt-telecom.fpt.net/archl … po/os/i686
    Any help is greatly appreciated.

    Thanks for the reply appreciate it.
    And i think i understand it alittle bit better here is a link to my changed pacman.conf and mirrorlist
    Im still receiving errors about the mirrors
    pacman.conf link
    http://pastebin.ca/1576914
    mirrorlist
    http://pastebin.ca/1576916

  • Server IP changed, Messenger not loading.

    My VM administrator migrated my server, and gave it a new IP. I'm running SLES 10.1 and GWIM 204. eDir has been fixed, changed nds.conf and the properties in consoleone, ran ndsrepair. GW working fine. Changed the messaging agent host IP to the correct new one.
    I try to load, and get "failed." It doesn't even load the agent, so I have no log files at all since I took it down off the old location.
    Any ideas? Did I miss a setting?
    Oh, I'm using direct password, SSL is off. It's a test system.

    khanus,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • DB2 Hostname Change

    Dear All,
    Our SAP Servers use Linux Suse 11 for OS with DB2 v10.1.0.2 which run on VMware virtualization on Blade Server.
    Because of that our DRC planning will be done by restoring VMware images.
    But, there are issues when we try to restore the Production servers images (seperated between PROD-CI and PROD-DB)
    On OS level, IP,  Hostname also the SAP parameters has been replaced with the new ones (named PROD-CIDR and PROD-DBDR), the issues came up when we try to change to change DB2 hostname parameter using :
        db2set -g DB2SYSTEM=[new DB2 server hostname]
    we got this error:
         DBI1309E  System error.
         Explanation:
         The tool encountered an operating system error.
         User response:
         A system error was encountered during registry access. Ensure that there
         is enough space on the file system where the registry is located, and
         that there is a valid LAN connection if the registry is remote.
    when we looked at the db2diag.log, we got this info:
    FUNCTION: DB2 Common, Generic Registry, GenRegBin::Change, probe:240
    MESSAGE : ECF=0x900001EE=-1879047698=ECF_GENREG_RECORDBUF_FREEMEM_FAILURE
              Failed to free recordbuf memory
    CALLED  : DB2 Common, OSSe, ossMemFree
    RETCODE : ECF=0x900003EE=-1879047186=ECF_MEM_NULL_POINTER
              The address provided is NULL
    FUNCTION: DB2 Common, OSSe, ossMemFree, probe:20
    MESSAGE : ECF=0x900003EE=-1879047186=ECF_MEM_NULL_POINTER
              The address provided is NULL
    DATA #1 : String, 75 bytes
              NULL pointer for memory allocation address found at: GenRegBin.C, line 1453
    FUNCTION: DB2 Common, Generic Registry, GenRegBin::Change, probe:70
    MESSAGE : ECF=0x900001BC=-1879047748=ECF_GENREG_FAILED_TO_LOCK_REGISTRY
              Failed to lock the registry
    CALLED  : DB2 Common, Generic Registry, GenRegFile::Lock
    RETCODE : ECF=0x900001DA=-1879047718=ECF_GENREG_UNABLE_TO_OPEN_LOCK_FILE
              Unable to open the lock file
    FUNCTION: DB2 Common, Generic Registry, GenRegFile::Lock, probe:50
    MESSAGE : ECF=0x900001DA=-1879047718=ECF_GENREG_UNABLE_TO_OPEN_LOCK_FILE
              Unable to open the lock file
    CALLED  : DB2 Common, OSSe, OSSHFile::open
    RETCODE : ECF=0x90000001=-1879048191=ECF_ACCESS_DENIED
              Access denied
    Does anyone have this issue before?
    Kindly help,
    Regards,
    Stan

    Dear All,
    Finally I got the chance to give an update...
    Just yesterday, I finally succeed to replicate and configure the DR server of our QA system.
    Our steps are:
    Replicate the QA Server
    Build new server as DR server, set networking not to connect at power on
    After power on the server, I change some setting, which isChange /etc/hosts value,
                   Need to change the IP address, set the new IP and leave the hostname as it is
    Change Network Setting from YAST,
                   When we create new server from replication, they will create new connection properties (set as eth1), where the new assigned network hardware set. The old connection properties (set as eth0) contain the old IP, and will not contain hardware information/empty. So we need to delete the old connection properties and set the new IP to the new connection properties (also change the conf name from eth1 to eth0)
    Connect DR server to the network
            After this, we already can ping the DR server
    Start SAP services
    Then, the SAP DR can be accessed by SAP Logon by adding new connection while the real QA is still online.
    So far, we've tested it up to that point and haven't try to insert some transaction and also haven't check any issue related to SAP parameters.
    If there's no trouble, we intended to replicate the Production servers...
    Any inputs / suggestions about this? Is there any point that we need to check first at this point?
    Regards,
    Stan Beta

  • Time changes falsely on dual boot system[SOLVED]

    Hi, I have installed arch over my xp installation.  Everytime I login to one of them, my time always changes both on arch and xp. If I would change my time on xp, the time on my arch upon booting it changes also to a wrong time either late or advance...:(  Is there any way to stop this?
    Thanks in advance
    Last edited by kaola_linux (2009-03-28 03:08:38)

    fukawi2 wrote:Windows stores time in the hardware as localtime. You've probably got rc.conf to store it as UTC. Change rc.conf to store it as localtime and you should be right
    You were right, it was set to HARDWARECLOCK="UTC"...Changing it to localtime did the trick!!!:D Thank you so much..:)
    Thanks for all the replies
    Last edited by kaola_linux (2009-03-25 07:45:09)

  • [SOLVED] How do you input monitor details in xorg.conf.d/ ?

    I've recently installed Arch on an HP box - quad core i3 @ 3.1GHz, 4GB RAM, Radeon HD 6450 GPU / 1GB RAM;- it is using a Samsung SyncMaster 2443 24" monitor.
    [edit:] Using the open source xf86-video-ati driver stack. /edit
    The problem I have is that the X server thinks that the monitor isn't capable of handling more than vesa - in this case 1024x768 res'.
    If I change xorg.conf.d/20-gpudriver.conf  from vesa to ati, or create a .../20-radeondriver.conf with radeon in it the X server fails to start, stating that the screen found was unsuitable?
    So, how do I get around this? This monitor was previously being used on an AGP nVidia GeForce 7950GT very happily at 1920x1200.
    I've searched & not come up with info' on this. The data on the X.org wiki is out of date in this regard.
    Thanks for your time.
    Last edited by handy (2011-11-12 01:53:03)

    I just ran the following command:
    sudo hwinfo --framebuffer | less
    {I didn't really need to pipe the output to less, but if you don't use the --framebuffer option you certainly do (well I did anyway).}
    Which gives me this output:
    02: None 00.0: 11001 VESA Framebuffer
    [Created at bios.459]
    Unique ID: rdCR.aX_EXjgoS_0
    Hardware Class: framebuffer
    Model: "(C) 1988-2010, AMD CAICOS"
    Vendor: "(C) 1988-2010, AMD Technologies Inc."
    Device: "CAICOS"
    SubVendor: "AMD ATOMBIOS"
    SubDevice:
    Revision: "01.00"
    Memory Size: 16 MB
    Memory Range: 0xc0000000-0xc0ffffff (rw)
    Mode 0x0300: 640x400 (+640), 8 bits
    Mode 0x0301: 640x480 (+640), 8 bits
    Mode 0x0303: 800x600 (+832), 8 bits
    Mode 0x0305: 1024x768 (+1024), 8 bits
    Mode 0x0307: 1280x1024 (+1280), 8 bits
    Mode 0x0310: 640x480 (+1280), 15 bits
    Mode 0x0311: 640x480 (+1280), 16 bits
    Mode 0x0313: 800x600 (+1600), 15 bits
    Mode 0x0314: 800x600 (+1600), 16 bits
    Mode 0x0316: 1024x768 (+2048), 15 bits
    Mode 0x0317: 1024x768 (+2048), 16 bits
    Mode 0x0319: 1280x1024 (+2560), 15 bits
    Mode 0x031a: 1280x1024 (+2560), 16 bits
    Mode 0x030d: 320x200 (+640), 15 bits
    Mode 0x030e: 320x200 (+640), 16 bits
    Mode 0x0320: 320x200 (+1280), 24 bits
    Mode 0x0393: 320x240 (+320), 8 bits
    Mode 0x0395: 320x240 (+640), 16 bits
    Mode 0x0396: 320x240 (+1280), 24 bits
    Mode 0x0396: 320x240 (+1280), 24 bits
    Mode 0x03b3: 512x384 (+512), 8 bits
    Mode 0x03b5: 512x384 (+1024), 16 bits
    Mode 0x03b6: 512x384 (+2048), 24 bits
    Mode 0x03c3: 640x350 (+640), 8 bits
    Mode 0x03c5: 640x350 (+1280), 16 bits
    Mode 0x03c6: 640x350 (+2560), 24 bits
    Mode 0x0333: 720x400 (+768), 8 bits
    Mode 0x0335: 720x400 (+1472), 16 bits
    Mode 0x0336: 720x400 (+2944), 24 bits
    Mode 0x0353: 1152x864 (+1152), 8 bits
    Mode 0x0355: 1152x864 (+2304), 16 bits
    Mode 0x0356: 1152x864 (+4608), 24 bits
    Mode 0x0363: 1280x960 (+1280), 8 bits
    Mode 0x0365: 1280x960 (+2560), 16 bits
    Mode 0x0366: 1280x960 (+5120), 24 bits
    Mode 0x0321: 640x480 (+2560), 24 bits
    Mode 0x0322: 800x600 (+3200), 24 bits
    Mode 0x0323: 1024x768 (+4096), 24 bits
    Mode 0x0324: 1280x1024 (+5120), 24 bits
    Mode 0x0343: 1400x1050 (+1408), 8 bits
    Mode 0x0345: 1400x1050 (+2816), 16 bits
    Mode 0x0346: 1400x1050 (+5632), 24 bits
    Mode 0x0373: 1600x1200 (+1600), 8 bits
    Mode 0x0375: 1600x1200 (+3200), 16 bits
    Mode 0x0376: 1600x1200 (+6400), 24 bits
    Mode 0x0383: 1792x1344 (+1792), 8 bits
    Mode 0x0385: 1792x1344 (+3584), 16 bits
    Mode 0x0386: 1792x1344 (+7168), 24 bits
    Mode 0x03d3: 1856x1392 (+1856), 8 bits
    Mode 0x03d5: 1856x1392 (+3712), 16 bits
    Mode 0x03d6: 1856x1392 (+7424), 24 bits
    Mode 0x03e3: 1920x1440 (+1920), 8 bits
    Mode 0x03e5: 1920x1440 (+3840), 16 bits
    Mode 0x03e6: 1920x1440 (+7680), 24 bits
    (END)
    So now at last I understand (I had wondered about this) my graphics card supplies only the above vesa resolutions. This is why I see all of them being tested in the Xorg.0.log & I don't see 1920x1200.
    I can at last put this one to bed.
    Last edited by handy (2011-11-12 21:58:52)

  • How to update driver's .conf file?

    After write my device node, I changed some status of the module, and I want to save the change to the driver's .conf file. How can I do ?

    Hello.
    Is far as I understood you want to change the file "/kernel/drv/xxx.conf" to store your driver's new status there.
    I think there are no commands that are explicitely made for modifying the driver's .conf file. The only chance you have is to modify the file directly (by doing fopen(), fwrite() etc.).
    There are two ways to do it:
    1) From the driver itself:
    You may use the vn_xxx commands defined in <sys/vnode.h>. These commands provide the the functionality of open(), write() etc. for kernel drivers but they are not documented. You may have problems if your driver wants to change the .conf file in an early state of booting (before the file systems are mounted).
    2) Using a helper daemon:
    You may write an additional program which runs as seperate process in the background and checks the driver's state every second or every minute. If the state has changed the driver's .conf file is updated. This variant has some advantages:
    - You can use the entire C library (fopen(), ...)
    - You do not use undocumented commands
    - You can create the new .conf file the following way:
    fopen("mydriver.new.conf"...)
    unlink("mydriver.conf")
    rename("mydriver.new.conf","mydriver.conf")
    (The advantage doing so is that a system crash while writing to "mydriver.conf" does not result in a bad file!)
    I hope this helps.
    Martin

  • Virtual hosts and mod_oc4j.  Can someone from Oracle please answer, at least reply.

    Can someone please explain how to configure mod_oc4j and virtual hosts. It can be done with mod_jk, but I am have major problems in getting it to work with mod_oc4j.

    I am not sure about mod_jk so I won't touch that.
    mod_oc4j introduces directives that have the scope of either default server or virtual host - just like most OHS (Apache) directives. By default, these directives are in a file mod_oc4j.conf, and this file is included at the highest level.
    If you do want those mount points defined in mod_oc4j.conf to be available only to a certain virtual host etc., you can either create a mod_oc4j_vh1.conf file and have it included within the scope of the vh1 virtual host. Or, you can just define those directives right within the vh1 virtual host directive.

Maybe you are looking for

  • How can I convert a 0-50mA signal to 0-5 VDC for use by a PCI-6014 DAQ?

    I have a PCI-6014 DAQ card. I am trying to measure the output of a closed-loop current sensor, which has an output of 0-50mA. When I tried using a 100 ohm resistor as a load (to measure across the resistor to get a voltage input for the DAQ) I get an

  • Certificate Related Error Message/Please Help

    Today I received an "Unable to verify SSL server pop.gmail.com" message on my Mail server. I transfer mail from gmail to Mail. "Mail was unable to verify the identity of this server, which has a certificate issued to "pop.gmail.com". The error was: T

  • How to make bubble texts and captions linkable.

    Greetings from Australia I am trying to use iBooks Author for creating a genealogy book containing lots of text and being quite picture-laden. The Gallery widget is superb for all my pics and the Glossary comes in handy for the heaps of genealogy tex

  • How to share calendars

    My wife and I have our own Macs and iPhones. We have separate iCloud accounts. I'm looking for a way to share calendars so we can keep track of our family activites. My Calendar and her Calendar would be merged into a shared calendar. Anyone know if

  • PSE 7 Crashes when adding audio?

    I have Vista 64 and when i try to add audio it crashes the computer.  I have the latest driver from Realtek for my sound card.  Any sugggestions?