------- Comment From bw...@de.ibm.com 2021-02-24 05:32 EDT-------
I have done some rudimentary tests with the package on Ubuntu 20.04.1.

# cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.1 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.1 LTS"
VERSION_ID="20.04"
HOME_URL="https://www.ubuntu.com/";
SUPPORT_URL="https://help.ubuntu.com/";
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/";
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy";
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal

# apt info fence-agents
Package: fence-agents
Version: 4.5.2-1ubuntu1~ppa2
Priority: optional
Section: admin
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Original-Maintainer: Debian HA Maintainers 
<debian-ha-maintain...@lists.alioth.debian.org>
Installed-Size: 839 kB
Depends: python3:any, libc6 (>= 2.15), python3-boto3, python3-googleapi, 
python3-pycurl, python3-pexpect, python3-requests, python3-suds
Recommends: libnet-telnet-perl, openssh-client, sg3-utils, snmp
Suggests: python3-adal, python3-azure, python3-keystoneauth1, 
python3-keystoneclient, python3-novaclient
Breaks: cman (<= 3.0.12-2ubuntu4)
Replaces: cman (<= 3.0.12-2ubuntu4)
Download-Size: 236 kB
APT-Manual-Installed: yes
APT-Sources: http://ppa.launchpad.net/lucaskanashiro/ha-stack-ibm/ubuntu 
focal/main s390x Packages
Description: Fence Agents for Red Hat Cluster
Red Hat Fence Agents is a collection of scripts to handle remote
power management for several devices.  They allow failed or
unreachable nodes to be forcibly restarted and removed from the
cluster.

# fence_ibmz --ip=<hmc> --username=<user> --password=<password> 
--plug=M46/m46lp64 -o status
Status: ON
# fence_ibmz --ip=<hmc> --username=<user> --password=<password> 
--plug=M46/m46lp64 -o off
Success: Powered OFF
# fence_ibmz --ip=<hmc> --username=<user> --password=<password> 
--plug=M46/m46lp64 -o status
Status: OFF
# fence_ibmz --ip=<hmc> --username=<user> --password=<password> 
--plug=M46/m46lp64 -o on
Success: Powered ON
# fence_ibmz --ip=<hmc> --username=<user> --password=<password> 
--plug=M46/m46lp64 -o status
Status: ON
# fence_ibmz --ip=localhost --username=sysprog --password=o8cpav4u 
--plug=M46/m46lp64 -o list-status
[long list of all CECs and LPARs on the HMC]

Life-cycle changes/reporting seems to be working fine. I am not sure how
the other actions (monitor/validate-all) are supposed to work, let me
know if you need me to verify this as well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1889070

Title:
  [20.10 FEAT] Add LPAR fence agent to Pacemaker (fence-agents)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1889070/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to