<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: cannot create filesystem using cluster file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976256#M604589</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You say you are using the Foundation Cluster File System.&lt;BR /&gt;&lt;BR /&gt;Yet your mkfs command is vxfs.&lt;BR /&gt;&lt;BR /&gt;This confuses me. Is this a new file system or just a means to use vxfs in shared mode, which  I'm not aware of.&lt;BR /&gt;&lt;BR /&gt;Normally I use newfs to do a filesystem, its a pretty wrapper for mkfs.&lt;BR /&gt;&lt;BR /&gt;What documentation are you using here? Links please.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 05 Apr 2007 15:04:10 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-04-05T15:04:10Z</dc:date>
    <item>
      <title>cannot create filesystem using cluster file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976254#M604587</link>
      <description>I have configured Storage Foundation Cluster file system 5.0 on HPUX 11.23 with 2 nodes in the cluster.&lt;BR /&gt;# cfscluster status&lt;BR /&gt;&lt;BR /&gt;  Node             :  sddbblng&lt;BR /&gt;  Cluster Manager  :  running&lt;BR /&gt;  CVM state        :  running&lt;BR /&gt;  No mount point registered with cluster configuration&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  Node             :  sddplalt&lt;BR /&gt;  Cluster Manager  :  running&lt;BR /&gt;  CVM state        :  running&lt;BR /&gt;  No mount point registered with cluster configuration&lt;BR /&gt;&lt;BR /&gt;I have created a shared disk group and volume:&lt;BR /&gt;# vxdg list&lt;BR /&gt;NAME         STATE           ID&lt;BR /&gt;sdddg        enabled,shared,cds   1175711630.15.sddplalt&lt;BR /&gt;# vxprint&lt;BR /&gt;Disk group: sdddg&lt;BR /&gt;&lt;BR /&gt;TY NAME         ASSOC        KSTATE   LENGTH   PLOFFS   STATE    TUTIL0  PUTIL0&lt;BR /&gt;dg sdddg        sdddg        -        -        -        -        -       -&lt;BR /&gt;&lt;BR /&gt;dm c6t0d0       c6t0d0       -        104820608 -       -        -       -&lt;BR /&gt;&lt;BR /&gt;v  vol1         fsgen        ENABLED  52428800 -        ACTIVE   -       -&lt;BR /&gt;pl vol1-01      vol1         ENABLED  52428800 -        ACTIVE   -       -&lt;BR /&gt;sd c6t0d0-01    vol1-01      ENABLED  52428800 0        -        -       -&lt;BR /&gt;&lt;BR /&gt;when I try to make the filesystem I get this error:&lt;BR /&gt;# mkfs -F vxfs /dev/vx/rdsk/sdddg/vol1 50G&lt;BR /&gt;UX:vxfs mkfs: ERROR: V-3-20003: Cannot open /dev/vx/rdsk/sdddg/vol1: No such device or address&lt;BR /&gt;# ls -al /dev/vx/rdsk/sdddg&lt;BR /&gt;total 0&lt;BR /&gt;drwxr-xr-x   2 root       root            96 Apr  5 19:09 .&lt;BR /&gt;drwxr-xr-x   3 root       root            96 Apr  5 19:09 ..&lt;BR /&gt;crw-------   1 root       root        68 0x002ee0 Apr  5 19:09 vol1&lt;BR /&gt;&lt;BR /&gt;Any ideas what I am doing wrong?&lt;BR /&gt;&lt;BR /&gt;HH</description>
      <pubDate>Thu, 05 Apr 2007 14:36:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976254#M604587</guid>
      <dc:creator>Hank Huggins</dc:creator>
      <dc:date>2007-04-05T14:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create filesystem using cluster file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976255#M604588</link>
      <description>Whenever I create volumes and such for CFS filesystems, I've been creating the volume and filesystem in VEA but choosing not to mount it.&lt;BR /&gt;&lt;BR /&gt;That seems to work for me.  I would remove the volume and recreate it in VEA but don't mount and see if that works.&lt;BR /&gt;&lt;BR /&gt;Then I just use the:&lt;BR /&gt;cfsmntadm add &lt;DISKGRP&gt; &lt;VOLUME&gt; /mount/point all=rw&lt;BR /&gt;&lt;BR /&gt;&lt;/VOLUME&gt;&lt;/DISKGRP&gt;</description>
      <pubDate>Thu, 05 Apr 2007 14:58:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976255#M604588</guid>
      <dc:creator>Jason Ray</dc:creator>
      <dc:date>2007-04-05T14:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create filesystem using cluster file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976256#M604589</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;You say you are using the Foundation Cluster File System.&lt;BR /&gt;&lt;BR /&gt;Yet your mkfs command is vxfs.&lt;BR /&gt;&lt;BR /&gt;This confuses me. Is this a new file system or just a means to use vxfs in shared mode, which  I'm not aware of.&lt;BR /&gt;&lt;BR /&gt;Normally I use newfs to do a filesystem, its a pretty wrapper for mkfs.&lt;BR /&gt;&lt;BR /&gt;What documentation are you using here? Links please.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 05 Apr 2007 15:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976256#M604589</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-05T15:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create filesystem using cluster file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976257#M604590</link>
      <description>Using newfs does not seem to make much difference:&lt;BR /&gt;# newfs -F vxfs /dev/vx/rdsk/sdddg/vol1&lt;BR /&gt;UX:vxfs newfs: ERROR: V-3-20113: Cannot open /dev/vx/rdsk/sdddg/vol1: No such device or address</description>
      <pubDate>Thu, 05 Apr 2007 15:09:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976257#M604590</guid>
      <dc:creator>Hank Huggins</dc:creator>
      <dc:date>2007-04-05T15:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create filesystem using cluster file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976258#M604591</link>
      <description>I suspect the diskgroup configuration problem which is related to the sub-disk underneath it.&lt;BR /&gt;See line &lt;BR /&gt;sd c6t0d0-01 vol1-01 ENABLED 52428800 0 ---&lt;BR /&gt;I would expect the DG name for "c6t0d0-01 " instead.&lt;BR /&gt;&lt;BR /&gt;I would re-create the DG configuration from the scratch. I would follow the steps given the I&amp;amp;C manual. If you have the manual, there is a script shown for creating the DG , Shared volume and CFS.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Apr 2007 18:45:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976258#M604591</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2007-04-05T18:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create filesystem using cluster file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976259#M604592</link>
      <description>I think I see what you are saying about the DG.  I recreated it and got the same error when running newfs.  I noticed the subdisk does not show as active in the vxprint output:&lt;BR /&gt;# vxprint&lt;BR /&gt;Disk group: sdddg&lt;BR /&gt;&lt;BR /&gt;TY NAME         ASSOC        KSTATE   LENGTH   PLOFFS   STATE    TUTIL0  PUTIL0&lt;BR /&gt;dg sdddg        sdddg        -        -        -        -        -       -&lt;BR /&gt;&lt;BR /&gt;dm c6t0d0       c6t0d0       -        104820608 -       -        -       -&lt;BR /&gt;&lt;BR /&gt;v  sddshare     fsgen        ENABLED  52428800 -        ACTIVE   -       -&lt;BR /&gt;pl sddshare-01  sddshare     ENABLED  52428800 -        ACTIVE   -       -&lt;BR /&gt;sd c6t0d0-01    sddshare-01  ENABLED  52428800 0        -        -       -&lt;BR /&gt;&lt;BR /&gt;I am using an EMC CX3-20 array for my storage.  Here the ioscan output for the "disk":&lt;BR /&gt;disk      5  0/4/1/0.1.5.0.0.0.0   sdisk      CLAIMED     DEVICE       DGC     CX3-20WDR0&lt;BR /&gt;                            /dev/dsk/c6t0d0   /dev/rdsk/c6t0d0&lt;BR /&gt;</description>
      <pubDate>Fri, 06 Apr 2007 10:33:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976259#M604592</guid>
      <dc:creator>Hank Huggins</dc:creator>
      <dc:date>2007-04-06T10:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create filesystem using cluster file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976260#M604593</link>
      <description>In vxprint there won't be "ACTIVE" status for sd but KSTATE should ENABLED. You can check if the sd is associated with the EMC disk using&lt;BR /&gt;# vxprint -htr&lt;BR /&gt;&lt;BR /&gt;What do you see in&lt;BR /&gt;# vxdg list &lt;SHARED-DG&gt;&lt;BR /&gt;# cfsdgadm display -v &lt;SHARED-DG&gt;&lt;BR /&gt;&lt;BR /&gt;I guess there is DMP enabled. Have you installed the recommended patches for SFC?&lt;/SHARED-DG&gt;&lt;/SHARED-DG&gt;</description>
      <pubDate>Fri, 06 Apr 2007 14:42:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976260#M604593</guid>
      <dc:creator>Sameer_Nirmal</dc:creator>
      <dc:date>2007-04-06T14:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create filesystem using cluster file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976261#M604594</link>
      <description>I just got off the phone with Symantec support and they found I had the local-activation mode on the DG set incorrectly.  I think you were heading me in the right direction.  I set the local-activation to shared-write and the cluster-actv-mode to sw for both nodes and I can create the filesystem.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help.</description>
      <pubDate>Fri, 06 Apr 2007 14:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976261#M604594</guid>
      <dc:creator>Hank Huggins</dc:creator>
      <dc:date>2007-04-06T14:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: cannot create filesystem using cluster file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976262#M604595</link>
      <description>I have found these cheat sheets to be very helpful.  This was written by one the senior SG gurus.</description>
      <pubDate>Mon, 16 Apr 2007 10:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-create-filesystem-using-cluster-file-system/m-p/3976262#M604595</guid>
      <dc:creator>Joshua Laden</dc:creator>
      <dc:date>2007-04-16T10:19:51Z</dc:date>
    </item>
  </channel>
</rss>

