IBM Support

ZZ00651: PASSWORD.SH WRONGLY UPDATE THE /ETC/NEUTRON/NEUTRON.CONF

Subscribe to this APAR

By subscribing, you receive periodic emails alerting you to the status of the APAR, along with a link to the fix after it becomes available. You can track this item individually or track all items by product.

Notify me when this APAR changes.

Notify me when an APAR for this component changes.

 

APAR status

  • Closed as program error.

Error description

  • By running password.sh to update the "databaseuser" wrongly
    update the /etc/neutron/neutron.conf on the RegionServer and
    ComputeNodes.
    
    All parameters containing *connection* are changed to
    "connection = ......"
    

Local fix

  • At line 2396 in passwords.sh add -w parameter in the line.
    
    Change,
    
    while read a ; do b=$(echo ${a} | sed 's/#.*$//' | grep $item) ;
    if [ -n "$b" ] ; then echo "$item = $connectionstring" ; else
    echo "$a" ; fi ; done < $backuppath/$jobid/$Fqdn/$file.new >
    $backuppath/$jobid/$Fqdn/$file.tmp
    
    to
    
    while read a ; do b=$(echo ${a} | sed 's/#.*$//' | grep -w
    $item) ; if [ -n "$b" ] ; then echo "$item = $connectionstring"
    ; else echo "$a" ; fi ; done < $backuppath/$jobid/$Fqdn/$file
    .new > $backuppath/$jobid/$Fqdn/$file.tmp
    

Problem summary

  • By running password.sh to update the "databaseuser" wrongly
    update the /etc/neutron/neutron.conf on the RegionServer and
    ComputeNodes.
    
    All parameters containing *connection* are changed to
    "connection = ......"
    

Problem conclusion

  • Code fix.
    

Temporary fix

Comments

APAR Information

  • APAR number

    ZZ00651

  • Reported component name

    SMRTCLOUD ORCHS

  • Reported component ID

    5725H2800

  • Reported release

    240

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2017-05-16

  • Closed date

    2017-07-10

  • Last modified date

    2017-07-10

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    SMRTCLOUD ORCHS

  • Fixed component ID

    5725H2800

Applicable component levels

  • R240 PSY

       UP

[{"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Product":{"code":"SS4KMC","label":"IBM SmartCloud Orchestrator"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"240","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Document Information

Modified date:
10 July 2017