<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
FYI, a follow-up on my stability issues with RHEL4-U2 on the Dell 2850
server...<br>
<br>
It turns out that the system apparently wasn't locking up or crashing,
just the console video was getting scrambled, making access at the
console impossible. I was able to ssh in from the network and
everything appeared to be running. I was also able to duplicate the
problem on a second identical server by swapping the drives.<br>
<br>
I loaded the latest ATI video driver from Dell's site (dated October
xx, 2005), and that appears to have solved the problem.<br>
So, it appears that the ATI video driver that comes with RHEL4-U2 has
some compatibility problems with the on-board ATI video on the Dell
2850 server.<br>
<br>
I'll be able to start the real testing now...<br>
<br>
--Peter<br>
<br>
<br>
Sunil Mushran wrote:
<blockquote cite="mid4354584F.5030807@oracle.com" type="cite">Sanjeet,
  <br>
  <br>
Have you encountered/heard anything like this? This could
  <br>
be a hardware/setup issue with X on the 2850. But that's
  <br>
a guess.
  <br>
  <br>
Sunil
  <br>
  <br>
  <hr size="4" width="90%"><br>
  <table class="header-part1" border="0" cellpadding="0" cellspacing="0"
 width="100%">
    <tbody>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">Subject:
        </div>
Re: [Ocfs2-users] OCFS2 Installation woes</td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">From: </div>
Peter Sylvester <a class="moz-txt-link-rfc2396E" href="mailto:peters@mitre.org">&lt;peters@mitre.org&gt;</a></td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">Date: </div>
Mon, 17 Oct 2005 18:40:30 -0400</td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">To: </div>
Sunil Mushran <a class="moz-txt-link-rfc2396E" href="mailto:Sunil.Mushran@oracle.com">&lt;Sunil.Mushran@oracle.com&gt;</a></td>
      </tr>
    </tbody>
  </table>
  <table class="header-part2" border="0" cellpadding="0" cellspacing="0"
 width="100%">
    <tbody>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">To: </div>
Sunil Mushran <a class="moz-txt-link-rfc2396E" href="mailto:Sunil.Mushran@oracle.com">&lt;Sunil.Mushran@oracle.com&gt;</a></td>
      </tr>
      <tr>
        <td>
        <div class="headerdisplayname" style="display: inline;">CC: </div>
<a class="moz-txt-link-abbreviated" href="mailto:ocfs2-users@oss.oracle.com">ocfs2-users@oss.oracle.com</a></td>
      </tr>
    </tbody>
  </table>
  <br>
I seem to have some system stability problems...
  <br>
  <br>
After installing RHEL4 Update-2 (on Dell 2850 server, dual CPU, RAID,
4GB) and OCFS2 1.0.7 and getting a volume formatted and mounted I left
for the weekend. The server was locked up Monday AM when I came in - no
response to ping, "no video sync" reported by the KVM switch.
  <br>
  <br>
I attempted to reboot and sometimes would boot, but most often would go
through all the motions, up to the HAL loading, then instead of the
X-Windows login screen would get some random colors at the top of the
screen.
  <br>
Nothing seems to get reported to the /var/log/messages file.
  <br>
  <br>
I tried disabling the OCFS2 service and mount, but still have stability
problems at boot with X.
  <br>
I disabled X (set inittab to use run level 3) and I can boot with or
without OCFS2.
  <br>
But, without OCFS2 I can run the "startx" and have the X-Windows
environment come up.
  <br>
If OCFS2 is running (loaded + mounted) and I run startx I get the crash
with the colors at the top of the screen.
  <br>
  <br>
Suggestions?
  <br>
  <br>
thanks,
  <br>
--Peter
  <br>
  <br>
  <br>
Sunil Mushran wrote:
  <br>
  <blockquote type="cite">/etc/ocfs2/cluster.conf holds list of nodes
in the cluster.
    <br>
/etc/sysconfig/o2cb holds the "default" cluster name which
    <br>
is picked by the o2cb service.
    <br>
    <br>
The latter is updated during:
    <br>
/etc/init.d/o2cb configure
    <br>
    <br>
Appears the cluster name in the two do not match.
    <br>
    <br>
What difference did you notice?
    <br>
    <br>
Peter Sylvester wrote:
    <br>
    <br>
    <blockquote type="cite">Here is some feedback on my OCFS2
installation...
      <br>
      <br>
You were correct about selinux.&nbsp; I was able to disable it by specifying
"SELINUX=disabled" in /etc/selinux/config and rebooting. I was then
able to run the console tool correctly.
      <br>
      <br>
I did stumble on another issue, though.&nbsp; It appears that the console
tool hard codes the cluster name as "ocfs2", but the cluster service
seems to be looking for cluster "racdb", and errors out when attempting
to bring online.&nbsp; I hand edited the cluster.conf file and changed the
cluster name to "racdb" and everything then appeared to work.
      <br>
      <br>
Also, I noticed that the cluster.conf configuration is a bit different
from that shown in the User's Guide documentation.
      <br>
      <br>
I was able to mkfs.ocfs2 and mount the partition and it appears to
work.&nbsp; I'll plan on doing some testing next week to stress it out a
bit.
      <br>
      <br>
--Peter
      <br>
      <br>
Sunil Mushran wrote:
      <br>
      <br>
      <blockquote type="cite">You appear to have selinux enabled which
is missing policies for configfs/ocfs2.
        <br>
We are still investigating the issue, but one quick solution would be
to disable selinux. :)
        <br>
        <br>
Peter Sylvester wrote:
        <br>
        <br>
        <blockquote type="cite">I've got a fresh RHEL AS 4-U2
