Cannot discovery sun 7410 with opscenter 12,

opscenter 12 cannot discovery sun 7410... (version 2010.08.17.4.2,1-1.37) under version 11v3 this asset was discovered and managed right away.
find assets butt does discovery the asset, but trying to manage it yields the following output.
any ideas?
10.3.11.83Flow execution is failed 03 hr, 00 min, 22 sec
ExpandServiceTagDiscovery     10.3.11.83
Discovered one service tag for target 10.3.11.83 (sun7000-prodnet). (10067)
Less than a second
ExpandServiceTagValidation     
10.3.11.83
Verified one of 1 service tag(s) for target 10.3.11.83 (sun7000-prodnet). (10102)
Less than a second
ExpandDriverLookup     
10.3.11.83
Found one driver for the service tag products at 10.3.11.83 (sun7000-prodnet). (10092)
Less than a second
ExpandDriverDiscovery     
10.3.11.83
Task timed out after 180 mins.:Timed Out
03 hr, 00 min, 06 sec
ExpandPopulateModel     
10.3.11.83
No resources found to populate. (10026)
Less than a second
ExpandNetworkEvaluation     
10.3.11.83
No resources to evaluate for network association. (10205)
Less than a second
ExpandNetworkTestTask     
10.3.11.83
No network connectivity check required. (81274)
Less than a second
ExpandNetworkAssociateTask     
10.3.11.83
No new network association to the Proxy Controller required. (81275)
Less than a second

opscenter 12 cannot discovery sun 7410... (version 2010.08.17.4.2,1-1.37) under version 11v3 this asset was discovered and managed right away.
find assets butt does discovery the asset, but trying to manage it yields the following output.
any ideas?
10.3.11.83Flow execution is failed 03 hr, 00 min, 22 sec
ExpandServiceTagDiscovery     10.3.11.83
Discovered one service tag for target 10.3.11.83 (sun7000-prodnet). (10067)
Less than a second
ExpandServiceTagValidation     
10.3.11.83
Verified one of 1 service tag(s) for target 10.3.11.83 (sun7000-prodnet). (10102)
Less than a second
ExpandDriverLookup     
10.3.11.83
Found one driver for the service tag products at 10.3.11.83 (sun7000-prodnet). (10092)
Less than a second
ExpandDriverDiscovery     
10.3.11.83
Task timed out after 180 mins.:Timed Out
03 hr, 00 min, 06 sec
ExpandPopulateModel     
10.3.11.83
No resources found to populate. (10026)
Less than a second
ExpandNetworkEvaluation     
10.3.11.83
No resources to evaluate for network association. (10205)
Less than a second
ExpandNetworkTestTask     
10.3.11.83
No network connectivity check required. (81274)
Less than a second
ExpandNetworkAssociateTask     
10.3.11.83
No new network association to the Proxy Controller required. (81275)
Less than a second

