How to disable a group of services

I want to disable a group of services. For example
online 15:56:55 svc:/network/ipsec/ipsecalgs:default
online 15:56:58 svc:/network/ipsec/policy:default
online 15:57:22 svc:/network/shares/group:default
online 15:57:42 svc:/network/routing-setup:default
online 15:58:44 svc:/network/dns/client:default
online 15:59:16 svc:/network/inetd:default
online 16:00:41 svc:/network/rpc/gss:default
but this doesn't work:
svcadm disable network/*

That is a complicated task. But seems to be the only way. Is this correct?
for i in ipsec/ipsecalgs ipsec/policy shares/group routing-setup dns/client inetd rpc/gss
    svcadm disable network/$i

Similar Messages

  • How to disable a specific windows service from a monitor?

    Hi,
    Recently I created a SCOM 2012 R2 Pool to mange around 40 Win 2012 servers,  however from the first day i got heaps of RemoteRegistry Services stopped alert.
    What i want to do is to disable the RemoteRegistry Service monitoring, but still can hear the voice from other services.
    From the Service Alert Monitor : "Service Running State", i have following options to disable
    1.: For the object: RemoteRegistry, it's OK, but i don't want to do it 40 times.
    2.For the objects of Class: Windows.ServiceClass: it will disable all Service monitoring
    3. For a group: same, stop all services
    4 . For a Specific object of class: Windows.SersviceClass, i can't choose multiple servers.
    5. For all objects of another class: no idea what to choose.
    Anyone has same experience like this? thanks!

    You will need to Select override For all objects of class:
    Class and disable monitoring Services and select enforce to ensure that applied.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Mai Ali | My blog: Technical | Twitter:
    Mai Ali

  • How to disable RTMFP peer introduction services on FMDS4?

    Hello,
    I've installed FLASH MEDIA DEVELOPMENT SERVER 4 for testing. I wonder if there is a way to disable Stratus/Cirrus peer introduction services included in this version of FMS, because I need to simulate Flash Media Interactive Server 4 (not the Enterprise version) to adjust my application properly for cheaper solution.
    I am using NetStream.DIRECT_CONNECTIONS and I want to test, what are the differences of usage and how to do it right, even implement a fallback, when no peer introduction services are working on the server.
    Thanks.
    FMS4 versions comparison table: http://www.adobe.com/products/flashmediaserver/helpmechoose.html

    Basically, I want to switch my Development Edition into Interactive Edition.
    I can't find any useful and thorough manual on how RTMFP behave on each separate version, so I decided to play with it and try it myself (because I have only Development=Enterprise Edition).
    And yes, I want to develop application that can fallback from peer introduction (P2P) to server managed (RTMFP) and more to TCP (RTMP) if neccessary.
    (I understand it that RTMFP can function in P2P and server-client scenario)
    (I want to solve the problem, that INFLUXIS doesn't host FMES4, but only FMIS4.)

  • How to disable via Group Policy - "Any user who has a password doesn't need to enter it when waking this PC"

    The setting can be found in the following location:
    From the “Charm” bar, Settings>Change PC Settings>Users>Sign-in Options> click the “Change” button next to “Any user who has a password must enter it when waking this PC”.
    I am looking to disable this option via Group Policy on our domain, but am unable to find a default policy related to this setting.  I am searching Group Policy on a Server 2012 machine, and in local Group Policy in Windows 8, but have found nothing. 
    Hoping I'm just missing the location of this and someone can point me to the right place.
    Regards,
    -BN

    There is no specific policy for this item. Please set “Require a password on wakeup” policy instead.
    Niki Han
    TechNet Community Support
    I'm using Windows Server 2012 R2, and I can't find the above quoted policy, and don't know where to anymore where to look. I searched for "Require a password when the computer wakes up", but it took me to the "Define Power Buttons and Turn On
    Password Protection" page of System Settings, but there's NOTHING there except the "When I press the power button".  I really want to stop having to enter a password every time I wake up the monitor screen.
    Capt. Dinosaur

  • How to disable test/test web service option in SOA em console

    Hi All,
    I had set up the HA soa clustered environment with 2 nodes.
    But i didn't find any pre defined roles under
    soa_infra -->security-->application roles , so i want to create a user with only read access and like to disable even test option too.
    Please provide me inputs.
    Thanks,
    Mahiii...

    Hi
    You can create a user account with full READ ONLY access to Weblogic Admin and EM Console. But I am not sure if Testing access is also prevented, mostly may not. See this post for more details:
    Re: Create a user with read only access in the weblogic server 10.3.5
    Thanks
    Ravi Jegga

  • How to disable updates for terminal services.

    We have installed firefox on our terminal servers. but currently it is set for auto updates. We need to disable auto updates on a server level so that we have consitancy of version across the board. The solutions I've searched via Google all are solutions for Firefox 2.x but now version 9.0 is out the same methodolgy doesn't apply.

    Use a mozilla.cfg file in the Firefox program folder to lock prefs or specify default values.
    Place a file local-settings.js in the defaults\pref folder where you also find the file channel-prefs.js to specify using mozilla.cfg.
    pref("general.config.filename", "mozilla.cfg");
    pref("general.config.obscure_value", 0); // use this to disable the byte-shift
    See:
    * http://kb.mozillazine.org/Locking_preferences
    You can use these functions in mozilla.cfg:
    defaultPref(); // set new default value
    pref(); // set pref, but allow changes in current session
    lockPref(); // lock pref, disallow changes
    lockPref("app.update.enabled", false);

  • How can I disable tab groups?

    Please tell me how to disable tab groups? I don't want this feature, I'd like to return to old individual tabs, which are not hiding

    Don't use them. If you have created a tab group then delete that group.
    *https://support.mozilla.com/kb/what-are-tab-groups

  • How to disable "View Report" button in reporting services

    Is anyone know how to disable "View Report" button in reporting services, I know can do custom code in report properties, what is the code? I have tried something like this ***button1.enable=false, but it can not success.
    Appreciate if anyone can reply me, thanks.

    Hi,
    The message box don't work on the web because it is of windowform box. Based on your further description, you might want to do the date parameter validation. If so, there is common way to do this:(assume the date parameter value inputed can't be less than 2007)
    1) Intert a textbox and input the message used to show the end users if they input a invalidated date value for the parameter, and then set the textbox's hidden property to =iif(Year(Parameters!myPrameter.value) < 2007,false, true)
    2) Insert a Rectangle control below the textbox created in step 1, and put all report items in it and set the Rectangle's hidden property to =IIF(Year(Parameters!myParameter.value)<2007,true,false)
    After these, if the end users input the date value can meet the project requirement, the report will show the data the end users want, otherwise, the end users will see the error textbox to tell them the parameter value is incorrect.
    Hope this help,
    thanks,
    Jerry

  • How to disable query-string evaluation in OSB proxy service?

    OSB 10.3 proxy service evaluates the query String ?WSDL (are there more such parameters?). Usually the assigned WSDL will be returned this way.
    I want to use OSB as simple HTTP-proxy. There is no WSDL assigned. The proxy service should simply pass all parameters to the request pipeline. This works fine for parameters in general but not for WSDL. This produces the exception below.
    Does anyone have an idea how to disable this query string evaluation within OSB proxy service?
    Thanks
    Daniel
    <25.11.2009 15:43 Uhr MEZ> <Error> <WliSbTransports> <BEA-381304> <Exception in HttpTransportServlet.service: java.io.IOException: This service is not associated to a wsdl
    java.io.IOException: This service is not associated to a wsdl
    at com.bea.wli.sb.transports.http.ResourceRequestProcessor.securedInvoke(ResourceRequestProcessor.java:108)
    at com.bea.wli.sb.transports.http.ResourceRequestProcessor.process(ResourceRequestProcessor.java:61)
    at com.bea.wli.sb.transports.http.HttpTransportServlet$RequestHelper.handleMetadataRequest(HttpTransportServlet.java:314)
    at com.bea.wli.sb.transports.http.HttpTransportServlet$RequestHelper.service(HttpTransportServlet.java:215)
    at com.bea.wli.sb.transports.http.HttpTransportServlet.service(HttpTransportServlet.java:133)
    at weblogic.servlet.FutureResponseServlet.service(FutureResponseServlet.java:24)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3498)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Daniel,
    http://hostServer/contextpath?WSDL is common way of retrieving WSDL for service whcih supports one. The case you are suggesting is if the service does not have any wsdl associated, then it is good practice that caller be notified appropriately which is being done by OSB. OSB is indicating that the service for which we have used ?wsdl has no wsdl associated.
    I guess there is no way we can disable this feature for un-typed OSB services (services which doesn't have wsdl associated). Any reason why would we don't want exception when '?wsdl' is used?
    Manoj

  • How to disable Bonjour service advertising in Yosemite

    Hi there,
    I'm trying to disable the Bonjour service advertising in Yosemite / Mac OS X 10.10.
    Unfortunately the instructions in OS X: How to disable Bonjour service advertising without disabling DNS no longer apply, since Yosemite no longer has /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist
    I did some digging around and there's someone who made a script to disable it in various Mac OS versions, including supposedly Yosemite: https://github.com/MacMiniVault/Mac-Scripts/blob/master/disablebonjour/disablebo njour-README.md
    I had a look at the script to find out what it does and manually inserted "--no-multicast" as string under Program Arguments in /System/Library/LaunchDaemons/com.apple.discoveryd.plist
    Doing so, will mess up the wi-fi. Networks only show when wi-fi is off, and turning it on makes it seem like it's off and I'm never able to connect until I undo the changes described above.
    Wondering if:
    1) The result from changes above is expected or is it a bug?
    2) If Apple can update OS X: How to disable Bonjour service advertising without disabling DNS to include instructions for Yosemite.
    3) Did anyone here manage to disable Bonjour service advertising in Yosemite without introducing any new issues?
    Thanks!

    So far, it doesn't appear to work correctly.  I've posted more details in a thread here:
    Disable Bonjour in 10.10 without breaking DNS or WiFi

  • How to disable auto-completing service request after completing last activity

    How to disable standard rule, that change service request status to "Complete" when the last activity in this service request is completed?
    For SCSM 2012 R2

    Perhaps you can use the "Closed" status as a way of indicating that your are completely finished with a service request? (This follows ITIL). It has the advantage of being an out-of-the-box feature and, by default, SR's have to be closed by
    a user.
    Keep in mind, though, that closed service requests are groomed out of the CMDB (356 day retention time by default, i believe). But, they'll still be available for a few years in your data warehouse.
    What is your business reason for this behavior? Console views? Custom reports?
    If "Closed" doesn't cut it for you, you may want to consider extending the Server Request class with your own status property that you can use for whatever your requirements are.

  • How to Disable Library Services on Portal Administration Console?

    How do we set the Library Services Enabled to false on Portal Administration Console?
    Thanks

    Thanks for the response.
    Is it not possible to disable it in the config file (content-config.xml)?
    not sure if this is related to that: [ http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/cm/deploydescriptorCM.html#wp1074440|http://download.oracle.com/docs/cd/E13155_01/wlp/docs103/cm/deploydescriptorCM.html#wp1074440]

  • How to disable access to Information OnDemand Services from InfoView

    Is there any supported way of disabling 'Access Information OnDemand Services' option on InfoView
    toolbar and home page in BOXI R2 SP3?

    Hello,
    This requires modifying JSP files. Please backup all files before mofying them.
    Also, to the best of my knowledge this is supported. That said, this does not mean that the modifications will stick through updates/patches. Could someone from BO confirm?
    This is how we did it (Java Infoview).
    Go to
    C:\Program Files\Business Objects\Tomcat\webapps\businessobjects\enterprise115\desktoplaunch\Infoview\main\
    Open headerPlus.jsp, and comment out the following section:
    <c_rt:if test="<%= isOnDemandInstalled %>">
    <fmt:message var="ttOnDemandHome" key='main.home.link.ondemand'/>
    toolbarCtrl.add (newIconWidget("btnOndemand",
    "<%= context + schema.getUrl(application, "img.toolbar.ondemand") %>", onBtnOnDemandClick,null,
    '<%= Encoder.encodeJS((String)pageContext.findAttribute("ttOnDemandHome")) %>', 16,16,3,3,25,3));
    </c_rt:if>
    There is an alternate way to do the same in the following SAP Note (I have not tested this)
    1206230 - How to hide the OnDemand icon in infoview on Tomcat

  • How to disable Internet Options using Group Policy Object?

    Dear everybody,
    Please tell me about how to disable Internet Options via group policy to Internet Options on Tool menu, Internet Options on Control Panel and Command control inetcpl.cpl?
    kea

    Hi,
    The location of this GPO in Windows Server 2008 should be:
    User Configuration\Administrative
    Templates\Windows Components\Internet Explorer\Browser menus
    Enable the Group Policy “Tools
    menu: Disable Internet Options… menu option”
    Hope that helps.
    Regards,
    Leo   Huang
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Iphone disabled, i cannot access the serial number to get support , how do i unlock with  no service provider?

    iphone disabled, i cannot access the serial number to get support , how do i unlock with  no service provider?
    i just got my iphone i set it up with icloud but didnt sync with itunes yet, i dont have a service provider yet either but i have been locked out for foregetting my passcode which i now remember ...... also i have tried calling apple support but get a busy signal after going through prompts.........PLEASE HELP

    http://support.apple.com/kb/ht1212

Maybe you are looking for

  • Is it possible to do a clean install of 8.1?

    Numerous times over the past few months i have set off on a google hunt to figure out how to get an ISO of 8 or 8.1 so i can do a clean install on my PC... but i can never find anything that works for my situation. Often i find people discussing the

  • Clip Notes + Streaming QuickTime = broken?

    I guess this is more of an AME or Reader issue, but figure that PPro users are the most common users of Clip Notes... I've tried exporting a Clip Notes PDF with streaming QuickTime video from both PPro CS3 + AME, PPro CS4 + AME, and standalone AME CS

  • Insert a link on xml report. The link should open up a document(PDFS).

    Is it possible to insert a link in the report? The value would come from a sql query. The link when clicked on would open up the pdf or doc. Is this done thru a href or by inserting a dynamic hyper link. The release Release 5.6.2 documentation refere

  • Is there any java programming tool/editor available??

    I am new to java and need to do my class work. I need an editor/programming tool for writing, editing and compiling java applications. I have been suggested TextPad. But is there anything more advanced and sophisticated available than TextPad. I hear

  • Periodically loose visibility to wireless network

    Peridically, I loose visibilty to the wireless network. I have another computer using the same network where this does not happen? This happens on a laptop which does connect to multiple networks in its trouble. Not sure why but the problem goes away