Forum
Welcome, Guest
Username: Password: Remember me

TOPIC:

install problem 8 years 1 day ago #739

Hello!
I have a same promblem.
Do you have any solution?
THX!:)

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

install problem 8 years 8 hours ago #740

  • Salvatore Costantino
  • Salvatore Costantino's Avatar
  • Offline
  • Posts: 722
Per the original post, we were unable to reproduce this issue. Can you post your exact steps and the error.

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

install problem 7 years 8 months ago #903

This week I have tried to create a second HA-LIZARD no san cluster and receive the same error as reported in this thread:
/etc/bash_completion.d/ha-cfg: line 88: `_ha-cfg': not a valid identifier

I have done this now twice on a fresh install XenServer 6.5SP1 with all updates applied before starting with the halizard_noSAN_installer.

the a.m. file shows as last line
complete -F _ha-cfg ha-cfg

If I run the installer until the end, the install.log shows also complete with no error.

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

install problem [SOLVED] 7 years 8 months ago #904

I have now found out how to overcome this problem:

starting the installer script from
[root@IT2XENMASTER1 ~]# sh /tmp/halizard_nosan_installer_1.4

will create the error.


starting the installer script from were the file is located
[root@IT2XENMASTER1 tmp]# ./halizard_nosan_installer_1.4

will solve the problem and the installation runs withour error!
:)

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

Last edit: by ajmind. Reason: typo

install problem DRBD status ds:Diskless/Inconsiste 7 years 5 months ago #1008

Hi,

I'm having trouble installing 2host no sun follwing the pdf guide

First a doub with xen 6.5 I've to install only drbd-utils-8.4.3-2.x86_64.rpm right? because with 6.2 it's written a long list of rpm instead

I've tried 2 times reinslatting all because in first time i wrore in bad way a name in a conf file, the iSCSI i was able to connect it from xen but not to write in the disk and the status showed a problem in DRBD "ds:Diskless/Inconsiste"

Now i formatted all and reinstalled xen and all the rest, and I've had 2 error during installation:
Installing HA-LIZARD this:
Creating installation folder /etc/ha-lizard
chmod: cannot access `/etc/ha-lizard/fence//RIBCL/*.sh': No such file or directory
chmod: cannot access `/etc/ha-lizard/fence//RIBCL/*.tcl': No such file or directory


running drbd (service drbd start) this:
..<1>netlink: policy violation t:6[6] e:-34
1: reply did not validate - do you need to upgrade your userland tools?


And the status it's this one: see the attached image



follow /etc/tgt/targets.conf added lines:
<target iqn.2016-10.com.xentest:host1>
backing-store /dev/drbd1
scsi_id 0000000000
scsi_sn 0000000001
lun 10
</target>


and this is /etc/drbd.conf
global { usage-count no; }
common { syncer { rate 100M; } }
resource iscsi1 {
protocol C;
net {
after-sb-0pri discard-zero-changes;
after-sb-1pri consensus;
cram-hmac-alg sha1;
shared-secret "Rtbig7Gjs3khswTYVDfj2d";
}
on host1 {
device /dev/drbd1;
disk /dev/sdb;
address 10.10.10.1:7789;
meta-disk internal;
}
on host2 {
device /dev/drbd1;
disk /dev/sdb;
address 10.10.10.2:7789;
meta-disk internal;
}
}


I wrong something? What I can try to undestard where i wrong

Thank you
have a nice Sunday
Attachments:

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

install problem DRBD status ds:Diskless/Inconsiste 7 years 5 months ago #1009

  • Salvatore Costantino
  • Salvatore Costantino's Avatar
  • Offline
  • Posts: 722
Hi Claudio,

The first error about missing "/etc/ha-lizard/fence//RIBCL/*.sh" is a small bug in the installer. This is not a problem other than the error message.

The trouble with DRBD is probably due to openvswitch being active on the host. With XenServer 6.5, DRBD will not work with openvswitch. You can use "xe-switch-network-backend bridge" to switch networking to bridge mode and then try starting DRBD once more.

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