Path Failure alerts in VxVM DMP 5.0 in solaris

Does VxVM DMP 5.0 sends SNMP trap for path failures in solaris host? If it suports then where i can get MIB file and how to configure the destination IPaddress for SNMP traps.
Thanks and Regards
Ravi
Edited by: LNTRavi on Jun 27, 2008 2:17 AM

I got an answer from Sun. The solution is to include <I>install_dir</I><TT>/SUNWspro/dt/lib</TT> in <TT>LD_LIBRARY_PATH</TT>

Similar Messages

  • SCOM 2012 SP1 - DNS Resolution failure alert

    Hi,
    Our customers are receiving bogus DNS resolution failure alerts though the site is rendering fine from the watcher node.Nslookup shows the name resolves after first or 2nd timeout and this behavior is expected in some of our internal name space that have a
    long resolution path.Is SCOM perform an nslookup first?What is the default DNS resolution time SCOM use? I'm trying to set higher threshold for DNS Resolution time in custom monitor to mitigate this.Users doesn't want to disable the DNS resolution monitor
    and looking for a permanent fix.This issue has been going on a while in our environment. Any help would be much appreciated. Our SCOM is 2012 sp1 CU4.
    C:\Users\admin>nslookup xxxx
    Server:  abc.contosso.com
    Address:  10.4.5.6
    Non-authoritative answer:
    DNS request timed out.
        timeout was 2 seconds.
    Name:    abc.xyz.contosso.com
    Address:  10.2.3.4
    Aliases:  abc.xyx.contosso.com
    Thanks,

    Thanks.As a temporary mitigation, I have disabled the DNS Resolution Failure Monitor for the url to stop the false alert and it worked so far but it started again and this time it alerted for the error code failure.It appears DNS resolution failure is the
    culprit .Any insight why error code failure monitor is additionally checking for DNS resolution failures? The DNS Resolution Failure monitor is already in disabled state.Any way we can disable this DNS checks without disable error code failure monitor?
    Error Code Failure health explorer,
    Base Page (show/hide details)
    HTTP Status Code
    0
    Unreachable
    false
    Error Code
    2147954407
    DNS Resolution Failure
    true
    DNS Resolution Time (seconds)
    0
    TCP Connect Time (seconds)
    0
    Time To First Byte (seconds)
    0
    Time To Last Byte (seconds)
    0
    Redirect Time (seconds)
    0
    Download Time (seconds)
    0
    Total Response Time (seconds)
    0
    Content Size (bytes)
    0
    Secure Failure Code
    0

  • Frequent heartbeat failure alerts on the server

    Hi Experts,
    we are getting the heartbeat failure alert  for xxxxxxx server. We have reinstalled the SCOM agent again on the server but still the alert is generating frequently
    Server is hosted on Cloud and we have verified the server resource utilization (CPU, Memory & network ) for the server.The utilization is normal and not finding any packet drop/connectivity issue for the server with SCOM gateway server. Please  suggest
    on this issue.
    Thanks in advance,
    25aish

    If the Windows agent is currently being monitored, and you have verified that by checking whether performance data is available (for example), then the best thing you can do is extend the heartbeat for that particular agent to something that is acceptable.
    In this case, if you are using the default heartbeat settings (which is 3 minutes), then just override the agent setting in Administration to allow up to something like 9 minutes. I actually suggest this for all environments right out of the box, because 3
    minutes is just way to aggressive. Check every 180 seconds, rather than the default 60 seconds...
    Jonathan Almquist | SCOMskills, LLC (http://scomskills.com)

  • %ASA-5-305013: Asymmetric NAT rules matched for forward and reverse flows; Connection for tcp src outside:10.159.159.3/49204 dst tru777:10.1.34.19/3389 denied due to NAT reverse path failure

    Hi,
    I have an ASA5510 running version 8.2(5). I have set up a new network on interface Ethernet0/1.777 of the fwl. The firewall works perfectly with remote access VPNs but has now given me the error with the new network that has been set up:
    %ASA-5-305013: Asymmetric NAT rules matched for forward and reverse flows; Connection for tcp src outside:10.159.159.3/49204 dst tru777:10.1.34.19/3389 denied due to NAT reverse path failure
    The difference between the other networks and the new one that I have set up is that this is the first one using a private addressing scheme. I understand that NAT is not allowing something along the way but I cant figure out what needs to change in order to get it to work. My config is as follows:
    interface Ethernet0/1.777
    description TRU 777
    vlan 777
    nameif tru777
    security-level 50
    ip address 10.1.34.17 255.255.255.240 standby 10.1.34.18
    access-list acl_tru777 remark * ALLOW ALL OUTBOUND *
    access-list acl_tru777 extended permit ip any any
    access-list RA-VPN extended permit ip 10.1.34.16 255.255.255.240 10.159.159.0 255.255.255.0
    access-list acl_no-nat extended permit ip 10.1.34.0 255.255.255.0 10.0.0.0 255.0.0.0
    access-list acl_no-nat extended permit ip 10.1.34.0 255.255.255.0 172.16.0.0 255.240.0.0
    access-list acl_no-nat extended permit ip 10.1.34.0 255.255.255.0 192.168.0.0 255.255.0.0
    access-list acl_ra-lock-tru777 extended permit ip 10.1.34.16 255.255.255.240 10.159.159.0 255.255.255.0
    access-list acl_ra-lock-tru777 extended permit ip 10.159.159.0 255.255.255.0 10.1.34.16 255.255.255.240
    ip local pool ra-pool 10.159.159.0-10.159.159.254 mask 255.255.255.0
    nat (tru777) 4 access-list acl_no-nat
    nat (tru777) 2 10.1.34.16 255.255.255.240
    global (outside) 2 x.x.x.x
    crypto isakmp nat-traversal 20
    I think that is everything you should need, if not please just ask.
    Thank you very much in advance,
    Chris

    Hi Julio,
    Here you go:
    FWL01# sh nameif
    Interface                Name                     Security
    Ethernet0/0              outside                    0
    Ethernet0/1              CLIENTS                 50
    Ethernet0/1.314        tru01                      50
    Ethernet0/1.313        dmz01                    50
    Ethernet0/1.316        tru02                      50
    Ethernet0/1.776        dmz776                  50
    Ethernet0/1.777        tru777                     50
    Management0/0       management           100
    FWL01#  sh run nat
    nat (tru02) 1 192.168.3.0 255.255.255.240
    nat (tru777) 4 access-list acl_no-nat
    nat (tru777) 2 10.1.34.16 255.255.255.240
    FWL01#    sh run glob
    global (outside) 1 interface
    global (outside) 2 x.x.x.x
    Thanks,
    Chris

  • Design a job for Login failure alert

    HI,
         I need a query to get Login failure alert for both windows login and SQL login account. Also i need track to which database the Login user is connecting while he is getting Login failure error. I need to to schedule this as a job.

    To check what database was being used when the login failed, you will need to use default trace as mentioned in the link below:-
    http://www.eraofdata.com/the-sql-server-default-trace/
    or simply run the query below:-
    SELECT  TE.name AS [EventName] ,
            v.subclass_name ,
            T.DatabaseName ,
            t.DatabaseID ,
            t.NTDomainName ,
            t.ApplicationName ,
            t.LoginName ,
            t.SPID ,
            t.StartTime ,
            t.SessionLoginName
    FROM    sys.fn_trace_gettable(CONVERT(VARCHAR(150), ( 
                    SELECT TOP 1
                    f.[value]
                    FROM    sys.fn_trace_getinfo(NULL) f
                    WHERE   f.property = 2)), DEFAULT) T
            JOIN sys.trace_events TE 
                    ON T.EventClass = TE.trace_event_id
            JOIN sys.trace_subclass_values v 
                    ON v.trace_event_id = TE.trace_event_id
                    AND v.subclass_value = t.EventSubClass
    WHERE   te.name IN ( 'Audit Login Failed' )
    order by t.StartTime desc
    The only other way would be to use Auditing, Server Side Trace or Triggers if you want to maintain history of these. 
    Reference:
    http://sqlrows.blogspot.in/2011/10/note-to-self.html
    Please mark the answer as helpful if i have answered your query. Thanks and Regards, Kartar Rana

  • Alert: Synchronization failure alert for software update point ( SCCM 2012 R2)

    SCCM 2012 R2
    Alert: Synchronization failure alert for software update point: MY.net(MY)
    Alert type: Software update synchronization failure
    Severity: Critical
    Active time (UTC): 13-09-2014 19:37:34
    Condition: Generate an alert if software updates synchronization fails for the Software Update Point role at the
    MY (MY) site.
    Alert Text: Software updates synchronization for the Software Update Point role at the
    MY (MY)) site failed.
    Please let me know what will be the cause of this Alert, how to resolve it

    The reason is stated in the message: "Generate an alert if software updates synchronization fails
    for the Software Update Point role at theMY (MY) site"
    Examine wsyncmgr.log
    Torsten Meringer | http://www.mssccmfaq.de

  • Reader 11.0.09 not installing on Mac OSX - base path failure, alias issue

    The file downloads, but does not migrate to the applications folder. Error message says base path failure and also alias issue.

    Can you post the install.log file from the following location:  /var/log/install.log

  • Co-existence of HDLM and VxVM DMP 5.0

    Can HDLM and VxVM DMP 5.0 can exist in same host ?

    Hi,
    You definitely want to install into a different folder so you
    don't overwrite things like the jdeveloper.ini files.
    If you have 2.0 installed in a directory like 'C:\JDeveloper',
    installe 3.0 in 'C:\JDeveloper 3.0'. You should not have any
    problems with a space in the directory name.
    Laura
    Raphael Roale (guest) wrote:
    : John,
    : I am now using both JDev 2 and 3, and I did not have any
    : problems. Try to install in different folder.
    : Raphael
    : John Salvo (guest) wrote:
    : : I already have JDeveloper 2.0 on my machine, and I recently
    : : downloaded JDeveloper 3.0.
    : : However, I would like to be able to keep both until such time
    I
    : : am satisfied with JDeveloper 3.0.
    : : Can these two versions co-exist safely on a single machine???
    : : Thanks,
    : : John Salvo
    null

  • Health Service Heartbeat Failure Alert for Generated when one Management Server Down,

    Hi,
    I have Two Management Server, every one manage about 100 server, when one Management Server goes down unexpected, I receive 100 Alert for 100 Server Health Service Heartbeat Failure.
    My Question, why when the Management Server down, it send that all Managed agent Health Service Heartbeat Failure?
    Is there a way to change this?

    SCOM 2012 agent will autofailover when primary server is down. You can check the failover management server by using the following powershell cmdlet:
    #Verify Failover for Agents reporting to MS1
    $Agents = Get-SCOMAgent | where {$_.PrimaryManagementServerName -eq 'MS1.DOMAIN.COM'}
    $Agents | sort | foreach {
    Write-Host "";
    "Agent :: " + $_.Name;
    "--Primary MS :: " + ($_.GetPrimaryManagementServer()).ComputerName;
    $failoverServers = $_.getFailoverManagementServers();
    foreach ($managementServer in $failoverServers) {
    "--Failover MS :: " + ($managementServer.ComputerName);
    Write-Host "";
    http://www.systemcentercentral.com/how-does-the-failover-process-work-in-opsmgr-2012-scom-sysctr/

  • Before Workflow Notification Mailer fails sends failure alert.

    Hi,
    We are using Oracle E-Business Suit R12. It happens few times that Workflow Notification Mailer fails (unknown reason), thus stopping all the upcoming alerts.
    1). Please tell me if there is way to identify those unknown reasons?
    2). Secondly is there any way that before Workflow Notification Mailer fails generate an alert on just before failure?
    Regards,
    Farooq Khan.

    We are using Oracle E-Business Suit R12. It happens few times that Workflow Notification Mailer fails (unknown reason), thus stopping all the upcoming alerts.
    1). Please tell me if there is way to identify those unknown reasons?Please check the Workflow log file for details about the error.
    How to Troubleshoot when the Workflow Services Go Down [ID 564394.1]
    How to Perform a Meaningful SMTP Telnet Test to Troubleshoot Java Mailer For Sending Email Notifications [ID 75384
    How To Troubleshoot Java-based Workflow Notification Mailer [ID 242941.1]
    A Guide For Troubleshooting Workflow Notification Emails - Inbound and Outbound [ID 831982.1]
    Oracle Workflow FAQ [ID 465887.1]
    Workflow Scripts [ID 183643.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Workflow+AND+Troubleshoot&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Workflow+AND+Diagnostics&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    2). Secondly is there any way that before Workflow Notification Mailer fails generate an alert on just before failure?https://forums.oracle.com/forums/search.jspa?threadID=&q=Workflow+AND+Monitoring&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • DFM - Authentication Failure Alert

    I am receiving alerts in DFM for "Authentication Failure" on a device that I am monitoring with DFM. The only info I can find about the alert is the name of the alert and the type of alarm. In this case, a "minor alarm". I would like to know what is device is causing the failure as it involves my network core switch. Does anyone have any ideas on how to find out what is causing this alarm?

    Some devices may send the generic SNMPv2 authentication failure trap without any varbinds, but most Cisco devices send a version that includes the address of the host that did the poll.
    If the varbind is missing from the trap, then you would need to move your sniffer closer to the device to find out who is doing the polling (i.e. capture the offending SNMP request packet). Alternatively, if this is an IOS device, you can use "debug snmp packet" to get see who is polling the device.

  • Invalid path failure in reporting services.

    I recently got this problem on one of our deployment machines. An report export in .xls format fails with the following stack trace:
    UnhandledException
    Type: Microsoft.Reporting.WinForms.LocalProcessingException
    Message: An error occurred during local report processing.
    StackTrace:    at Microsoft.Reporting.WinForms.LocalReport.EnsureExecutionSession()
       at Microsoft.Reporting.WinForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, PageCountMode pageCountMode, CreateAndRegisterStream createStreamCallback, Warning[]& warnings)
       at Microsoft.Reporting.WinForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, PageCountMode pageCountMode, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams,
    Warning[]& warnings)
       at Microsoft.Reporting.WinForms.LocalReport.Render(String format, String deviceInfo, PageCountMode pageCountMode, String& mimeType, String& encoding, String& fileNameExtension, String[]& streams, Warning[]& warnings)
       at Stratec.Exporter.Exporter.ExportToExcel(LocalReport localReport, String filename) in c:\Jenkins\.jenkins\jobs\2710Application_x64_1.2_stable\workspace\BusinessLayer\Reporting\Exporter\Exporter.cs:line 206
       at Stratec.Exporter.Exporter.Export(ExportType exportType, LocalReport localReport, String filename, ReportType reportType) in c:\Jenkins\.jenkins\jobs\2710Application_x64_1.2_stable\workspace\BusinessLayer\Reporting\Exporter\Exporter.cs:line 122
       at Stratec.UserInterface.Reporting.SampleResultReportViewModel.<>c__DisplayClassd.<OnBatchDone>b__c() in c:\Jenkins\.jenkins\jobs\2710Application_x64_1.2_stable\workspace\UserInterface\Modules\ReportingModule\ReportsView\SampleResultReportViewModel.cs:line
    175
       at System.Reactive.Concurrency.Scheduler.Invoke(IScheduler scheduler, Action action)
       at System.Reactive.Concurrency.ScheduledItem`2.InvokeCore()
       at System.Reactive.Concurrency.ScheduledItem`1.Invoke()
       at System.Reactive.Concurrency.EventLoopScheduler.Run()
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
       at System.Threading.ThreadHelper.ThreadStart()
    InnerException:
    Type: Microsoft.Reporting.DefinitionInvalidException
    Message: The definition of the report '' is invalid.
    StackTrace:    at Microsoft.Reporting.ReportCompiler.CompileReport(ICatalogItemContext context, Byte[] reportDefinition, Boolean generateExpressionHostWithRefusedPermissions, ControlSnapshot& snapshot)
       at Microsoft.Reporting.LocalService.GetCompiledReport(PreviewItemContext itemContext, Boolean rebuild, ControlSnapshot& snapshot)
       at Microsoft.Reporting.LocalService.CompileReport()
       at Microsoft.Reporting.WinForms.LocalReport.EnsureExecutionSession()
    InnerException:
    Type: Microsoft.ReportingServices.ReportProcessing.ReportProcessingException
    Message: An unexpected error occurred in Report Processing.
    StackTrace:    at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.CreateIntermediateFormat(PublishingContext reportPublishingContext, IDataProtection dataProtection)
       at Microsoft.Reporting.ReportCompiler.CompileReport(ICatalogItemContext context, Byte[] reportDefinition, Boolean generateExpressionHostWithRefusedPermissions, ControlSnapshot& snapshot)
    InnerException:
    Type: System.Runtime.InteropServices.ExternalException
    Message: Cannot execute a program. The command being executed was "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe" /noconfig @"C:\Users\SimoaHD1\AppData\Local\Temp\51ieghcr.cmdline".
    StackTrace:    at System.CodeDom.Compiler.Executor.ExecWaitWithCaptureUnimpersonated(SafeUserTokenHandle userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine)
       at System.CodeDom.Compiler.Executor.ExecWaitWithCapture(SafeUserTokenHandle userToken, String cmd, String currentDir, TempFileCollection tempFiles, String& outputName, String& errorName, String trueCmdLine)
       at System.CodeDom.Compiler.CodeCompiler.Compile(CompilerParameters options, String compilerDirectory, String compilerExe, String arguments, String& outputFile, Int32& nativeReturnValue, String trueArgs)
       at Microsoft.VisualBasic.VBCodeGenerator.FromFileBatch(CompilerParameters options, String[] fileNames)
       at System.CodeDom.Compiler.CodeCompiler.FromDomBatch(CompilerParameters options, CodeCompileUnit[] ea)
       at System.CodeDom.Compiler.CodeCompiler.System.CodeDom.Compiler.ICodeCompiler.CompileAssemblyFromDomBatch(CompilerParameters options, CodeCompileUnit[] ea)
       at Microsoft.ReportingServices.RdlExpressions.ExprHostCompiler.InternalCompile(AppDomain compilationTempAppDomain, Boolean refusePermissions)
       at Microsoft.ReportingServices.RdlExpressions.ExprHostCompiler.<>c__DisplayClass1.<Compile>b__0()
       at Microsoft.ReportingServices.Diagnostics.RevertImpersonationContext.<>c__DisplayClass1.<Run>b__0(Object state)
       at System.Security.SecurityContext.Run(SecurityContext securityContext, ContextCallback callback, Object state)
       at Microsoft.ReportingServices.Diagnostics.RevertImpersonationContext.Run(ContextBody callback)
       at Microsoft.ReportingServices.RdlExpressions.ExprHostCompiler.Compile(IExpressionHostAssemblyHolder expressionHostAssemblyHolder, AppDomain compilationTempAppDomain, Boolean refusePermissions)
       at Microsoft.ReportingServices.ReportPublishing.ReportPublishing.Phase3(ParameterInfoCollection& parameters, Dictionary`2& groupingExprCountAtScope)
       at Microsoft.ReportingServices.ReportPublishing.ReportPublishing.InternalCreateIntermediateFormat(Stream definitionStream, RdlUpgradeState upgradeState, String& description, String& language, ParameterInfoCollection& parameters, DataSourceInfoCollection&
    dataSources, DataSetInfoCollection& sharedDataSetReferences, UserLocationFlags& userReferenceLocation, ArrayList& dataSetsName, Boolean& hasExternalImages, Boolean& hasHyperlinks, Byte[]& dataSetsHash)
       at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.CompileOdpReport(PublishingContext reportPublishingContext, IDataProtection dataProtection, PublishingErrorContext errorContext, String& reportDescription, String& reportLanguage,
    ParameterInfoCollection& parameters, DataSourceInfoCollection& dataSources, DataSetInfoCollection& sharedDataSetReferences, UserLocationFlags& userReferenceLocation, ArrayList& dataSetsName, Boolean& hasExternalImages, Boolean&
    hasHyperlinks, Byte[]& dataSetsHash)
       at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.CreateIntermediateFormat(PublishingContext reportPublishingContext, IDataProtection dataProtection)
    InnerException:
    Type: System.ComponentModel.Win32Exception
    Message: The directory name is invalid
    StackTrace:
    from what I understand the reporting framework was trying to run a command "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\vbc.exe" and uses this file "C:\Users\SimoaHD1\AppData\Local\Temp\51ieghcr.cmdline" in some manner, but from some
    reason, the path to this file is invalid.
    I'm not sure what "vbc.exe" or what's wrong with the Path. Online search hinted at a problem with user rights, but all I have right now are hints.
    does anyone know  what the underlying problem may be?

    Hello,
    Based on your description, it seems that you create a .rdlc report and export the report to Excel when rendering the report with ReportViewer control in your application.
    What's the bit version your machine? You can try to reinstall .NET Framework 4 and then try again. 
    What's more, if you had installed any antivirus software on the machine,please close the antivrius firstly.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • RAID Drive Failure Alerts

    Hi,
    Working on a TS-130 using onboard RAID configured as RAID1. Is there a setting to sound an audible alarm when the RAID is degraded?
    Thanks to Erik [and his link to a previous poster], I've got the Intel Storage Manager installed so I can view the status of it in Win2008.
    Thanks!
    Al
    Solved!
    Go to Solution.

    it's possible that the intel software doesn't do email.   admittedly, my memory is foggy on intel MSM as i haven't used it in quite some time.   these days everything for me is under LSI and adaptec.
    ThinkStation C20
    ThinkPad X1C · X220 · X60T · s30 · 600

  • Where do PATH and MANPATH definitions go for OSS12.4 in Solaris 11.2?

    ** Newbie alert **
    Hello,
    This link says what to add to PATH and MANPATH for a new Solaris Studio 12.4 installation
    but not where to put the PATH and MANPATH entries (preferably for all users).
    Setting Up Access to the Developer Tools and Man Pages - Oracle® Solaris Studio 12.4: InstallationGuide
    Note that my "installation" consisted of downloading the appropriate Tarfile and then unpacking it - so this comment is confusing:
    "If you did not enable the installer to create symbolic links in /usr/bin and /usr/share/man, you might    need to change your PATH   and MANPATH  environment variables to enable use of the Oracle Solaris Studio 12.4 software."
    Another confusing entry in the Solaris 11.2 documentation says "the MANPATH definition is no longer required in Solaris 11".
    Sincerely,
    Kent

    Hi Kent,
    If you installed from the tar file you will need to add the directory to your PATH and MANPATH variables.   The steps are platform specific and are listed below:
    On Oracle Solaris platforms
    Add the path /install-dir/solarisstudio12.4/bin to your PATH environment variable.
    Add the path /install-dir/solarisstudio12.4/man to your MANPATH environment variable.
    On Linux platforms
    Add the path /install-dir/oracle/solarisstudio12.4/bin to your PATH environment variable.
    Add the path /install-dir/oracle/solarisstudio12.4/man to your MANPATH environment variable.
    For a more detailed discussion PATH and MANPATH you can review the Solaris documentation on "Setting Environment Variables".  The location to that information is located here:
    https://docs.oracle.com/cd/E19683-01/806-7612/customize-8/index.html
    You might find this link helpful too:
    https://docs.oracle.com/cd/E36784_01/html/E36818/userconcept-39855.html#scrolltoc
    Note - When you install from a tar file you cannot get support or patches for the product from Oracle. If you want such support you must use a package installer. See Chapter 2, Installing Oracle Solaris Studio 12.4 on Oracle Solaris 10 and Linux or Chapter 3, Installing Oracle Solaris Studio 12.4 On Oracle Solaris 11.
    Also, if you haven't installed the latest Solaris 11.2 SRU then you will also need to install the required system libraries.   Here's a link to the instructions:
    https://docs.oracle.com/cd/E37069_01/html/E37072/gouaw.html#scrolltoc
    HTH

  • How to give path to a boilerplate developing in windows, deploy in Solaris

    Hi
    I want to add an image into my reports.
    I am developing the report in windows machine and deploy the report in UNIX machine.
    Could you please tell me how to do that?
    Regards

    Hi
    Thanks
    That is what I have done.
    When the report is executed I am generating a .pdf file.
    The .pdf file is generated appropriately, but the image is not shown.
    When I open the .pdf file it gives me *'insufficient data for an image'* error
    could you please help me in fixing this?
    regards

Maybe you are looking for