Helpful resource and publications
After verifying the IP quorum application is installed and active on the system, you can create and modify a systemd directory for the application on the Linux host. On the host, complete these steps:
-
Create a systemd directory for the IP quorum application:
vi /etc/systemd/system/ipquorum.service
- Verify and update if necessary the ipquorum.service configuration file.
Depending on how you configured your Linux host and access to the IP quorum, you might want to
update the ipquorum.service file. For example, you may need to change values for
WorkingDirectory, ExecStart, User, or Group values depending on your configuration. Note: The following ipquorum.service is an example and actual file on your configuration can contain different values and settings.
[Unit]
Description=IBM IP Quorum
Documentation=https://www.ibm.com/docs/en/flashsystem-9x00
After=local-fs.target network-online.target
[Service]
Type=simple
WorkingDirectory=/opt/IBM/ip-quorum/log
ExecStart=/usr/bin/java -jar /opt/IBM/ip-quorum/ip_quorum.jar
Restart=on-failure
InaccessibleDirectories=/home /root /var /boot
ReadOnlyDirectories=/etc /usr
User=ipquorum
Group=ipquorum
[Install]
WantedBy=multi-user.target