Displaying 20 results from an estimated 100000 matches similar to: "Auto Reply: Ocfs2-users Digest, Vol 93, Issue 1"
2011 Sep 26
0
Auto Reply: Ocfs2-users Digest, Vol 93, Issue 28
I will be on class from Sep 26-Sep 30, 2011. I will be able to check and respond to the emails and issues with little delay. If any urgent issues, please get in touch with my manager or se_exadata_ww at oracle.com for other exadata related issues.
Exadata related bugs: se_exadata_ww at oracle.com or Samuel.Vedanayagam at oracle.com (for any urgent escalations)
Thanks
Ravi
2011 Mar 23
0
Auto Reply: Ocfs2-users Digest, Vol 87, Issue 15
This is an auto-replied message. I am out of office right now will be back at March-28.
In urgend cases, please contact Hanno Bresch / Oliver Eschelbacher.
Thanks
Dirk
2010 Nov 19
0
Auto Reply: Ocfs2-users Digest, Vol 83, Issue 16
I will be out of the office from 11/17/2010 - 11/24/2010
2011 Apr 26
0
Auto Reply: Ocfs2-users Digest, Vol 88, Issue 26
I will be out of the office until May 5th 2011.
I'll not have access to my e-mail.
Best Regards
Soeren Binner
2010 Mar 11
0
Ocfs2-users Digest, Vol 75, Issue 10
Hi,
I have 2 questions :
1. OCFS2 works on which schema.
2. If i run my rac on OCFS2 and i need to restore my datafile in other database which is runing on ASM , Is that possible? If yes how?
Thanks & regards
Suvankar
--- On Thu, 3/11/10, ocfs2-users-request at oracle.com <ocfs2-users-request at oracle.com> wrote:
> From: ocfs2-users-request at oracle.com <ocfs2-users-request
2012 Sep 12
0
Ocfs2-users Digest, Vol 105, Issue 4
Hi Yuvrajsinh, thank you for the reply, yes it was a kernel issue and we have done an upgrade to 2.6.18.308 and used the packges that match the version number, and I have done a update post this evening as below
Hi All, since the post I have made some kind of a progress
1. I upgraded the kernel to 2.6.18-308.1.1.el5 same I was able to download the ocfs2 module is
2008 Sep 18
0
Ocfs2-users Digest, Vol 57, Issue 14
I think I might have miss understood where it is failing, has this file
been added to the DB on the web site or does it fail when you try to
onfigure this?
Carle Simmonds
Infrastructure Consultant
Technology Services
Experian UK Ltd
__________________________________________________
Tel: +44 (0)115 941 0888 (main switchboard)
Mobile: +44 (0)7813 854834
E-Mail: carle.simmonds at uk.experian.com
2007 May 22
1
Re: Ocfs2-users Digest, Vol 41, Issue 21
Dear all,
> Caveats
> =======
> Features which OCFS2 does not support yet:
> - extended attributes
> - readonly mount
> - shared writeable mmap
> - loopback is supported, but data written will not
> be cluster coherent.
> - quotas
> - cluster aware flock <----------------------------------------
>
2011 Aug 15
1
Auto Reply: Ocfs-users Digest, Vol 56, Issue 1
Hi Sender,
I am on leave until 18-Aug (inclusive) and may not be able to access email and answer the phone. I will response to you as soon as I can.
Best regards,
Huy.
2015 Oct 14
1
Ocfs2-devel Digest, Vol 138, Issue 31 review
On 2015/10/14 15:49, Zhangguanghui wrote:
> OCFS2 is often used in high-availaibility systems, This patch enhances robustness for the filesystem.
> but storage network is unstable?it still triggers a panic? such as ocfs2_start_trans -> __ocfs2_abort ->panic.
> The 's_mount_opt' should depend on the mount option set, If errors=continue is set,
> mark as a EIO error,
2015 Oct 14
2
Ocfs2-devel Digest, Vol 138, Issue 31 review
On 10/14/2015 03:57 AM, Joseph Qi wrote:
> On 2015/10/14 16:45, Zhangguanghui wrote:
>> Hi,
>> "status = -30" means it has encountered EROFS when start transaction.
>> And system panic is because s_mount_opt is set to OCFS2_MOUNT_ERRORS_PANIC in __ocfs2_abort,
>> ideal with OCFS2_MOUNT_ERRORS_PANIC first in ocfs2_handle_error.
>> so I think that it is
2012 Sep 12
2
Ocfs2-users Digest, Vol 105, Issue 4
Seems RPM compatibility issue with OS Kernel.
Check OS Kernel and download RPM (4 Nos) for same kernel.
Regards,
Yuvrajsinh Chauhan || Sr. DBA || CRESTEL-PSG
Elitecore Technologies Pvt. Ltd.
904, Silicon Tower || Off C.G.Road
Behind Pariseema Building || Ahmedabad || INDIA
[GSM]: +91 9727746022
-----Original Message-----
From: ocfs2-users-bounces at oss.oracle.com
[mailto:ocfs2-users-bounces
2011 Jul 09
0
Auto Reply: asterisk-users Digest, Vol 84, Issue 15
I am out of the office on vacation through July 20th, 2011.
I am checking email, and will get back to you as soon as I can.
For urgent matters, contact:
Angie Besse for Oracle Labs, M&A, and Corporate Security Architecture issues.
Tami Sisneros regarding Corporate Architecture Approvals.
Craig
2015 Oct 14
2
Ocfs2-devel Digest, Vol 138, Issue 31 review
Hi,
"status = -30" means it has encountered EROFS when start transaction.
And system panic is because s_mount_opt is set to OCFS2_MOUNT_ERRORS_PANIC in __ocfs2_abort,
ideal with OCFS2_MOUNT_ERRORS_PANIC first in ocfs2_handle_error.
so I think that it is not reasonable, Therefore, this setting shall be canceled in __ocfs2_abort.
thanks
________________________________
zhangguanghui
2015 Oct 14
1
Ocfs2-devel Digest, Vol 138, Issue 31 review
OCFS2 is often used in high-availaibility systems, This patch enhances robustness for the filesystem.
but storage network is unstable?it still triggers a panic? such as ocfs2_start_trans -> __ocfs2_abort ->panic.
The 's_mount_opt' should depend on the mount option set, If errors=continue is set,
mark as a EIO error, change OCFS2_MOUNT_ERRORS_PANIC to OCFS2_MOUNT_ERRORS_CONT in
2015 Oct 14
1
Ocfs2-devel Digest, Vol 138, Issue 31 review
OCFS2 is often used in high-availaibility systems, This patch enhances robustness for the filesystem.
but storage network is unstable?it still triggers a panic? such as ocfs2_start_trans -> __ocfs2_abort ->panic.
The 's_mount_opt' should depend on the mount option set, If errors=continue is set,
mark as a EIO error, change OCFS2_MOUNT_ERRORS_PANIC to OCFS2_MOUNT_ERRORS_CONT in
2011 Apr 24
0
Auto Reply: Xen-devel Digest, Vol 74, Issue 271
I am OOO on Apr 25th and 26th . Please contact my manager PJ for any urgent issues.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2010 Dec 14
0
Auto Reply: Xen-devel Digest, Vol 70, Issue 218
I am in training all day Dec 15th-16th. Please call on my mobile if there is anything that requires my urgent attention.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2005 May 23
1
RE: Ocfs-users Digest, Vol 25, Issue 6
When OCFS2 is available as Production?
==
Nguyen Quang Huy
Sr. Technical Sales Consultant
Oracle Vietnam
53 Quang Trung St, Hanoi
Email: quang.huy.nguyen@oracle.com
Phone: +84 4 943 2595
Fax: +84 4 943 2592
==
-----Original Message-----
From: ocfs-users-bounces@oss.oracle.com
[mailto:ocfs-users-bounces@oss.oracle.com]On Behalf Of
ocfs-users-request@oss.oracle.com
Sent: Tuesday, May 24, 2005
2011 Jan 18
2
dovecot Digest, Vol 93, Issue 41
> From: Stan Hoeppner <stan at hardwarefreak.com>
> Subject: Re: [Dovecot] SSD drives are really fast running Dovecot
>
>
> Yes. Go with a cluster filesystem such as OCFS or GFS2 and an
inexpensive SAN
> storage unit that supports mixed SSD and spinning storage such as the
Nexsan
> SATABoy with 2GB cache: http://www.nexsan.com/sataboy.php
I can't speak for