DRS Reporting

Hello

I doubt I'm the only one that has fallen on this so far with PowerCLI 5.0.

With vSphere 4.1 (I think) we could start implementing host & groups of MV and then used DRS capacity evolved to pair them with affinity or anti affinity.  I found features to create new groups and add to the existing (thanks Arnim & Luc - http://communities.vmware.com/message/2040365 ) but I'm having a hard time finding a report that could give me the content of these rules (with groups and the configuration of the associated rule) that we have in our environment of DRS of advances.

I had extremely bad luck with Onyx (it always crashes on me) so I'm wandering in the dark on this issue.  Thoughts?

I created a function that should give you everything, rules and groups.

function Get-DrsRuleAndGroup{
  param(
    [string]$ClusterName  )

  $vms = @{}
  $hosts = @{}
  $vmGroup =@{}
  $hostGroup = @{}

  $cluster = Get-Cluster -Name $ClusterName  Get-VM -Location $cluster | %{
    $vms.Add($_.ExtensionData.MoRef,$_.Name)
  }
  Get-VMHost -Location $cluster | %{
    $hosts.Add($_.ExtensionData.MoRef,$_.Name.Split('.')[0])
  }
  $cluster.ExtensionData.ConfigurationEx.Group | %{
    if($_ -is [VMware.Vim.ClusterVmGroup]){
      $vmGroup.Add($_.Name,$_)
    }
    else{
      $hostGroup.Add($_.Name,$_)
    }
  }

  foreach($rule in $cluster.ExtensionData.ConfigurationEx.Rule){
    New-Object PSObject -Property @{
      Name = $rule.Name      Enabled = $rule.Enabled      Mandatory = $rule.Mandatory      Type = &{
        switch($rule.GetType().Name){
        "ClusterAffinityRuleSpec" {"Affinity"}
        "ClusterAntiAffinityRuleSpec" {"AntiAffinity"}
        "ClusterVmHostRuleInfo" {"VmHostGroup"}
        }
      }
      VM = &{
        if($rule.Vm){
          [string]::Join('/',($rule.Vm | %{$vms[$_]}))
        }
      }
      VMGroup = $rule.VmGroupName      VMGroupVM = &{
        if($rule.VmGroupName){
          [string]::Join('/',($vmGroup[$rule.VmGroupName].Vm | %{$vms[$_]}))
        }
      }
      AffineHostGroup = $rule.AffineHostGroupName      AntiAffineHostGroup = $rule.AntiAffineHostGroupName      HostGroup = &{
        if($rule.AffineHostGroupName -or $rule.AntiAffineHostGroupName){
          if($rule.AffineHostGroupName){$groupname = $rule.AffineHostGroupName}
          if($rule.AntiAffineHostGroupName){$groupname = $rule.AntiAffineHostGroupName}
          [string]::Join('/',($hostGroup[$groupname].Host | %{$hosts[$_]}))
        }
      }
    }
  }
}

Get-DrsRuleAndGroup -ClusterName MyCluster |
Select Name,Enabled,Mandatory,Type,VM,VMGroup,VMGroupVM,AffineHostGroup,AntiAffineHostGroup,HostGroup | Export-Csv C:\Drs-Rules-Groups.csv -NoTypeInformation -UseCulture

It is always a primitive version of the function, but it should provide the information you want.

Tags: VMware

Similar Questions

  • DRS does not

    New installation of 5.5U1

    Licensing Enterprise permanent Plus - 2 CPU for each host - 3 guests

    Created under the cluster data center icon

    Active DRS

    • the fully automated, aggressive value
    • Select the unverified levels of individual virtual machine automation

    HA on

    • Home monitoring checked
    • VM restart Priority Medium
    • The host isolation response - leave it on
    • Admission Control NOT active
    • VM & App monitoring high sensitivity
    • Data store Heartbreaking - use of the warehouses of the specified list and automatically if necessary complement

    Turn off the management-

    Advanced options - not defined

    HA works as expected

    vMotion performs as expected, triggered manually

    8 VMs on host 1

    1 VMS on host 2

    0 VM on the host 3

    vSphere balanced DRS reports

    0 DRS recommendations

    DRS defects 0

    Try to manually start the DRS does not move the virtual machine is as expected

    Stress test VM with a CPU generator does not start a vMotion

    Can anyone suggest where to look for this problem of DRS? Thank you

    Note that there is little change in DRS [email protected]. In my view, the hosts with 8 VM is still not fully charged & DRS think same host is good enough.

    Reference:http://www.slideshare.net/VMworld/vmworld-2013-performance-and-capacity-management-of-drs-clusters

    http://KB.VMware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalID=2059868

    VMware KB: Change the default behavior of vSphere distributed power management

    Strange activity DRS on ESXi 5.5

  • Guests report in DRS-rules

    Hello

    We are currently using DRS for the distribution of Windows VMs on specific hosts in our groups. These hosts are grouped into a "Windows Hosts licensed" DRS group in each cluster.

    For our license management, I need to declare the current number of hosts (and host) attributed to these groups of DRS each month.

    As the environment is more and more bigger I want to automate this task by using a regular report.

    How can I get a list of relevant hosts including physical processors per cluster and a total number of CPU?

    We use vSphere 5.1 and PowerCLI does not seem to offer much for DRS-groups out of the box.

    I just need to know how to get the list hosts, I can do anything around this (adding PSModule, connection to vVenter, report by mail, etc.) by myself

    Any help appreciated.

    Hi Daniel,.

    right, PowerCLI does not offer a large part of the box.

    But there is a module, you can import:

    http://www.lucd.info/2015/01/22/drsrule-DRS-rules-and-groups-module/

    Who should help ;-)

    Tim

  • Script to report the VMS in DRS automation level

    I'm having a difficult time to build a report that gives me the "Automation level" setting for each virtual machine in the infrastructure.  This setting is found in the DRS 'virtual machine' cluster setting options (see image).  I worked with the cmdlets get-drsrule and get-cluster command, but without success.  Anyone know where to find these data of via powershell?  Thank you.

    Hello

    The info is part of the VirtualMachine data:

    Get - VM | Select DrsAutomationLevel

    Kind regards

    Yasen

  • 48 hours instant historical report

    I'm looking for a script that can give a report of all the clichés that have been created and deleted in the last 48 hours on all data warehouses. Basiclly I want to do is set up the timeline of our backups when snapshots are created on each virtual machine and what data store the snapshot has been created on the size of the snapshot.  The question we have is that our data warehouses are roughly on provissioned (Installer before starting here) and not budget for additional storage at this time.  We had problem with stores fill during backups because data snapshots.  I want to change the location where the snapshots are created to a different dedicated LUN to the Virtual Machine folder by default.  I want to have an idea of when the snapshots are created, the snapshot size, when removed, in a 48-hour window.

    Any ideas on how this can be done?

    I can watch the backup program and see when the virtual machine started the backup process, but he didn't tell me what data store, the virtual machine is on and what other VM is currently underway in the same database.  Also storage DRS can move VM around and now cause problems with e/s when multiple snapshots are created on the same logical unit number at the same time.

    I'm just trying to get a better idea and a good way to create a Visual report to view my managers why databases are fill due to backups.

    Thank you

    You could do something like that

    $taskNames = "CreateSnapshot_Task", "RemoveSnapshot_task".

    Get-VIEvent-beginning (Get-Date). AddDays(-2) - MaxSamples ([int]: MaxValue) |

    where {$_-is [VMware.Vim.TaskEvent] - and $taskNames - contains $_.Info.Name} |

    Tri-objet-property Createduserid |

    Select Createduserid, username.

    @{N = "VM"; E={$_. UMM name}},

    @{N = "Datastore"; E = {(Get-View-Id $_.)} Vm.Vm - property 'Config.Files.SnapshotDirectory'). Config.Files.SnapshotDirectory}},

    @{N = ' task'; E={$_. FullFormattedMessage}}

    The size of the snapshot is problematic, since the snapshot is already removed when you run the report.

    If the snapshot still exists, you can calculate the total size of the snapshot.

    See for example my UML diagram your VM snapshots and the vdisks, you can use the same logic to get the total size of the last snapshot.

  • DRS Rule for Host affinity check names of datatore that they match to the hosts

    DRSRules - list of host affinity rules

    Host affinity rules

    Cluster

    Activated

    Name

    Solidarity

    VM

    Host of the rule

    Running

    Cluster-SA1

    TrueCluster2-SA1-VMsHostsFakeSMV - SA1SA1sa1_host3

    Cluster-SB2

    True

    CLUSTER1-SB2-VMsHosts

    Fake

    SMV - SB2

    SB2

    sb2_host2

    This module of vCheck will show me if one of my virtual machines are not running according to the rules, but I want to look deeper.

    DRS Rule for Host affinity check names of datatore that they match to the hosts

    Our guests all start with three characters make the difference between SiteA1 and SiteB1, that is sa1host1 sa1host2... sa1host9 and sb2host1, sb2host2, sb2host9, etc.

    Our warehouses are the names "sa1_exch01", "sa1_sql_01", sa1_data_01"for all data stores that are found on the Site1.  While the warehouses of data named 'sb2_exch01', 'sb2_sql_01', sb2_data_01' for all data stores that are found on the Site2.

    Can help you with a script that will check all virtual machines on the hosts on Site1 and report those who have warehouses of data does begin with 'sa1' and similarly all virtual machines on the hosts on the Site2 but give report of those who have warehouses of data that do not begin with "sb2.

    See you soon

    KC

    Try something like this

    $vms = Get-View -ViewType VirtualMachine -Property Name,Datastore,"Runtime.Host"
    
    foreach($vm in $vms){    $esx = Get-View $vm.Runtime.Host -Property Name    $ds = Get-View $vm.Datastore -Property Name    if($ds | where {$_.Name.Substring(0,3) -notmatch $esx.Name.Substring(0,3)}){        $vm | Select Name,            @{N="Site";E={if($esx.Name.Substring(0,3) -eq "sa1"){"SiteA1"}else{"SiteB1"}}},            @{N="Host";E={$esx.Name.Split('.')[0]}},            @{N="DS";E={[string]::Join(',',($ds | %{$_.Name}))}}    }}
    

    It should list all the virtual machines that do not follow the rule.

  • vCAC and pools resources of Cluster HA/DRS

    If pools of compute cluster resources are used on clusters HA/DRS, how to maintain these pools of resources properly when VCAC is implemented?

    Previously, when VMware admins deployed all virtual machines manually, they could always keep track of what were VMs in how resource with Betclic on a compute cluster.

    Virtual machines more you add to a pool of resources with 5000, stocks fewer are available for each virtual computer.  As an admin provisioning VMs directly without self-service in the image, you can keep track of the actions, reports and the processor resulting memory resources guaranteed and VMS during contention.

    VCAC now enter the picture.  Users can request their own virtual machines through self-service.  VMware admin comes and 50 new VMs showed during the night.  VCAC knows how, storage, processor and memory were available and all is well in this perspective.  But if I am not mistaken VCAC has no way of monitoring and to maintain the processor reports and calculate the values of sharing memory between different virtual machines on the same cluster.  An administrator must always manually maintain which.  Worse still it must now determine what requests were that appeared in the new virtual machines of the last nights VCAC configuration of the cluster and make sure that the actions they are awarded during the claim are proportionate to the actions assigned to the other virtual machines in other HA/DRS resource pools.  I don't know there is a solution to this problem that someone has.

    VCAT specifies that:

    "There is not a cloud if there are manual procedures that must be performed by the administrator of cloud or the service provider to provide resources of cloud following a consumer demand"

    http://download3.VMware.com/VCAT/vcat31_documentation_center/index.HTML#page/introduction/1%2520Introduction.2.05.html#wwpID0E0XD0HA

    The idea here is that we should not have self service provisioning this related to these procedures that VMware admins have to do on clusters of calculation after a virtual machine is configured.

    How to implement self-service for the provision of the VM and WITHOUT having to manually maintain compute cluster resource pool value stocks and reports on HA/DRS clusters?

    TheVMinator wrote:

    Also - more on the rationale for the resource pools.  I think that the reasoning, if get us into a scenario where vms were vying for the processor or memory resources to do them here for if ensure that the vms critical (important SQL server) are guaranteed resources and stand.  At this point, we have not done enough analysis to know if and when this would happen.

    I can understand where you are coming, but it also means that if sculpt you your cluster to the pools and those pools will fight for resources among them you will need to ensure that properly configure you the actions. Simply using the "High / Medium / Low" does not work when the number of virtual machines is not all too balanced, which is usually not.

    So yes, you can use VCAC to deploy your virtual machines. Yes, you can use pools of resources if you think that they will be the principal or cannot afford to take the risk. If you do:

    Write a script that configured the actions of your pools of resources based on the number of virtual machines in this pool and the relative priority. An example can be found here:

    http://www.yellow-bricks.com/2010/02/24/custom-shares-on-a-resource-pools-scripted/

  • VCentre - DRS question

    Hi guys,.

    Just FYI, I am new to the organization... so just try to get a handle on their envirnoment.

    I noticed an information/warning that there is an unbalanced load... vSpere DRS has been set to "Fully automated", but some machines have been added to a group of DRS? Can you confirm for me, machines must be assigned to an appropriate group before DRS will take effect?

    Also, what guys do you set your host tagrget load? our is currently set on < = 0.035

    Thank you

    Stuart.

    Hi Stuart,

    None of the virtual machines must be assigned to a specific group for the DBS balancing load the virtual machines on the hosts in a DRS cluster. DRS is enabled on the level of the cluster and cluster becomes balancing domain for Drs This means that - if specified otherwise - all the virtual machines within the cluster are valid canidates for load balancing.

    It is recommended to leave the threshold to moderate to DRS load balancing. The value you provide is the gap of load host target, and it is the target for the DRS to reach. THLSD and CHLSDS are pretty advanced topics, if you want to know that the more I recommend buying one of the books of Duncan Epping and I co-wrote on vSphere clustering.

    Now, back to your problem, there is an imbalance and not report the DRS able to balance the load. What is the exact caveat?

  • java.lang.LinkageError: violation of constraint of charger: charger for Jasper reports

    Hello everyone

    I use JDeveloper version 11.1.2.3.0 and iReport 5.1.0.

    I created an application where users can upload their own jrxml files, these files get compiled and stored in the FS. When users need to create PDF reports, they can select one of the types of reports from those downloaded and generate the report.

    Everything worked fine at first, but after a few tries, I got this error, only on the report part of filling:

    javax.faces.el.EvaluationException: //C:/Users/Endrik/AppData/Roaming/JDeveloper/system11.1.2.3.39.62.76.1/o.j2ee/drs/ContractManagement/ViewControllerWebApp.war/untitled2.jsf @9,73 action = "#{reportBean.userDefinedReport}": java.lang.LinkageError: violation of constraint of charger: charger (net/sf/jasperreports/engine/util/JRClassLoader instance) launched previously loading for another type with the name ' org/codehaus/groovy/runtime/callsite/CallSite' "

    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:51)

    at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)

    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:190)

    at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:787)

    at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:1252)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._invokeApplication(LifecycleImpl.java:973)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:354)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:468)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)

    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Caused by: java.lang.LinkageError: violation of constraint of charger: charger (net/sf/jasperreports/engine/util/JRClassLoader instance) launched previously loading for another type with the name ' org/codehaus/groovy/runtime/callsite/CallSite.

    at java.lang.Class.getDeclaredMethods0 (Native Method)

    at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)

    at java.lang.Class.getDeclaredMethods(Class.java:1791)

    to org.codehaus.groovy.reflection.CachedClass$ $3 1.run(CachedClass.java:84)

    at java.security.AccessController.doPrivileged (Native Method)

    to org.codehaus.groovy.reflection.CachedClass$ 3.initValue(CachedClass.java:81)

    to org.codehaus.groovy.reflection.CachedClass$ 3.initValue(CachedClass.java:79)

    at org.codehaus.groovy.util.LazyReference.getLocked(LazyReference.java:46)

    at org.codehaus.groovy.util.LazyReference.get(LazyReference.java:33)

    at org.codehaus.groovy.reflection.CachedClass.getMethods(CachedClass.java:250)

    at groovy.lang.MetaClassImpl.populateMethods(MetaClassImpl.java:338)

    at groovy.lang.MetaClassImpl.fillMethodIndex(MetaClassImpl.java:288)

    at groovy.lang.MetaClassImpl.initialize(MetaClassImpl.java:2922)

    at org.codehaus.groovy.reflection.ClassInfo.getMetaClassUnderLock(ClassInfo.java:176)

    at org.codehaus.groovy.reflection.ClassInfo.getMetaClass(ClassInfo.java:192)

    report2_1379060128967_977360. $getStaticMetaClass (calculator_report2_1379060128967_977360)

    to report2_1379060128967_977360. < init > (calculator_report2_1379060128967_977360)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)

    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)

    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)

    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)

    at java.lang.Class.newInstance0(Class.java:355)

    at java.lang.Class.newInstance(Class.java:308)

    at net.sf.jasperreports.engine.design.JRAbstractJavaCompiler.loadEvaluator(JRAbstractJavaCompiler.java:112)

    at net.sf.jasperreports.engine.design.JRAbstractCompiler.loadEvaluator(JRAbstractCompiler.java:333)

    at net.sf.jasperreports.engine.JasperCompileManager.getEvaluator(JasperCompileManager.java:265)

    at net.sf.jasperreports.engine.fill.JRFillDataset.createCalculator(JRFillDataset.java:457)

    to net.sf.jasperreports.engine.fill.JRBaseFiller. < init > (JRBaseFiller.java:379)

    to net.sf.jasperreports.engine.fill.JRVerticalFiller. < init > (JRVerticalFiller.java:88)

    to net.sf.jasperreports.engine.fill.JRVerticalFiller. < init > (JRVerticalFiller.java:103)

    to net.sf.jasperreports.engine.fill.JRVerticalFiller. < init > (JRVerticalFiller.java:61)

    at net.sf.jasperreports.engine.fill.JRFiller.createFiller(JRFiller.java:153)

    at net.sf.jasperreports.engine.fill.JRFiller.fill(JRFiller.java:55)

    at net.sf.jasperreports.engine.JasperFillManager.fill(JasperFillManager.java:446)

    at net.sf.jasperreports.engine.JasperFillManager.fillReport(JasperFillManager.java:849)

    at al.ikubinfo.contract.view.ReportBean.insert(ReportBean.java:715)

    at al.ikubinfo.contract.view.ReportBean.userDefinedReport(ReportBean.java:625)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.sun.el.parser.AstValue.invoke (unknown Source)

    at com.sun.el.MethodExpressionImpl.invoke (unknown Source)

    at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)

    at org.apache.myfaces.trinidad.component.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:46)

    ... more than 44

    I saw several posts about this error, saying that there could be more than one reference in the same container, or two pots imported with the same content/dependencies.

    Here is the list of the pots that I use in my application:

    -groovy-all - 2.0.1

    -iText - 2.1.7.js2

    -jasperreports - 5.1.0

    -jasperreports-fonts - 5.0.4

    -3, 7 - poi poi-ooxml-3, 7

    -commons-io - 2.4

    (over a few other commons-* jars not related).

    These are the same that I used when the application is running, more I used Jasper before and never had this error.

    Help, please!

    Thanks in advance.

    Thnx everyone who responded.

    I'll give you some information since I've solved, and I'm not delete this post someone else might find it useful.

    First of all, as I said in the original post, he worked well at first. This is because I was using some empty reports with no data inside, and in the very first attempt to insert a static text again, the error above was deleted. It might even work if you remove the text. This is a result of the language property of the report itself which is default Groovy. The problem seems to be a sort of double method called from the libraries of groovy and jasperreports imported in the class path.

    Solution: I changed the language of Groovy in Java, in the properties of the report. Then used this static method for compiling:

    JasperCompileManager.compileReport (design);

    This will require to include jdt - compile in the classpath, you can find it in the lib of JasperReports.

    I hope this post can help others.

    Kind regards!

  • IReport JDev 11.1.2.3.0 - path of report problem

    Hello!

    I try to get the path for my jasper and I get the .war path in previous projects (jdev 10 g) or eclipse, I could get the path easily using:

    ServletContext getServletContext() = sc;

    String path = sc.getRealPath("/");

    but now, I get the war path

    . War/Reports/MyReport.Jasper

    and I get the error there.

    Well, this is the correct path and I should work but I don't know what is the error

    any ideas?

    net.sf.jasperreports.engine.JRException: java.io.FileNotFoundException: txtReporte2: C:\Users\dfloresg\AppData\Roaming\JDeveloper\system11.1.2.3.39.62.76.1\o.j2ee\drs\SIATOD_APP\SIATODWEBWebApp.war\recursos\reportes\AC0001.jasper

    at net.sf.jasperreports.engine.util.JRLoader.loadObject(JRLoader.java:77)

    at net.sf.jasperreports.engine.util.JRLoader.loadObject(JRLoader.java:66)

    to deferred. UtilGeneradorReporte.processRequest (UtilGeneradorReporte.java:91)

    to deferred. UtilGeneradorReporte.doGet (UtilGeneradorReporte.java:46)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:183)

    at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:523)

    at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)

    to deferred. GenerarReportePostGrado_Servlet.processRequest (GenerarReportePostGrado_Servlet.java:47)

    to deferred. GenerarReportePostGrado_Servlet.doGet (GenerarReportePostGrado_Servlet.java:22)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to oracle.security.jps.ee.http.JpsAbsFilter$ 1.run(JpsAbsFilter.java:119)

    at java.security.AccessController.doPrivileged (Native Method)

    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)

    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)

    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)

    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)

    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.wrapRun (WebAppServletContext.java:3715)

    to weblogic.servlet.internal.WebAppServletContext$ ServletInvocationAction.run (WebAppServletContext.java:3681)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)

    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)

    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)

    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Due to: java.io.FileNotFoundException: C:\Users\dfloresg\AppData\Roaming\JDeveloper\system11.1.2.3.39.62.76.1\o.j2ee\drs\SIATOD_APP\SIATODWEBWebApp.war\AC0001.jasper

    ... more than 42

    WELL, I got the solution

    Libraries:

    JasperReports - 5.0.1.jar

    Servlet1.jar

    IText - 2.1.0.jar

    IText - 2.1.5.jar

    POI - 3.6 - 20100309.jar

    ServletContext getServletContext() = sc;

    String root = sc.getRealPath("/");

    Parameters.put ("P_NOMBRE_USUARIO", "DIEGO");

    JasperPrint jasperPrint;

    String txtReporte = root + "recursos\\reportes\\" + strReporte;

    Parameters.put ("P_DIRECTORIO_REPORTE", root + "recursos\\reportes");

    InitialContext c = new world;

    DataSource jdbcFactory = (DataSource)c.lookup("java:/app/jdbc/jdbc/exalDS");

    Connection Conn = jdbcFactory.getConnection ();

    JasperReport jasperReport = (JasperReport) JRLoader.loadObject (File (txtReporte)) of new;

    jasperPrint = JasperFillManager.fillReport (jasperReport, settings, conn);

    Conn.Close ();

    OutputStream ServletOutputStream = response.getOutputStream ();

    Exporting JRExporter = null;

    tipoReporte = tipoReporte.trim ();

    String contentType = "";

    If (tipoReporte.equalsIgnoreCase ("EXCEL")) {}

    contentType = "application / vnd.ms - excel";

    exporter = new JRXlsExporter();

    } ElseIf (tipoReporte.equalsIgnoreCase ('PDF')) {}

    contentType = "application/pdf";

    exporter = new JRPdfExporter();

    }

    response.setContentType (contentType);

    exporter.setParameter (JRExporterParameter.JASPER_PRINT, jasperPrint);

    exporter.setParameter (JRExporterParameter.OUTPUT_STREAM, outputStream);

    exporter.exportReport ();

    outputStream.close ();

  • VM seems to restart after DRS vmotions to different host

    One of my vm has been migrated to host a (esx 3.5) to host b (esx 3.5). When I checked the log of the virtual machine (32-bit RHEL5), all services seemed to have been restart without the virtual machine after being powerrd, handed on, shut down or a loss of power. I have not seen this before... what caused this and how it can be prevented.

    Side esx:

    DRS migrated mohamed of esx - 7sc to esx - 6sc cluster Cluster CLS in X

    Info 2010-01-14 12:44:40 Changed allocation of resources mohamed

    Info 2010-01-14 12:44:23 migration mohamed off-host esx - 7sc x

    Info 2010-01-14 12:44:04 mohamed migrating from esx - 7sc to esx - 6sc x

    Info 2010-01-14 12:44:04 task: migrating virtual machines

    The virtual machine

    Jan 14 12:40:52 foreign syslogd 1.4.1: restart.

    Jan 14 12:40:52 core of study abroad: klogd 1.4.1 source journal = / proc/kmsg began.

    Jan 14 12:40:52 core of study abroad: Linux version 2.6.18 - 164.10.1.el5 ([email protected]) (gcc 4.1.2 version 20080704 (Red Hat 4.1.2 - 46)) #1 SMP Wed Dec 30 18:35:37 EDT 2009

    Jan 14 12:40:52 core of study abroad: map of physical RAM provided BIOS:

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 0000000000010000 - 000000000009f800 (usable)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 000000000009f800 - 00000000000a 0000 (reserved)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: ca 00000000000 000 - 00000000000cc000 (reserved)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 0000000000100000 - 000000003e6f0000 (usable)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 000000003e6f0000 - 000000003e6ff000 (ACPI data)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 000000003e6ff000 - 000000003e700000 (ACPI NVS)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 000000003e700000 - 000000003e800000 (usable)

    Jan 14 12:40:52 core of study abroad: BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)

    Jan 14 12:40:53 core of study abroad: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)

    Jan 14 12:40:53 core of study abroad: BIOS-e820: 00000000fffe0000 - 0000000100000000 (reserved)

    Jan 14 12:40:53 core of study abroad: 104 MB HIGHMEM available.

    Jan 14 12:40:53 core of study abroad: 896 MB LOWMEM available.

    Jan 14 12:40:53 core of study abroad: found SMP MP-table at 000f6cd0

    Jan 14 12:40:53 core of study abroad: memory for the allowable range of kernel notwithin (0 x 0 to 0 x 0) crash

    Jan 14 12:40:53 core of study abroad: disabling kdump(1)

    Jan 14 12:40:53 core of study abroad: using x 86 segment limit to approach the protection NX

    Jan 14 12:40:53 core of study abroad: this DMI.

    Jan 14 12:40:53 core of study abroad: using APIC driver default

    Jan 14 12:40:53 core of study abroad: ACPI: PM - timer IO Port: 0 x 1008

    Jan 14 12:40:53 core of study abroad: ACPI: LAPIC (acpi_id0x00 active lapic_id0x00)

    Jan 14 12:40:53 core of study abroad: processor 0 # 06:15 APIC version 17

    Jan 14 12:40:53 core of study abroad: ACPI: LAPIC_NMI (acpi_id0x00-lint0x1 of high edge)

    Jan 14 12:40:53 core of study abroad: ACPI: IOAPIC (id0x01 address0xfec00000 gsi_base [0])

    Jan 14 12:40:53 core of study abroad: IOAPIC [0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23

    Jan 14 12:40:53 core of study abroad: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge of)

    Jan 14 12:40:53 core of study abroad: activation APIC mode: dish. 1 i/o using APICs

    Jan 14 12:40:53 core of study abroad: using ACPI (EMAC) for SMP configuration information

    Jan 14 12:40:53 core of study abroad: allocating from 40000000 PCI resources (gap: 3e800000:c0400000)

    Jan 14 12:40:53 core of study abroad: TSC: frequency read hypervisor

    Jan 14 12:40:53 core of study abroad: detected CPU 3000.106 MHz.

    Jan 14 12:40:53 core of study abroad: 1 built zonelists. Total pages: 256000

    Jan 14 12:40:53 core of study abroad: the kernel command line: ro root = / dev/VolGroup00/LogVol00 rhgb quiet

    Jan 14 12:40:53 core of study abroad: FPU fast save and restore activation... done.

    Jan 14 12:40:53 core of study abroad: allowing the use of unmasked SIMD FPU exception... done.

    Jan 14 12:40:53 core of study abroad: initializing CPU #0

    Jan 14 12:40:53 core of study abroad: CPU 0 irqstacks, hard soft c0762000 = = c0742000

    Jan 14 12:40:53 core of study abroad: PID hash table entries: 4096 (order: 12, 16384 bytes)

    Jan 14 12:40:53 core of study abroad: Console: color VGA + 80 x 25

    Jan 14 12:40:53 core of study abroad: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)

    Jan 14 12:40:53 mcstransd of study abroad: mcstransd from

    Jan 14 12:40:53 core of study abroad: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)

    Jan 14 12:40:53 core of study abroad: memory: 1006976 k/1024000 k available (kernel code of 2160 k, 16124 k reserved, 901 k data, 228 k init, 106432 k highmem)

    Jan 14 12:40:53 core of study abroad: check if this processor honours the WP bit even in supervisor mode... Ok.

    Jan 14 12:40:53 core of study abroad: (skipped) delay loop calibration, value calculated using the frequency of the clock... 6000.21 BogoMIPS (lpj = 3000106)

    Jan 14 12:40:53 core of study abroad: v1.0.0 security framework initialized

    Jan 14 12:40:53 core of study abroad: SELinux: during initialization.

    Jan 14 12:40:53 core of study abroad: selinux_register_security: registration capacity secondary module

    Jan 14 12:40:53 mcstransd of study abroad: initialized mcstransd

    Jan 14 12:40:53 core of study abroad: LSM capacity initialized as secondary

    Jan 14 12:40:53 core of study abroad: mount-cache hash table entries: 512

    Jan 14 12:40:53 core of study abroad: CPU: L1 I cache: 32 K, cache L1 D: 32 K

    Jan 14 12:40:53 core of study abroad: CPU: L2 cache: 4096 K

    Jan 14 12:40:53 core of study abroad: Intel supported control of machine architecture.

    Jan 14 12:40:53 core of study abroad: Intel machine check reporting enabled on CPU #0.

    Jan 14 12:40:53 core of study abroad: 'hlt' instruction of control... Ok.

    Jan 14 12:40:53 core of study abroad: the SMP alternatives: to get a code on the RISE

    Jan 14 12:40:53 core of study abroad: alternatives freeing SMP: 14 k released

    Jan 14 12:40:53 core of study abroad: ACPI: 20060707 basic review

    Jan 14 12:40:53 core of study abroad: CPU0: Intel (r) Xeon 5160 CPU @ 3 .00GHz stepping 08

    Jan 14 12:40:53 core of study abroad: Total of 1 processors enabled (6000,21 BogoMIPS).

    Jan 14 12:40:53 core of study abroad: ENABLING IRQ IO-APIC

    Jan 14 12:40:53 core of study abroad:... TIMER: vector = 0 x 31 apic1 = 0 Broche1 = 2 apic2 = - 1 pin 2 =-1

    Jan 14 12:40:53 core of study abroad: using the local APIC timer interrupts.

    Jan 14 12:40:53 core of study abroad: WARNING calibrate_APIC_clock: calibration of APIC timer can be a problem.

    Jan 14 12:40:53 core of study abroad: grew up CPU 1

    Jan 14 12:40:53 core of study abroad: check if the image is initramfs... it is

    Jan 14 12:40:53 core of study abroad: free memory of the initrd: 3143 k released

    Jan 14 12:40:53 core of study abroad: NET: registered protocol family 16

    Jan 14 12:40:53 core of study abroad: ACPI: bus pci registered type

    Jan 14 12:40:53 core of study abroad: PCI: entry revision 2.10 PCI BIOS to 0xfd9a0, last bus = 1

    Jan 14 12:40:53 core of study abroad: PCI: using the configuration of type 1

    Jan 14 12:40:53 core of study abroad: implementation of the standard PCI resources

    Jan 14 12:40:53 core of study abroad: ACPI: active interpreter

    Jan 14 12:40:53 core of study abroad: ACPI: IOAPIC using for the interrupt routing

    Jan 14 12:40:53 core of study abroad: ACPI: no dock devices found.

    Jan 14 12:40:53 core of study abroad: ACPI: PCI Root Bridge PCI0 (0000:00)

    Jan 14 12:40:53 core of study abroad: PCI quirk: 1000-103f claimed by PIIX4 ACPI region

    Jan 14 12:40:53 core of study abroad: PCI quirk: 1040-104f claimed by PIIX4 SMB region

    Jan 14 12:40:53 core of study abroad: ACPI: PCI Interrupt Link INKA (IRQ 3 4 5 6 7 9 10 11 14 15) * 0, disabled.

    Jan 14 12:40:53 core of study abroad: ACPI: PCI Interrupt Link LNKB (IRQ 3 4 5 6 7 * 9 10 11 14 15)

    Jan 14 12:40:53 core of study abroad: ACPI: PCI Interrupt Link LNKC (IRQ 3 4 5 6 7 9 10 * 11 14 15)

    Jan 14 12:40:53 core of study abroad: ACPI: PCI Interrupt link LNKD (IRQ 3 4 5 6 7 9 10 11 14 15) * 0, disabled.

    Jan 14 12:40:53 core of study abroad: Linux Plug - and - Play Support v0.97 c Adam Belay

    Jan 14 12:40:53 core of study abroad: pnp: ACPI PnP init

    Jan 14 12:40:53 core of study abroad: pnp: ACPI PnP: found 12 devices

    Jan 14 12:40:53 study abroad kernel: usbcore: registered new driver usbfs

    Jan 14 12:40:53 study abroad kernel: usbcore: coupling new half registered

    Jan 14 12:40:53 core of study abroad: PCI: ACPI using IRQ routing

    Jan 14 12:40:53 core of study abroad: PCI: If a device does not work, try 'pci = routeirq '. If it helps, according to a report

    Jan 14 12:40:53 core of study abroad: NetLabel: initialization

    Jan 14 12:40:53 core of study abroad: NetLabel: hash of field size = 128

    Jan 14 12:40:53 core of study abroad: NetLabel: protocols = without LABEL CIPSOv4

    Jan 14 12:40:53 core of study abroad: NetLabel: no traffic allowed by default

    Jan 14 12:40:53 core of study abroad: PCI: Bridge: 0000:00:01.0

    Jan 14 12:40:53 core of study abroad: window of IO: disabled.

    Jan 14 12:40:53 core of study abroad: window MEM: disabled.

    Jan 14 12:40:53 core of study abroad: Windows PREFETCH: disabled.

    Jan 14 12:40:53 core of study abroad: NET: registered to the family of protocols 2

    Jan 14 12:40:53 core of study abroad: IP route cache hash table entries: 32768 (order: 5, 131072 bytes)

    Jan 14 12:40:53 core of study abroad: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)

    Jan 14 12:40:53 core of study abroad: TCP bind hash table entries: 65536 (order: 7, 524288 bytes)

    Jan 14 12:40:53 core of study abroad: TCP: Hash tables configured (established 131072 bind 65536)

    Jan 14 12:40:53 core of study abroad: TCP reno registered

    Jan 14 12:40:53 core of study abroad: Simple Boot Flag to 0 x 36 set to 0x80

    Jan 14 12:40:53 core of study abroad: apm: BIOS version 1.2 flags 0 x 03 (Driver version 1.16ac)

    Jan 14 12:40:53 core of study abroad: apm: replaced by ACPI.

    Jan 14 12:40:53 core of study abroad: audit: (disabled) netlink socket initialization

    Jan 14 12:40:53 core of study abroad: type = audit(1263490801.693:1) 2000: initialized

    Jan 14 12:40:53 core of study abroad: highmem bounce pool size: 64 pages

    Jan 14 12:40:53 core of study abroad: HugeTLB Total allocated memory, 0

    Jan 14 12:40:53 core of study abroad: VFS: disk quotas dquot_6.5.1

    Jan 14 12:40:53 core of study abroad: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

    Jan 14 12:40:53 core of study abroad: initialize Cryptographic API

    Jan 14 12:40:53 core of study abroad: alg: no test for crc32c (crc32c-generic)

    Jan 14 12:40:53 study abroad rpc.statd1790: departure from the Version 1.0.9

    Jan 14 12:40:53 core of study abroad: ksign: installation of the public key data

    Jan 14 12:40:53 core of study abroad: loading keyring

    Jan 14 12:40:53 core of study abroad:-Add public key 1A9118D63F4F2E5A

    Jan 14 12:40:53 core of study abroad :-ID user: Red Hat, Inc. (Kernel Module GPG key)

    Jan 14 12:40:53 core of study abroad: registered io scheduler noop

    Jan 14 12:40:53 core of study abroad: early io registered Planner

    Jan 14 12:40:53 core of study abroad: period registered io Scheduler

    Jan 14 12:40:53 core of study abroad: io Scheduler cfq registered (default)

    Jan 14 12:40:53 core of study abroad: limitation of direct transfers of PCI/PCI.

    Jan 14 12:40:53 core of study abroad: pci_hotplug: PCI Hot Plug PCI Core version: 0.5

    Jan 14 12:40:53 core of study abroad: ACPI: processor CPU0 (supports 8 throttling States)

    Jan 14 12:40:53 core of study abroad: Real Time Clock Driver v1.12ac

    Jan 14 12:40:53 core of study abroad: no volatile memory driver v1.2

    Jan 14 12:40:53 core of study abroad: Linux agpgart interface v0.101 (c) Dave Jones

    Jan 14 12:40:53 core of study abroad: agpgart: Chipset Intel 440BX has detected.

    Jan 14 12:40:53 core of study abroad: agpgart: AGP aperture is 256 M @ 0x0

    Jan 14 12:40:53 core of study abroad: series: 8250/16550 pilot $Revision: 1.90 $4 ports, IRQ sharing enabled

    Jan 14 12:40:53 core of study abroad: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550

    Jan 14 12:40:53 core of study abroad: serial8250: ttyS1 to I/O 0x2f8 (irq = 3) is a 16550

    Jan 14 12:40:53 core of study abroad: 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550

    Jan 14 12:40:53 core of study abroad: 00:0 a: ttyS1 to I/O 0x2f8 (irq = 3) is a 16550

    Jan 14 12:40:53 core of study abroad: brd: module loaded

    Jan 14 12:40:53 core of study abroad: uniform cross-platform E-IDE driver revision: 7.00alpha2

    Jan 14 12:40:53 study abroad kernel: ide: assuming that the speed of the bus system 33 MHz for modes PIO; Override with idebus = xx

    Jan 14 12:40:54 core of study abroad: PIIX4: controller IDE PCI slot 0000:00:07.1

    Jan 14 12:40:54 core of study abroad: PIIX4: chipset revision 1

    Jan 14 12:40:54 core of study abroad: PIIX4: 100% not native mode: will probe IRQS later

    Jan 14 12:40:54 core of study abroad: ide0: BM - DMA at 1050 0 x - 0 x 1057, the BIOS settings: had: DMA, hdb:pio

    Jan 14 12:40:54 core of study abroad: had: VMware Virtual CDROM IDE Drive, ATAPI CD/DVD-ROM drive

    ...

    Jan 14 12:41:01 gpm2232 of study abroad: * info http://startup.c (95):

    Jan 14 12:41:01 gpm2232 of study abroad: started GPM. demon entry Mode.

    Jan 14 12:41:14 rhnsd2604 of the study abroad: Red Hat Network Services demon commissioning.

    Jan 14 12:41:20 smartd2691 of the study abroad: smartd version 5.38 i686-redhat-linux-gnu Copyright (C) 2002-8 Bruce Allen

    Jan 14 12:41:20 smartd2691 of the study abroad: Homepage is http://smartmontools.sourceforge.NET/

    Jan 14 12:41:20 smartd2691 of the study abroad: opens the /etc/smartd.conf file configuration

    Jan 14 12:41:20 smartd2691 of the study abroad: /etc/smartd.conf file parsed Configuration.

    Jan 14 12:41:20 study abroad smartd2691: Device: / dev/sda, open

    Jan 14 12:41:20 study abroad smartd2691: Device: / dev/sda (SMART) IE not enabled, skip device Try 'smartctl s on/dev/sda' to turn on SMART features

    Jan 14 12:41:20 smartd2691 of the study abroad: cannot save SCSI device/dev/sda to line 32 of the /etc/smartd.conf file

    Jan 14 12:41:20 smartd2691 of the study abroad: Device/dev/sda not available

    Jan 14 12:41:20 smartd2691 of the study abroad: monitoring ATA 0 and 0 SCSI devices

    Jan 14 12:41:20 smartd2693 of the study abroad: smartd a fork () ed in background mode. The PID = 2693.

    The time is accurate? Because VMotion started 4 minutes later according to the newspapers.

    ---

    MCSA, MCTS, VCP, VMware vExpert 2009

    http://blog.vadmin.ru

  • How can I report a hacked account to get my money back

    I was sent from iPhones that are not mine. think I was hacked, how do I report it and request a refund

    iTunes Store-what to do if your account has been compromised

  • report of kernel panic: kernel_task

    Who may be reading - please advice!

    I had a few panic kernel last week:

    -kernel panic started using photoshop lighroom cc

    -Restart computer, panic came 20 minutes later

    -computer restarted, did not use any design programs or photo, panic took place 10 minutes later

    -connected temporarily separated I have that has no file - well just to check email, watch movies

    -restarted the safe mode and saved all my valuable info to my external hard drive

    -checked the material through computer test = all very well

    -re-installed the OS form scratch and re-installed programs.  Have stayed on El capitan and did not improve with Sierra still.

    -panic happened once when I tried to use a cc design program.  Used CS6 version and it was very good.

    -panic occurred when I tried to open my library lighroom. Installed LIghroom Cs5 (old version) and started a new library - has worked

    -use of regular program is very well: e-mail, web surfing, viewing

    -last night worked on lightroom for a good 45 min - 1 h, and then passed to photoshop cs6 for 20 min - computer has a different kernel panic

    -just today, I worked on illustrator cs6 for 30 min and the computer has a different kernel panic.

    looking at the reports, most of them joined kernel_task

    My computer:

    MacBook Pro retina mid 2012

    I7 clocked at 2.6 GHz, DDR3 8 GB 1600 MHz RAM

    Intel HD Graphics 4000 1536 MB

    I watched the last report and it wouldn't let me post because of "caractΦres" (don't know where)

    try to replace underscores with hyphens characters, or posted to an account free pastebin.com and give the link (NOT a download - anyone who thinks clearly will download a file of mystery).

  • WARNING: Beware of Trusteer report installation on macOS Sierra

    Just a word of warning to users who have the version for macOS Sierra - I'd be suspicious about installing and using Trusteer report of IBM software as it doesn't seem to work correctly with Safari 10. Although maybe it's not the case for all devices running Safari 10, it certainly caused problems on my Mac and someone else on this thread:

    Safari 10 high CPU usage

    High CPU usage (and therefore high battery drain) is the main problem I've experienced with that. If you have already installed report, maybe try using Safari and check Activity Monitor CPU usage to see if this problem is widespread or limited to certain devices (mine included).

    Report was constantly beset with problems on my Mac - in OS X El Capitan icon appears in Safari 9.1.3; in the public beta of macOS Sierra the installer kept crashing and causing my Mac restart unexpectedly. and now high CPU utilization when you use Safari 10.

    Everyone encountered problems with the report? For now, I don't particularly want to reinstall the software, despite its security perks - headaches constant software involves dissuaded me to use it for the moment.

    I agree whether Trusteer report on a Mac installing problems.

  • Recent messages "gibberish". What are they and how (and why you should) report

    You probably see many of these posts on the forums and I was wondering their purpose:

    These types of positions are designed for the driving position and validation of a scam or scam site in a results of web search engines and leaving them alone or does not does not prevent the scammer to obtain the desired goal:

    By posting this garbage repeated on legitimate sites someone looking for support may fall on this phone number of rogue in a higher class web search results and be inclined to think that the outcome is legitimate

    The end result is a person who unknowingly comes into contact with a scam fake support and is fooled and took their money, or worse.

    The good news by using the tools on these forms, anyone can report these threads using the 'down caret' symbol next to the button to 'follow' the moderators know lawful messages down permanently.

    With the message open, click the icon "down caret.

    then select 'Report Post'

    Under the "what is the main reason...". ' Select 'Spam', then click on the 'Report Post' button

    you have lent a helping hand to help prevent the greater threat of computers users have to this day.

    Now let out and take back the internet!

    Kill the Zombies (Oh!) Hold on! "They are already dead.)

    Dismembering and chewing members!

    Good dog, Scoobie.

Maybe you are looking for