Service Management Facility (SMF) - Service Won't Go Online

Hello All,
I am new to this forum, but getting rather frustrated and thought I'd see if any of you could point me in the right direction.
I have just loaded Solaris 10 on my local workstation and I'm trying to get it set up. I have a simple script that I did have set up in my Solaris 9 inittab file to respawn. This script essentially kept track of my filesystem size and sent me an email if any specified filesystem went over a defined limit. It worked great for me in my Sol9 environment.
I have been trying to create a service (manifest?) for this same script, and I am clearly doing something wrong because when I import/enable the xml file, the service runs (I can see the process consistantly running, exiting, restarting), but the service state is offline.
I confess, this is my first attempt at a service script...and I can't seem to find much on-line info about the values - I have essentially just copied bits and pieces from other service xml files.
Please take a look and let me know if you see anything obviously wrong.
# svccfg import fscheck.xml
# svcs -a |grep fscheck
offline* 12:53:25 svc:/site/fscheck:default
# svcs -xv fscheck
svc:/site/fscheck:default (?)
State: offline since Tue Jul 24 12:53:25 2007
Reason: Start method is running.
See: http://sun.com/msg/SMF-8000-C4
See: /var/svc/log/site-fscheck:default.log
Impact: This service is not running.
# ps -ef |grep fscheck
root 3184 818 0 11:12:01 pts/4 0:00 tail -f site-fscheck:default.log
root 3484 7 0 13:08:26 ? 0:00 /bin/ksh /lib/svc/method/fscheck
Output of log file.
[ Jul 24 12:56:25 Method "start" exited with status 0 ]
[ Jul 24 12:56:25 Stopping because all processes in service exited. ]
[ Jul 24 12:56:25 Executing stop method (null) ]
[ Jul 24 12:56:25 Executing start method ("/lib/svc/method/fscheck") ]
# svcs -l fscheck
fmri svc:/site/fscheck:default
enabled true
state offline
next_state online
state_time Tue Jul 24 13:08:26 2007
logfile /var/svc/log/site-fscheck:default.log
restarter svc:/system/svc/restarter:default
contract_id 214
dependency require_all/none svc:/milestone/multi-user-server (online)
# more fscheck.xml
<?xml version="1.0"?>
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
<service_bundle type='manifest' name='manifest:fscheck'>
<service
name='site/fscheck'
type='service'
version='1'>
<create_default_instance enabled='true' />
<single_instance />
<dependency
name='foo_opt'
type='service'
grouping='require_all'
restart_on='none'>
<service_fmri value='svc:/milestone/multi-user-server' />
</dependency>
<exec_method
type='method'
name='start'
exec='/lib/svc/method/fscheck'
timeout_seconds='0' >
</exec_method>
<exec_method
type='method'
name='stop'
exec=':true'
timeout_seconds='0' >
</exec_method>
<property_group name='startd' type='framework'>
<propval name='duration' type='astring' value='wait' />
</property_group>
<stability value='Unstable' />
</service>
</service_bundle>

It looks like your startup script is hanging somehow. Run a ps and grep the process of the startup script to see if it has any children. That may help you determine where it is getting stuck. If you can't find any children, edit that script and add checkmarks that write to a debug file. Things like:
echo "checkpoint 1: `date` " >> /tmp/fscheck
Or... now that I think about it.... did you simply put your script in place at:
/lib/svc/method/fscheck ??
If so, that's your problem. SVC expects the startup script to finish, and from there tracks the children.
Put fscheck somewhere else, and make /lib/svc/method/fscheck a script that calls your fscheck as a background process.

