Closed christung16 closed 5 years ago
Hi Chris,
Can you share the HX_Report tar bundle?
Regards, Avinash
From: christung16 notifications@github.com Reply-To: CiscoDevNet/Hyperflex-Hypercheck reply@reply.github.com Date: Thursday, August 8, 2019 at 1:41 AM To: CiscoDevNet/Hyperflex-Hypercheck Hyperflex-Hypercheck@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [CiscoDevNet/Hyperflex-Hypercheck] ver = l[1] IndexError: list index out of range (#2)
when execute HXTool.py It returns error, any clue how to fix it??
root@SpringpathController69QJTK8EP7:~/Hyperflex-Hypercheck-master# python HXTool.py
HX Health Check 3.0
Please enter below info of HX-Cluster: Enter the HX-Cluster Root Password: Enter the ESX Root Password:
SSH connection established to HX Node: 10.74.202.55 SSH connection established to HX Node: 10.74.202.56 SSH connection established to HX Node: 10.74.202.57
HX Cluster Nodes: +-------+--------------+--------------------------------+ | Nodes | IP Address | HostName | +-------+--------------+--------------------------------+ | 1 | 10.74.202.55 | SpringpathController69QJTK8EP7 | +-------+--------------+--------------------------------+ | 2 | 10.74.202.56 | SpringpathControllerFFZY91R0KF | +-------+--------------+--------------------------------+ | 3 | 10.74.202.57 | SpringpathController23J9GAZ7PG | +-------+--------------+--------------------------------+
('pk: ', u'storfs-appliance 4.0.1a-33028') ('pk: ', u'storfs-asup 4.0.1a-33028') ('pk: ', u'storfs-core 4.0.1a-33028') ('pk: ', u'storfs-fw') Traceback (most recent call last): File "HXTool.py", line 1558, in ver = l[1] IndexError: list index out of range root@SpringpathController69QJTK8EP7:~/Hyperflex-Hypercheck-master#
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/CiscoDevNet/Hyperflex-Hypercheck/issues/2?email_source=notifications&email_token=AENNTQJSQ5LRWD4JDSPZ4NLQDO5YLA5CNFSM4IKG42E2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HEB7NOQ, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AENNTQPZHP6CWTISAPORMTLQDO5YLANCNFSM4IKG42EQ.
This issue should be resolved. I have merged the updated script.
when execute HXTool.py It returns error, any clue how to fix it??
root@SpringpathController69QJTK8EP7:~/Hyperflex-Hypercheck-master# python HXTool.py
Please enter below info of HX-Cluster: Enter the HX-Cluster Root Password: Enter the ESX Root Password:
SSH connection established to HX Node: 10.74.202.55 SSH connection established to HX Node: 10.74.202.56 SSH connection established to HX Node: 10.74.202.57
HX Cluster Nodes: +-------+--------------+--------------------------------+ | Nodes | IP Address | HostName | +-------+--------------+--------------------------------+ | 1 | 10.74.202.55 | SpringpathController69QJTK8EP7 | +-------+--------------+--------------------------------+ | 2 | 10.74.202.56 | SpringpathControllerFFZY91R0KF | +-------+--------------+--------------------------------+ | 3 | 10.74.202.57 | SpringpathController23J9GAZ7PG | +-------+--------------+--------------------------------+
('pk: ', u'storfs-appliance 4.0.1a-33028') ('pk: ', u'storfs-asup 4.0.1a-33028') ('pk: ', u'storfs-core 4.0.1a-33028') ('pk: ', u'storfs-fw') Traceback (most recent call last): File "HXTool.py", line 1558, in
ver = l[1]
IndexError: list index out of range
root@SpringpathController69QJTK8EP7:~/Hyperflex-Hypercheck-master#