SMF auto-Startup for svcadm and dsccagent - Sparc/Sol10

Greetings;
I've installed ODSEE Version 11.1.1.7.0 in a MMR setup.  Since my deployment is working as expected, I would like to ensure all necessary processes are started up after reboots.
I've successfully enabled one of my masters to auto-start (no DCC on this host) with:
dsadm stop <database-instance>
dsadm enable-service --type SMF <database-instance>
dsadm start <database-instance>
I then rebooted my server, and as expected, dsadm is running (YAY!)
I then did the same as above for dsccagent, using the following:
dsccagent stop
dsccagent enable-service
dsccagent start
This time however, svcs -a | grep dsee yields:
maintenance   15:39:21 svc:/application/sun/dsccagent7_-usr-dsee7:dsccagent7-usr-dsee7-var-dcc-agent
Reboots did not help any as well.   I am able to manually stop/start dsccagent, but that defeats the purpose for what I am trying to achieve.
I would also like to point out that I received the following error when I ran dsccagent enable-service:
Registering '/usr/dsee7/var/dcc/agent' as 'dsccagent7-usr-dsee7-var-dcc-agent' in SMF ...
****svccfg (/usr/dsee7/var/dcc/agent/tmp/svc.conf, line 2): Instance already exists.
The svc.conf file mentioned above does not even exist, well not where the error above states it does.
Finally, I am still running my DS as user root, any recommendations on swapping to user 'somethingelse' appreciated!
TIA!

I did, my logs never showed anything at all, leading me to believe that this is/was a SMF issue (see error given above).
What I did to fix this was to svccfg delete <daemon>, then dsccagent stop; dsccagent enable-service; dsccagent start two more TIMES!
For some reason, on two of my servers, I am showing two entries for each one SMF process, inconsistent across my four servers, but working fine <sigh>.
OK, so now that I've got my processes all registered IN SMF, and working, how do I stop processes on my pool of masters via DCC?   The DCC is apparently using a 'dsadm stop <instance>' command, versus 'svcadm disable <service-name>'. I know this because after my stop command via DCC is given, the process quickly restarts, as expected when not stopped with svc*.
Anyone?
Thanks,
-mi