Similar Messages

  • Cannot connect to the Service Manager portal WCF service - Error when opening SM Portal

    Greetings,
    I have tried everything I can think of to resolve this issue and I have tried all suggestions I have found on Technet.
    Basically, I had the SM Portal working on a test VM.  I am ready to use it in production but it is not working.  I deleted my test VM and built a new one.  On it, I have SharePoint 2010 Foundation and the SM Portal installed.  I have
    a valid self-signed cert.  the FQDN is correct (hqsrva24.dds.local) in both SharePoint and also in IIS.  I also made sure under Application Settings on the SM Portal IIS site points to the FQDN of the SCSMWebContentServer.
    So what happens when I go to the SM Portal (https://hqsrva24.dds.local:444/SMPortal) is it prompts me for a logon, which i put in and the site comes up.  But at that point the Silverlight portion is not loaded and I immediately get prompted for a logon.
     I have tried several different logons, all of which have full access to the site in Sharepoint.  Eventually I get the error in red at the bottom of the screen "Cannot connect to the Service Manager portal WCF service"
    If I try to access the Web Content Server service on its own (https://hqsrva24.dds.local/Servicehost/services/DataAccessService.svc), I get a prompt to logon and none of my logons work.  i eventually get
    an unauthorized error. However; If I log into the server which SM Portal is on and go to https://localhost/Servicehost/services/DataAccessService.svc, I get no prompt to login and I get a "Metapublishing for this service is currently disabled."
    I'm out of ideas at this point, barring completely starting over (not just the SM portal but all of the Service Manager Suite).

    Man I've had this problem so many times and its almost always a different solution. Are you sure that either the Domain Users group or NT Authority\Authenticated Users have permissions to the site and service. remember the the two prompts are authenticating
    different things: the Sharepoint site and the application site (silverlight). Make sure users have permission in both SCSM and in Sharepoint. 
    - Slow is smooth and smooth is fast.

  • Error: "Cannot connect to the Service Manager portal WCF service on SSP" SCSM 2012

    I have the SSP installed on a Sharepoint 2010 server.  The web portal is installed on the SCSM 2012 management server.  When opening the SMPortal I get an error message at the bottom
    "Cannot connect to the Service Manager portal WCF service.  Please contact your helpdesk or UT administrator for further help."
    I have manually modified the web.config on the portal for SSL and the Application Settings in Sharepoint IIS per the guidance of others.  I'm able to open the service in a browser.  Assistance is greatly appreciated.

    Http and https is bound on both the content server and the portal. That didn't work. Same error message:
    Cannot connect to the Service Manager portal WCF service. Please contact your helpdesk or IT administrator for further help.
    Here's the IIS log for the content server
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/ServiceCatalogSilverlightModule.xap - 443 - 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 401 2 5 2078
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/ServiceCatalogSilverlightModule.xap - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 140
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/Instrumentation.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 46
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/BaseSilverlightModule.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 31
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/AdvancedResources.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 15
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/DataAccess.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 31
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/Core.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 46
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/BasicResources.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 46
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/BuildConstants.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 15
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/CustomControls.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 31
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/WizardResources.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 46
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.ComponentModel.DataAnnotations.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 15
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/ToolkitResources.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 46
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Controls.Data.Input.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 31
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Controls.Navigation.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 31
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.ComponentModel.Composition.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 62
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Controls.Input.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 31
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Controls.Data.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 140
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Controls.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 218
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/en/Settings.xml - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 2 15
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Controls.Toolkit.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 218
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Xml.Serialization.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 234
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Windows.Data.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 234
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/System.Xml.Linq.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 250
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/en/SilverlightModule_StringResources.resx.xml - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 234
    2012-01-10 21:10:01 X.X.X.X GET /ContentHost/ClientBin/Settings.xml - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 203
    2012-01-10 21:10:20 X.X.X.X POST /ServiceHost/Services/DataAccessService.svc - 443 - 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 401 2 5 17598
    2012-01-10 21:10:28 X.X.X.X POST /ServiceHost/Services/DataAccessService.svc - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 0 8580
    2012-01-10 21:11:01 X.X.X.X GET /ContentHost/ClientBin/en/Settings.xml - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 2 0
    2012-01-10 21:11:01 X.X.X.X POST /ServiceHost/Services/DataAccessService.svc - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 0 203
    2012-01-10 21:11:06 X.X.X.X GET /ContentHost/ClientBin/RequestOfferingSilverlightModule.xap - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 171
    2012-01-10 21:11:06 X.X.X.X GET /ContentHost/ClientBin/FormControls.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 125
    2012-01-10 21:11:06 X.X.X.X GET /ContentHost/ClientBin/en/Settings.xml - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 2 0
    2012-01-10 21:11:06 X.X.X.X GET /ContentHost/ClientBin/Microsoft.Practices.ServiceLocation.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 234
    2012-01-10 21:11:06 X.X.X.X GET /ContentHost/ClientBin/Microsoft.Practices.Unity.Silverlight.zip - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 304 0 0 234
    2012-01-10 21:11:08 X.X.X.X POST /ServiceHost/Services/DataAccessService.svc - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 0 203
    2012-01-10 21:12:36 X.X.X.X GET /ContentHost/ClientBin/en/Settings.xml - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 2 0
    2012-01-10 21:12:37 X.X.X.X POST /ServiceHost/Services/DataAccessService.svc - 443 domain\user 2002:4acb:cb4f:8000:0:5efe:X.X.X.X Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+WOW64;+Trident/5.0) 404 0 0 203

  • Cannot connect to the service manager portal wcf service

    Hi Guys,
    I'm having some issues with a fresh installation of the Service Manager 2012 Web Portal where I get the above message. Things I haved tried from reading other forum posts here:
    I've increased the maxStringContentLength value to 2457600
    Added HTTP bindings to Service Manager Portal (HTTP port 448) and SCSMWebContentServer (HTTP port 447)
    Added the FQDN to web.config in ContentHost
    ensured that web.config in ServiceHost has matching "DefaultHttpsBinding" throughout and "DefaultHttpsServiceBehavior" throughout
    I can access /ServiceHost/Services/DataAccessService.svc without issue
    I can access the SMPortal without issue, it just comes up with the above. Would anyone have any ideas?
    Thanks
    Lewis

    Sometimes if you don't have enough memory it can cause that error.  I have seen that a couple of times.  The first was because it was just a demo server and only had 4Gb RAM. 
    If you visit the page http(s)://servername:SMSSPPort/ServiceHost/Services/DataAccessService.svc what error do you get? 

  • Importing CI from Service Desk with CSV to Service Manager 2012 Business Services

    Hello,
    I am going from HP Service Desk to Service Manager 2012.
    I cannot find out how to import the Service Desk CI's to Service Manager 2012with CSV Import.
    I think I have to move it into Configuration Items-Business Services and I have used a simple script to Import users and Computers in to my test server. I tryid to Import the CI's with the  script but I change it to Business Services but it did
    not work.
    I have been browsing for a solution but I cannot find any that works for. So my question is does somebody know some way to complish this. I appreciate any coments.
    Thanks in advance Olafur_s
    Icelandic DBA admin

    Hi there Jarek,
    I am having now exactly the same problem; i didnt know i could find the messages in solman with DNOTIF transaction.
    I could before create support messages from my satellite system, by using RFC BACK connection as log on screen, so the user was able to log on and the messages was succesfully created. Now I am trying to use this RFC connection as not log on screen, with an automatically generated user (with the RFC wizard from SMSY transaction in solman), and im getting same error as you.
    I dont know if these are related, but if my explanation can help ypu, or someboday else who knows can help us please
    Thanks a lot in advance
    regards
    katia.

  • Enterprise Services & Managing Quality of Service

    Hello,
    the documents published recently regarding ESA are pretty much aligned with the general idea to follow the idea of SOA. We talk a lot about enterprise level functionality and the reuse of high-level patterns being developed. However there is not much talking (yet) about the managing and monitoring of those enterprise services. Eg. Enterprise Services without well defined service-level-agreements attached to them and a platform supporting to manage&monitor (quality of service) these services tend to be applied just like any other application-service.
    The question raising here: Where (based on what technology/platform) does SAP want to manage such SLAs allowing also business managers to understand what quality of service is being provided to their business functions. So far I haven´t spotted anything supporting that layer...(in the sense of "Click on an enterprise service, eg. define alert if response is greater than x sec or n service call failed, category of enterprise service...)
    Regards
    Rudi

    Rudi,
    It is never any fun to say "It depends".  But that is the way I feel I have to start this response.  I think your question does hit the next level of required detail in an ESA beyond the exposure of services to the enterprise.  Immediately after exposing services, basic SLA's and monitoring becomes critical. 
    There are in fact monitoring capabilities in XI 3.0 that should give us the first round of basic "Service Management".  XI also offers a reasonable way to conduct service failover and redundancy by providing a both routing and queueing.  I do think the issue is Service Management (encompassing SLA's, monitoring, alerting, failover, etc.).  XI is where I think it could be done most consistently, but we are not all the way there.  I will do some digging and get back to you on this with an update.
    Each of these tasks could be done as Infrastructure Services supported out of WebAS 6.40.  This might not be a bad move for the next 6-12 months.  If these services are modeled after the standards, then a simple form of SLA monitoring, logging, and alerting should be pretty easy to create and maintain.  It is pretty straight forward to say that all your service calls go through a set of basic infrastructure services to provide the visability you are requesting.
    Excellent question, that deserves a better answer.  I will see what I can find out.
    -- David

  • [SOLVED] "No connection to service manager" when enabling services

    Following the wiki, trying to convert one of my Arch boxes to pure systemd. At step five ( https://wiki.archlinux.org/index.php/Sy … stallation ) where I am supposed to enable units to replace the daemons from rc.conf I hit a brick wall. Basically any time I use the systemctl command I get the message "No connection to service manager"
    So running:
    # systemctl status dbus
    returns:
    Failed to get D-Bus connection: No connection to service manager.
    Any idea what is going on?
    Last edited by marko2010 (2012-08-17 02:34:42)

    I have this same error:
    # systemctl -a
    Failed to get D-Bus connection: No connection to service manager.
    # systemctl enable syslog-ng.service
    ln -s '/usr/lib/systemd/system/syslog-ng.service' '/etc/systemd/system/syslog.service'
    ln -s '/usr/lib/systemd/system/syslog-ng.service' '/etc/systemd/system/multi-user.target.wants/syslog-ng.service'
    [root@FX-8120 etc]# systemctl start syslog-ng
    Failed to get D-Bus connection: No connection to service manager.
    [root@FX-8120 etc]#
    # uname -a
    Linux FX-8120 3.8.4-1-ARCH #1 SMP PREEMPT Wed Mar 20 22:10:25 CET 2013 x86_64 GNU/Linux
    # pacman -Q systemd
    systemd 198-1
    I can't remove  initscript becouse more demons don't work propely with systemd like network, cond, aiccu, cpufreq, spamd, teamspeak3-server, etc....
    Have you any idea why don;t work statu option systemctl?
    Last edited by batot (2013-03-26 07:47:05)

  • HP Service Manager vs HP Service Anywhere.

    Hello ,
    Does HP Service Anywhere has any module level differences from HP Service Manager.
    Regards,
    Somya 

    Somya_Tyagi, welcome to the forum.
    Here are links to each of the services:
    http://www8.hp.com/us/en/software-solutions/service-anywhere-itsm-itil-service-desk/
    http://www8.hp.com/us/en/software-solutions/service-manager-service-desk/
    This is a peer to peer help forum. The only presence that HP has on it are the Admins and the Mods. Otherwise, none of us works for HP.  Therefore, I suggest contacting the Sales rep for each of the products.  There is a phone number in the "Contact Us" section of each link.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Oracle Web Services Manager and Stateful Services

    Hi,
    I was wondering if anybody could help or provide guidance on stateful web services and the OWSM.
    I've registered a stateful web service with the OWSM. I also selected the "Keep-Alive" option as well, but this prob. doesn't pertain to stateful web services. But it doesn't seem to register the fact that its a stateful web service. When I call it, I have a packet analyzer that looks at the TCP trace and no Session id is sent back in the headers on the client side, which is on a separate box. Obviously, running it directly with Java and Axis works fine.
    We are using a gateway for the OWSM, not an agent. The web service is successful in getting called through OWSM but the problem is that no session information is sent back to client so subsequent calls fail b/c the web service requires the state and what the previous call was. This web service is a .NET service and resides on a different server/box than the Oracle SOA suite.
    Are there any tutorials/information out there that would tell me how to register a stateful web service with the OWSM? Eventually we'd like to connect the OWSM to an ESB and that would require it to be stateful as well obviously.
    Thanks again,
    Nathan

    On OTN, documentation library. Search for Oracle Web Service Manager and there you will see the Extensibility Guide.
    http://www.oracle.com/pls/as10131/drilldown?word=Oracle+Web+Services+Manager&wildcards=0&remark=federated_search

  • System Center Service Manager Data Access Service Start Up Failure Due to SQL Configuration Change to Mix Mode

    Our SCSM Management Console, SCSM web Portal, every thing is down after we change SQL Authentication to Mix Mode Windows and SQL. After this we had revert back to Windows Authentication Single Mode and delete that account who was having DB_Owner access.
    Please help to resolve this issue. Thanks in advance
    Sajid H. A. Rashid Analyst Application Developer

    strange...
    What do you mean by everything is Down? Is the SDK (data access) service able to start?
    http://codebeaver.blogspot.dk/

  • Cannot connect to service manager portal wcf service

    I only get this error on one request offering.  Everything else on the portal works fine.  This RO worked until I update one of the user prompts.  The prompt is a query result that is configured to return domain users only of display name
    equals the users that I have listed.  I have about 40 users display names listed under the criteria.  I didnt set token, do I have to? 
    What else might effect the WCF service for only one item on the portal?
    - Get on the floor, do that dinosaur

    Well I looked in the silverlight trace log which said:
    The maximum string content length quota (24576) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader.'.  Please
    see InnerException for more details.
    I'm not sure how to increase this though.  
    - Get on the floor, do that dinosaur

  • Cannot connect to the Service Manager portal WCF service...again

    I've ran into this error a few times now, but I have usually been able to fix it. This time its being more stubborn. 
    This is a brand new 2012 R2 portal running on a brand new SharePoint 2010 SP1 two server farm. The web content server is installed on both of the webservers just like Travis has it in this blog: http://blogs.technet.com/b/servicemanager/archive/2012/05/04/how-to-configure-the-self-service-portal-sharepoint-site-or-the-web-content-server-for-load-balancing.aspx 
    We have it F5 load balanced with a 3rd party cert which is working fine. We get to the site and the app loads, but instead of seeing the only catalog item I have published, I see the red error at the bottom stating that it cannot connect to the WCF service.
    I've double checked all my bindings in IIS and the web.config. When I look in the web server event log I see this:
    System.ServiceModel 3.0.0.0 Event ID 3
    WebHost failed to process a request. Sender Information: System.ServiceModel.Activation.HostedHttpRequestAsyncResult/37916227 Exception: System.Web.HttpException: The service '/ServiceHost/Services/DataAccessService.svc' does not exist. ---> System.ServiceModel.EndpointNotFoundException: The service '/ServiceHost/Services/DataAccessService.svc' does not exist.   at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)   at System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath)   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.HandleRequest()   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.BeginRequest()   --- End of inner exception stack trace ---   at System.ServiceModel.AsyncResult.End[TAsyncResult](IAsyncResult result)   at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) Process Name: w3wp Process ID: 3004
    The SMPortalTrace.log isnt being very helpful, but heres a copy of it:
    Error,2014-06-20 13:19:22.8784441,System.Reflection.TargetInvocationException: [Arg_TargetInvocationException]
    Arguments:
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.00&File=mscorlib.dll&Key=Arg_TargetInvocationException ---> System.ServiceModel.CommunicationException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
    at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
    at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<EndGetResponse>b__9(Object sendState)
    at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<BeginOnUI>b__1(Object sendState)
    --- End of inner exception stack trace ---
    at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)
    at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
    at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result)
    --- End of inner exception stack trace ---
    at Microsoft.EnterpriseManagement.ServiceManager.Portal.ServiceCatalogSilverlightModule.Models.DataProvider.<>c__DisplayClass1.<FetchAllServiceOfferings>b__0(Object sender, AsyncDataCommandCompletedEventArgs`1 e)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.AsyncDataCommandBase`2.<>c__DisplayClass2.<CompleteCommand>b__0(Object )
    --- End of inner exception stack trace ---
    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
    at System.Delegate.DynamicInvokeImpl(Object[] args)
    at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, Boolean useFastPath, Delegate d, Object[] args)
    at System.Windows.Threading.DispatcherSynchronizationContext.Send(SendOrPostCallback d, Object state)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.AsyncDataCommandBase`2.CompleteCommand(Object sender, AsyncDataCommandCompletedEventArgs`1 e)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.AsyncDataCommandBase`2.OnCommandCompleted(Object sender, Exception exception)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.DataGatewayBase.CompleteAsyncDataCommandWithError(AsyncDataCommand command, Exception exception)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.ProxyDataGateway.ProxyExecuteCompletedHandler(Object sender, ExecuteCompletedEventArgs e)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.ProxyDataGateway.<>c__DisplayClass4.<GetClientProxy>b__3(Object sender, ExecuteCompletedEventArgs args)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.Proxy.ServiceReference.DataAccessServiceClient.OnExecuteCompleted(Object state)
    Error,2014-06-20 13:23:12.7295391,System.Reflection.TargetInvocationException: [Arg_TargetInvocationException]
    Arguments:
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.00&File=mscorlib.dll&Key=Arg_TargetInvocationException ---> System.ServiceModel.CommunicationException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer ---> System.Net.WebException: [HttpWebRequest_WebException_RemoteServer]
    Arguments: NotFound
    Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.0&File=System.Windows.dll&Key=HttpWebRequest_WebException_RemoteServer
    at System.Net.Browser.BrowserHttpWebRequest.InternalEndGetResponse(IAsyncResult asyncResult)
    at System.Net.Browser.BrowserHttpWebRequest.<>c__DisplayClassa.<EndGetResponse>b__9(Object sendState)
    at System.Net.Browser.AsyncHelper.<>c__DisplayClass4.<BeginOnUI>b__1(Object sendState)
    --- End of inner exception stack trace ---
    at System.Net.Browser.AsyncHelper.BeginOnUI(SendOrPostCallback beginMethod, Object state)
    at System.Net.Browser.BrowserHttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
    at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result)
    --- End of inner exception stack trace ---
    at Microsoft.EnterpriseManagement.ServiceManager.Portal.ServiceCatalogSilverlightModule.Models.DataProvider.<>c__DisplayClass1.<FetchAllServiceOfferings>b__0(Object sender, AsyncDataCommandCompletedEventArgs`1 e)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.AsyncDataCommandBase`2.<>c__DisplayClass2.<CompleteCommand>b__0(Object )
    --- End of inner exception stack trace ---
    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
    at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
    at System.Delegate.DynamicInvokeImpl(Object[] args)
    at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, Boolean useFastPath, Delegate d, Object[] args)
    at System.Windows.Threading.DispatcherSynchronizationContext.Send(SendOrPostCallback d, Object state)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.AsyncDataCommandBase`2.CompleteCommand(Object sender, AsyncDataCommandCompletedEventArgs`1 e)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.AsyncDataCommandBase`2.OnCommandCompleted(Object sender, Exception exception)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.DataGatewayBase.CompleteAsyncDataCommandWithError(AsyncDataCommand command, Exception exception)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.ProxyDataGateway.ProxyExecuteCompletedHandler(Object sender, ExecuteCompletedEventArgs e)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.ProxyDataGateway.<>c__DisplayClass4.<GetClientProxy>b__3(Object sender, ExecuteCompletedEventArgs args)
    at Microsoft.EnterpriseManagement.Presentation.DataAccess.Proxy.ServiceReference.DataAccessServiceClient.OnExecuteCompleted(Object state)
    Any ideas?
    - Get on the floor, do that dinosaur

    For me I can reach it via the direct server name,
    https://Server:444/ServiceHost/Services/DataAccessService.svc works and displays a page
    But it fails when trying to go to the load balanced name:
    https://SelfService.blah.com:444/ServiceHost/Services/DataAccessService.svc Fails
    When I use IE11 and do a network check it shows its getting a 404 error on /ContentHost/ClientBin/ServiceCatalogSilverlightModule.xap.
    Network guys who configured the F5 can't see any network issues blocking the request. The F5 isn't doing SSL offloading, certificate is on the software portal server.

  • CRM Service Management Vs ECC Service Management

    Hello Gurus
    Wondering if you can help me quickly on the following query.
    If we need to impliment "customer support, warranty, site engineering, installation supervision, operations and maintenance services" and there is no specific need to use CRM, is it not possible to simply use ECC SM modules?
    PLease confirm. When should we use CRM SM? Also if there is a document that compares ECC SM to CRM SM, please send it my way [email protected]
    Much appreciated.
    Regards
    Jai

    Hi Satish,
    Plants from R/3 can be downloaded into CRM as locations via the standard middleware adapter object DNL_PLANT. But there is no standard object that downloads the storage locations from R/3. But CRM can make a RFC call to R/3 as and when you need to assign a storage location to a service organization.
    Use SM30 to modify the CRM table OFIC_PLANT_SRV and create a new entry. When you click on the field 'storage location' s dropdown, the system displays a login screen for R/3. Upon successful login all maintained plant and storage location combinations will be diaplayed from R/3 for selection.
    Do not forget to reward useful answers
    Regards,
    Paul Kondaveeti

  • How to create a Domain user in a Specific OU using System Center 2012 R2 Orchestrator and Service Manager

    Dear All,
    I have a simple Runbook with the following details:
    Initialize Data: (First Name, Last Name, Login Name, Deparment Name) --> Create User: Name:(Domain), Common Name, Display Name, First, Last Name, SAM Account Name (From Initialize Data) --> Enable
    User: Distinguished Name --> Add User to Group: Group Distinguished Name, User Distinguished Name 
    Active Directory Management Pack in place and the Prerequisites Configurations are added Too (Configuration User Name, Configuration Password, Configuration DC, Configuration Default OU.
    The Runbook is Synched with Service Manager, Request Offering/Service Offering and published to the portal.
    When I filled the 4 required values (First Name, Last Name, Login Name, Deparment Name), the Runbook will kick off and the user is created in Active Directory.
    The user is placed in the Default OU which is predefined in AD Prerequisites Configurations in Orchestrator.
    I need to add another Required Value to my Request Offering (SR) called User Level Enum List (Low, Medium, High).
    I need to place the user in a Specific OU based on the Level entered from SSPortal, If the user is Low, then Create the user in this OU, if the user is Medium then create it in this OU, etc...
    How can I do this in Orchestrator? What I want to modify in my runbook to accomplish this task?
    Thank you,

    I AM TRYING TO USER/MAILBOX CREATION PROCESS, FOLLOWING IS THE BUSINESS REQUIREMENT
    GET THE USER FROM ERP SYSTEM (SQL)
    CREATE USER IN SPECIFIC OU
    ENABLE THE MAILBOX IN SPECIFIC DATABASE BASED UPON USER ROLE
    CREATE A USER IN NAVISION SYSTEM WHICH IS AGAIN JUST CREATING SQL LOGIN.
    PLEASE ADVISE ME THE PROCESS AND PROCEDURE ILLUSTRATION IF IT ALL POSSIBLE IN SINGLE RUNBOOK.
    I AM ABLE TO CREATE USER/MAILBOX BUT STRUGGLING TO CREATE IN SPECIFIC OU/MAILBOX DB AND SQL LOGIN.
    FARRUKH
    [email protected]
    Farrukh Anwar

  • Options for integrating Tickets between Dynamics CRM 2011 and Service Manager 2012 ?

    Any suggestions on the integration of Dynamics CRM 2011 and System Center Service Manager 2012 ?
    I am looking for side-by-side integration like this:
    1. A ticket in CRM is entered I want it to be entered in Service Manager.
    2. Once a ticket is updated in SM we'd like that reflected in CRM. 
    3. If ticket is updated in CRM should be reflected in SM.
    [Tickets originating in SM moved to CRM is not a requirement.]
    Please suggest some guidance around this topic :)
    -Nikita Polyakov

    Nikita,
    I'm currently in the process of integrating CRM with Service Manager. I'm actually using Anton his approach, using Orchestrator 2012 runbooks.
    Basicly I am creating a runbook that queries the database of CRM (via the filtered views) and with that data I am creating objects in Service Manager (via the Service Manager integration pack)
    - Dennis | Netherlands | Blog |
    Twitter

Maybe you are looking for