<?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: Problem creating Ignite UX file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172814#M503258</link>
    <description>Have you exported the filesystem you defined in /etc/exports?&lt;BR /&gt;&lt;BR /&gt;Do you have NFS services running (see /etc/rc.config.d/nfsconf). The server you are trying to Ignite should have the NFS_CLIENT bit set to 1. I might try to stop &amp;amp; start the NFS services. Client stop, core stop, core start, client start.&lt;BR /&gt;&lt;BR /&gt;Can you mount the directory outside of Ignite? &lt;BR /&gt;mkdir /junk&lt;BR /&gt;mount &lt;SERVER&gt;:/exportedFS /junk&lt;BR /&gt;&lt;BR /&gt;Try the export without the anon parameter. That only says who the FS will be mounted as if it's done anonymously.&lt;/SERVER&gt;</description>
    <pubDate>Fri, 01 May 2009 14:36:58 GMT</pubDate>
    <dc:creator>Jeff Gyurko</dc:creator>
    <dc:date>2009-05-01T14:36:58Z</dc:date>
    <item>
      <title>Problem creating Ignite UX file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172812#M503256</link>
      <description>I’m trying to create an Ignite backup on one of my servers, and get the following error:&lt;BR /&gt;&lt;BR /&gt;nfs mount: fhs-qw5:/var/opt/ignite/recovery/archives/fhs-qw5: Permission denied&lt;BR /&gt;ERROR:   Unable to mount or write&lt;BR /&gt;         fhs-qw5:/var/opt/ignite/recovery/archives/fhs-qw5&lt;BR /&gt;         On fhs-qw5 you may need to:&lt;BR /&gt;         mkdir -p /var/opt/ignite/recovery/archives/fhs-qw5&lt;BR /&gt;         chown bin:bin /var/opt/ignite/recovery/archives/fhs-qw5&lt;BR /&gt; &lt;BR /&gt;         If the OS on fhs-qw5 is 11.31 or later, vi /etc/dfs/dfstab. The&lt;BR /&gt;         /etc/dfs/dfstab file on "fhs-qw5" should contain the entry: "share -F&lt;BR /&gt;         nfs -o sec=sys,anon=2,rw=&lt;CLIENT&gt;&lt;BR /&gt;         /var/opt/ignite/recovery/archives/fhs-qw5". Where &lt;CLIENT&gt; is replaced&lt;BR /&gt;         by a fully qualified client name.&lt;BR /&gt;         After editing the /etc/dfs/dfstab file, run "shareall -F nfs"&lt;BR /&gt;         If you need to change the owner of the directory,&lt;BR /&gt;         you will also need to re-share the directory.&lt;BR /&gt; &lt;BR /&gt;         Otherwise, vi /etc/exports. The /etc/exports file on "fhs-qw5" should&lt;BR /&gt;         contain the entry: "/var/opt/ignite/recovery/archives/fhs-qw5&lt;BR /&gt;         -anon=2,access=fhs-qw5".&lt;BR /&gt;         After editing the /etc/exports file, run exportfs -av&lt;BR /&gt;         If you need to change the owner of the directory,&lt;BR /&gt;         you will also need to re-export the directory.&lt;BR /&gt; &lt;BR /&gt;         See make_net_recovery(1M) for more information.&lt;BR /&gt;ERROR:   Failed to Create NFS mount Archive directory.&lt;BR /&gt;&lt;BR /&gt;Needless to say, I have followed all the instructions that the error message suggests, and non of it makes any difference.&lt;BR /&gt;&lt;BR /&gt;I didn’t have a /etc/exports file, but I have created one with the required input.&lt;BR /&gt;&lt;BR /&gt;Also, I tried changing the entry oin /etc/dfs/dfstab so that anon=root instead of anon=2. This also had no effect.&lt;BR /&gt;&lt;BR /&gt;I can’t see any simple permissions problems, the /archives folder is owned by bin:bin.&lt;BR /&gt;&lt;BR /&gt;Any idea’s on where to go from here?&lt;BR /&gt;&lt;BR /&gt;Strangely, I have five other servers using the same configuration, and they create these backups with no problem.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;/CLIENT&gt;&lt;/CLIENT&gt;</description>
      <pubDate>Fri, 01 May 2009 12:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172812#M503256</guid>
      <dc:creator>welshowen</dc:creator>
      <dc:date>2009-05-01T12:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating Ignite UX file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172813#M503257</link>
      <description>Some more directory info:&lt;BR /&gt;&lt;BR /&gt;/#ll -d /var/opt/ignite/recovery&lt;BR /&gt;drwxrwxrwx   5 bin        bin           1024 May  1 14:08 /var/opt/ignite/recove&lt;BR /&gt;ry&lt;BR /&gt;/#ll -d /var/opt/ignite/recovery/archives&lt;BR /&gt;drwxrwxrwx   8 bin        bin           1024 May  1 13:34 /var/opt/ignite/recove&lt;BR /&gt;ry/archives&lt;BR /&gt;/#ll -d /var/opt/ignite/recovery/archives/fhs-qw5&lt;BR /&gt;drwxrwxrwx   2 bin        bin             96 Feb 18 16:42 /var/opt/ignite/recove&lt;BR /&gt;ry/archives/fhs-qw5</description>
      <pubDate>Fri, 01 May 2009 12:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172813#M503257</guid>
      <dc:creator>welshowen</dc:creator>
      <dc:date>2009-05-01T12:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating Ignite UX file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172814#M503258</link>
      <description>Have you exported the filesystem you defined in /etc/exports?&lt;BR /&gt;&lt;BR /&gt;Do you have NFS services running (see /etc/rc.config.d/nfsconf). The server you are trying to Ignite should have the NFS_CLIENT bit set to 1. I might try to stop &amp;amp; start the NFS services. Client stop, core stop, core start, client start.&lt;BR /&gt;&lt;BR /&gt;Can you mount the directory outside of Ignite? &lt;BR /&gt;mkdir /junk&lt;BR /&gt;mount &lt;SERVER&gt;:/exportedFS /junk&lt;BR /&gt;&lt;BR /&gt;Try the export without the anon parameter. That only says who the FS will be mounted as if it's done anonymously.&lt;/SERVER&gt;</description>
      <pubDate>Fri, 01 May 2009 14:36:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172814#M503258</guid>
      <dc:creator>Jeff Gyurko</dc:creator>
      <dc:date>2009-05-01T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating Ignite UX file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172815#M503259</link>
      <description>I had the exact same issue...&lt;BR /&gt;&lt;BR /&gt;System HP-UX xxxx B.11.31 U ia64&lt;BR /&gt;&lt;BR /&gt;Note: hostname=client&lt;BR /&gt;&lt;BR /&gt;I opted to create a separate lvol for the ignite recovery:&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg01/lvol11   50331648  706513 46523570    1% /ignite&lt;BR /&gt;&lt;BR /&gt;root@pluto&amp;gt; /ignite #&lt;BR /&gt;ll -R *&lt;BR /&gt;&lt;BR /&gt;ll&lt;BR /&gt;total 0&lt;BR /&gt;drwxr-xr-x   2 root       sys             96 May 20 14:29 depots&lt;BR /&gt;drwxr-xr-x   2 root       root            96 Dec  3 11:46 lost+found&lt;BR /&gt;drwxr-xr-x   3 bin        bin             96 May 20 14:30 recovery&lt;BR /&gt;&lt;BR /&gt;recovery:&lt;BR /&gt;total 0&lt;BR /&gt;drwxr-xr-x   3 bin        bin             96 May 20 16:05 archives&lt;BR /&gt;&lt;BR /&gt;recovery/archives:&lt;BR /&gt;total 0&lt;BR /&gt;drwxr-xr-x   2 bin        bin             96 May 20 16:06 hostname&lt;BR /&gt;&lt;BR /&gt;recovery/archives/hostname:&lt;BR /&gt;total 1415632&lt;BR /&gt;-rw-------   1 bin        sys        723484672 May 20 16:13 2009-05-20,16:06&lt;BR /&gt;&lt;BR /&gt;my /etc/dfs/dfstab file:&lt;BR /&gt;share -F nfs -o anon=2 /var/opt/ignite/clients&lt;BR /&gt;share -F nfs -o sec=sys,anon=2, \ rw=polaris.dpsk12.org /ignite/recovery/archives/hostname&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It did not work until after I executed:&lt;BR /&gt;shareall -F nfs&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;</description>
      <pubDate>Wed, 20 May 2009 21:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172815#M503259</guid>
      <dc:creator>Rcky Mntere</dc:creator>
      <dc:date>2009-05-20T21:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating Ignite UX file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172816#M503260</link>
      <description>Hi,&lt;BR /&gt;  Please run the following from the Client and make sure the client has the visibility of the /var/opt/ignite directory:&lt;BR /&gt;&lt;BR /&gt;#showmount -e &lt;IUX server="" name=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/IUX&gt;</description>
      <pubDate>Wed, 27 May 2009 13:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172816#M503260</guid>
      <dc:creator>Shailendran V Naidu</dc:creator>
      <dc:date>2009-05-27T13:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating Ignite UX file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172817#M503261</link>
      <description>fhs-qw5:[/] # showmount -e fhs-dev&lt;BR /&gt;export list for fhs-dev:&lt;BR /&gt;/var/opt/ignite/clients                   (everyone)&lt;BR /&gt;/var/opt/ignite/recovery/archives/fhs-dev fhs-dev,fhs-qw1,fhs-qw2,fhs-qw3,fhs-qw&lt;BR /&gt;4,fhs-qw5&lt;BR /&gt;/var/opt/ignite/recovery/archives/fhs-qw1 fhs-dev,fhs-qw1,fhs-qw2,fhs-qw3,fhs-qw&lt;BR /&gt;4,fhs-qw5&lt;BR /&gt;/var/opt/ignite/recovery/archives/fhs-qw2 fhs-dev,fhs-qw1,fhs-qw2,fhs-qw3,fhs-qw&lt;BR /&gt;4,fhs-qw5&lt;BR /&gt;/var/opt/ignite/recovery/archives/fhs-qw3 fhs-dev,fhs-qw1,fhs-qw2,fhs-qw3,fhs-qw&lt;BR /&gt;4,fhs-qw5&lt;BR /&gt;/var/opt/ignite/recovery/archives/fhs-qw4 fhs-dev,fhs-qw1,fhs-qw2,fhs-qw3,fhs-qw&lt;BR /&gt;4,fhs-qw5&lt;BR /&gt;/var/opt/ignite/recovery/archives/fhs-qw5 fhs-dev,fhs-qw1,fhs-qw2,fhs-qw3,fhs-qw&lt;BR /&gt;4,fhs-qw5</description>
      <pubDate>Wed, 27 May 2009 13:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172817#M503261</guid>
      <dc:creator>welshowen</dc:creator>
      <dc:date>2009-05-27T13:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating Ignite UX file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172818#M503262</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;To write an Ignite backup the server writing the files needs write permissions.&lt;BR /&gt;&lt;BR /&gt;This error appears to be a problem of insufficient rights on the NFS side, not local server side.&lt;BR /&gt;&lt;BR /&gt;So ownership and permission may look good but if the NFS mount is read only this is not going to work until you get full write perms.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 27 May 2009 13:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172818#M503262</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-27T13:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating Ignite UX file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172819#M503263</link>
      <description>Oops, sorry all, turned out to be a simple problem.&lt;BR /&gt;&lt;BR /&gt;The /etc/hosts entry on the NFS server was wrong. The server being backed up was pointing to the correct destination, but the hosts entry couldn't verify the incoming connection.&lt;BR /&gt;&lt;BR /&gt;Thanks all for your contributions.</description>
      <pubDate>Wed, 27 May 2009 15:12:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172819#M503263</guid>
      <dc:creator>welshowen</dc:creator>
      <dc:date>2009-05-27T15:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem creating Ignite UX file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172820#M503264</link>
      <description>As above</description>
      <pubDate>Wed, 27 May 2009 15:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-creating-ignite-ux-file/m-p/5172820#M503264</guid>
      <dc:creator>welshowen</dc:creator>
      <dc:date>2009-05-27T15:12:33Z</dc:date>
    </item>
  </channel>
</rss>