installation on a Dell PE2850 server.
          <br>
          <br>
I downloaded and installed the latest RPMs:
          <br>
ocfs2-2.6.9-22.ELsmp-1.0.7-1.i686.rpm
          <br>
ocfs2-tools-1.0.2-1.i386.rpm
          <br>
ocfs2console-1.0.2-1.i386.rpm
          <br>
          <br>
I was able to start the console, but when I try to run
cluster-&gt;configure_nodes, I get the following error message:
          <br>
Could not start cluster stack. This must be resolved before any OCFS2
filesystem can be mounted.
          <br>
          <br>
I tried to start the service via the command line:
          <br>
/etc/init.d/o2cb load
          <br>
          <br>
And got the error:
          <br>
Mounting configfs filesystem at /config: mount: block device configfs
is write-protected, mounting read-only
          <br>
mount: cannot mount block device configfs read-only
          <br>
Unable to mount configfs filesystem
          <br>
Failed
          <br>
          <br>
I tried mounting /config myself via the following, which worked (not
sure if thats how it *should* be done though):
          <br>
mount -t configfs none /config
          <br>
          <br>
Now o2cb load puts out the following message:
          <br>
Loading module "ocfs2_nodemanager": Unable to load module
"ocfs2_nodemanager"
          <br>
Failed
          <br>
          <br>
And an o2cb status shows:
          <br>
Module "configfs": Loaded
          <br>
Filesystem "configfs": Mounted
          <br>
Module "ocfs2_nodemanager": Not loaded
          <br>
Module "ocfs2_dlm": Not loaded
          <br>
Module "ocfs2_dlmfs": Not loaded
          <br>
Filesystem "ocfs2_dlmfs": Not mounted
          <br>
          <br>
I tried creating a /etc/ocfs2/cluster.conf myself (using vi), but it
did not seem to have any effect.
          <br>
I tried a fresh reboot but that did not seem to change anything.
          <br>
Also note that all commands were run as root, and I am just trying to
get a single node with local disk working.
          <br>
          <br>
There were some error messages reported in /var/log/messages, of the
form:
          <br>
Oct 13 17:02:56 dblinux1 kernel: SELinux: initialized (dev configfs,
type configfs), not configured for labeling
          <br>
Oct 13 17:02:56 dblinux1 kernel: audit(1129237376.191:5): avc:&nbsp; denied&nbsp;
{ mount } for&nbsp; pid=14922 comm="mount" name="/" dev=configfs ino=70286
scontext=root:system_r:initrc_t tcontext=system_u:object_r:unlabeled_t
tclass=filesystem
          <br>
          <br>
Also have some errors of form:
          <br>
Oct 13 18:03:49 dblinux1 dbus: Can't send to audit system: USER_AVC
pid=2587 uid=81 loginuid=-1 message=avc:&nbsp; denied&nbsp; { send_msg } for&nbsp;
scontext=user_u:system_r:unconfined_t tcontext=user_u:system_r:initrc_t
tclass=dbus
          <br>
          <br>
And this one:
          <br>
Oct 13 17:46:36 dblinux1 kernel: OCFS2 Node Manager 1.0.7 Wed Oct 12
13:18:42 PDT 2005 (build 6cb35edfedddf6b4d606b95f2579cb39)
          <br>
Oct 13 17:46:36 dblinux1 kernel: audit(1129239996.953:8): avc:&nbsp; denied&nbsp;
{ mount } for&nbsp; pid=3903 comm="modprobe" name="/" dev=configfs ino=10949
scontext=root:system_r:initrc_t tcontext=system_u:object_r:unlabeled_t
tclass=filesystem
          <br>
Oct 13 17:46:36 dblinux1 kernel: nodemanager: Registration returned -13
          <br>
Oct 13 17:46:36 dblinux1 modprobe: FATAL: Error inserting
ocfs2_nodemanager
(/lib/modules/2.6.9-22.ELsmp/kernel/fs/ocfs2/ocfs2_nodemanager.ko):
Permission denied
          <br>
          <br>
Any clues as to what I should do I try from here????
          <br>
          <br>
thanks,
          <br>
--Peter
          <br>
          <br>
_______________________________________________
          <br>
Ocfs2-users mailing list
          <br>
<a class="moz-txt-link-abbreviated" href="mailto:Ocfs2-users@oss.oracle.com">Ocfs2-users@oss.oracle.com</a>
          <br>
<a class="moz-txt-link-freetext" href="http://oss.oracle.com/mailman/listinfo/ocfs2-users">http://oss.oracle.com/mailman/listinfo/ocfs2-users</a>
          <br>
        </blockquote>
        <br>
        <br>
      </blockquote>
      <br>
_______________________________________________
      <br>
Ocfs2-users mailing list
      <br>
<a class="moz-txt-link-abbreviated" href="mailto:Ocfs2-users@oss.oracle.com">Ocfs2-users@oss.oracle.com</a>
      <br>
<a class="moz-txt-link-freetext" href="http://oss.oracle.com/mailman/listinfo/ocfs2-users">http://oss.oracle.com/mailman/listinfo/ocfs2-users</a>
      <br>
    </blockquote>
    <br>
  </blockquote>
  <br>
_______________________________________________
  <br>
Ocfs2-users mailing list
  <br>
<a class="moz-txt-link-abbreviated" href="mailto:Ocfs2-users@oss.oracle.com">Ocfs2-users@oss.oracle.com</a>
  <br>
<a class="moz-txt-link-freetext" href="http://oss.oracle.com/mailman/listinfo/ocfs2-users">http://oss.oracle.com/mailman/listinfo/ocfs2-users</a>
  <br>
</blockquote>
<br>
</body>
</html>