Confused about how to programmatically navigate a stubborn taskflow

Dear all,

My use case:
I have a taskflow which has a wilcard rule control flow that corresponds to the activities of the different point of view.
I wanted to come back by programming in my stubborn workflow say for example through a value change event.

Now I found Frank' article about navigation in delimited task flow from this link.
http://blogs.Oracle.com/jdevotnharvest/entry/how-to_navigate_in_bounded_task_flowsc

But I'm currently confused which calls this method?
private void navigateByQueueAction() {
   FacesContext fctx = FacesContext.getCurrentInstance();
   UIViewRoot root = fctx.getViewRoot();
   //client Id of button includes naming container like id of region.
   RichCommandButton button =
           (RichCommandButton) root.findComponent("r1:cb3");
   ActionEvent actionEvent = new ActionEvent(button);
   actionEvent.queue();
}
I'm leaning towards using Option 2 and I've already put a button on my page template that is hidden.
But I don't know what the next thing to do?

Any tips? Thank you

With the help of your sample (value change event): If you handle the event in a bean you simply call the navigateByQueueAction() method. The method queue an event for the button (as you click on the button) that behaves like you clicked on the page. If the action set for the button is executed and if you have set a navigation button on the navigation takes place.

In the simple form of a button with a fix action (newEmp' in the sample)


          

You can access the target "newEmp".
If you need pass the target (for example, "editEmp") you need to a second button (and more if you need more targets) or use an EL as action that you define based on your target

          
          

Here, you define the actual target in a bean or any other variabel that can be access through EL. If you handle the event of changing value in the xxyyzzBean, you can set the target of a navTarget variable of the string (do not forget to generate getter/setter for the variable).

// in your value change event
if( //condition to navigate to edit emp)
  setNavTarget("editEmp");
else
setNavTarget("newEmp");
...// do some other stuff
// call navigation
navigateByQueueAction();

Timo

Tags: Java

Similar Questions

  • Confused about how to work together Adobe Reader and Adobe acrobat?

    "I had Adobe Reader for quite awhile - used to have Acrobat too, but when it became obsolete - a"pc -"fixer-upper" convinced me that I need Adobe Flash Player installed. There is nothing for me. I have an old computer - do not watch movies or even of many DVDs or videos on my computer and do not download songs either. I want to understand how all of these Adobe products work together and what they can do for me. I do use and read and print PDF files from various organizations and would like be able to combine or merge these so it will take less space. I'm not very computer so I need help. Thanks for your suggestions from readers & probably need to look at the teaching aids.

    P.S., Flash Player is a browser add-on that allows you to watch videos online or play interactive games.

  • Confused about how to use ORDER BY in the UNION

    I want to dynamically generate the commands in the following order
    1. delete the user
    2 ALTER DATBASE... .resize command for that user tablespace
    3 DROP TABLESPACE for this user

    So, I wrote the following sql code

    SQL > set lines 200
    SQL > select 'drop user '||username|| ' cascade;' from dba_users 
      2  where username in ('S_DMJ','S_MBIN','S_URTL') 
      3  union
      4  select 'alter database datafile '||file_name ||' RESIZE 5M;' FROM DBA_DATA_FILES
      5  WHERE TABLESPACE_NAME IN ('S_DMJ','S_MBIN','S_URTL')
      6  UNION
      7  SELECT 'DROP TABLESPACE '||TABLESPACE_NAME|| ' INCLUDING CONTENTS AND DATAFILES;'
      8  FROM DBA_TABLESPACES
      9  WHERE TABLESPACE_NAME IN ('S_DMJ','S_MBIN','S_URTL');
    
    'DROPUSER'||USERNAME||'CASC
    ----------------------------------------------------------------------------------------------------
    DROP TABLESPACE S_URTL INCLUDING CONTENTS AND DATAFILES;
    DROP TABLESPACE S_DMJ INCLUDING CONTENTS AND DATAFILES;
    DROP TABLESPACE S_MBIN INCLUDING CONTENTS AND DATAFILES;
    alter database datafile +DATA/LMPROD/datafile/S_URTL.dbf RESIZE 5M;
    alter database datafile +DATA/LMPROD/datafile/S_DMJ.dbf RESIZE 5M;
    alter database datafile +DATA/LMPROD/datafile/S_MBIN.dbf RESIZE 5M;
    drop user S_URTL cascade;
    drop user S_DMJ cascade;
    drop user S_MBIN cascade;
    
    9 rows selected.
    
    SQL > 
    I need output in this order for each diagram like this
    drop user S_URTL cascade;
    alter database datafile +DATA/LMPROD/datafile/S_URTL.dbf RESIZE 5M;
    DROP TABLESPACE S_URTL INCLUDING CONTENTS AND DATAFILES;

    Hello

    Think very carefully about why you need to do this in SQL * more.
    Because you need an automated process, PL/SQL would be better?
    When you use UNION, you cannot ORDER BY something that is not in the SELECT clause. You can easily assign a sort key in every branch of the UNION and use SQL * more control "COLUMN sort_key NOPRINT" to prevent it to appear in the output, even if it has as a result set.

    In pure SQL, you can make the UNION in a subquery, then the main query (with the ORDER BY clause) does not need to include the sort key in the output:

    WITH     union_data     AS
    (
         SELECT      'drop user '
              || username
              || ' cascade;'                    AS sql_txt
         ,          username || ' 1'               AS sort_key
         FROM     dba_users
         WHERE     username     IN ('S_DMJ','S_MBIN','S_URTL')
        UNION
            SELECT  'alter database datafile '
              || file_name
              ||' RESIZE 5M;'                    AS sql_txt
         ,          tablespace_name || '2'               AS sort_key
         FROM       dba_data_files
         WHERE      tablespace_name IN ('S_DMJ','S_MBIN','S_URTL')
        UNION
         SELECT  'DROP TABLESPACE '
              || tablespace_name
              || ' INCLUDING CONTENTS AND DATAFILES;'     AS sql_txt
         ,          tablespace_name || '2'               AS sort_key
            FROM      dba_tablespaces
         WHERE     tablespace_name     IN ('S_DMJ','S_MBIN','S_URTL');
    )
    SELECT       sql_txt
    FROM       union_data
    ORDER BY  sort_key
    ;
    

    Published by: Frank Kulash, June 8, 2011 08:49

  • Confused about Directx 9 .0c

    I installed Mass Effect for PC yesterday on my Windows 7 PC.

    After the installation is complete, a popup opened asking me if I wanted to install Directx 9 .0c, as it was required for the game to run. I chose not to install it while I'm confused about Directx backward compatibility.

    First of all, is the Setup installation Mass Effect offers, the same as the Execution on the site of Microsoft Directx end user?

    Second, if the version of the installer from Mass Effect differs from Microsoft, I'm sure the Microsoft runtime more.

    But I do not understand what the runtime needs to reach - it allows me to play the old Directx 9 .0c and previous games on my Windows 7 PC, but still be capable of Directx 10 and Directx 11 games as well?

    One last thing - the Mass Effect system requirements say that my sound card must be compatible Directx 9 compatible .0c. How will I know that my sound card is compatible? I ran dxdiag but he didn't tell me whether or not my sound card is compatible.

    Thanks for your help!

    Hello bingiton.

    In short: install it.

    DirectX 9 is separated to DX10 and 11.  And some games require DX9 optional components that they want installed. Paul Smith - MVP for Windows desktop experience... I crawled off NNTP - for now. Detachment Aldershot, United Kingdom. On the internet at windowsresource.net and dasmirnov.net. Please post back to let us know what works and what does not. :-)

  • Confused about the extension of the Sprite class

    Howdy-

    I learn programming with object oriented ActionScript and am confused about the class Sprite and OO in general.

    My understanding is that the Sprite class allows you to group a set of objects that you can manipulate all the objects at the same time.

    I explored the Open Flash Chart code and note that the main class extends the Sprite class:

    Base/public class extends Sprite {}

    What this lets you do?

    Also, on a related note, how to draw, say, a line once I extended?

    Without extend Sprite I could write:

    var graphContainer:Sprite = new Sprite();

    var newLine:Graphics = graphContainer.graphics;

    ...

    And it works very well. Once I have extend the Sprite class, I'm lost. How can I modify this code so that it still draws a line? I tried:

    var newLine:Graphics = this.graphics;

    My understanding is that since I extend the Sprite class, I should still be able to call its method chart (or property? I have no idea). But, he screams at me, saying "1046: Type was not found or is not a constant of compilation: graphs.»

    A number of things.

    First of all, I would not use this approach in your table constructor. Setting the width and height only makes sense if you adjust the width and height of the existing content, and the table (Sprite) does not at this time here. If you want to give the table a 'size', you could do it like this:

    public function Chart (width: Number, height: Number) {}
    This.Width = width;
    This.Height = height;
    put in a background invisible to this size:
    this.graphics.beginFill (0,0);
    this.graphics.drawRect (0,0,width,height);
    }

    There are other ways, including putting in a form or a Sprite of child as a child for the background so that clear will not erase the background of the chart. This way you could have properties for the background in your table class and update the background as a child DisplayObject instance... a few ideas to think to...

    Then, after that, your chart should be functional...

    Then back in your scenario, you could do this:

    import graphics. Table;

    Stop()

    var myNewChart:Chart = new Chart (300,200)
    myNewChart.render ();
    addChild (myNewChart)

  • Totally confused about error message when you save the model.

    I am a total novice - teach myself that I'm going through all the tutorials.  I built my index page off the Dreamweaver to build your first Web site tutorial.  I posted a question about a model from this page, and he responded by sending me a link to "The Missing Manual". I followed the instructions to make the template and editable regions and I get the error the talks from trying to save an editable region within block-level elements, but I do not understand how to fix it.

    Areas I'm trying to make editable are my navigation bar on the left that has been created in a table as the tutorial said using the block function in CSS styles.  As I used it, not make the editable region? My navigation is locked or I'll be able to change the navigation from one page to the other buttons?  I have read so many things I've confused myself.

    The excerpt that gives a good description of how repair if you have not used the field block to the style of the page, but I'm confused about what to do as I did?

    Help!

    Kellysingleton wrote:

    I am a total novice - teach myself that I'm going through all the tutorials.  I built my index page off the Dreamweaver to build your first Web site tutorial.  I posted a question about a model from this page, and he responded by sending me a link to "The Missing Manual". I followed the instructions to make the template and editable regions and I get the error the talks from trying to save an editable region within block-level elements, but I do not understand how to fix it.

    Areas I'm trying to make editable are my navigation bar on the left that has been created in a table as the tutorial said using the block function in CSS styles.  As I used it, not make the editable region? My navigation is locked or I'll be able to change the navigation from one page to the other buttons?  I have read so many things I've confused myself.

    The excerpt that gives a good description of how repair if you have not used the field block to the style of the page, but I'm confused about what to do as I did?

    Help!

    First off you need to create a model of 'master' NOT an index page. The index page is created from the "master" template

    Explained simply: build a page as you like in Dreamweaver, and save it as a template for the folder root of your site. File > save as template

    Then you can create pages of your site from the "master" template File > new > template > choose Site folder > select model > create

    You now have a new page, based on the model of 'master '. Save it with the name index.html in the folder of your site.

    Your 'master' model has no editable now region then open it in Dreamweaver. Insert your cursor in the table cell where is your left navigation and then select themark along the bottom of the Dreamweaver window. Choose now your navigation overall is in the table cell to make you an ' editable '.

    Go > insert > template objects > editable region. Name LeftNavigation, and then click ok. You will see that your navigation has now been wrapped in an editable region. Save the model of 'master' and the changes will be reflected in the index.html page, which was created from the "master" template

  • confusion about required_mirror_free_mb in asm

    Hello!

    I have confusion about required_mirror_free_mb in asm.

    I have 6 drives with normal redundancy and 4 failgroups.

    SQL > select TOTAL_MB, FREE_MB, STATE, FAILGROUP v$ asm_disk;

    TOTAL_MB FREE_MB FAILGROUP NAME STATE
    -------- ---------- ---------- ------------------------------ ------------------------------
    NORMAL 2047 1421 ASMDISK1 FG1
    NORMAL 2047 1424 ASMDISK2 FG1
    NORMAL 2047 1424 ASMDISK3 FG2
    NORMAL 2047 1424 ASMDISK4 FG2
    NORMAL 2047 1423 ASMDISK5 ASMDISK5
    NORMAL 2047 1422 ASMDISK6 ASMDISK6

    6 selected lines.

    Almost all disc 6 have the same space consumption.

    SQL > select GROUP_NUMBER, DISK_NUMBER, TOTAL_MB, FREE_MB, NAME from v$ asm_disk;

    GROUP_NUMBER DISK_NUMBER TOTAL_MB FREE_MB NAME STATE
    ------------ ----------- -------- ---------- ---------- ------------------------------
    1 0 NORMAL 2047 1421 ASMDISK1
    1 1 ASMDISK2 OF 2047 1424 NORMAL
    1 2 2047 1424 ASMDISK3 NORMAL
    1 3 NORMAL 2047 1424 ASMDISK4
    1 4 NORMAL 2047 1423 ASMDISK5
    1 5 NORMAL 2047 1422 ASMDISK6

    6 selected lines.

    SQL >



    SQL > select name, type, total_mb, free_mb, required_mirror_free_mb, usable_file_mb from v$ asm_diskgroup;

    NAME TYPE TOTAL_MB FREE_MB REQUIRED_MIRROR_FREE_MB USABLE_FILE_MB
    ------------------------------ ------ ---------- ---------- ----------------------- --------------
    NORMAL DATA 12282 8538 4094 2222

    SQL >

    Here's my question, that how asm desides REQUIRED_MIRROR_FREE_MB i.e above case of 4 GB of...
    Please can someone answer me...
    concerning
    Virginia

    Hi Muhammad,

    PLS, forget what I wrote before. Which is incorrect.

    Here's the explanation: If you look at the notes 798458.1 Incorrect calculation of Usable_file_mb and the documentation, you will find the following:

    "REQUIRED_MIRROR_FREE_MB indicates the amount of space that must be available in a disk group to restore full redundancy after worse failure that can be tolerated by the disk group."

    Unfortunately, the worst case in your 2 scenarios are defferent (many different):

    If you have 6 disks in 3 FGs is the worst failure
    -failure of a whole failgroup (ca. 1.420 + 1,420 GB) +.
    -failure of a disk in one of the 2 survivors starts (another approx. 1.2 GB, what is the result after the DG survining re-mirroring - you can see who is 1127 which corresponds to the number after you deletet a FG).

    In your other case, where you have only 4 discs 2 FG then the worst failure (to always maintain normal redundancy) is the failure of 1 drive:
    -Failure of a disk with data containing a maximum of 2047 (since it is the size of the disk).

    Hope he says.

    Sebastian

    Published by: ssolbach on Sep 6, 2010 01:15

  • fltmgr.sys - 44 BCCode sony vaio vista 64-bit driver error. any suggestions about how best to solve this problem?

    BCCode 44 when the system is placed in "standby mode" and restarts.  BlueScreenView software indicates error primary fltmgr.sys, secondary ntoskrnl.exe.  any suggestions about how best to solve this problem?
    Use "Verifier" software to identify MS-non-drivers?

    Hi John noon.

    Follow the troubleshooting steps in this thread for your problem.

  • Confused about the notion of VLAN

    I'm confused about the VLAN. I thought that the notion of VLAN was this computer on different VLANS were not suppose to be able to communicate with each other. I am setting up a 6248 and for me to get DHCP to work, I need to enable ip Routing. When I turn the routing ip, all computers on different VLANS are able to ping each other. Is - it the way it was suppose to work, or am I missing something?
    MGMT is on vlan 4093
    DHCP is on VLAN 100 trunk e34 10.10.1.1
    Host 1 is on VLAN 200 trunk e34 10.10.2.1
    Host 2 is on VLAN 300 trunk e34 10.10.3.1
    active IP routing

  • BlackBerry smartphones, I am new and confused about things 'connection '.

    I am a new BlackBerry - I have a Curve 8320, I am a small business owner, and I'm not connected to a BES. I use the BB Desktop Manager to synchronize with Outlook and to back up my BB and I did pretty well on most things, but I have still a few things that I leave me puzzled. In this forum, I will ask my "questions of confusion" about data options.

    I have a data plan "pay as you go" with AT & T, my provider, because there is practically no cell reception at home where I work. (I not use my BB for email since I was at my computer most of the time). I have a home network set in place and I have incorporated a router that supports wireless. I have connected a netbook to the wireless network and used to surf the Internet, so I know that my wireless connection works. I also managed to create a wireless connection on my BB to this network and on the home screen, it appears the name of my wireless network when I am here at home, so, I know that the device is connected to my network.

    BUT I don't think that I'm really using my home wireless network... I tried the other day browsing the Internet, and then AT & T told me that I hired data charges - I thought that I should not have if I wasn't using their network. Either I am wrong all assuming that they don't charge me if I use my network or I have something set up properly on my BB... someone can provide some guidance?

    Then, I don't really understand what BIS... I searched through the KB and couldn't find something that sets actually BIS... could someone please explain what BIS?

    Finally, can someone please explain the difference between "mobile network" and "wi - fi"? Apparently, if I disable "mobile network" I have no connection at all, including wi - fi. Is that the way things should be? But, I can turn off wi - fi and always get a connection (if I go out too far from my house, South possible and face).

    Thank you... and now I'm leaving the Forum of BB Desktop Manager to ask some questions here!

    Thanks to all who responded... I now have a much better understanding of the work of the whole thing "data". I disabled my LAN connection, which should avoid all charges. The part that confuses me the most, is that AT & T said would not have to pay to use my own wi - fi, but... it doesn't seem to be the case. So, McDonald's and Starbucks will work very well for me.

  • How can I call Adobe? I need to talk about how to create my site and bind it to lightroom. I have creative cloud.

    How can I call Adobe? I need to talk about how to create my site and bind it to lightroom. I have creative cloud.

    The only phone support I know is not for sales, the use of programs

    You will also likely get detailed assistance in the specific forums for the programs you use

    Forum of https://forums.adobe.com/thread/1929760 to find a forum for your program list

  • Confused about "additional control Points.

    Hello

    I'm confused about this sentence from database Concepts 11g Release 2 (11.2)

    Additional control points

    An additional control point is a type of thread control point in part intended to avoid writing a large number of blocks online redo log switches. DBWn checks at least every three seconds to determine if he has to do. When DBWn written stamps Sales, it advances the position of the control point, causing CKPT write the position of the control point to the file control, but not for data file headers.

    I thought that a checkpoint is written datafileheader and controlfile, this happens for example after a switch logfile - right?

    So, why not in the case of additional control point? For best performance?

    Additional control points to reduce the time to recover, as more data is committed to the files of data, right?

    Concerning
    Christian

    efa78257-b5f4-4db1-8222-007be18d15aa wrote:

    Hello

    I'm confused about this sentence from database Concepts 11g Release 2 (11.2)

    Additional control points

    An additional control point is a type of thread control point in part intended to avoid writing a large number of blocks online redo log switches. DBWn checks at least every three seconds to determine if he has to do. When DBWn writes buffers of Sales, it advances the position of the control point, causing CKPT write the position of the control point to the file control, but not for data file headers.

    I thought that a checkpoint is written datafileheader and controlfile, this happens for example after a switch logfile - right?

    So, why not in the case of additional control point? For best performance?

    Additional control points to reduce the time to recover, as more data is committed to the files of data, right?

    Concerning
    Christian

    There are many types of control points. One that will be updated on the headers of data files would be a complete control and would be applicable to the entire base. The additional control point is induced to keep on enhanching a counter that would ensure that only certain limited stamp Sales would be recovering. That's why a moment of the additional control point, data file headers are not being updated. Control file is probably updated with a "pointer to disk" which mentions the point up to which the dirty buffers are written in files (from the buffer cache) data and where to start the recovery, if necessary. Log file switch will cause a thread control point which, for one instance, would be considered a Global checkpoint only. The additional control point would be for various other reasons such as setting a value for the parameter Fast_Start_Mttr_Target etc.

    HTH

    Aman...

  • Confusion about the size of the array in Oracle 11 g

    There is confusion about the size of a table. When exporting schema 'CRESTELWOMPRD601', the log file shows:

    _____________________________________________________________________________________

    . . exported "CRESTELWOMPRD601." "' TBLRSUBSCRIBERFIELDWORK ' lines of 12.62 GB 35568

    ____________________________________________________________________________________

    which may involve the size of the TBLRSUBSCRIBERFIELDWORK table is 12.62 GB.

    But when I find the size of the table using the query:

    SELECT nom_segment, BYTES / 1024 / 1024 "SIZE (MB)" FROM dba_segments where owner = 'CRESTELWOMPRD601' and nom_segment = 'TBLRSUBSCRIBERFIELDWORK. '

    He said that the size is only 9 MB for the TBLRSUBSCRIBERFIELDWORK table.

    I hope that my request is clear that there is no clarity on the size of the TBLRSUBSCRIBERFIELDWORK table.

    Please get back with the answer to my query


    Concerning

    Dba_segments indicates the space allocated to the segment while expdp indicates the size of the exported data, so if you had a table with a measure of 1 MB, but no data, dba_segments would 1 MB and expdp would report 0 bytes.

    John

  • Hi, I'm Vero. I am a student. I want to download install Oracle Applications R12. I am very confused about the installation

    Hi, I'm Vero. I am a student. I want to download install Oracle Applications R12. I am very confused about the installation. I learned to know to install Oracle R12 apps, you have to install VM Box for Oracle Linux OS.
    I'll be very grateful, if someone can provide the documentation for installing the software. (Please complete documentation)

    Thank you and best regards,
    Isabelle

    Hello Vero,

    You can find information on documentation of the product for Oracle VM and Oracle VM templates on the following link:

    http://www.Oracle.com/technetwork/documentation/VM-096300.html

    You can find more information about Oracle VM on the following knowledge article, let me know if you have access to My Oracle support.

    Model of machine virtual of Oracle for Oracle Siebel CRM - Quick Start Guide (Doc ID 951872.1)

    Best regards

    Chetan

  • I'm confused about my billing

    I have Adobe Creative cloud and I went to the student. I understand that the $12 plan / monthly is only for the first year, but when he jumped to $65 per month which was a pretty big leap (especially for someone who is still a student) and so I called Adobe customer service. I was told that I had changed my plan in October, something I never remember to do, but the representative I spoke with said she would get back on the plan of the student for $21 / month, and I will get a refund of $27,23. I realized that I was not getting a full refund because I was already at middle of January so I was fine with that too. The same day I receive a supplement of $21,23 and no refund. I remind them again and asked what was going on and said it was a policy of the company to charge the monthly fee for the new plans from the outset. I asked the officer if that's the case, why I do not get a full refund for the $65 I paid this month. She said it was because I was already in the month of January and this is what she was allowed to give me. I asked what month the charge $21.23 is for. She said it was for January. I told him that he didn't add up because according to its share of January has already been used and paid and cannot be refunded but I'm being charged for the total amount of January again under the student rate she changed her of me. I should get a full refund, as new charges $ 21.23 should cover the entire month or if I can not pay the full amount of $65 then I should get an amount proportional instead of a full $21.23 since according to its share of January is already paid and cannot be refunded. Even if I don't get a refund later, all I'm really going back to the day of $5,59 if you take into account the $21.23 I'm running at the front which is practically nothing in Exchange to go through this ordeal. I would have been better off I don't got no refund and just got charged for the month next February. She said she would take the case to his superiors to be studied by a higher office and gave me a case number. I am still confused about this because it just didn't seem like a good way to do business. I feel like I'm being charged twice for the days of service used. None of this makes no sense to me.

    Sorry, but only Adobe can help, not another user to and open forum

    Since this is an open forum, not Adobe support... you must contact Adobe personnel to help

    Chat/phone: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

    -or by phone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

Maybe you are looking for

  • A Web site has code that installs a rootkit (?), how he report?

    I think that Video.About.com installed or tried to install rootkit code on my laptop. How can I report my suspicion?

  • Shutdown on the Qosmio G20 problem

    Hello I have serious problems stop my laptop. Basically, the problem appeared about half a month ago. When I try to shut down my Qosmio, it no longer meets the shutdown command and it finally stops his car after 5 minutes while before the problem occ

  • Read data series and detect the break in series at the same time

    I need to communicate with a serial device that sends messages back, but also sends a break, break, break, break series combo that I need to listen to. I've never worked with before series breaks but the only VI I found which seems to detect pending

  • Errors in the event log after running hp support assistant

    Model: M6-1045-dx Product number: B5S08UA #ABA OS: Windows 7 I recently discovered and ran hp support assistant.  I have installed all the updates proposed, which were: Update BIOS to F25AP1 HP simple pass upgrade to 6.0.100.257 HP 3.00AP4 Security A

  • Derived metric help

    Hello I'm trying to configure a derived metric.  We have announced several LPAR Unix team likes to look at the CPU usage in number of processors used not in use %.  My thought is to take the County of virtualCPUs of the CPUCounts and the use of the H