Adv / Dis adv Oracle11GR2 on Solaris 10 Over Suse linux 10.3

Hi Folks,
Please let me know the Advantages/ disadvantages of choosing Oracle11gR2 on Solaris10 Over Suse linux 10.3
Your suggestions are highly appreciated.
Thanks
KSG

While the points brought up by the others are certainly valid, in my point of view, the best platform for Oracle, is the one which you are best capable of supporting. Where is your system administration expertise? Whatever your system administration staff is most comfortable with, should carry significant weight. If you go a direction that they are not comfortable with, at best, you're looking at retraining staff and/or hiring specific expertise. At worst, you'll run into a lot of stonewalling when trying to get support. DBAs, developers, and architects don't work in a vacuum, so, it's good to work with those who support the hardware.
-Mark

Similar Messages

  • OS migration - Existing server is on Solaris need to change to Suse Linux

    Dear SDN,
    My Development server is on Sun solaris 10 and need to change the OS SUSE linux 10.
    kinldy guide.
    1.This is migration activity or Heteogenues copy.
    Kindly suggest the steps invloed in it.
    please provide your expert guidelines.
    Database is Oracle 10.2.0.2 .(only need to change the os not database)
    Regards,
    Ravi Ghangurde

    My Development server is on Sun solaris 10 and need to change the OS SUSE linux 10.
    1.This is migration activity or Heteogenues copy.
    This is a heterogeneous system copy.
    please provide your expert guidelines.
    Since it´s a heterogeneous copy you need to have a certified migration consultant on-site, otherwise you will loose support for the target system (see the FAQ at http://service.sap.com/osdbmigration).
    Database is Oracle 10.2.0.2 .(only need to change the os not database)
    I´d use the R3load method. This will give you a "free reorganization". There are however other ways of doing that (transportable tablespaces).
    Be aware that Solaris on SPARC is a BigEndian platform whereas Linux is implemented as LittleEndian - so if you exchange binary data with other systems they need to be aware of that fact.
    Markus

  • Streams from 9i Solaris to 9i Suse Linux

    I am looking at replacing a materialized view log replication scheme from an Oracle 9.2.0.6 Apps 11i database running on Solaris to a 9.2.0.6 database running on Suse Linux with Streams. I haven't seen any info indicating that the hardware and o/s must be homogeneous only that the compatibility parameter must be 9.2.0 or greater.
    Does anyone know if this is/is not possible?
    Thank you!

    This setup should be possible.

  • Oracle 10g Installation Problem on SUSE Linux 10

    Hello Friends,
    I want to install SAP Solution Manager 7.0 with Oracle 10g on SUSE Linux 10.0.
    But, while starting the Installation i am getting following Errors.
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1,
    asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-04-22_03-59-38PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2009-04-22_03-59-38PM. Please ensure that this directory is
    writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    I have checked the Permissions and the Size of /tmp Directory, which is as followed:
    drwxr-xr-x  11 root root    0 2009-04-22 21:19 sys
    drwxrwxrwt  52 root root 1824 2009-04-22 16:00 tmp
    drwxr-xr-x  15 root root  408 2009-04-19 14:43 usr
    Filesystem           1K-blocks      Used Available Use% Mounted on
    /dev/sda10             2104376     73112   2031264   4% /tmp
    I am starting the Oracle 10g Installation within orasm7 User which is a member of dba, users, disk groups.
    The directories which are created upon starting the Oracle Installation in /tmp directory are having the situations as followed:
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-14PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-21 18:41 OraInstall2009-04-21_06-41-25PM
    drwxr-xr-x 3 orasm7   dba          128 2009-04-22 15:59 OraInstall2009-04-22_03-59-38PM
    The Oracle Installation log is as follwoed:
    Using paramFile: /home/MyData/51031676/database/install/oraparam.ini
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    The commandline for unzip:
    /home/MyData/51031676/database/install/unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.0.8
    /1/DataFiles/\*.jar -d /tmp/OraInstall2009-04-22_03-59-38PM
    I have set DISPLAY variable in this way before starting Installation:
    DISPLAY=$HOSTNAME:0.0
    export DISPLAY
    I tried to search the solution over the internet for this kind of problem, but i am not able to find its solution. Even i tried to start the Orale installation using this parameter: ./runInstaller ignoreSysPrereqs, but still it is giving the same unexpected error.
    I have a doubt on File/Directory permissions which are created for Installation in /tmp. The umask setiing of the system is 0022.
    Please, help me for this issue.
    Thanks & Regards,
    Bhavik G. Shroff

    Hi Markus,
    How are you ?
    Thank you very much for your reply.
    I was executing wrong runInstaller file. RUNINSTALLER is right file for starting the execution. But still i am facing the same error, which is as followed.
    Preparing response files. Please wait:
    ======================================
    Working on /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP
    /home/MyData/51031676/database/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.27450: Done
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1, asianux-2 or SuSE-10
                                          Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please wait ...
    Error in writing to directory /home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM. Please ensure that
    this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    SHROFF:~ # cd /home/orasm7/tmpora/
    SHROFF:/home/orasm7/tmpora # ll
    total 0
    drwxr-xr-x 3 orasm7 dba 128 Apr 22 17:25 OraInstall2009-04-22_05-25-26PM
    SHROFF:/home/orasm7/tmpora # cd OraInstall2009-04-22_05-25-26PM/
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM # ll
    total 4
    drwxr-xr-x 2 orasm7 dba 304 Apr 22 17:25 images
    -rwxr-xr-x 1 orasm7 dba 504 Apr 22 17:25 installActions2009-04-22_05-25-26PM.log
    SHROFF:/home/orasm7/tmpora/OraInstall2009-04-22_05-25-26PM #
    I have a doubt on tmp_netca_file & tmp_dbca_file variable.
    Please give your suggestion for the same.
    Regards,
    Bhavik G. Shroff
    Edited by: Bhavik G. Shroff on Apr 22, 2009 2:10 PM

  • FMS 2 on Suse Linux  9.1 - Rootserver

    Hi,
    i installed the Flash Server 2.0.1 developer version on my
    Suse Linux 9.1 Root Server.
    I can't loggin to the FlashServer Management Console
    Interface
    What exactly i need type in to the "Server Adress" Field?
    I tried ServerIp:PortNr and ServerHostName:PortNr --> I
    use 1111 as PortNr
    I think the service doesn't start.
    If i type this command:
    ./fmsmgr adminserver start
    i get:
    Admin server:fmsadmin command:start
    Starting Macromedia Flash Media Admin Server (please check
    /var/log/messages)
    if stop with
    ./fmsmgr adminserver stop
    i get:
    Admin server:fmsadmin command:stop
    Stopping Macromedia Flash Media Admin Server (please check
    /var/log/messages)
    fmsadmin: no process killed
    Admin Server has shutdown...
    ./shmrd: error while loading shared libraries: libnspr4.so:
    cannot open shared object file: No such file or directory
    if i type:
    ./fmsmgr list
    i get:
    Macromedia Flash Media Server services:
    fms
    Macromedia Flash Media Server running services:
    Processes for service "fms" in directory:
    /srv/www/htdocs/web1/html/stream/fms
    ** no server process **
    ** no administration server process **
    MY Admin Name and Password 100% correctly.
    After reinstallation i get this Message:
    Installing Macromedia Flash Media Server files...
    Configuring Macromedia Flash Media Server...
    Adding "fms" service.
    Setting default admin to "fms".
    fms 0:off 1:off 2:off 3:on 4:off 5:on 6:off
    Setting autostart for "fms".
    Server:fms command:start
    NPTL 0.61
    Starting Macromedia Flash Media Server (please check
    /var/log/messages)
    Admin server:fmsadmin command:start
    Starting Macromedia Flash Media Admin Server (please check
    /var/log/messages)
    The Macromedia Flash Media Server installation is complete.
    My questions:
    1. How can i check out over SSH command whether the
    FlashServer works correctly?
    2. If i download and install the Script with the root
    Account, what i need to enter, witch during the Flash Media Server
    processes for default "user" and default "group"?
    3. Can can i cange without some Problem the default path
    during the installation?

    The Answer is in your port TrippleEx.
    You must install libnspr4 library first.

  • SUSE Linux 8.0 + 9iAS r2 = Success

    Hi PPL, just reporting success and performance inscrease under Suse Linux 8.0:
    I can say that Oracle 9iAS under Linux for me performs at least 25-30% faster than Windows. I've installed IAS and INFRA in only one machine:
    Pentium 4 1.8Ghz
    1 GB RAM
    1 SCSI 15kRPM IB DISK
    Adaptec Ultra 160 controller
    2 GB SWAP
    I use PORTAL, FORMS, REPORTS and WIRELESS... I've installed the BUNDLED INTER-OPERABILITY PATCH Version of 9iAS r2, so i did not had to apply that patch. I've just applied today one CORE patch that was released in September for Linux/Unix versions and yesterday for Windows versions (patch 2542920)
    I've used SUSE 8.0, installed the Korn Shell package (KSH) and followed instruction on this VERY USEFULL whitepaper at htis site : www.stute.net !
    Remember to change SHMMAX parameters for the kernel as explained in www.puschitz.com !
    My last installation was made in 3 hours (SUSE installation included)
    Other tricks was i had to execute: xhost + as root to let oracle set DISPLAY and runInstaller! The linking errors were easily solved as explained in www.stute.net whitepaper.
    I've created a script to startup the INFRA database, but i couldnt start up automatically all services (OC4J's, HTTP, WEBCACHE), so i start them manually in OEM site http://mysite:1810
    I'm not a Linux GURU, but now i feels satisfied with performance and with stability.
    More... in Linux i can compile my FORMS files (FMX) even when they are used by someone user in a forms session.
    And even better is that PATCHS for Linux/Solaris usually are on "street" 1 month before Windows versions.
    Of course, I go crazy everytime i found bugs, but usually they are not plataform related.
    Joao Oliveira
    PS: If anyone needs help, i can give help online yusing ICQ messenger. My number is 23234761

    Hi
    I installed on SUSE Linux 8.0 the 9iAS R2, only the option A - J2EE and WebChache. Now I have following problems.
    1. Some configuration tools (OC4J, OPMN, DCM)were not initialized in the end of the installation. I read other postings with the same problems, but i never read a solution of these problems.
    2. After installation, i want to start the http server manually (dctml start -ct ohs) , but it doesn't work. I got the error message ADMN 100999, i dont know why !
    If i want to start the http-server with enterprise manager (EM worked partically) I got an EMException.
    I have no idea to resolve the problems, perhaps you
    Thank You

  • Patch: 8.0.5.1 on glibc-2.1 based SuSE Linux 6.2

    See the top of my homepage (http://www.csn.tu-chemnitz.de/~mha/)
    The package opatch.rpm there is for SuSE Linux 6.2, a glibc 2.1
    based distribution. Oracle 8.0.5.1 needs to be patched if you
    want to install it on glibc2.1-based Systems (however,
    upgrading an already running Oracle-System from glibc2.0 to 2.1
    works without any patches to Oracle - the problem is that Oracle
    is relinked during installation, and it must be linked against
    glibc2.0).
    The package also takes care of some other bugs in the Oracle
    installation process. It must be applied to the Oracle
    installation
    tree before installation, which means you cannot install from
    CD. I don3t think this will be a problem - you should have 475MB
    left
    for running Oracle anyway (475MB is the size of the tree of
    Oracle 8.0.5.1 Enterprose Edition)!
    PS: A similar (pre-installation) patch for Oracle 8i is on the
    way.
    null

    I would not blame ORACLE - I think the problem is
    with the EGCS and the libraries.
    I have emails from the linux.devel on these.
    For e.g. a simple program such as
    #include "stdio.h"
    FILE *fp = stderr;
    main() {
    gives error on Redhat 6.0, Caldera 2.2!
    It works on Solaris, IRIX, AIX, Redhat 5.2 and
    even with Visual C++ 6!
    I have had other programs such as pdksh (ksh) also
    dumping on Redhat 6.0 and Caldera 2.2
    (even after I compile everything from source!).
    I have also had nothing but trouble with other databases
    on 6.0. I think new kernels should go through a lot more
    testing before being released like this.
    I am also debating whether to move back to Redhat 5.2!
    Freddy Wissing (guest) wrote:
    : Oracle Development Team wrote:
    : : Oracle 8.0.5.x is certified on GLIBC 2.1 system and a patch
    : : is available for this.
    : : The patch available for download contains two files -
    : : README including instructions for applying the patch and
    : : the patch file glibcpatch.tgz (compressed tar). Follow the
    : : instructions provided in the README to apply this patch.
    : : This patch is available for both 8.0.5 Standard and
    Enterprise
    : : Editions of Oracle.
    : : Get Technical!
    : : http://technet.oracle.com
    : I agree with the others. Referring back to an older library
    : merely for compatibility's sake is different from forward
    : motion. I 've been having nuttin' but trouble with the compat
    : stuff, and now my pro-c stuff won't work at all. (separate
    post)
    : There needs to be REAL glibc-2.1 linking. I hesitate to run
    : anything important (no less mission critical) on top of these
    : compat packages, and it's truly making me rethink my strategy
    of
    : using RedHat/Oracle unless I revert back to RedHat 5.2, which I
    : liked.
    : If you are already publishing a real fix for this, please
    : disregard. Otherwise, please do us this favor. There's a
    : tremendous RedHat 6.0 population out there.
    : Freddy Wissing
    null

  • Need help setting up UML290 4g modem on SuSE Linux 11.3

    greetings,
       I have been digging through this forum and found other users that have had success in setting up their UML290 with both Mac and Linux. Ref:  http://community.vzw.com/t5/4G-Discussion/4G-LTE-Data-stick-Mac-Linux-Windows-other-authentication/td-p/347794/highlight/true/page/3   I took the plunge and signed for the new device.  It has been activated and initialized using windows XP Pro.  I have installed the modem device using YaST2 (configuation tool), set as /dev/ttyASM0 , set to #777 [email protected], etc.  I am using Qinternet to make the connections.  Below is the log, as it won't connect.
    Qinternet.logSuSE Meta pppd (smpppd-ifcfg), Version 1.60.46 on linux-ib6d.Status is: disconnectedtrying to connect to smpppdconnect to smpppdStatus is: disconnectedStatus is: connectingpppd[0]: Plugin passwordfd.so loaded.pppd[0]: speed 480000000 not supportedpppd[0]: --> WvDial: Internet dialer version 1.60pppd[0]: --> Initializing modem.pppd[0]: --> Sending: ATZpppd[0]: ATZpppd[0]: OKpppd[0]: --> Sending: AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0pppd[0]: OKpppd[0]: --> Sending: ATM0pppd[0]: ATM0pppd[0]: OKpppd[0]: --> Sending: ATX3pppd[0]: ATX3pppd[0]: OKpppd[0]: --> Modem initialized.pppd[0]: --> Sending: ATDT#777pppd[0]: --> Waiting for carrier.pppd[0]: ATDT#777pppd[0]: NO CARRIERpppd[0]: --> No Carrier!  Trying again.pppd[0]: --> Sending: ATDT#777pppd[0]: --> Waiting for carrier.
      Basically, what am I doing wrong, and how do I correct it?  I have been using the Pantech UM175 over the past years with success. There is also reference in the other post that this can or should be set up as an ethernet device.  How can that be done?
    4G LTE GSM General Device Settings-Phone Number: PhoneNumberAccount name: [email protected]: vzwAdvanced Settings-Carrier: GenericModel: GPRS (GSM/3G)APN: vzwinternetCID: 1
    thanks in advance for any help,
    idee

    OK, I have tested about all I care to at this point.  I have a g3 connection on Linux using the Pantech UML290 from Verizon.
    Open SuSE 11.3
    Kernel Linux 2.6.34.7-0.7 desktop
    Gnome 2.30.0  (using LXDE)
    QInternet for connections
    Modem installed as /dev/ttyACM0
    Tone Dial, Speaker Off, Detect Tone Dial Off
    Details (default settings)
      Buad Rate - 480000000
      Init 1 - ATZ
      Init 2 - AT Q0 V1 E1 S0=0 & C1 &D2 +FCLASS=0
    Enable Device Control Via Qinternet
    Provider information:
       Name: vzw4g #777
       Phone Number: #777
       User Name: [email protected]
       Password: vzw
    Manual (defaults for all of the rest of the settings)
     #777 provided the quickest (almost instant) connection to the carrier.  *99# & *99***3# also worked, but after a 60 second or longer wait.
    The primary reason for the successful 3g connection seems to be the use of the Pantech Tool posted by Toughbook (linked here) at the Verizon forum.  This process is all done under windows.  Be advised, if you have the tool "read" your device, you must write, even if you made no changes.  If you don't it won't work under the VZAccess Manager.
      The default settings (AT+CGDCONT?) on your UML290 should be:
    +CGDCONT: 1,"IPV6","vzwims","0:0:0:0:0:0:0:0",0,0
    +CGDCONT: 3,"IPV4V6","vzwinternet","0.0.0.0",0,0
    +CGDCONT: 4,"IPV4V6","vzwapp","0.0.0.0",0,0
      It seems that the modem might connect directly under SuSE Linux without any complications using the modem configurations and provider information above.  I am in a 3g area right now (4g is support to be here this summer) and when I try to connect with the unit straight out of the box, everything connected, but it found no carrier.  I'll know more once 4g is in our area.  There were a couple of other posts mentioning a direct hook up in Fedora.  I could not find any direct posts confirming that, but I am guessing this is the case.
      Willzzz suggested various options and tests (here post #12) on the Ubuntu forum.  I set up and tried all.  The test was to see if I could force the APN to see the 3g system under the 4g settings (out of the box, without the Pantech Tool alteration).  I was not successful with any.  I tried using all three of the AT+CGDCONT versions above in the Init3 setting.  Phone numbers of *99#, *99***3#, and #777. Even though both options (within the init string & in the dial-up number) are supposed to change the APN, neither worked for me.
    Many of these items have been discussed before in various posts in this forum.  I don't claim credit for anything, but trying various options.  Thanks to Neander, Willzzz88, Irieblue and Toughbook, among the others that added to those posts.  The reason for the detail in this post is simply to document what I tried, what worked and what didn't hoping it might help others connect.  Thank you all for your expertise on this forum.
    idee

  • Problems with running a scipt in SuSE Linux

    Hiya,
    Need some help please. I'm writing an application in SuSE linux and I'm having trouble porting it over from my SuSE 9.1 Pro desktop - to my SuSE 9.2 laptop.
    I'll try and keep it as brief and simple as possible so here goes;
    Firstly, everything works perfectly on my desktop which is running SuSE 9.1 Pro (which the program was written in)
    The problem is running the exact same code on my laptop which is running SuSE 9.2 Pro.
    The line of code that is causing me the problem is this:
    Runtime.getRuntime().exec("bash -c /home/bryan/.annwn/scripts/annwnCommand.gmt");As you can see, all I'm trying to do is run a simple script (that will execute a bunch of commands and create an image.)
    Now, this code works perfectly when run on my desktop - but will not run on my laptop.
    When I try to run the code with my program on my laptop, nothing happens. However, if I run this on the command line:
    bash -c /home/bryan/.annwn/scripts/annwnCommand.gmtThe script is run - It works pefectly. It also works on the command line if I just do:
    /home/bryan/.annwn/scripts/annwnCommand.gmtThe only difference in my development environment is SuSE 9.2 over SuSE 9.1 - but I cannot see how this would affect this command not running from within my application.
    So, can you see any reason at all why the command would work perfectly on SuSE 9.1 (and through my application), and perfectly on the command line of SuSE 9.2 - but not when run through my application?
    I know it's a long shot, and it's a pretty vague problem - but if you can think of anything. I'd be very, very grateful.
    Hope this makes sense!
    Many thanks!

    Thanks.
    I'm running both applications as the same user. All other aspects of the application and code work perfectly - just running that script using the Runtime method.
    Basically, everything is exactly the same between to the two machines - only the difference in OS version.
    I'm guessing that it well may be a Linux problem, sorry if this is the wrong forum. I'm just at a complete loss with this!

  • ORA-27102 in SUSE Linux 10.1 (64 bit)

    Hi all,
    We are migrating our Sun solaris OS to SUSE Linux 10.1 64 bit and database is oracle 9.2.0.6
    In sun solaris server we are having 8GB physical memory but when are allocating 4gb to oracle memory, we are getting error at the time of nomount stage
    ORA-27102: out of memoryThe following parameter have been set at a OS level
    ai-oracle:/proc/sys/kernel # cat shmall
    4194304
    ai-oracle:/proc/sys/kernel # cat shmmax
    2147483648
    ai-oracle:/proc/sys/kernel # cat shmmni
    128
    ai-oracle:/proc/sys/kernel # cat sem
    250     32000   100     128
    ai-oracle:/proc/sys/kernel #
    ai-oracle:/proc/sys/kernel # free
                 total       used       free     shared    buffers     cached
    Mem:       8305776    6736700    1569076          0      91376    6423060
    -/+ buffers/cache:     222264    8083512
    Swap:     16779884          0   16779884
    ai-oracle:/proc/sys/kernel # uname -a
    Linux ai-oracle 2.6.16.21-0.8-bigsmp #1 SMP Mon Jul 3 18:25:39 UTC 2006 i686 i
    686 i386 GNU/Linux
    ai-oracle:/proc/sys/kernel # ipcs -lm
    ------ Shared Memory Limits --------
    max number of segments = 128
    max seg size (kbytes) = 2097152
    max total shared memory (pages) = 4194304
    min seg size (bytes) = 1
    ai-oracle:/proc/sys/kernel # getconf PAGE_SIZE
    4096
    ai-oracle:/proc/sys/kernel #
    ai-oracle:/proc # cat meminfo
    MemTotal:      8305776 kB
    MemFree:       1104276 kB
    Buffers:         93024 kB
    Cached:        6874760 kB
    SwapCached:          0 kB
    Active:        5515856 kB
    Inactive:      1602096 kB
    HighTotal:     7468300 kB
    HighFree:       404892 kB
    LowTotal:       837476 kB
    LowFree:        699384 kB
    SwapTotal:    16779884 kB
    SwapFree:     16779884 kB
    Dirty:             152 kB
    Writeback:         120 kB
    Mapped:         260168 kB
    Slab:            35036 kB
    CommitLimit:  20932772 kB
    Committed_AS:  1611264 kB
    PageTables:      26288 kB
    VmallocTotal:   112632 kB
    VmallocUsed:     16664 kB
    VmallocChunk:    93836 kB
    HugePages_Total:     0
    HugePages_Free:      0
    HugePages_Rsvd:      0
    Hugepagesize:     2048 kB
    ai-oracle:/proc #
    ai-oracle:/proc # ipcs -m
    ------ Shared Memory Segments --------
    key        shmid      owner      perms      bytes      nattch     status
    0x00000000 65536      gdm       600        196608     2          dest
    0x889396d8 131073     oracle    640        322961408  450Please suggest me....
    Edited by: user00726 on Jun 21, 2009 9:33 PM

    i am getting the below error in alert log file
    WARNING: EINVAL creating segment of size 0x0000000081400000
    fix shm parameters in /etc/system or equivalent
    Sun Jun 21 14:13:23 2009
    Starting ORACLE instance (normal)
    Sun Jun 21 14:13:23 2009
    WARNING: EINVAL creating segment of size 0x0000000081400000
    fix shm parameters in /etc/system or equivalent
    Sun Jun 21 14:20:42 2009
    Starting ORACLE instance (normal)
    Sun Jun 21 14:20:42 2009
    WARNING: EINVAL creating segment of size 0x0000000081400000
    fix shm parameters in /etc/system or equivalent
    Sun Jun 21 14:28:36 2009
    Starting ORACLE instance (normal)
    Sun Jun 21 14:28:36 2009
    WARNING: EINVAL creating segment of size 0x0000000081400000
    fix shm parameters in /etc/system or equivalent
    Sun Jun 21 14:29:48 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 2but i have crosschecked the same in oracle metalink 151496.1
    and i got to know that
    The error is reported by Oracle during allocation of the SGA and will happen
    in cases where the kernel parameter SHMMAX/SHM_MAX is not set high enough.
    The SHMMAX kernel parameter decides the maximum size of a shared memory segment
    that can be allocated in the system. Since Oracle implements SGA using shared
    memory, this parameter should be set appropriately. The value of the SHMMAX
    kernel parameter should be higher than the maximum of SGA sizes of the Oracle
    instances used in the server. In cases where the SHMMAX is smaller than the SGA
    size, Oracle tries to fit the entire SGA into a single shared memory segment,
    which will fail, and you will see the warning message in the alert.log.
    The recommended value for this parameter is 4294967295 (4 GB), or the size of
    physical memory, or half the size of physical memory, depending on platform.
    Setting the SHMMAX to recommended value in the kernel parameter configuration
    file and rebooting the server will get rid of the warning messages. See the
    platform specific Oracle installation guide for detailed information on how to
    modify the SHMMAX/SHM_MAX kernel parameter.but i had also set the value half of physical memory i.e 4gb but still i am getting the same error

  • Migrate my Suse Linux users account  to mac os x moutain lion?

    Can someone tell me how to migrate my Suse Linux user accounts, including mail, to mac os x moutain lion?

    You need write a script to map your /etc/passwd database to the values in MacOS. Use the dscl command like here: http://www.deadmarshes.com/Blog/20111105010130.html or here: http://hintsforums.macworld.com/showthread.php?t=141798
    You can't take the /etc/shadow, because MacOS encrypts the passwords other than Linux.
    Your users need to change their password:
    - via Webinterface from Mountain Lion
    - or via Server.app
    - or on a linux client using the OpenDirectory (LDAP) from ML
    Each mail user needs to belong to the group com.apple.access_mail. You can configure with ML-tools any forwards. Tools: Server.app (Appstore), WorkGroupManager (http://support.apple.com/kb/dl1567)
    I'm migrated/migrating my users from Solaris LDAP. I'm using this technology.
    Migrating the Mail system is an other task.

  • How to remove the OpenBoot's entries writen by SuSe linux

    I installed SuSe Linux for Sparc to Ultra 10. When I
    unloaded linux and re-installed Solaris 8, I found the disk slice0 was masked and could not be recovered.
    I am looking for the idea to remove the entries set by
    SuSe.
    Thanks

    On Windows, look in C:\ProgramData\Cisco\Cisco AnyConnect Secure Mobility Client\Profile. the profile entries should populate that directory.
    New connections should add profiles or you can build one manually using the following simple template, substituting your values where I have typed xxxx:
    <?xml version="1.0" encoding="UTF-8"?>
    http://schemas.xmlsoap.org/encoding/">
          xxx
          xxx.xxx.xxx.xxx
          SSL
    There are a lot more optional entries but that's a bare bones one.

  • Suse Linux loses SAN connectivity

    Hi All,
    anyone come across a problem before where a blade with Suse/Redhat linux installed loses connectivity when one of the HBA is disconnected? we have a situation where we have a blade with Suse linux 11 installed (SAN boot) & we configured 2 vHBA's (one on each Fabric) plus Powerpath is installed & configured correctly (as advised by SAN vendor).
    we "disabled" one of the vHBA's & immediately we lost connectitity even though the 2nd vHBA was still "connected". as soon as we re-enabled the vHBA, it started working. we then tested by disabling the 2nd vHBA & left the 1st vHBA running & it still lost connectivity.
    we will be looking at the powerpath logs, but i thought i would ask the forum to see if anyone can give some pointers,
    any suggestions?
    Thanks
    Kassim

    Robert,
    have not tested without powerpath but i guess it will be the same.
    reason for saying the above is that we found out the problem yesterday when SAN vendor was carrying out a FLARE code upgrade on the SAN & when SPA rebooted, our Suse server fell over. all other ESXi hosts continued working.
    we checked the powerpath install & found that it was installed but was not registered. below was the output when querying the powerpath install:
    # rpm -qa EMCpower*
    EMCpower.LINUX-5.3.2.00.00-029
    # powermt check_registration
    There are no license keys now registered.
    # powermt display dev=all
    PowerPath modules are not loaded.
    Ensure that the modules are loaded and try again.
    so i guess this "might" equate to powerpath not been installed as its un-usable.
    we did get it registered & configured & asked SAN vendor to confirm the config & they were happy with it.
    Kassim

  • Suse linux is best for Oracle 9i or not

    Hi all,
    I want to know whether the SUSE linux for ORacle 9i is best or not.My boss wants to migrate our current Oracle 9i on Solaris 8 with storage to Suse linux without stroage.
    Will the suse linux is good for oracle 9i and
    Is it true that Oracle going to desupport SUSE linux in coming 6 months.....
    Please do let me know....

    user00726 wrote:
    Hi all,
    .My boss wants to migrate our current Oracle 9i on Solaris 8 with storage to Suse linux without stroage.
    How are you going to run it without storage?
    Will the suse linux is good for oracle 9i and Kind of open ended. Is Pepsi better than Coke? Although as stated, Oracle 9i will be your bigger support issue.

  • Install of SuSE Linux 9.0 freezes early on

    I recently upgraded to an MSI 865PE Neo2 motherboard, with a P4 2.8 GHz processor.  I've installed Windows XP Professional without difficulty, but I tried to install SuSE Linux 9.0 and it locks up early on in the boot process during "hardware detection."  Opinions on this forum about earlier versions of SuSE and the YaST program were fairly poor, and their own site says that support for the Neo2 is only "partial."  Has anyone gotten Linux to install successfully on this mobo, and if so, which flavor?

    I have a Neo2-S and have mixed success w/ Linux as well.  I just tried SuSe Live 9.2 and it took me about 10 times to get it to boot.  I think the only thing that I changed when it actually booted was the option to make the boot screen verbose.  I hit something like F3 and changed that option.
    Knoppix 3.3 works great for me
    Knoppix 3.4 doesn't boot
    Mandrake Move 10 doesn't boot
    I may have some of the version numbers wrong because I am just typing them off of the top of my head.  I also have only tried the bootable CD version because I don't want to risk any conflicts w/ my Win XP.
    I am also about to get a new 200 GB SATA drive and I know that is going to complicate things even further.  I just wish that the devs would spend more time working on hardware support so n00bs won't have probs when trying out Linux.
    They really need to make all distro's of Linux be able to use all of the IDE/SATA channels in a system.  This is probably dependent on the kernel though.  I don't know that much about Linux.

Maybe you are looking for

  • I downloaded an album from iTunes store and it will not play on my iPhone

    Hi All, I downloaded an album from the iTunes store. It will not play on my iPhone 5. How do I contact the iTunes store to get this problem corrected?

  • Meeting Place 8.0 Audio Recording play back

    Hi, We are currently using Meeting place 8.5, it is currently installed as Express Media server (Single server solution) as audio only conferencing solution. I am able to record a meeting using meetingplace conference manager, but there is no option

  • Emailing Video files

    I need to send a video by email but at the moment it is on a DVD. It has file endings BUP, IFO, and VOB. I attempted to import them into FCP7 but it would only accept the VOB file. Any ideas?

  • Operating system problems

    Wanting to update my operating system. running 10.4 now need to update to 10.6.3. Do I need to update to Leopard before snow leopard will work?

  • JSP WYSIWYG Tools

    Hello all, What's the deal with JSP WYSIWYG tools? Is Dreamweaver still the only option? I have been searching for a way to rapidly develop JSP pages. I want to "drag and drop" beans onto the pages. I did see IBM's WS Studio, but it's a huge download