Forum
Welcome, Guest
Username: Password: Remember me
This is the optional category header for the Suggestion Box.
  • Page:
  • 1

TOPIC:

/etc/iscsi-ha/scripts/fw_init: line 65: systemctl: command not found 4 years 8 months ago #1856

Please help :-(

I set up HA Lizard first time.
When the installation HA Lizard is nearly completed, the terminal gives me this status:

Synchronizing storage with peer/slave hostStarting ha-lizar [ OK ]
Starting ha-lizard-watchdog: [ OK ]
/etc/iscsi-ha/scripts/fw_init: line 65: systemctl: command not found
XAPI and firewall are required to start [FAILED]

How i can resolv this?
Attachments:

Please Log in or Create an account to join the conversation.

/etc/iscsi-ha/scripts/fw_init: line 65: systemctl: command not found 4 years 8 months ago #1858

  • Salvatore Costantino
  • Salvatore Costantino's Avatar
  • Offline
  • Posts: 722
This is a regression issue with Xenserver 6.x. The simplest fix for now would be to place a wrapper script on each host to allow getting past the error.

create a file /usr/local/bin/systemctl and make it executable
> /usr/local/bin/systemctl
chmod +x /usr/local/bin/systemctl

Write the below to the file:
service $2 $1

Please Log in or Create an account to join the conversation.

Last edit: by Salvatore Costantino.
  • Page:
  • 1