Similar Messages

  • .exception.JspParseExcept Cannot parse custom tag with short name [out].

    Hi
         I have almost migrated an application from jboss to CE 7.1 sp3 maxdb 32 bit
         however I am getting the following error on c:out tag of standard jslt.
    Runtime error in processing of the JSP file [C:\usr\sap\CE1\J00\j2ee\cluster\apps\<....>\servlet_jsp\<application_context_name>\root\jsp\view\<jsp_name>.jsp].
    Line:----
    The error is: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Cannot parse custom tag with short name [out].02004C4F4F50001F0000002D000012B000B0688132009833
    Line:----
    Do anybody have some idea why is it happening.
    My guess would be because of jslt version mismatch. but its working fine in jboss. I am not sure what version cE 7.1 support may be 1.2. any idea how to chek the supported version in the server.
    The jsp code is something like
    Line:----
    <code>
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <%@ taglib prefix="c_rt" uri="http://java.sun.com/jstl/core_rt" %>
    <c:url var="thumbnailStream" value="/do/<action_tag>">
               <c_rt:param name="stream_id"      value="<%= <variable1> %>"/>
               <c:param    name="stream_id_type" value="<variable2>"/>
               <c:param    name="content_kind"   value="<variable3>"/>
            </c:url>
    <img border="0" src="<c:out value="$"/>">
    </code>
    Line:----
      from the SAP help text its said that jslt is being overrided by server to use from global library rather than local webapplication library. Couls woud explain where is this global library located in the server directory.
    Thx.
    Ashutosh

    Hi are you able to solve this issue.I am getting similar kind of issue.
    Logs for the same are ::
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Cannot parse custom tag with short name out.
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:183)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspIncludeDirective.action(JspIncludeDirective.java:51)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.customTagAction(JspElement.java:994)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.action(JspElement.java:228)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:69)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.GenerateJavaFile.generateJavaFile(GenerateJavaFile.java:72)
    at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:270)
    at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.generateJavaFile(JSPProcessor.java:194)
    at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:126)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassName(JSPChecker.java:319)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.compileAndGetClassName(JSPChecker.java:248)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassNameForProduction(JSPChecker.java:178)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.processJSPRequest(JSPChecker.java:109)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JspParser.generateJspClass(JspParser.java:154)
    at com.sap.engine.services.servlets_jsp.server.servlet.JSPServlet.service(JSPServlet.java:193)
    ... 47 more
    Caused by: com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Attribute value of <c:out> can accept only static values.
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.calculateAttributeValue(TagBeginGenerator.java:476)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateSetters(TagBeginGenerator.java:394)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generateServiceMethodStatements(TagBeginGenerator.java:562)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.taglib.TagBeginGenerator.generate(TagBeginGenerator.java:678)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.xmlsyntax.CustomJspTag.action(CustomJspTag.java:181)
    ... 64 more

  • Sun 7410 networking

    Hi,
    I've been given a Sun 7410 to add to my company's infrastructure to provide NFS and iSCSI protocols. Not really having much experience with clustered storage heads I'm looking for some tips, validation, or just someone to tell me I'm wrong on how I think I should set this up. I've searched around Sun documentation for best practice guides but not found anything.
    The 7410 I have got is a pair of heads with a single disk shelf at the moment. Each head only has its 4 gigE network ports which I'll be connecting to the network. The network comprises a pair of stacked switches through which all clients will be able to connect.
    My thoughts on how to network this was to have ports nge0 and nge1 on both heads bonded using LACP and plugged into the first switch. Ports nge2 and nge3 would then be bonded with LACP and connected to switch 2. To allow multipath access to the iSCSI network I would give and address to the nge0/1 aggregate and another IP to the nge2/3 aggregate.
    This should mean that should one switch fail, multipath on a client will handle this and route traffic through the other switch/IP.
    Does this sound sane or is there a better way I should be approaching this?
    Any help would be very gratefully received.
    Cheers,
    Iain

    I can help you with this, but would like a few more details:
    You mention that you switches are stacked. Does this mean that they are operating as a single entity or simply linked to each other. It will make a difference in the network configuration.
    Can you provide the number and type of read and write log disks?

  • Sun 7410 XML/RPC Java client

    Hi,
    Trying to make use of the XML/RPC which gives through the CLI on Sun 7410.
    raw => Make raw XML-RPC calls
    Again on raw I don't see any commands
    ss_sun:raw> help
    Subcommands that are valid in this context:
    help [topic] => Get context-sensitive help. If [topic] is specified,
    it must be one of "builtins", "commands", "general",
    "help" or "script".
    show => Show information pertinent to the current context
    done => Finish operating on "raw"
    ss_sun:raw>
    I have written a sample java code and using the jar file tried to run.
    But some basic thing I am missing could you please help anyone on it.
    The command I want to execute the command status show.
    I tried many way but I could not do it
    The client code is
    import java.util.Vector;
    import org.apache.xmlrpc.XmlRpcClient;
    public class TestClient {
    public static void main( String args[] ) throws Exception {
    XmlRpcClient client = new XmlRpcClient( "https://x.y.z.a:215/" );
    client.setBasicAuthentication("login", "passwd");
    Vector params = new Vector();
    // params.addElement( "raw" );
    // params.addElement( "status" );
    params.addElement( "show" );
    Object result = client.execute( "status", params );
    if ( result != null )
    System.out.println( "Successfully done." );
    I am using xmlrpc-1.1.jar
    Any help on it I appriciate.
    Thanks & Regds,
    tmohanta

    Hi Satish !!!
    Thanks for your answer!!!
    I add  com.sap.security.api.sda to classpat...is that what you mean with "i.e UME API"???   IF it's so still doesn't  work... do you have any other suggestions?? it's very important, pls...
    Best Regards
    Walex

  • Cannot deploy BPEL process with SSO to BPELConsole activated

    I cannot deploy BPEL process with SSO to BPELConsole activated. Here is the error I get from JDeveloper (sorry for the french error message):
    Problème détecté lors de la connexion au serveur "ssdvoiagu.dev.local.csst.qc.ca" sur le port "7781" : java.security.AccessControlException: access denied (com.collaxa.security.DomainPermission generique read)
    at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
    at java.security.AccessController.checkPermission(AccessController.java:427)
    at com.collaxa.security.OC4JSecurityService.checkAccess(OC4JSecurityService.java:16)
    at com.collaxa.security.SecurityService.checkDomainAccess(SecurityService.java:26)
    at com.collaxa.cube.fe.util.ServletUtils.getLocatorWithoutUrlRewrite(ServletUtils.java:162)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:332)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Target BPEL process manager runs under SOA 10.1.3.3. When the SSO to BPELConsole is disabled, the deployment works just fine. Is there any way to make it work with SSO?

    Please check:
    http://blog.jpoot.com/category/oracle-appserver/oid-ldap/
    We had some issues with SSO and SSL but everything is running now.
    Marc

  • I can record voice memos fine using the built-in iPhone 4 mic.  And my Bluetooth headset (Jawbone Era) works fine when I leave messages on voice mail systems etc. when calling on the iPhone 4.  However, I cannot record voice memos with my Bluetooth mic.

    I can record voice memos fine using the built-in iPhone 4 mic.  And my Bluetooth headset (Jawbone Era) works fine when I leave messages on voice mail systems etc. when calling on the iPhone 4, so it appears my headset mic is fine.  I can also use voice activated dialing, although it fails miserably interpreting numbers.  However, I cannot record voice memos with my Bluetooth mic.   I just get barely audible static.  Any suggestions?   Thanks.

    Hello, did you ever get an answer to your question? I just picked up a Jawbone Era and using on an iPhone 4s running 5.0.1. Seems to work fine on regular calls, but not on the built in Voice memos application. It worked fine on my older Jawbone Icon, but haven't tested on the 4s or iOS 5.
    Thanks!

  • Cannot login to iCloud with Yosemite

    Hi everybody,
    a few weeks ago I updated my iMac to Yosemite. It all works fine except that I cannot login to iCloud with my wife's account.
    When she logs in into her iMac account it sometimes appears a Mac configuration screen. It seems that everything's ok, because
    the configuration finishes without error message, but when I look into the System Preferences -> iCloud her iCloud account is not active.
    When I try to login with her ID a message appears "You can't sign in at this time. Please try again later."
    It also doesn't work when I go into the System Preferences -> Internet Accounts and try there to login into iCloud.
    It really bothers me because I didn't find a solution. And also I don't understand why it works with mit ID on my iMac account.
    There is no problem to login with her ID on the Apple page, I've already tried that.
    Thanks in advance!

    Welcome to the Apple Community.
    1. Sign out of your account
    (If you are unable to do this because System Preferences has frozen, Force Quit System Preferences and try again)
    2. When prompted, opt to delete, contacts, calendars etc from your Mac.
    (You are only deleting this data from your Mac, not from iCloud, the data will be reinstated when you log back in. If you need to check that the data is in iCloud before deleting it go to iCloud.com and check each section for data)
    3. Having logged out, check that the iCloud accounts along with their data have disappeared from the Mail, Address Book and iCal Applications.
    (If necessary, delete the iCloud accounts from each of these application separately from each Applications Preferences)
    4. At this point it may be worth trying to log into iCloud from the System Preferences iCloud settings again, if this works, all well and good, if it doesn't continue to step 5.
    5. Open your User Library folder in the Finder. (When in the Finder, go to the Go menu, hold down the option key (alt) and choose Library when it appears in the Go menu)
    6. Navigate to Library > Application Support > iCloud and drag the iCloud folder to your desktop. (This action only copies the folder and will provide you with a back up)
    7. Select the iCloud folder again in Library > Application Support and drag it to the trash, enter your administrators password when prompted.
    8. Restart your computer.
    9. You should now be able to enter your ID and Password in system Preferences > iCloud and log into your account. Check the services you wish to use and once you are satisfied it's working as it should, trash the iCloud folder you copied to your desktop earlier.

  • After upgrading to Lion I cannot rewrite CD-RW with my Superdrive. I'm on an iMac24 10.7.1s

    After upgrading to Lion I cannot rewrite CD-RW with my Superdrive. I'm on an iMac24 10.7.1

    Might be corrupted audio preferences ..
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following;
    /Library/Preferences/Audio
    Click Go then move both .plist files from the Audio folder to the Trash.
    com.apple.audioDeviceSettings.pllist
    com.apple.audio.SystemSettings.plist
    Restart your Mac. See if that made a difference ...

  • I cannot sync my iphone with my computer

    I cannot sync my iphone with my computer. The laptop wont even recognise the iphone on itunes. I have had the phone for almost over2 years now. Its a 3GS iPhone. How do I fix this?? I have tried hooking up the iphone to various computers and they also do not catch the iphone on itunes on those computers. What should I do???

    If you are using a Windows based computer, try disabling a/v software and turning off the Firewall.
    Disable antivirus software
    Turn-Windows-Firewall-on-or-off
    Then try syncing you iPhone.

  • You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 90 days.

    So i signed into my other itunes account to download some purchase i had made on that account, went to sign back into my new account and download purchases i had made on my iphone adn it tells me "You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 90 days.". This is a shared family computer with multiple Apple IDs being used on it. Not cool apple. This needs to be figured out. Not acceptable for families that have more than one apple ID to have to wait 3 months to download old purchases. Get real. Any way i can 'override' this?

    http://support.apple.com/kb/ht4627
    http://www.apple.com/feedback/
    Contact itunes support.  They may grant a one time exception at their discretion.
    https://getsupport.apple.com

  • Can't play my library: "This computer is already associated with an Apple ID...you can download past purchases on this computer with just one Apple ID every 90 days.  You cannot associate this computer with a different Apple ID for 88 days." Got a fix?

    Since my daughter burned a CD from my computer using our shared libraries I cannot play my library.  This pops up:  "This computer is already associated with an Apple ID.  You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 88 days."  I can get as far as viewing my library but listening is denied by this pop-up.  Can anyone help, please?   I just noticed my (this) computer is not showing as registered to my account. Hmmm....a clue perhaps?

    Do you have a question?

  • You can use iTunes Match on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 5 days.

    I only have 1 Apple ID.  I turned off iTunes Match on my iMac, and now I cannot turn it back on.  I get this error when I try to just turn iTunes Match back on, on the same computer, with the same Apple ID that I used orginially to subscribe to iTunes Match:
    This computer is already associated with an Apple ID.
    You can use iTunes Match on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 5 days.
    I checked for iTunes updates.  None are available since I am using the latest.
    I stopped/started iTunes.  I rebooted the iMac.
    NOTHING HELPS!!!!!!!!
    I have a Mac Mini and I use the same Apple ID on iTunes there.  I was able to turn iTunes Match off and back on with no trouble at all but my iMac refuses to allow me to turn on iTunes Match.
    Now what do I do?

    Unless you really only have one AppleID that you use with the iTunes Store there's really nothing you can do. In the case of having only one AppleID you should contact iTunes Store support, since that would be a server-side problem.

  • HT4913 iTunes Match:You can use iTunes Match on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 85 days. What can I do?

    I'm subscribed to iTunes Match but when I turn it on I get this message:You can use iTunes Match on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 85 days. What can I do?

    I had this happen back in December/January. I sold my MBP that I used to subscribe to iTunes Match back in December. In January, I bought a used MB and tried to use iTunes Match on it. I was told I had to wait nearly two months to use it on the new computer. I waited and was finally able to use it in the new computer.\
    Sadly, this has more to do with the content providers (Record lables / movie studios) than it has to do with Apple impsoing the restrictions.

  • HT201272 You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 88 days.

    What is going on with my apple ID. I only have one, the iMac is only associated with this ID, yet i get this message after evry thing i try to download from the store......You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 88 days.

    Hello BW1968,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iTunes Store: Associating a device or computer to your Apple ID
    http://support.apple.com/kb/ht4627
    Once a device or computer is associated with your Apple ID, you cannot associate that device or computer with another Apple ID for 90 days.
    Best of luck,
    Mario

  • You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 60 days. Why?

    You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 60 days.  How can I use more than one apple ID with one MacBook pro ?

    Hi
    No - that is the issue - both my husband and I use the same computer and want to be able to use our individual Apple IDs so can access our download content e.g. I-books that we have purchased through our other MAC devices such as I-Pad.  In the past, we had four people using one computer with no problem regarding Apple ID.   In the newer operating system, we are now restricted to one at a time - it means one of us is blocked out from accessing our content for a period of 90 days.   Have you any suggestions on how we can both use our individual Apple IDs with the same lap-top?  We have set up discrete accounts so we log on to the computer individually.  Many thanks for any help.

Maybe you are looking for