This shows you the differences between two versions of the page.
aix:powervc_error [2021/01/01 21:24] 127.0.0.1 external edit |
aix:powervc_error [2024/08/06 16:54] (current) manu |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== PowerVC troubleshoot (Virtual Center for Power Servers) ====== | ====== PowerVC troubleshoot (Virtual Center for Power Servers) ====== | ||
+ | |||
+ | ==== PowerVC version 2 ==== | ||
+ | |||
+ | === Unable to deploy LPARs === | ||
+ | |||
+ | Thank you for your time today, it was very useful session. | ||
+ | |||
+ | After some troubleshooting, we noticed that the **pvc socket** files under **/etc/systemd/system** did not have node IP in the [Socket] section: | ||
+ | ListenStream=9200 | ||
+ | |||
+ | |||
+ | Once we added the node IP for all pvc sockets, reloaded the deamon and restarted all sockets manually, the services stabilized and were no longer restarting by themselves: | ||
+ | ListenStream=10.10.10.20:9200 | ||
+ | |||
+ | |||
+ | We were then able to deploy a test VM. | ||
+ | |||
+ | |||
+ | Please monitor the environment and let us know if you observe an unusual behavior or restart of a service. You can check by running | ||
+ | |||
+ | <cli prompt='#'> | ||
+ | # for i in `cibadmin --query | xmllint --xpath '/cib/configuration/resources/*/@id' - | tr ' ' '\n' | cut -f2 -d'"' | grep -v '^$' | sed -e 's/-clone$//' | grep -v -E "virtualip|galera"` | ||
+ | do | ||
+ | echo "$i `systemctl status $i | grep Active`" | ||
+ | done | column -t | ||
+ | </cli> | ||
+ | |||
+ | You can also monitor output of: | ||
+ | <cli prompt='#'> | ||
+ | # powervc-services status | ||
+ | </cli> | ||
+ | |||
+ | Check for any NoHeartbeat status | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
===== Prerequisites for 1.4.3.0 ===== | ===== Prerequisites for 1.4.3.0 ===== |