LPAR name change in the GUI for Dynamic Capicity Intelligence (DCI)
search cancel

LPAR name change in the GUI for Dynamic Capicity Intelligence (DCI)

book

Article ID: 10851

calendar_today

Updated On:

Products

Dynamic Capacity Intelligence

Issue/Introduction

This article shows you how to change a name of a system (LPAR) in the GUI for Dynamic Capacity Intelligence (DCI)



Environment

Release: CADCIU00200-1.5-Dynamic Capacity Intelligence-MSU
Component:

Resolution

Every system (LPAR) is shown in the original name from your system in the GUI. If you want to change this names to make it more visible for you you can do this. Every change you do, do in the custom folder of the USS filesystem to DCI only. Please make sure that you are using the correct path for your changes. So please change the routes.xml for this:

<Please see attached file for image>

src="/servlet/servlet.FileDownload?file=0150c000004AJtMAAW" alt="Routes file.png" width="419" height="239">

 

Example:

<Please see attached file for image>

src="/servlet/servlet.FileDownload?file=0150c000004AJtKAAW" alt="C222 - Original name2.png" width="833" height="356">

This is an example to change the original name of C222.LPB1.SYB1 (see example for an config.xml below). We want change the name LPB1.SYB1 to PROD.SYB1. Now you can do the changes in the config.xml that is stored in the custom folder. To change the name you have to generate this little config.xml in the custom folder. If there a config.XML exits you can add the definitions for the new name:

<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
    <TRANSLATION>
        <SERIES>
            <SERIE>
                <ID>C222.LPB1.SYS1</ID>
                <NAME>PROD.SYB1</NAME>
            </SERIE>
        <SERIES>
    </TRANSLATION>
</CONFIG> 

 

<ID>C222.LPB1.SYS1</ID>  
C222 is your CPC Name from this system
LPB1 is the LPAR name in this system
SYB1 is your SYSID

 

<NAME>PROD.SYB1</NAME>

PROD.SYB1 is the new name you want to use for the GUI

It could happen that you have still a definiton for this system in your config.xml e.g. a different color.

<SERIE>
    <ID>C222.LPB1.SYS1</ID>
    <COLOR>#FF997C</COLOR>
</SERIE>

 

Then you just have to add the new name like:

<SERIE>
    <ID>C222.LPB1.SYS1</ID>
    <NAME>PROD.SYB1</NAME>
    <COLOR>#FF997C</COLOR>
</SERIE>

Then the GUI looks like:

<Please see attached file for image>

src="/servlet/servlet.FileDownload?file=0150c000004AJtIAAW" alt="C222 - New name2.png" width="838" height="381"> 

Attachments

1558701188705000010851_sktwi1f5rjvs16pdi.png get_app
1558701186567000010851_sktwi1f5rjvs16pdh.png get_app
1558701184538000010851_sktwi1f5rjvs16pdg.png get_app