Reply
OMU9 add node question (49 Views)
jason_lee
Honored Contributor
Posts: 754
Registered: 10-25-2006
Message 1 of 4 (49 Views)
Accepted Solution

OMU9 add node question

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

 

 

Please use plain text.
Jeroen Peereboom
Honored Contributor
Posts: 2,494
Registered: 06-26-2003
Message 2 of 4 (46 Views)

Re: OMU9 add node question

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.

 

Please use plain text.
sekar sundaram
Esteemed Contributor
Posts: 511
Registered: 11-14-2008
Message 3 of 4 (35 Views)

Re: OMU9 add node question

http://support.openview.hp.com/selfsolve/document/KM836464

 

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
Please use plain text.
sekar sundaram
Esteemed Contributor
Posts: 511
Registered: 11-14-2008
Message 4 of 4 (33 Views)

Re: OMU9 add node question

the exact command, for everybody's reference:

- Run the following command:
# ovconfchg -ovrg server -ns opc -set OPC_USE_LOWERCASE FALSE
Please use plain text.