Solaris Logical Disks (Filesystems) not being discovered. WinRM CIM_ERR_INVALID_CLASS Error.

Hello,
currently I am testing the Solaris monitoring with different kind of Solaris servers. We have one single system, a RAC database cluster of two servers, and one "Global-Zone" server hosting a "Non-Global-Zone". We're using SCOM
2012 SP1 with Agent Version 1.4.0-906 (sparc).
My problem is, that only on one of the 5 servers the Logical Disks (Filesystems) are discovered correctly. All Solaris systems are using ZFS.
The one that works just fine is the single system. In Health Explorer under Hardware Availability Rollup I can find every filesystem that is also configured in the /etc/vfstab. A check with WinRM from the Management Server works fine (winrm enumerate hxxp://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_FileSystem?__cimnamespace=root/scx
-auth:basic -remote:https://<servername>:1270 -username:scomuser -password:<pass> -skipCAcheck -skipCNcheck -encoding:utf-8)
The same WinRM command does not work for the other servers. The WinRM command failes with following error code:
Fault
    Code
        Value = SOAP-ENV:Sender
        Subcode
            Value = wsa:DestinationUnreachable
    Reason
        Text = CIM_ERR_INVALID_CLASS
    Detail
        FaultDetail = hxxp://schemas.dmtf.org/wbem/wsman/1/wsman/faultDetail/InvalidResourceURI
Error number:  -2144108485 0x8033803B
The WS-Management service cannot process the request. The resource URI is missing or it has an incorrect forma
t. Check the documentation or use the following command for information on how to construct a resource URI: "w
inrm help uris".
As far as I can see in the scx.log, there are some messages like:
2013-04-25T12:19:33,668Z Warning    [scx.core.common.pal.system.disk.diskdepend:6241:7] No link exists between the logical device "rpool12/export/home" at mount point "/export/home" with filesystem "zfs". Some
statistics will be unavailable.
2013-04-25T14:10:34,775Z Info       [scx.core.providers.diskprovider:6241:11] BaseProvider::EnumInstances() - Invalid class - //<servername>/root/scx:SCX_FileSystem
2013-04-25T14:13:27,810Z Warning    [scx.core.providers.osprovider:6241:11] BaseProvider::EnumInstances() - Calling opendir() returned an error with errno = 24 (Too many open files) - [/export/home/serviceb/ScxCore_URSP1_SunOS510_sparc/source/code/shared/scxsystemlib/process/processenumeration.cpp:58]
Do you have any idea what is going wrong and how to fix it?
Thanks & Regards,
Holger

Holger,
I believe it might be the (Too many files open) issue causing your problems. Try the following and let me know if it helps...
First confirm if this is the issue. Run the following command to find out the Solaris server's current file descriptor limit:
ulimit -n
Next determine the number of file descriptors in use by the SCX Agent processes. A list of file descriptors is located under /proc/<Process ID>/fd, where <Process ID> is the process ID of the agent process running on the Solaris server which
can be obtained using the ps command. Or use the following command to list the PID’s and number of file descriptors for any processes containing microsoft/scx which should cover all of the SCX Agent processes:
for i in `ps -ef | grep microsoft/scx | grep -v grep | awk '{print $2}'` ; do echo PID $i: `ls -l /proc/$i/fd | wc -l` ; done
Note: You must execute the above commands using sh, bash, or other Bourne-compatible shell. Be sure the commands are on a single line. If the result is a > sign, then press CTRL-C, check to make sure quotes and backticks are closed, and try again.
If the number of file descriptors returned is near the file descriptor limit obtained using ulimit, follow this procedure to increase the limit by putting a ulimit command in the SCX Agent startup script.
1.      
Find and edit the scx-cimd startup script, which should be located at /opt/microsoft/scx/bin/tools/scx-cimd in Solaris 10 and 11, or at /etc/init.d/scx-cimd in Solaris 8 and 9:
vi /opt/microsoft/scx/bin/tools/scx-cimd
2.   In the file, locate the section responsible for starting the agent daemon.
start)
        # Start daemon
        echo "Starting $DESC"
        $DAEMON $OPTIONS
        exit $?
3.      
Below the echo statement, but before the line with $DAEMON $OPTIONS, insert this command on its own line:
ulimit -n 1024
The end result should look like:
start)
        # Start daemon
        echo "Starting $DESC"
        ulimit -n 1024
        $DAEMON $OPTIONS
        exit $?
