ibm-spectrum-scale-install-infra icon indicating copy to clipboard operation
ibm-spectrum-scale-install-infra copied to clipboard

discrepency in logging with FQDN and shortname with tasks

Open danandar opened this issue 5 years ago • 0 comments

recreation steps:

first i deployed a single node cluster (vm1 )with core gpfs functionality, then added vm3 for nsd along with GUI and zimon feature, on the second run observed that there is discrepency with FQDN and shortname being used for nodes.

TASK [precheck : configure | check gui node] ************************************************************************************************************************************
ok: [snowwraith-vm3] => (item=snowwraith-vm1)
skipping: [snowwraith-vm3] => (item=snowwraith-vm3)
skipping: [snowwraith-vm3] => (item=snowwraith-vm1.tuc.stglabs.ibm.com)

TASK [precheck : cluster | check if gui is enabled] *****************************************************************************************************************************
ok: [snowwraith-vm3] => (item=snowwraith-vm1)
ok: [snowwraith-vm3] => (item=snowwraith-vm3)
skipping: [snowwraith-vm3] => (item=snowwraith-vm1.tuc.stglabs.ibm.com)

.
.
.
.

TASK [precheck : debug] *********************************************************************************************************************************************************
ok: [snowwraith-vm3] => {
    "msg": "set -o pipefail && mmlsnodeclass GUI_MGMT_SERVERS -Y |grep -v HEADER | cut -d ':' -f 10"
}




TASK [node : include_tasks] *****************************************************************************************************************************************************
included: /root/ibm-spectrum-scale-install-infra/roles/gui/node/tasks/install_local_pkg.yml for snowwraith-vm1, snowwraith-vm3

TASK [node : install | Stat local installation package] *************************************************************************************************************************
ok: [snowwraith-vm1 -> localhost]

TASK [node : install | Check local installation package] ************************************************************************************************************************
ok: [snowwraith-vm1 -> localhost] => {
    "changed": false,
    "msg": "All assertions passed"
}


TASK [node : install | Stat extracted packages] *********************************************************************************************************************************
ok: [snowwraith-vm3]
ok: [snowwraith-vm1]

TASK [node : install | Stat temporary directory] ********************************************************************************************************************************
skipping: [snowwraith-vm1]
skipping: [snowwraith-vm3]

TASK [node : install | Check temporary directory] *******************************************************************************************************************************
skipping: [snowwraith-vm1]
skipping: [snowwraith-vm3]

TASK [node : install | Copy installation package to node] ***********************************************************************************************************************
skipping: [snowwraith-vm1]
skipping: [snowwraith-vm3]

TASK [node : install | Extract installation package] ****************************************************************************************************************************
ok: [snowwraith-vm1]
ok: [snowwraith-vm3]

TASK [node : install | Stat extracted packages] *********************************************************************************************************************************
ok: [snowwraith-vm1]
ok: [snowwraith-vm3]

TASK [node : install | Check extracted packages] ********************************************************************************************************************************
ok: [snowwraith-vm1] => {
    "changed": false,
    "msg": "All assertions passed"
}
ok: [snowwraith-vm3] => {
    "changed": false,
    "msg": "All assertions passed"
}

TASK [node : install | Delete installation package from node] *******************************************************************************************************************
ok: [snowwraith-vm1]
ok: [snowwraith-vm3]



TASK [zimon/cluster : configure | Find zimon collector nodes] *******************************************************************************************************************
ok: [snowwraith-vm1] => (item=snowwraith-vm1)
skipping: [snowwraith-vm1] => (item=snowwraith-vm3)
skipping: [snowwraith-vm1] => (item=snowwraith-vm1.tuc.stglabs.ibm.com)

TASK [zimon/cluster : cluster | check if zimon is enabled] **********************************************************************************************************************
ok: [snowwraith-vm1] => (item=snowwraith-vm1)
ok: [snowwraith-vm1] => (item=snowwraith-vm3)
skipping: [snowwraith-vm1] => (item=snowwraith-vm1.tuc.stglabs.ibm.com)


TASK [gui/cluster : SNMP | Find collector nodes] ********************************************************************************************************************************
skipping: [snowwraith-vm1] => (item=snowwraith-vm1)
skipping: [snowwraith-vm1] => (item=snowwraith-vm3)
skipping: [snowwraith-vm1] => (item=snowwraith-vm1.tuc.stglabs.ibm.com)


danandar avatar Mar 23 '20 08:03 danandar