|
Home | Switchboard | Unix Administration | Red Hat | TCP/IP Networks | Neoliberalism | Toxic Managers |
(slightly skeptical) Educational society promoting "Back to basics" movement against IT overcomplexity and bastardization of classic Unix |
News | HP Operations Manager | Usage | Operations | Attributes | Examples |
Policies | Default Policy Groups | node groups | Layout groups | Humor | Etc |
|
Note: HP renamed the product called now HP operations manager way too many times. Also it is very inconsistent with using abbreviations. Here we will assume that the term "HP Operations manager" and abbreviations HPOM, OMU, and OVO mean the same thing :-)
ovpolicy installs, manages, and removes, local and remote policies. A policy is a set of one or more specifications rules and other information that help automate network, system, service, and process management. Policies can be deployed to managed systems, providing consistent, automated administration across the network. Policies can be grouped into categories, for example; to assign policies to a special policy group for simple enable and disable actions. Each category can have one or more policies. Policies can also have one or more attributes, an attribute being a name value pair.
|
You use ovpolicy to, among other functions, install, remove, enable, and disable local policies. For information about the parameters supported by the ovpolicy command, see "Parameters": for information about parameter options, see "Options".
ovpolicy -help
ovpolicy -version
ovpolicy -install [-host <hostname> [-targetid [<id>]...] {-enabled|-disabled} -chkvers -add-category [<cat1>]... {-remove-category [<cat>]... |-remove-all-categories} -force-cat -add-attribute [<name> <value>]... -remove-attribute [<name> <value>]...| -remove-all-attributes -force-attr -set-owner <owner> -force-owner -no-notify] {-file [<file>]...|-dir [<dir>]...} [-ovrg <ov_res_group>]
ovpolicy -remove [-no-notify -host <hostname> [-targetid [<id>]...] [-ovrg <ov_res_group>] <SELECTION>
ovpolicy [-enable |-disable] [-no-notify -host <hostname> [-targetid [<id>]...] [-ovrg <ov_res_group>] <SELECTION>
ovpolicy [-addcategory |-removecategory] <cat>... [-no-notify -host <hostname> [-targetid [<id>] [-ovrg <ov_res_group>]] <SELECTION>
ovpolicy -removeallcategories [<cat>]... [-no-notify -host <hostname> [-targetid [<id>]...] [-ovrg <ov_res_group>]] <SELECTION>
ovpolicy [-addattribute |-removeattribute] <name> <value>... [-no-notify -host <hostname> [-targetid [<id>]...][-ovrg <ov_res_group>]] <SELECTION>
ovpolicy -removeallattributes [-no-notify -host <hostname> [-targetid [<id>]...][-ovrg <ov_res_group>]] <SELECTION>
ovpolicy [-setowner | -removeowner <owner>] [-no-notify -host <hostname> [-targetid [<id>]...][-ovrg <ov_res_group>]] <SELECTION>
ovpolicy -notify [-host <hostname> [-targetid [<id>]...][-ovrg <ov_res_group>]]
ovpolicy -list [-level <0|1|2|3|4> -host <hostname> [-targetid [<id>]...][-ovrg <ov_res_group>]]
ovpolicy recognizes the following parameters:
Installs one or more policies using a single policy file specified with -file or multiple policy files specified with -dir.
Removes one or more policies.
Enables one or more policies.
Disables one or more policies. Note that the -disable option only disables a policy, it does not remove a policy from the file system.
Adds all category strings to the policy. You can add multiple categories using a blank-separated list.
Removes the specified category strings from the policy. You can remove multiple categories using a blank-separated list.
Deletes all categories.
Adds a category attribute to the policy. You can add multiple attribute names using a blank-separated list.
Removes category attribute from the policy. You can remove multiple attribute names using a blank-separated list.
Deletes all category attributes.
Sets the owner of a policy.
Removes the owner of a policy.
Lists the installed policies.
Triggers any notifications to the OpenView control service, if there are any outstanding or suppressed notifications from previous policy operations.
Displays the version number of the command.
Displays the help information.
You can use the following options with the allowed ovpolicy command parameters:
Add an attribute <name> with the value defined in <value> to the specified installed policy.
Adds all category strings to the policy. This is a blank-separated list.
Check and compares the version of the already installed policy and the policy you want to install. If -chkvers is used, the new policy is not installed if the current installed version is the same or higher. If -chkvers is not used, the new policy overwrites the current policy with the same policy_id, regardless of the version number. -chkvers does not overwrite the categories, owner, or status of a current policy. To overwrite the categories, owner, and status associated with a policy owner, use -forcecat, and -forceowner respectively.
If you specify a directory name, all policy files from that directory are used. A line is printed to stdout for each successfully installed policy.
If either -enabled or -disabled is used, the new policy acquires the status that is defined in the policy header. If neither -enabled nor -displayed is used, the new policy acquires the status of the currently installed policy (if any).
Note that this option overwrites the status defined in the policy-header installation file. So, if the new policy is already installed on the target system, the new version assumes the status of the installed version.
Specifies a policy file name to be used. A line is printed to stdout for the successfully installed policy.
Allows you to remove category attributes that are set on a current installed policy. By default, the attributes from current installed policies are used. If there is no current installed policy, the attributes set in the header file of the new policy are used.
Allows you to remove categories that are set on a current installed policy. By default, the categories from current installed policies are used. If there is no current installed policy, the categories set in the header file of the new policy are used.
Overwrites the policy owner regardless of the settings for the installed policy.
This option specifies the hostname of the managed node. If no hostname is specified, the local host is assumed. -targetid specifies one or more target IDs.
Specifies the type of information to be returned with the -list parameter, as follows:
When -no-notify is used, ovpolicy does not trigger any notifications.
Removes the specified category strings from the policy. Using the -remove-category option with an empty string deletes all categories. This is a blank-separated list.
Removes the specified category strings from the policy.
Remove the category attribute <name> with the value defined in <value> from the specified installed policy.
Allows you to remove all category attributes that are set on a current installed policy. If there is no current installed policy, the attributes set in the header file of the new policy are used.
Sets the owner of a policy. -set-owner with an empty string deletes the owner.
Sets the name of the OpenView resource group.
The <SELECTION> option is one of the following:
<SELECTION>-all|-owner <owner>|-owner <owner> -polname <name>|-polid <uuid> |-polname <[type:]name>|-poltype <typename>|-category <category> |-attribute <name> [value]
All installed policies.
The policy owner <owner>
The policy owner <owner> and the policy name -owner <name>
The ID of the policy.
The name of the policy. If policy_type_name is used, the section applies to all policies of the specified type.
The name of the type of policy.
The name of the category to be used.
The name of the policy attribute and value to be used.
ovpolicy recognizes the following return codes:
All steps were successful.
One or more steps were not successful.
e following examples show you how to use the ovpolicy command:
ovpolicy -list
ovpolicy -disable -polname "HPUX ovsyslog"
ovpolicy -enable -poltype ovsnmptrap
ovpolicy -install -dir *
ovpolicy -install -disable -dir /tmp/sap_policies
ovpolicy -install -forceowner -dir /tmp/xyz
ovpolicy -remove -all
ovpolicy -remove -owner mgtsvr
Society
Groupthink : Two Party System as Polyarchy : Corruption of Regulators : Bureaucracies : Understanding Micromanagers and Control Freaks : Toxic Managers : Harvard Mafia : Diplomatic Communication : Surviving a Bad Performance Review : Insufficient Retirement Funds as Immanent Problem of Neoliberal Regime : PseudoScience : Who Rules America : Neoliberalism : The Iron Law of Oligarchy : Libertarian Philosophy
Quotes
War and Peace : Skeptical Finance : John Kenneth Galbraith :Talleyrand : Oscar Wilde : Otto Von Bismarck : Keynes : George Carlin : Skeptics : Propaganda : SE quotes : Language Design and Programming Quotes : Random IT-related quotes : Somerset Maugham : Marcus Aurelius : Kurt Vonnegut : Eric Hoffer : Winston Churchill : Napoleon Bonaparte : Ambrose Bierce : Bernard Shaw : Mark Twain Quotes
Bulletin:
Vol 25, No.12 (December, 2013) Rational Fools vs. Efficient Crooks The efficient markets hypothesis : Political Skeptic Bulletin, 2013 : Unemployment Bulletin, 2010 : Vol 23, No.10 (October, 2011) An observation about corporate security departments : Slightly Skeptical Euromaydan Chronicles, June 2014 : Greenspan legacy bulletin, 2008 : Vol 25, No.10 (October, 2013) Cryptolocker Trojan (Win32/Crilock.A) : Vol 25, No.08 (August, 2013) Cloud providers as intelligence collection hubs : Financial Humor Bulletin, 2010 : Inequality Bulletin, 2009 : Financial Humor Bulletin, 2008 : Copyleft Problems Bulletin, 2004 : Financial Humor Bulletin, 2011 : Energy Bulletin, 2010 : Malware Protection Bulletin, 2010 : Vol 26, No.1 (January, 2013) Object-Oriented Cult : Political Skeptic Bulletin, 2011 : Vol 23, No.11 (November, 2011) Softpanorama classification of sysadmin horror stories : Vol 25, No.05 (May, 2013) Corporate bullshit as a communication method : Vol 25, No.06 (June, 2013) A Note on the Relationship of Brooks Law and Conway Law
History:
Fifty glorious years (1950-2000): the triumph of the US computer engineering : Donald Knuth : TAoCP and its Influence of Computer Science : Richard Stallman : Linus Torvalds : Larry Wall : John K. Ousterhout : CTSS : Multix OS Unix History : Unix shell history : VI editor : History of pipes concept : Solaris : MS DOS : Programming Languages History : PL/1 : Simula 67 : C : History of GCC development : Scripting Languages : Perl history : OS History : Mail : DNS : SSH : CPU Instruction Sets : SPARC systems 1987-2006 : Norton Commander : Norton Utilities : Norton Ghost : Frontpage history : Malware Defense History : GNU Screen : OSS early history
Classic books:
The Peter Principle : Parkinson Law : 1984 : The Mythical Man-Month : How to Solve It by George Polya : The Art of Computer Programming : The Elements of Programming Style : The Unix Hater’s Handbook : The Jargon file : The True Believer : Programming Pearls : The Good Soldier Svejk : The Power Elite
Most popular humor pages:
Manifest of the Softpanorama IT Slacker Society : Ten Commandments of the IT Slackers Society : Computer Humor Collection : BSD Logo Story : The Cuckoo's Egg : IT Slang : C++ Humor : ARE YOU A BBS ADDICT? : The Perl Purity Test : Object oriented programmers of all nations : Financial Humor : Financial Humor Bulletin, 2008 : Financial Humor Bulletin, 2010 : The Most Comprehensive Collection of Editor-related Humor : Programming Language Humor : Goldman Sachs related humor : Greenspan humor : C Humor : Scripting Humor : Real Programmers Humor : Web Humor : GPL-related Humor : OFM Humor : Politically Incorrect Humor : IDS Humor : "Linux Sucks" Humor : Russian Musical Humor : Best Russian Programmer Humor : Microsoft plans to buy Catholic Church : Richard Stallman Related Humor : Admin Humor : Perl-related Humor : Linus Torvalds Related humor : PseudoScience Related Humor : Networking Humor : Shell Humor : Financial Humor Bulletin, 2011 : Financial Humor Bulletin, 2012 : Financial Humor Bulletin, 2013 : Java Humor : Software Engineering Humor : Sun Solaris Related Humor : Education Humor : IBM Humor : Assembler-related Humor : VIM Humor : Computer Viruses Humor : Bright tomorrow is rescheduled to a day after tomorrow : Classic Computer Humor
The Last but not Least Technology is dominated by two types of people: those who understand what they do not manage and those who manage what they do not understand ~Archibald Putt. Ph.D
Copyright © 1996-2021 by Softpanorama Society. www.softpanorama.org was initially created as a service to the (now defunct) UN Sustainable Development Networking Programme (SDNP) without any remuneration. This document is an industrial compilation designed and created exclusively for educational use and is distributed under the Softpanorama Content License. Original materials copyright belong to respective owners. Quotes are made for educational purposes only in compliance with the fair use doctrine.
FAIR USE NOTICE This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner. We are making such material available to advance understanding of computer science, IT technology, economic, scientific, and social issues. We believe this constitutes a 'fair use' of any such copyrighted material as provided by section 107 of the US Copyright Law according to which such material can be distributed without profit exclusively for research and educational purposes.
This is a Spartan WHYFF (We Help You For Free) site written by people for whom English is not a native language. Grammar and spelling errors should be expected. The site contain some broken links as it develops like a living tree...
|
You can use PayPal to to buy a cup of coffee for authors of this site |
Disclaimer:
The statements, views and opinions presented on this web page are those of the author (or referenced source) and are not endorsed by, nor do they necessarily reflect, the opinions of the Softpanorama society. We do not warrant the correctness of the information provided or its fitness for any purpose. The site uses AdSense so you need to be aware of Google privacy policy. You you do not want to be tracked by Google please disable Javascript for this site. This site is perfectly usable without Javascript.
Last modified: March 12, 2019