- Community Home
- >
- Software
- >
- Products
- >
- Systems Management (OpenView-OP Mgmt)
- >
- Systems Management (OpenView-OP Mgmt) Support and News Forum
- >
- OMU9 add node question
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
OMU9 add node question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-09-2012 10:02 PM
Hi,
We have OMU9 HP-UX with latest patches installed. When we tried to add node, eg: a node with our /etc/hosts looks like below:
10.1.1.1 NEWS_server.com.ad
The NEWS_server.com.ad added successfully, but automatically changed to news_server.com.ad. The NEWS automatically changed to small letters (news). Anyone know why? Is this the default behavior of OM9?
Points for useful reply.
J
Solved! Go to Solution.
Re: OMU9 add node question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-10-2012 12:25 AM
L.S.
I have the opposite problem: sometimes a node is added in uppercase, which I don't want. I want all nodes lowercase.
There is a server config variable OPC_USE_LOWERCASE that used to be TRUE by default, but has changed to FALSE by default.
Check HP Operations Manager Server Configuration Variables document for OPC_NEW_NAMERES and OPC_USE_LOWERCASE
HtH,
JP.
Re: OMU9 add node question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-11-2012 04:25 PM
http://support.openview.hp.com/selfsolve/document/
Customer symptom
When uploading upper case non-IP nodes from OMU8 into OMU9, the nodes are not converted to lowercase even though OPC_USE_LOWERCASE is TRUE (new OMU9 default). But OMU9 otherwise applies the lowercase handling also to non-IP nodes. This leads to a situation where the upper case non-IP nodes cannot be deleted in the admin UI nor via opcnode CLI. opccfgupld should take the value of the configuration variable "OPC_USE_LOWERCASE" into account when uploading nodes in the OM9 database.
Customer resolution
opccfgupld will now convert IP nodes, non-IP nodes and external nodes (node pattern) to lowercase if OPC_USE_LOWERCASE is set to TRUE.
Patch
OML_00006 - OMU Server 09.01.300 Linux PHSS_41175 - OMU Server 09.00.250 HP-UX 11 IA
Internal Change Request
QCCR1A101979
Re: OMU9 add node question
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
02-11-2012 04:27 PM
- Run the following command:
# ovconfchg -ovrg server -ns opc -set OPC_USE_LOWERCASE FALSE