4.      
Save the file and restart the agent:
scxadmin -restart all
Regards,
-Steve

Similar Messages

  • Mountain lion has killed my mac book pro. After downloading and trying to install, I am stuck in a loop of "not enough room to install on this disk" and not being able to access the old disk's data to open up space.

    Mountain lion has killed my mac book pro. After downloading and trying to install, I am stuck in a loop of "not enough room to install on this disk" and not being able to access the old disk's data to open up space.

    Nope. It just opened the installer and stayed in the same loop.
    It tells me to choose a startup disk but the only option is the HD which it will not use because it says it cannot gather enough information.
    Eveything was working fine until the mountain lion failed install.

  • Alert : Logical Disk is not online

    Hello,
       On 2 of our Red Hat Linux systems(5.10 and 5.11) with the SCOM client install we are getting the error "Alert : Logical Disk is not online", although disk and Logical Volumes seem to be in good statuses and everything in /etc/fstab
    is mounted.   For the source it is giving something like this: /tmp/HOSTNAME-20140918_092643/data which doesn't even exist on the servers.
    This is the error I see in /var/opt/microsoft/scx/log/scx.log.
    2014-10-21T23:55:42,935Z Error      [scx.core.common.pal.system.disk.statisticallogicaldiskinstance:223:6731:47407558268688] statvfs() failed for /tmp/HOSTNAME-20140923_083643/data; errno = 2
    Both servers have this version of the client: Version: 1.5.1-112 (Labeled_Build - 20140321L)
    Has anyone seen this before, and if so can you offer any assistance?
    Thanks,
    Chris.

    Hi Chris,
    This is a pretty tricky one - I've never heard or seen anything like this before.
    Going out on a limb here: Is it possible that, at one time, you configured a memory-resident drive that resided on /tmp? If you configured that at one time, but then abandoned it but didn't remove all the links to it in /dev/disk or something like that,
    I could see how we could pick that up and get confused by it.
    If that's not it, then you did mention that only two of your Red Hat systems suffer from this. What's different between these two systems and other Red Hat systems that you may have?
    If none of the above is useful, then this should probably be escalated to Microsoft Support. They can engage, look at your machine, and collect information for us (in engineering) to diagnose this.
    Thanks,
    /Jeff

  • I´m trying to open an excel file in numbers not being successful. The error msg is unexpectedly error using plugin SFCompatibility can you help me?

    I´m trying to open an excel file in numbers not being successful. The error msg is unexpectedly error using plugin SFCompatibility can you help me? Already changed the extension of the excel document to xlsx an now gives an unknown import error.

    In Excel have you tried saving directly to xls (not xlsx) and opening the xls in Numbers?
    If you have a complicated workbook in Excel that uses lots of Excel's advanced features, Numbers may not be able to handle the import.  It does pretty well on basic things, though.
    If you're just trying to get data into Numbers, then often copy-paste from Excel is easier than trying to open xls files.
    SG

  • Security Groups not being discovered / Talking a long time to be discovered

    Hi All.
    When creating user collections i am creating the majority of them with a membership rule that links directly to a discovered Security Group, so in order for this to happen the security group has to first be discovered by Security Group Discovery Method.
    Ok, what i am seeing is that it is taking a long time, very long time for the security group to appear. At the moment a security group that i am waiting on was created more then 24hours ago and has still not appeared in the All User Groups collection.
    Now this has got me thinking, some of these security groups are created and will not be populated with users from active directory so it is basically an empty security group, the security group that im waiting on to be discovered is empty also...
    So my question... if a security group has no members, does this stop it from being discovered / appearing in All Users Groups collection ?
    If this answer is 'no' then i got to ask some more questions as to what is causing this severe lag in my discovery :-(

    Hi Jason, 
    been trawling the internet and found this.... its dated 2010 so must be referring to SCCM 2007, but could still be relevant.. ???
    5. Active Directory User Discovery
    It discovers the following:
    User name
    Unique user name (includes domain name)
    Active Directory domain
    Active Directory container name
    User groups (except empty groups)
    http://systemcentersupport.blogspot.co.uk/2010/01/discovery-methods-do-what.html
    (just added a user to my 'empty' security group - see what happens)

  • CE500 CFS Disk is not being used at all

    This is a new installation using WCCP v2. Even though the engine is registered with the IOS router and the router is definitely forwarding traffic to the CE, no disk space is being utilized at all and my savings is reported as 0. I've verified that the CFS volume is mounted successfully. Here is my current CFS disk stats:
    Volume0 49.754 G 0 K 0 K 0 K 0 K 0 K
    Thanks in advance.

    This happens when you get a lot of disk errors . This is most likely the cause of the problem. Reconfigure the disks and reboot. Once the CE comes back up, let it run for sometime after which you could check if you are getting any logs on your CFS disk.

  • Ipod Classic Re-Formatted In Disk Utility Not Being Recognized

    I last posted about this question 4 months ago on this forum and still havent received an answer that works. My Silver Ipod Classic 80GB was used to update the OS on my computer. Foolishly I partitioned the disk on it using disk utility and updated my computer. After i tried to erase the partition the ipod stopped being recognized as an ipod on my mac running OSX. It is recognized as a hard drive. I formatted it with Mac OSX extended Journaled in disk utility and nothing seems to work. When i plug it in itunes auto starts and pops up but the Ipod simply doesnt show up in the side bar. I have tried it on all different macs and windows computers and it still wont be recgonized on the mac. On the windows machine i am able to reformatt it so it works with a PC but when i plug it into a mac itunes autostarts and it still isnt recognized as an ipod
    help would be greatly appreciated

    i dono man, but I have exactly the same prob. if u wouldn't mind letting me know if you figure it out I will be happy to send u a quick message if I figure it out first
    thanks

  • Server 2012 R2 Hyper-v Servers not being discovered by the mp

    Sorry if this is a dup question. I did see the one for 2008 but that didn't fix my issue.
    I have 4 hyper-v servers running server 2012 r2 in a cluster. I have scom 2012 r2 and it detects the cluster and 3 out of the 4 hyper-v servers. the 4th server it can see under windows but does not discover the hyper-v components.
    Any assistance would be appreciated.

    Hi,
    You can install the Agent on the server manually to check the result.
    http://technet.microsoft.com/en-us/library/hh212853.aspx
    Niki Han
    TechNet Community Support

  • Help... my disks are not being recognized

    i wonder if anybody could help me...
    we have had our macbook pro for well over a year now, all of a sudden yesterday the laptop stopped recognizing any CD's or any disks of any kind.
    This is starting to become a problem, i would greatly appreciate any ideas as to why the computer is doing this or anything i could possibly do to fix it.
    Thankyou

    1. Try resetting your SMC.
    Resetting the System Management Controller >>
    2. Your laser pickup could be dirty. You can buy a cleaner disc for that.
    3. It may be the media you're using, but it nothing is recognized, it may be hardware related.
    4. Run your hardware tester.
    5. Is your optical drive being recognized in your System Profiler?
    -Bmer
    Mac Owners Support Group - Join us @ MacOSG.com
      Mac611 Mobile Mac Support - about.Mac611.com
       iTunes:MacOSG Podcast | YouTube.MacOSG.com
                       An Apple User Group 
    Have an iPhone or iPod touch? Enter Mac611.com in Safari on it for 'mobile Mac support.'

  • HP Systems Insight Manager - Disk Alerts Not being received

    Hello,
    I'm not receiving any disk alerts in HP SIM 7.4.0
    If I open HP SIM and click on the server that has a disk issue it shows that there is an issue with the disk and has an yellow triangle next to Smart Array controller which is good.
    However i am not getting an email alert for it.  If I go to Events - Automatic Event Handling - Manage Tasks I have All Events selected as I have only added one server so far so should get alets for everything.
    I only get an alert when restarting the server.  I should get an email to let me know that there is a problem with the array on the member server?
    This topic first appeared in the Spiceworks Community

    Hello,
    New to this site so here we go with an issue on HP Systems Insight Manager v7.4.0
    System Insight Manager (SIM Server)  receives alerts from a second server when the server restarts but no other alerts although it should be receiving all alerts. 
    When looking at the management agent on the second server I try and send a test trap and although it is sent it is not received on the SIM Server.
    I do get alerts on the SIM server (and receive an email which has been set to send for all alerts) when the second server is restarted. 
    As I have set all alerts to be logged I should be getting spammed by the second server but it's all very quiet.
    Any ideas anyone as I am stumped?
    This topic first appeared in the Spiceworks Community

  • Ipad mini not being discovered by iTunes

    Hi,
    Was in the process of updating iOS on iPad Mini to the latest version. It rebooted and ever since I have had the iTunes logo on the iPad. I cannot get iTunes to recognise the iPad to perform a restore from backup. I have tried resets, reinstalls of iTunes. all to no avail.
    Is there anything else that I can try before heading to the Apple Store?
    Thanks for your help.

    See http://support.apple.com/kb/TS1538 for troubleshooting help.

  • Error "Your Disk Could Not Be Partitioned. An Error Occurred While Trying To Partition Your Disk."

    Ok, so I recently bought a Windows 8 System Builder DVD from Amazon to install Windows 8 via Bootcamp on my Late 2011 13" Macbook Pro. I had previously downloaded the drivers onto an 8 GB FAT formatted flash drive. When I went to partition my disk, I received an error message something similar to the one in the title. This is really important. Can anyone help?

    The exact and complete error message would help. But you likely have an external drive connected or you have multiple internal drives. Disconnect all usb external devices then try again.
    or, since you did not provide the exact error message, maybe you do not have enough contiguous free disk space to create the partition.

  • Deployed updates not being downloaded by clients - Error = 0x87d00692 is in the WUAHandler.log

    Hi,
    I've been setting up SCCM 2012 and mostly following the instructions and guides at
    http://www.windows-noob.com/forums/index.php?/topic/4045-system-center-2012-configuration-manager-guides/.  We used to use a WSUS server to deploy our updates but now I've setup SCCM 2012 and setup the SUP role (and WSUS) on the SCCM server.
    I belive I've gotten most things properly configured.  The SCCM Software Center application is successfully installed on all my clients and I'm able to setup software update groups and I just tried to deploy the most recent updates from this Tuesday
    patch release.  I can see the packages downloaded on my SCCM server in the folder that I specified but the updates don't seem to going down to my clients.  I've looked at the WUAHandler.log on one of my clients and it keeps repeating the following
    lines:
    <![LOG[Group policy settings were overwritten by a higher authority (Domain Controller) to: Server
    http://topanga:8530 and Policy ENABLED]LOG]!><time="15:54:01.474+420" date="08-16-2012" component="WUAHandler" context="" type="3" thread="8680" file="sourcemanager.cpp:1000">
    <![LOG[Failed to Add Update Source for WUAgent of type (2) and id ({382D7556-03CE-4803-8A55-13D9A3E061CB}). Error = 0x87d00692.]LOG]!><time="15:54:01.474+420" date="08-16-2012" component="WUAHandler" context="" type="3" thread="8680" file="cwuahandler.cpp:2322">
    <![LOG[Its a WSUS Update Source type ({382D7556-03CE-4803-8A55-13D9A3E061CB}), adding it.]LOG]!><time="15:54:01.614+420" date="08-16-2012" component="WUAHandler" context="" type="1" thread="4840" file="sourcemanager.cpp:1222">
    <![LOG[Enabling WUA Managed server policy to use server:
    <time="15:54:06.772+420">http://topanga.kcicorp.com:8530]LOG]!><time="15:54:06.772+420" date="08-16-2012" component="WUAHandler" context="" type="1" thread="5308" file="sourcemanager.cpp:938">
    <![LOG[Waiting for 2 mins for Group Policy to notify of WUA policy change...]LOG]!><time="15:54:06.812+420" date="08-16-2012" component="WUAHandler" context="" type="1" thread="5308" file="sourcemanager.cpp:944">
    <![LOG[Group policy settings were overwritten by a higher authority (Domain Controller) to: Server
    http://topanga:8530 and Policy ENABLED]LOG]!><time="15:54:09.242+420" date="08-16-2012" component="WUAHandler" context="" type="3" thread="5308" file="sourcemanager.cpp:1000">
    <![LOG[Failed to Add Update Source for WUAgent of type (2) a[Waiting for 2 mins for Group Policy to notify of WUA policy change...]LOG]!><time="15:54:01.848+420" date="08-16-2012" component="WUAHandler" context="" type="1" thread="4840" file="sourcemanager.cpp:944">
    <![LOG[Group policy settings were overwritten by a higher authority (Domain Controller) to: Server
    http://topanga:8530 and Policy ENABLED]LOG]!><time="15:54:06.502+420" date="08-16-2012" component="WUAHandler" context="" type="3" thread="4840" file="sourcemanager.cpp:1000">
    <![LOG[Failed to Add Update Source for WUAgent of type (2) and id ({382D7556-03CE-4803-8A55-13D9A3E061CB}). Error = 0x87d00692.]LOG]!><time="15:54:06.502+420" date="08-16-2012" component="WUAHandler" context="" type="3" thread="4840" file="cwuahandler.cpp:2322">
    <![LOG[Its a WSUS Update Source type ({382D7556-03CE-4803-8A55-13D9A3E061CB}), adding it.]LOG]!><time="15:54:06.762+420" date="08-16-2012" component="WUAHandler" context="" type="1" thread="5308" file="sourcemanager.cpp:1222">
    <![LOG[Enabling WUA Managed server policynd id ({382D7556-03CE-4803-8A55-13D9A3E061CB}). Error = 0x87d00692.]LOG]!><time="15:54:09.242+420" date="08-16-2012" component="WUAHandler" context="" type="3" thread="5308" file="cwuahandler.cpp:2322">
    Can someone give me some hints as to what is happening? 
    Thanks in advance,
    Nick

    I was troubleshooting this issue earlier today and pulling my hair out until I came across this blog post: http://www.bibble-it.com/2009/07/24/sccm-update-scan-error . Like many others, I'm using WSUS to also push the new SCCM client, so the GPO for the
    WSUS server needs to be in place. The issue you're running into here is that your server names don't match up EXACTLY.
    <![LOG[Enabling WUA Managed server policy to use server: <time="15:54:06.772+420">http://topanga.kcicorp.com:8530]LOG]!><time="15:54:06.772+420" date="08-16-2012" component="WUAHandler" context="" type="1" thread="5308" file="sourcemanager.cpp:938">
    <![LOG[Waiting for 2 mins for Group Policy to notify of WUA policy change...]LOG]!><time="15:54:06.812+420" date="08-16-2012" component="WUAHandler" context="" type="1" thread="5308" file="sourcemanager.cpp:944">
    <![LOG[Group policy settings were overwritten by a higher authority (Domain Controller) to: Server http://topanga:8530 and Policy ENABLED]LOG]!><time="15:54:09.242+420" date="08-16-2012" component="WUAHandler" context="" type="3" thread="5308" file="sourcemanager.cpp:1000">
    You need to change your group policy to use the FQDN. In your case it would be http://topanga.kcicorp.com:8530 instead of http://topanga:8530

  • User Profile Disk not being created

    Hi,
    I created a new 2012 VDI collection. Things seems to be working fine except for the User Profile Disks are not being created. From my understanding a .vhdx prefixed with the user's SID is supposed to be created when the user logs into one of the virtual
    machines from the collection. I can see that a UVHD-template.vhdx" was created correctly but when logging on to one of the deployed virtual machines from the pool there is no  other .vhdx files (except the template).
    From what I've read the virtualization hosts must have write access to the share (they do).  I can't seem to find any other requirements. I've searched through event viewer and found nothing. I'm not sure which logs to check on which server.
    Anyone have any ideas what I'm missing?

    Hi,
    Thanks for your post in Windows Server Forum.
    Kindly follow the below mention article and check the necessary steps for creating UPD, try to create new UPD.
    1.  Working with User Profile Disks on Session-Based Desktop Deployments
    2.  Easier User Data Management with User Profile Disks in Windows Server 2012
    Hope it helps!
    Thanks,
    Dharmesh

  • "Your disk could not be partitioned" error in bootcamp

    I'm attempting to load Windows 7 home premium 64-bit on an early 2011 15" MBP with Bootcamp 5.0.2 and am getting the error "Your disk could not be partitioned. An error occurred while partitioning disk." No other information leads me to understand the problem. Does anyone know anything about this error?
    I have a brand new hard drive from apple after the old one failed, a new logic board and trackpad, so i doubt that it is a hardware issue.

    willrjhan wrote:
    I'm attempting to load Windows 7 home premium 64-bit on an early 2011 15" MBP with Bootcamp 5.0.2 and am getting the error "Your disk could not be partitioned. An error occurred while partitioning disk." No other information leads me to understand the problem. Does anyone know anything about this error?
    I have a brand new hard drive from apple after the old one failed, a new logic board and trackpad, so i doubt that it is a hardware issue.
    Backup your drive, erase your drive, restore your backup. Then partition for Boot Camp.

Maybe you are looking for