<?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 Ignite client configuration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-client-configuration/m-p/4433700#M500613</link>
    <description>I have a new HP-UX 11.23 machine. Now I need to configure a netrecovery client on this server. We have a dedicated net-recovery server which is having the ignite varsion of C.6.9.141. Can anyone help me out how can we configure the netrecovery ...Please give me the steps.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vinu</description>
    <pubDate>Fri, 05 Jun 2009 08:55:47 GMT</pubDate>
    <dc:creator>vinuhcl</dc:creator>
    <dc:date>2009-06-05T08:55:47Z</dc:date>
    <item>
      <title>Ignite client configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-client-configuration/m-p/4433700#M500613</link>
      <description>I have a new HP-UX 11.23 machine. Now I need to configure a netrecovery client on this server. We have a dedicated net-recovery server which is having the ignite varsion of C.6.9.141. Can anyone help me out how can we configure the netrecovery ...Please give me the steps.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Vinu</description>
      <pubDate>Fri, 05 Jun 2009 08:55:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-client-configuration/m-p/4433700#M500613</guid>
      <dc:creator>vinuhcl</dc:creator>
      <dc:date>2009-06-05T08:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite client configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-client-configuration/m-p/4433701#M500614</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;try to have the same version of Ignite-UX on  the client also first.&lt;BR /&gt;&lt;BR /&gt;make sure the protocol accesses using SSH or rlogin to client and server&lt;BR /&gt;&lt;BR /&gt;add the server and client enrties in each others /etc/hosts&lt;BR /&gt;&lt;BR /&gt;check for ssh/telnet and rlogin from client and server mutually.&lt;BR /&gt;&lt;BR /&gt;necessarily give permissions in /etc/exports or /etc/dfs/dfstab whatever applicable to the client to access the /var/opt/ignite/clients and the directory on the server to keep the clients image proper NFS permissions of the client.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;try to access the NFS exports for the cleint by NFS accessing the shares on the server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ensure that enuf space is avilable on the server to keep cleinets image.&lt;BR /&gt;&lt;BR /&gt;run ignite GUI on the server to add the client.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Jun 2009 09:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-client-configuration/m-p/4433701#M500614</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-06-05T09:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ignite client configuration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ignite-client-configuration/m-p/4433702#M500615</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;the procedure of client config for networking backup is described in make_net_recovery(1m) man page. I paste the excerpt here (it is a bit longer):&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;+ On the archive server, create a directory for each client to&lt;BR /&gt;          contain the archive of the client's files.  It is important that&lt;BR /&gt;          the directory be owned by the user bin.  Replace client in the&lt;BR /&gt;          commands below with the hostname of the client.  If you use the -a&lt;BR /&gt;          option to make_net_recovery to specify an alternate location for&lt;BR /&gt;          the archives, you will need to use that path instead of the&lt;BR /&gt;          default which is shown below.&lt;BR /&gt;            mkdir -p /var/opt/ignite/recovery/archives/client&lt;BR /&gt;            chown bin:bin /var/opt/ignite/recovery/archives/client&lt;BR /&gt;&lt;BR /&gt;        + For 11.31 or later, edit /etc/dfs/dfstab to add an entry for each&lt;BR /&gt;          client.  Replace client with the client's fully qualified hostname&lt;BR /&gt;          in the example shown:&lt;BR /&gt;            share -F nfs -o sec=sys,anon=2,rw=client&lt;BR /&gt;                   /var/opt/ignite/recovery/archives/client&lt;BR /&gt;          For other releases, edit /etc/exports to add an entry for each&lt;BR /&gt;          client.  Replace client with the client's hostname in the example&lt;BR /&gt;          shown:&lt;BR /&gt;            /var/opt/ignite/recovery/archives/client -anon=2,access=client&lt;BR /&gt;&lt;BR /&gt;                                    - 7 -           Formatted:  June 5, 2009&lt;BR /&gt;&lt;BR /&gt; make_net_recovery(1M)                                 make_net_recovery(1M)&lt;BR /&gt;&lt;BR /&gt;        + For 11.31 or later, run the shareall command to have the edits to&lt;BR /&gt;          the exports file take effect:&lt;BR /&gt;            /usr/sbin/shareall -F nfs&lt;BR /&gt;          For other releases, run the exportfs command to have the edits to&lt;BR /&gt;          the exports file take effect:&lt;BR /&gt;            /usr/sbin/exportfs -av&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;J.</description>
      <pubDate>Fri, 05 Jun 2009 09:42:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ignite-client-configuration/m-p/4433702#M500615</guid>
      <dc:creator>Jozef_Novak</dc:creator>
      <dc:date>2009-06-05T09:42:15Z</dc:date>
    </item>
  </channel>
</rss>

