Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c

You're reading from   Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c Setting up a cloud environment is rarely smooth sailing but with this guide to Oracle Enterprise Manager Cloud Control, it just got a lot more manageable. Practical advice and lots of examples make it the ideal assistant.

Arrow left icon
Product type Paperback
Published in Nov 2013
Publisher Packt
ISBN-13 9781782177708
Length 112 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Ved Antani Ved Antani
Author Profile Icon Ved Antani
Ved Antani
Arrow right icon
View More author details
Toc

Chargeback EMCLIs


Chargeback verbs for EMCLIs can be used to quickly track chargebacks. You can use custom charge items to create separate chargeback rules from the ones defined by Enterprise Manager. We will go through some examples to illustrate the usage of chargeback EMCLIs.

  • Example: List the items registered to chargeback

    • EMCLI verb: list_charge_item_candidates

    • Usage:

             emcli list_charge_item_candidates -target_type="oracle_database" -source_data_type="metric"
      

      Value of target_type can be oracle_database, oracle_vm_guest, host, oracle_pdb, or weblogic_j2eeserver.

  • Example: Create a charge item

    • EMCLI verb: create_charge_item

    • Usage:

             emcli create_charge_item -input_file="property_file:/home/vantani/db.prop"
      

      You need to provide a property file that contains all the necessary values for the creation of the charge item. Property file for this verb contains values in format <key>=<value>.

  • Example: Delete a charge item

    • EMCLI verb: delete_charge_item

    • Usage:

             emcli delete_charge_item...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image