<?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 Installation of HP omniback II backup agents on Redhat Linux 6.2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/installation-of-hp-omniback-ii-backup-agents-on-redhat-linux-6-2/m-p/2750216#M90227</link>
    <description>Hi Omniback gurus,&lt;BR /&gt;I'm a newbie to Omniback,i'd appreciate if  any of you people guide me to a link on how can I install omniback backup agents on RedHat Linux 6.2 and where I can get the agent for trial. The cell manager we have in here is Windows 2000.We want to integrate our Linux servers which we have moved from another location into Omniback.&lt;BR /&gt;Your suggestions will be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;-Regards,&lt;BR /&gt;Peram</description>
    <pubDate>Sat, 22 Jun 2002 14:34:21 GMT</pubDate>
    <dc:creator>Sudhakar Peram</dc:creator>
    <dc:date>2002-06-22T14:34:21Z</dc:date>
    <item>
      <title>Installation of HP omniback II backup agents on Redhat Linux 6.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-of-hp-omniback-ii-backup-agents-on-redhat-linux-6-2/m-p/2750216#M90227</link>
      <description>Hi Omniback gurus,&lt;BR /&gt;I'm a newbie to Omniback,i'd appreciate if  any of you people guide me to a link on how can I install omniback backup agents on RedHat Linux 6.2 and where I can get the agent for trial. The cell manager we have in here is Windows 2000.We want to integrate our Linux servers which we have moved from another location into Omniback.&lt;BR /&gt;Your suggestions will be greatly appreciated.&lt;BR /&gt;&lt;BR /&gt;-Regards,&lt;BR /&gt;Peram</description>
      <pubDate>Sat, 22 Jun 2002 14:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-of-hp-omniback-ii-backup-agents-on-redhat-linux-6-2/m-p/2750216#M90227</guid>
      <dc:creator>Sudhakar Peram</dc:creator>
      <dc:date>2002-06-22T14:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Installation of HP omniback II backup agents on Redhat Linux 6.2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/installation-of-hp-omniback-ii-backup-agents-on-redhat-linux-6-2/m-p/2750217#M90228</link>
      <description>Hi Peram,&lt;BR /&gt;&lt;BR /&gt;Manual OmniBack installation is described in the Installation Guide (&lt;A href="http://support.openview.hp.com)." target="_blank"&gt;http://support.openview.hp.com).&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The general idea of this manual installation is to unpack the software in the related directories, then edit /etc/inetd.conf and /etc/services to make the TCP/IP configuration.&lt;BR /&gt;&lt;BR /&gt;The software can be found on the HP-UX cdroms (either 10.20 or 11.x).&lt;BR /&gt;&lt;BR /&gt;Let's say you mount the cdrom on /mnt/cdrom.&lt;BR /&gt;&lt;BR /&gt;Go to /mnt/cdrom/OMNIBACK-II and type :&lt;BR /&gt;&lt;BR /&gt;   find . -print | grep gpl | grep packet&lt;BR /&gt;&lt;BR /&gt;The file you are looking for is "packet.Z". For each &lt;PACKET&gt;, copy the corresponding packet.Z into /tmp/&lt;PACKET&gt;.tar.Z.gz.&lt;BR /&gt;&lt;BR /&gt;Here are the different &lt;PACKET&gt;s :&lt;BR /&gt;&lt;BR /&gt;omnicf (Core, mandatory)&lt;BR /&gt;da (Disk Agent)&lt;BR /&gt;ma (Media Agent)&lt;BR /&gt;cc (Cell Console, here only command-line is supported)&lt;BR /&gt;integ (Mandatory for Oracle and SAP integrations)&lt;BR /&gt;oracle8 (Oracle integration)&lt;BR /&gt;sap (SAP integration)&lt;BR /&gt;&lt;BR /&gt;To be able to backup your Linux client, you must have "omnicf" and "da" packets.&lt;BR /&gt;If you want to use command-line interface from you Linux systems, you also need "cc".&lt;BR /&gt;&lt;BR /&gt;Create the OmniBack root directory (let's say /usr/omni). For each &lt;PACKET&gt; :&lt;BR /&gt;&lt;BR /&gt;   gunzip /tmp/&lt;PACKET&gt;.tar.Z.gz&lt;BR /&gt;   uncompress /tmp/&lt;PACKET&gt;.tar.Z&lt;BR /&gt;   cd /usr/omni&lt;BR /&gt;   tar xvf &lt;PACKET&gt;.tar&lt;BR /&gt;&lt;BR /&gt;Create the default configuration :&lt;BR /&gt;&lt;BR /&gt;cd /usr/omni/newconfig/usr/omni/config/cell&lt;BR /&gt;cp -p omni_format /usr/omni/config/cell/&lt;BR /&gt;&lt;BR /&gt;Edit /usr/omni/config/cell/cell_server and add the full DNS name of your OmniBack cell server.&lt;BR /&gt;&lt;BR /&gt;Edit /etc/services and add :&lt;BR /&gt;&lt;BR /&gt;omni   5555/tcp    # OmniBack&lt;BR /&gt;&lt;BR /&gt;Edit /etc/inetd.conf and add :&lt;BR /&gt;&lt;BR /&gt;omni stream tcp nowait root /usr/omni/bin/inet inet -log /usr/omni/log/inet.log&lt;BR /&gt;&lt;BR /&gt;FROM CONSOLE : restart inetd&lt;BR /&gt;&lt;BR /&gt;/etc/rc.d/init.d/inetd restart&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Go to the cell server system and import your Linux client from the graphical console.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Normally, it should work. Otherwise, post more information (OmniBack version, cell manger O/S, etc...)&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;&lt;/PACKET&gt;&lt;/PACKET&gt;&lt;/PACKET&gt;&lt;/PACKET&gt;&lt;/PACKET&gt;&lt;/PACKET&gt;&lt;/PACKET&gt;</description>
      <pubDate>Sun, 23 Jun 2002 18:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/installation-of-hp-omniback-ii-backup-agents-on-redhat-linux-6-2/m-p/2750217#M90228</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2002-06-23T18:15:45Z</dc:date>
    </item>
  </channel>
</rss>