Similar Messages

  • Suggest Values(Auto Fill) for code and description in WD ABAP

    Greetings everyone,
                     I have one ABAP webdynpro application which has to provide the auto fill (Suggest Values) option for one of the field for Eg:Material No.The requirement is the user will have only one field where he/she should be able to search the material either by its name or material number in the same field.Please let me know how we can achieve this.As of now i am able to search by material number using suggest values using my own custom search help.But how can i include the material description also as search option for the material number field.Any help will be appreciated.
    Material No:[____________]      <- - -   i should be able to search both by material number and description in suggest values(Autofill)
    Thanks,
    Vignesh

    Hi Thomas,
       You are right. I have exactly thought the same way and i implemented the code as well in the search help exit which will give my own search result to the searching criteria with both number and description. I have able to achieve this for one application and now i am able to search with both number and description in the same field.But when i am trying to get the same functionality for another field ,it is showing a auto fill values but only for code and not for description of the code.I have mentioned below the code i have written in the search help exit and i am passing the list to the source tab and getting the search help result in record_tab.When i test this from normal SAP GUI using F4 functionality it works perfect.But when i try to use this search help via Autofill(Suggest values) in WD ABAP,it is not working the same way what i want.I mean it only searches with the code but not with the description in teh autofill.
    Any help will be appreciated.
      IF callcontrol-step = 'SELECT'.
        DATA:lwa_selopt TYPE  ddshselopt,
             lit_selopt_rsfnr TYPE RANGE OF tn39t-rsfnr,
             lwa_selopt_rsfnr LIKE LINE OF lit_selopt_rsfnr ,
             lit_selopt_desc TYPE RANGE OF stnd_rsfna,"rsfna, "nkdi-stdtext,
             lwa_selopt_desc LIKE LINE OF lit_selopt_desc,
             lwa_tn39t TYPE tn39t,
             lit_tn39t TYPE STANDARD TABLE OF tn39t,
             lv_sel_val TYPE ddshselopt-low.
        READ TABLE shlp-selopt INTO lwa_selopt WITH KEY shlpfield = 'RSFNR'."'DKEY'.
        IF sy-subrc EQ 0.
          MOVE-CORRESPONDING  lwa_selopt TO lwa_selopt_rsfnr.
          APPEND  lwa_selopt_rsfnr TO lit_selopt_rsfnr.
          lwa_selopt-option = 'CP'.
          CONCATENATE '' lwa_selopt-low '' INTO lwa_selopt-low.
          MOVE-CORRESPONDING  lwa_selopt TO lwa_selopt_desc.
          APPEND  lwa_selopt_desc TO lit_selopt_desc.
          CLEAR:lit_tn39t[],record_tab[].
          SELECT * FROM tn39t INTO TABLE lit_tn39t
             WHERE spras = sy-langu AND ( rsfnr IN lit_selopt_rsfnr
             OR rsfsn IN lit_selopt_desc ).
          CALL FUNCTION 'F4UT_RESULTS_MAP'
            EXPORTING
              source_structure  = 'TN39T'
            TABLES
              shlp_tab          = shlp_tab
              record_tab        = record_tab        " <--- I am getting the result correctlyin record_Tab ..but it is not coming in the output/
              source_tab        = lit_tn39t
            CHANGING
              shlp              = shlp
              callcontrol       = callcontrol
            EXCEPTIONS
              illegal_structure = 1
              OTHERS            = 2.
          callcontrol-step = 'DISP'.
        ENDIF.
        EXIT. "Don't process STEP DISP additionally in this call.
      ENDIF.
    Thanks,
    Vignesh

  • Central auto-reaction for weinqueue and weoutqueue - which MTE Class

    Hello,
    In my CEN system (SAP Solution Manager), I want to assign a central auto-reaction method - for all my managed systems - regarding :
    1. IDoc Inbound Queue - weinqueue
    2. IDoc Outbound Queue - weoutqueue 
    In SAP Solution Manager, from RZ21, Technical Infrastructure, Configure Central System, Assign Central Autoreactions,
    you choose the managed system SID, the MTE Class and the "Central Autoreactions".
    Do you know what is the MTE Class for both "IDoc Inbound Queue - weinqueue" and  "IDoc Outbound Queue - weoutqueue" ?
    Thanks
    Best regards
    PC

    Hi PC,
    it is ALEIDcMTClass but its common for both Inbound and outbound idocs (Generic).
    the other option is ALEIDcMTAttCl but it s generic and is specific to a object you are looking at.
    You have to manage/configure the autoreaction according to the object you are looking at.(Monitoring object).
    Thanks,
    jagan
    Edited by: jagadheeshan govindasamy on Aug 31, 2009 6:32 PM
    Edited by: jagadheeshan govindasamy on Aug 31, 2009 6:33 PM

  • How to play custom track in Grand Theft Auto 3 for iPad and iPhone?

    Hi i just downloaded gta 3 for ipad (ios 6.1.3) and iphone 5 (ios 6.1.4) and i wanted to play my smosh songs when imin a car so how do i do it?

    Welcome to the Apple Community jane.
    You should be able to mirror your offline games, photos and videos to your Apple TV, without using any data.
    Basic AirPlay: Assuming both devices are on the same network and that AirPlay is not turned off on the Apple TV, then simply tap on the screen when you are watching content you wish to stream to your Apple TV, then tap the airplay icon that appears in the control bar, choose the Apple TV from the menu that appears.
    Mirroring: When displaying the content you wish to mirror on the iPad 2 (or better), iPad Mini, iPhone 4S (or better), swipe from the bottom of the screen, tap the AirPlay icon and choose your Apple TV from the list of devices (iOS 7 or better) or double tap the home button (quickly) and swipe the bottom row of apps to the right to reveal the playback controls, tap the AirPlay icon and select your Apple TV from the list of available devices (pre-iOS7)
    I'm not really sure why you need to set up a wifi hotspot to acheive this.

  • Auto startup/shutdown virtualbox and the machine running in it ?

    i am trying to use the phpvirtualbox to control the running of the virtualbox. although i am still using the rc.conf start the phpvirtualbox, i saw there was a way to start it up by  systemd. the question is, in order to start phpvirtualbox, you need to start the a virtualbox first (am i right ?), but how. also, when i want to shutdown the server, i have to stop the phpvirtualbox, the vm (which is xp in my case) inside the virtualbox and then the virtualbox, but how ?

    Robert Kempner wrote:
    Do I need to have "Time Machine" running in the background all the time ...
    It is how it is designed to be used. How Time Machine Works its Magic
    Robert Kempner wrote:
    ... can I turn it off and on say, once a week?
    Why..?
    Perhaps TM is not for you... See Time Machine vs. Clones and Archives
    More Info here >  http://www.reedcorner.net/guides/backups/ch2.php

  • I canceled my auto renewals for Netflix and HuluPlus but now I want them back.  What can I do?

    I was attempting to update my subscriptions to netflix and hulu by changing my plans but only option was to cancel auto renewal.  Now I can't upgrade or change because they are no longer listed as active subscriptions.  I also can't change them in netflix or hulu acct.  Is there away to go BACK to autorenewal?  Or what else can I do to upgrade to premium plans?

    Hi happyjoi,
    I'm sorry to hear you are having a subscriptions issue with your accounts. If you are no longer seeing your subscriptions because you inadvertently cancelled the auto-renewal, you may want to try repurchasing them from within the app (or from the App Store or Apple TV), as noted in the following article:
    Manage your auto-renewing subscriptions - Apple Support
    Regards,
    - Brenden

  • MacBook Pro 2010 Very Slow Startup for computer and Programs

    My MacBook Pro is very slow start up and sometimes fails to. also when using Safari computer will freeze. when opening and closing programs  it can take up to 15 min. this all started in the last two weeks. I have also had to update Yosemiti a lot  in the last couple weeks. Is there issues with the updates or is there something more going on?

    Post an etrecheck report back here, which may give us some clues.
    Cheers
    Pete

  • Auto Javadoc for Setter and getter methods

    Hi
    Is there a way to include javadoc while creating a Setter and getter itself?
    Thanks
    Tanjith

    but why addign javadoc to a getter/setter anywhy?Oracle [url http://download.oracle.com/docs/cd/E16162_01/apirefs.1112/e17483/oracle/jbo/common/AccTravDefImpl.html#getAccTravQualifiers()]does, so it must be OK :)
    But as Timo says, there's no automatic way that I know of. I suppose you could do something like that by making your own code template.
    John

  • Auto Signature for Curve 8900 series

    I'm trying to add a auto signature for text and email for Curve 8900

    Hi and Welcome to the Forums!
    I don't know about an SMS auto-sig, but for emails, you can access that via Setup > Email Settings (it may be slightly different depending on your device OS level).  Navigate into the account and there is a field for that information.
    You can also do this from your carriers BIS website:
    http://www.blackberryfaq.com/index.php/Where_can_I_log_into_my_BIS_account%3F
    If you've not used this before, you'll have to create an ID/password and associate it to your BB PIN...and then you'll have to also use those credentials on your BB. But there should be a checkbox to tick that will have your BB remember those credentials for future uses, so you only have to enter them once.
    Now, if you are on BES for some email, you must do something different...let us know and we'll guide you about that.
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • HT5824 I've been using numbers for iPad and I accidentally deleted a column. And the auto-save feature saved that and now I can't undo it. Does iCloud storage have backups of saved files from like 10 minutes ago? I have number

    I've been using numbers for iPad and I accidentally deleted a column. And the auto-save feature saved that and now I can't undo it. Does iCloud storage have backups of saved files from like 10 minutes ago? I have numbers synced to iCloud.
    I tried to undo it but the app crashed.
    I am hoping there's like a previously saved version of my file in iCloud somewhere. 

    No, iOS does not do short term incremental back ups to iCloud such as you get with Time Capsule.It backs up when you do soo manually, or if set properly, when the device is plugged in and connected to WiFi. It will not have saved your changes as of 10 minutes prior.

  • My auto install for Premiere Elements failed and told me i needed to do a restart and try installing again. Having restarted my laptop, how do I install the software? There are two .exe files in the folder - oem and start-up. Which should i run?

    My auto install for Premiere Elements failed and told me i needed to do a restart and try installing again. Having restarted my laptop, how do I install the software? There are two .exe files in the folder - oem and start-up. Which should i run?
    thanks

    for windows you should have an exe and a 7z file.  put both in the same directory and double click the exe.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Is it ok to set "auto shrink" ON for reportserver and reportserverTempDB database?

    Is it ok to set "auto shrink" ON for the reportserver and reportserverTempDB databases?
    I have read multiple 'best practice' advice articles to not se 'auto shrink' to true, and I understand the potential issue with index fragmentation, but I percieve this advice is for user created application databases and not for the ReportServer and
    reportserverTempDB databases.

    Hello Tom,
    Could you put it on - sure. Should you put it on - (My personal opinion is) never.
    There is more to it than just fragmenting indexes.
    About every half an hour or so the internal information kept about the database will be used to figure out if it should and can shrink and to about what size. This might be great for overnight when no one is using it, but the first time new extents are needed
    (since it just shrunk very small from no/light usage of reporting services) all requests will be halted until the data and log files grow. Basically you'll create a cycle of start->grow->stop->shrink->grow->shrink->grow->ad nausea. If
    you don't want to waste the resources of constantly growing and shrinking (plus all of the stopping when it happens) then don't enable it. If you don't care or it's not a big deal, go ahead and enable it but I'm not quite sure why a few MB would make a big
    difference?
    The reporting server databases are still "user" databases, they are not special system databases.
    Hope this helps.
    Sean Gallardy | Blog |
    Twitter

  • Startup for os 8 //? mark and face in folder symbol

    when trying to reinstall os 8 on an imac 266 the computer froze (i am new to this) now the computer gives me a grey screen with a folder/face symbol? that switches back and forth between it and a ? question mark symbol --- i have tried to restart it holding the x key but nothing-- i fear the os did not reinstall but maybe half way -is there a way to reboot from the cd disc again? or totally reset the computer? the computer worked ok before and booted up i am trying to take it from 8 to os 9 or beyond...i would like to upgrade the hard drive but not sure where to buy one for this old computer
    any help is appreciated thanks

    Hi, pangeyser -
    ...i have tried to restart it holding the x key but nothing....
    Holding down the X key is an instruction (to those machines coded for it) to boot to OSX (X as in OSX). The startup keyboard command which tells the machine to boot to a CD is to hold down the C key from the start of booting (C as in CD).
    If the CD is in the drive, the machine should eventually boot to to it anyway if left alone long enough - the flashing/alternating folder and ? symbols indicate the machine can not find a valid OS on the designated boot drive from which to boot; if you wait long enough, the machine will time-out in looking for that and will look elsewhere for the first bootable OS it can find.
    One benign possibility is that the machine is still looking for the CD, rather than for an OS on the hard drive. Once you get the machine booted to the CD again, try opening Startup Disk control panel - if the new OS on the hard drive is selectable, do so, and then try a normal restart.

  • Auto-startup EM for Solaris 10

    Hi all,
    I'd like to put the Enterprise Manager to auto-startup when rebooting the server.
    The database version are 10g and 11g, and the OS is Solaris 10.
    Basically the manual command is: emctl start dbconsole
    I'd like to setup automatically to execute the same command.
    Thanks in advance everybody.
    Alex

    Hi,
    I checked the Note 222813.1 you mentioned, but it says about to restart the database, also it's already done this setup, but it's not included the Enterprise Manager.
    Furthermore, I checked the oratab and its fine.
    Any other clue to proceed on that?
    Thanks.
    Alex

  • I am new to Firefox; how do I set up for auto fill for the various forms that need the same info time and time again; thanks.

    I am new to Firefox; how do I set up for auto fill for the various forms that need the same info time and time again; thanks.

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.org/kb/Private+Browsing
    *Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"
    *Select : [X] "Remember search and form history"
    See also:
    *https://support.mozilla.org/kb/Form+autocomplete
    <i>[locking thread due to the age]</i>
    If you have further questions then please start a new thread.
    *[[/questions/new start a new thread]]

Maybe you are looking for