similar to: ocfs2 problem

Displaying 20 results from an estimated 500 matches similar to: "ocfs2 problem"

2006 Aug 04
3
OCFS2 and ASM Question
Ok guys & gals here is the scenario: 1.) Host RHEL 4 U3 2.6.9-34.0.2.EL 2.) OCFS2 latest version 3.) Successfully formatted & mounted OCFS2 filesystems on 2 nodes /dev/sdb1 /u02/oradata/usdev/voting /dev/sdc1 /u02/oradata/usdev/data01 /dev/sdd1 /u02/oradata/usdev/data02 /dev/sde1 /u02/oradata/usdev/data03 4.) Downloaded & installed ASMLib 2.0 on both nodes 5.) Ran
2009 Jul 15
1
CentOS-5.3 + DRBD-8.2 + OCFS2-1.4
I've run into a problem mounting an OCFS2 filesystem on a DRBD device. I think it's the same one discussed at http://lists.linbit.com/pipermail/drbd-user/2007-April/006681.html When I try to mount the filesystem I get a ocfs2_hb_ctl: I/O error: [root at node-6A ~]# mount -t ocfs2 /dev/drbd2 /cshare ocfs2_hb_ctl: I/O error on channel while starting heartbeat mount.ocfs2: Error when
2008 Sep 10
4
mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted".
Hi, I am trying to configure a two node cluster on SLES10SP2 using user level heartbeat. Here is my configuration. ocfs2-tools-1.4.0-0.3 **user level heartbeat** -> lsmod | grep ocfs ocfs2_user_heartbeat 20992 1 ocfs2_dlmfs 37776 1 ocfs2_dlm 204456 1 ocfs2_dlmfs ocfs2_nodemanager 223384 6 ocfs2_user_heartbeat,ocfs2_dlmfs,ocfs2_dlm configfs 44700 3 ocfs2_user_heartbeat,ocfs2_nodemanager
2007 Mar 30
1
HowTo recover ocfs2 in a 10g four node cluster
Hi All, I needed to rebuild the operating system on one of the 4 nodes in my cluster but when I try to startup ocfs, the return from the init script is nothing? how do I fix: [root@kmloraper1 /]# /etc/init.d/ocfs2 restart Stopping Oracle Cluster File System (OCFS2) [ OK ] Starting Oracle Cluster File System (OCFS2) ocfs2_hb_ctl: Device name specified was not found while reading
2007 Dec 26
1
design question
Ladies and Gents, Researching the problem with DRBD 0.8 and OCFS2 not being able to mount... It appears to me the same problem has been reported, yet no fix was posted on the news group... (http://oss.oracle.com/pipermail/ocfs2-users/2006-August/000754.html) In any case, my env. looks as follows: drbd-8.0.6-1.el5.centos (primary/primary) kmod-drbd-8.0.6-1.2.6.18_53.1.4.el5
2005 Jul 12
1
problem mounting ocfs2: heartbeat
When attempting to mount the OCFS2 file system I'm getting the following error message: ocfs2_hb_ctl: Internal logic failure while starting heartbeat mount.ocfs2: Error when attempting to run /sbin/ocfs2_hb_ctl: "Operation not permitted" I followed the steps given in the users_guide: modprobe ocfs2_dlmfs mount -t configfs none /config mount -t ocfs2_dlmfs none /dlm o2cb_ctl
2005 Oct 12
2
Unable to access cluster service
hello, I'm running Ubuntu Breezy with the OCFS2 modules in the standard kernel. I installed ocfs2console and ocfs2-tools I've formatted a partition with ocfs2. But I can't add any node or mount the device(with the ocfs2console). because I get a "Unable to access cluster service" I can't find the cause nor the solution to this. root@lenaeja:~# /etc/init.d/o2cb status
2007 Sep 04
3
Ocfs2 and debian
Hi. I'm pretty new to ocfs2 and clusters. I'm trying to make ocfs2 running over a drbd device. I know it's not the best solution but for now i must deal with this. I set up drbd and work perfectly. I set up ocfs and i'm not able to make it to work. /etc/init.d/o2cb status: Module "configfs": Loaded Filesystem "configfs": Mounted Module
2009 Sep 24
1
strange fencing behavior
I have 10 servers in a cluster running Debian Etch with 2.6.26-bpo.2 with a backport of ocfs2-tools-1.4.1-1 I'm using AoE to export the drives from a Debian Lenny server in the cluster. My problem is if I mount the ocfs2 partition on the server that is exporting it via AoE it fences the entire cluster. Looking at the logs exporting the ocfs2 partition doesn't give much information...
2011 Oct 18
12
Unable to stop cluster as heartbeat region still active
Hi, I have a 2 nodes ocfs2 cluster running UEK 2.6.32-100.0.19.el5, ocfs2console-1.6.3-2.el5, ocfs2-tools-1.6.3-2.el5. My problem is that all the time when i try to run /etc/init.d/o2cb stop it fails with this error: Stopping O2CB cluster CLUSTER: Failed Unable to stop cluster as heartbeat region still active There is no active mount point. I tried to manually stop the heartdbeat with
2008 Oct 22
2
Another node is heartbeating in our slot! errors with LUN removal/addition
Greetings, Last night I manually unpresented and deleted a LUN (a SAN snapshot) that was presented to one node in a four node RAC environment running OCFS2 v1.4.1-1. The system then rebooted with the following error: Oct 21 16:45:34 ausracdb03 kernel: (27,1):o2hb_write_timeout:166 ERROR: Heartbeat write timeout to device dm-24 after 120000 milliseconds Oct 21 16:45:34 ausracdb03 kernel:
2016 Dec 29
3
isohybrid boot from logical partition
Hi, Duncan Elliot wrote: > As far as I can see, this essentially trims off the first 3 bytes of the > custom isohybrid MBR image before applying it to the ISO. You probably mean this line: memcpy(mbr, &isohdpfx[hd0 + 3 * partok], MBRSIZE); The indize do not apply to bytes but to byte arrays of size MBRSIZE. extern unsigned char isohdpfx[][MBRSIZE]; (hd0 + 3 * partok)
2006 Dec 07
0
答复: Re: [patch 2/2]OCFS2: allow the ocfs2 heartbeat thread to prioritize I/O
hi, Mark: zhen wei zwei@novell.com +86 10 65339225 >>> Mark Fasheh <mark.fasheh@oracle.com> 06?12?08? ?? 8:20 >>> >> +errcode_t o2cb_get_hb_thread_pid (const char *cluster_name, const char *region_name, >> + pid_t *pid) >> +{ >> + char attr_path[PATH_MAX]; >> + char _fake_cluster_name[NAME_MAX]; >> + char attr_value[16]; >> +
2015 Apr 13
9
I'm not able to install asterisk in AWS cloud
Hi folks, I'm not able to install asterisk whenever I hit make command I get below error: make[1]: *** No rule to make target `../main/modules.link', needed by `asterisk'. Stop. make: *** [main] Error 2 Regards Akhilesh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Apr 24
4
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Guenther, Thanks for ur reply I have concern from long time I'm not able to login through softphone with AWS Cloud.Please let me know is there any document or guide line for the same. Regards Akhilesh On Fri, Apr 24, 2015 at 1:26 PM, Guenther Boelter <gboelter at gmail.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 04/24/2015 03:34 PM, akhilesh
2015 Apr 24
5
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Thomas, Could you tell how can I change the protocol of corresponding port means 5060 is configured with tcp protocol I want to configured with udp. When I execute nmap -p5060 xx.xx.xx.xx I got below output [root at ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx Starting Nmap 5.51 ( http://nmap.org ) at 2015-04-21 11:19 UTC Nmap scan report for
2015 Apr 28
1
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi James, Please let me know how could I implement for sip.I will appreciate your help. Regards Akhilesh On Mon, Apr 27, 2015 at 7:01 PM, James Cass <jcass78 at gmail.com> wrote: > Akhilesh, > I have implemented several ec2 instances with both sip and iax2 and have > no problems with xlite or hard phones. Have you already opened the ports in > the vpc security group on the
2015 Apr 21
2
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Guenther, When I executed nmap -p5060 <xx.xx.xx.xx> I got below output. [root at ip-172-31-32-117 cel]# nmap -p5060 xx.xx.xx.xx Starting Nmap 5.51 ( http://nmap.org ) at 2015-04-21 11:19 UTC Nmap scan report for ec2-xx-xx-xx-xx.us-west-2.compute.amazonaws.com (xx.xx.xx.xx) Host is up (0.00080s latency). PORT STATE SERVICE 5060/tcp filtered sip Nmap done: 1 IP address (1 host
2015 Apr 21
2
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Guenther, What did you recommend to me, I did accordingly but there is no log showing in asterisk CLI. I'm getting same problem. Regards Akhilesh On Mon, Apr 20, 2015 at 6:05 PM, Guenther Boelter <gboelter at gmail.com> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 04/20/2015 12:31 PM, akhilesh chand wrote: > > Hi Folks, > > > >
2015 Apr 20
6
I'm not able to register Softphone(X-lite) in asterisk(Which is installed in EC2 Cloud).
Hi Folks, I'm trying to register softphone(X-lite) but I'm not able to register softphone whenever I'm trying to register softphone I got below error [image: Inline image 1] Is there any document/guide line where I will get process to register softphone in asterisk(Which is installed in EC2 Cloud). Regards Akhilesh -------------- next part -------------- An HTML attachment was