Starting in .mpaths in Solaris 10 using SMF

Hi, a simple question.
How do I start IPMP, aka in.mpathd via SMF in Solaris 10 ?
Cheers

in.mpathd is launched as part of the network/initial service. SMF appears to always run it, expecting that it will exit if unneeded.
So I guess you might have to restart that service if you've made configuration changes and don't want to run mpathd by hand.
Darren

Similar Messages

  • How to start Oracle database in solaris Machine

    I installed Oracle database in my solaris machine. Everything went fine .. I was able to install it and test the database if it's working or not.
    Something happened that made me shut down and restart the solaris machine, the problem is that Oracle is not running, so I have to start it manually, and I'm not sure how to do that ... Is there a way to start Oracle automatically once the solaris machine is started ...
    I'm using the SSH Secure Shell Client to configure and install everything into the solaris machine ..

    Here is the work around for starting oracle instance automatically.
    1) logon the system as root user.
    2) under /etc/init.d/ directory, create a file name oraclestart(name the file to what you feel comfortable). eg: /etc/init.d/oraclestart.
    with the following content:
    #!/bin/sh
    # Created by Henry Nguyen
    # Date 10/11/2005
    # Script to automatic start and stop oracle instances on server
    ORACLE_HOME=/export/home/oracle/product/9.2.0.1.0 (diffrent on your system)
    if [ ! -f $ORACLE_HOME/bin/dbstart || ! -f $ORACLE_HOME/bin/dbshut ]; then
    echo missing oracle start/stop script
    exit 1
    fi
    case "$1" in
    'start')
    su - oracle -c '$ORACLE_HOME/bin/dbstart'
    su - oracle -c '$ORACLE_HOME/bin/lsnrctl start'
    'stop')
    su - oracle -c '$ORACLE_HOME/bin/lsnrctl stop'
    su - oracle -c '$ORACLE_HOME/bin/dbshut'
    esac
    3) create 2 soft link as following:
    ln -s /etc/init.d/oraclestart /etc/rc2.d/S99oraclestart
    ln -s /etc/init.d/oraclestart /etc/rc0.d/K10oraclestart
    Note the S99 and K10: that are Solaris priorities to when start and stop an oracle instance and those letter must be capitalized.
    Hope this will help you

  • Unable to start workspace service on Solaris

    Hi,
    We are having some issues starting workspace services on solaris evviroment, when we start the workspace using the command "/app/hyperion/common/workspacert/9.5.0.0/bin/startAgent.sh" it starts only workspace agent, i see only the below process running on my server..
    /app/hyperion/common/JRE-64/Sun/1.5.0/bin/java -DSname=wksagent -DCMC_AGENT=true
    Actually there should be another service for workspace as below..
    /app/hyperion/common/JRE-64/Sun/1.5.0/bin/java -DSname=workspace -DAGENT_TASK=0
    My shared services is up and running fine, please direct me how to troubleshoot this issue. there are no log files which i can see what is the issue.
    Aslo note we are starting all the services in a prefered order
    Please let me know if you need further details.
    Thanks

    Set the Number of File Descriptors to unlimited. Under heavy load, WebLogic
    Server may use up all available file descriptors. You can raise the file
    descriptor limit permanently by setting rlim_fd_max and rlim_fd_cur in the
    /etc/system file and rebooting. Set rlim_fd_cur=256 (soft limit),
    rlim_fd_max=1024 (hard limit).
    see http://www.weblogic.com/platforms/sun/index.html
    "Satya Chauhan" <[email protected]> wrote in message
    news:3a679edf$[email protected]..
    I get the following error while starting Weblogic--------d.so.1:/usr/java/bin/sparc/native_threads/java: fatal: /dev/zero: open failed: Too
    many open files (/usr/java/lib/sparc/native_threads/libnet.so)ld.so.1:
    /usr/java/bin/sparc/native_threads/java: fatal: /usr/java/lib/libnet.so:
    open failed: Too many open files
    (/usr/java/lib/libnet.so)***************************************************
    ************************The WebLogic Server did not start up
    properly.Exception raised: java.lang.UnsatisfiedLinkError: no net in shared
    library pathjava.lang.UnsatisfiedLinkError: no net in shared library path
    at java.lang.Throwable.<init>(Compiled Code) at
    java.lang.Error.<init>(Compiled Code) at
    java.lang.LinkageError.<init>(Compiled Code) at
    java.lang.UnsatisfiedLinkError.<init>(Compiled Code) at
    java.lang.Runtime.loadLibrary(Compiled Code) at
    java.lang.System.loadLibrary(Compiled Code) at at at
    weblogic.t3.srvr.T3Srvr.checkAccess(Compiled Code) at
    weblogic.t3.srvr.T3Srvr.main(Compiled Code) at
    weblogic.Server.startServerStatically(Compiled Code) at
    weblogic.Server.main(Compiled Code) at weblogic.Server.main(Compiled
    Code)***********************************************************************

  • I want to switch stores from Japan to USA. I used to have an iTunes card, and there's 15 YEN left in my account, how can I get rid of that so I can start purchasing in the US store using my new credit card?

    I want to switch stores from Japan to USA. I used to have an iTunes card, and there's 15 YEN left in my account, how can I get rid of that so I can start purchasing in the US store using my new credit card?

    I can't seem to find an app that costs my available balance. iTunes said I need to spend it ALL before I can change stores. This means I cannot totally change stores.... Hopeless.

  • Macbook Pro takes a long time (41 secs) from start to reach log-in - It used to be almost instantaneous, I'm running Lion OS

    My Macbook Pro takes a long time (41 secs) from start to reach log-in - It used to be almost instantaneous, I'm running Lion OS. I thought this might be because I'd used a lot of disk space but I've now reduced that - I'm only using 40 of the 320 gb available. I have no games and I've unchecked the "re-open windows" option on shutdown. The rest of the preformance (once in) remains good.

    41 seconds is actually a little faster then normal. Boot from completely off is normally around 45-50 seconds.
    Your computer never ever came on almost instantaneously from completely off. You are confusing waking up from sleep mode and booting the computer from completely off.

  • I bought this apple ipad from pawn shop and have receipt. its locked by previous owner and pawn shop had no info on previous owner to contact. how can I delete all content and start fresh so my grandson can use for college?

    i bought this apple ipad from pawn shop and have receipt. its locked by previous owner and pawn shop had no info on previous owner to contact. how can I delete all content and start fresh so my grandson can use for college?

    If it's activation locked, you can't; go back to the shop and ask for a refund.
    (120778)

  • Problem in compiling mysql++ libraries on Solaris 8 using Sun C++ compiler

    Hi!
    I am trying to compile the mysql++ libraries on Solaris 8 using the Sun C++ compiler CC 5.3 version.
    but I get an error:
    "../../../../tools/mysql++/lib//resiter.h", line 53: Error: Invalid template parameter default.
    Can anyone let me know what can be the problem and whats the solution for the same.
    Thanks,
    Manik Gupta.

    The name of this forum is 'Java compiler'. Your question has nothing to do with that.

  • Oracle 11.2.0.3 upgrade running on Solaris 10 using zfs/zones

    Hello,
    We currently run solaris 10 using zfs/zones.
    We have a global zone and several sparse root zones.
    The oracle upgrade (from 10.2.0.4 to 11.2.0.3) prerequiste check is reporting the following warnings:
    OS kernel parameter "tcp_smallest_anon_port" plus 3 other warnings for tcp_largest_anon_port and for the udp ports as well
    This requires that we use ndd to change the values for these ports in the global zone.
    These changes will affect all of the sparse root zones and not just the one we are upgrading Oracle in.
    Will this pose any problems or is safe to make these port changes in the global zone.
    Thanks
    Kevin

    I would recommend you log an SR with Support
    Srini

  • Install Solaris 10 using HP-UX 11.23 NFS-mounted DVD

    Hi,
    I have a Sun Netra t1 105 w/512MB memory currently running Solaris 8. It does not have a DVD drive; so I mounted Solaris 10 DVD on a HP-UX 11.23 server. From the Sun, I can read DVD fine, but if I want to do a manual install of Solaris 10 using command line. When I execute ./installer it begins Live Update interface. The Sun box is not using volume manager. What's best way to upgrade Solaris 8 to 10 using NFS'd DVD?

    Certify - Certification Matrix: Oracle Database - Enterprise Edition on HP-UX PA-RISC
    Server Certifications
    OS      Product      Certified With      Version      Status      Addtl. Info.      Components      Other      Install Issue
    11i v3 (11.31)      9.2 64-bit      N/A      N/A      Extended Support      Yes      None      None      None
    11i v2 (11.23)      9.2 64-bit      N/A      N/A      Extended Support      Yes      None      None      None
    11i v1 (11.11)      9.2 64-bit      N/A      N/A      Extended Support      Yes      None      None      None
    11.0      9.2 64-bit      N/A      N/A      Desup:OS      Yes      None      N/A      N/A
    * sounds like it is a certified platform (but support is at Extendend Support level) - I hope you can find 9.2.0.8 patchset for this platform (it is the final patchset for 9.2 series and should be applied).

  • Interrupting clnt_call in Solaris 10 using signals

    Is there a way to interrupt a clnt_call() before it times out in Solaris 10 using signals?
    Under Solaris 2.6, we were able to send a client a SIGINT, the client would accept the signal, reset the timeout using clnt_control() and then immediately time out of the clnt_call when the signal handler returned.
    Under Solaris 8, the SIGINT no longer interrupted the blocked clnt_call when the nsl library was dynamically linked in but we were able to statically link in libnsl.a from the 2.6 library and keep our interrupt functionality working.
    Under Solaris 10, this workaround no longer works. Signals, other than the ones with predefined actions like SIGKILL, SIGSTOP, etc., all get queued up until the clnt_call times out on its own. siginterrupt has no effect on the clnt_call blocking of signals.
    Thanks in advance for any information on this topic.

    The problem only occurs when we use INADDR_ANY to bind a socket. The program works as expected when we use real as well as virtual IP address configured for an interface on any Solaris Zone. When we use INADDR_ANY, error number is 14 (EFAULT, Bad Address).
    Just wondering if we need to make any configuration changes in order to allow INADDR_ANY to work.

  • After downloading mountain lion the internet does not start automatically after start or restart but if I use diagnostics it starts is there a simpler solution

    After downloading mountain lion the internet does not start automatically after start or restart but if I use diagnostics it starts is there a simpler solution?

    Extensions can sometimes be the cause of problems. If the problem does not occur in Safe Mode, then you can disable your extensions one-by-one until you find out which one is causing the problem. See [[Troubleshooting extensions and themes]]

  • HTTP error while downloading solaris patches using wget

    Hello,
    I am getting a HTTP error while downloading solaris patches using wget.
    'Downloading unsigned patch 113096-03.
    --2010-06-18 03:51:15-- http://sunsolve.sun.com/pdownload.pl?target=113096-03&method=h
    Resolving sunsolve.sun.com (sunsolve.sun.com)... 192.18.108.40
    Connecting to sunsolve.sun.com (sunsolve.sun.com)|192.18.108.40|:80... connected.
    HTTP request sent, awaiting response... 302 Moved Temporarily
    Location: http://sunsolve.sun.com/pdownload.do?target=113096-03&method=h [following]
    --2010-06-18 03:51:15-- http://sunsolve.sun.com/pdownload.do?target=113096-03&method=h
    Reusing existing connection to sunsolve.sun.com:80.
    HTTP request sent, awaiting response... 401 Unauthorized
    Unknown authentication scheme.
    Authorization failed.
    Problem downloading 113096-03.
    What am i missing here... The credentials to login to sunsolve are correct and are updated in the downloadpatch.sh script.
    Please assist
    Thanks
    Sunny

    Try download via browser url:
    [http://sunsolve.sun.com/pdownload.pl?target=113096-03&method=h]
    You need a valid support contract not just Sunsolve account for many patches.

  • How to start OC4J in Sun Solaris???

    How to start OC4J in Sun Solaris???

    It's very simple, you go to the OBIEE documentation page:
    http://download.oracle.com/docs/cd/E10415_01/doc/nav/portal_booklist.htm
    And you download the Infrastructure Installation and Configuration Guide. You then read it and get to the section where if talks about Starting and Stopping the OC4J Process.

  • I can't login to solaris server using ssh(putty).

    Hi,
    I can't login to solaris server using ssh(putty).
    However I am able to login to that server using telnet.
    # pkginfo | grep -i ssh
    system SUNWsshcu SSH Common, (Usr)
    system SUNWsshdr SSH Server, (Root)
    system SUNWsshdu SSH Server, (Usr)
    system SUNWsshr SSH Client and utilities, (Root)
    system SUNWsshu SSH Client and utilities, (Usr)
    I see that ssh is running. Please suggest.
    # ps -ef | grep ssh
    root 392 1 0 Feb 27 ? 0:00 /usr/lib/ssh/sshd
    root 12523 392 0 Mar 03 ? 0:00 /usr/lib/ssh/sshd
    sbasha 12526 12523 0 Mar 03 ? 0:07 /usr/lib/ssh/sshd
    sbasha 10957 10954 0 Mar 03 ? 0:05 /usr/lib/ssh/sshd
    root 16495 16491 0 10:46:54 pts/2 0:00 grep ssh
    root 10954 392 0 Mar 03 ? 0:00 /usr/lib/ssh/sshd
    Thanks & Regards,
    -Gnanashekar-

    Hi,
    I found solution to the problem. By default sshd in solars 10 does not permit root logins.
    We need to edit /etc/ssh/sshd_config file as follows:
    PermitRootLogin yes
    and restart the sshd.
    #svcadm restart ssh
    Thanks & Regards,
    -GnanaShekar-

  • Error starting HTTP-Server: Address already in use: JVM_Bind

    Hello,
    I installed IAS 10.1.2.0.2. then I tried to start an application and get the following:
    D:\Oracle_Home_IAS\j2ee\home>java -jar oc4j.jar
    07/01/08 10:04:00 Error starting HTTP-Server: Address already in use: JVM_Bind
    07/01/08 10:04:01 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)
    initialized
    07/01/08 10:04:01 !!! No valid java compiler found !!!
    07/01/08 10:04:01 javac.exe not found under D:\MDK\jre\1.4.2, please use a valid
    jdk or specify the location of your java compiler in server.xml using the <java
    -compiler .../> tag

    If I had to guess, you are starting HTTP Server on the same port as some other service.
    BTW, Oracle Express is not a supported platform for Mobile Server.

Maybe you are looking for