- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- OmniBack on RedHat 8
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 11:02 PM
12-15-2003 11:02 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 11:11 PM
12-15-2003 11:11 PM
Re: OmniBack on RedHat 8
\usr\omni\config\cell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2003 11:58 PM
12-15-2003 11:58 PM
SolutionInstall the agent manually on the linux client:
1. Login to the Linux client
2. Create a temporary directory on the Linux client:
mkdir -p /tmp/omni_tmp
3. Transfer the Core and Disk Agent packages from the cell server to the Linux client using ftp:
ftp
ftp>bin
ftp>get /opt/omni/databases/vendor/omnicf/gpl/i386/linux/packet.Z
/tmp/omni_tmp/packet.Z
ftp>get /opt/omni/databases/vendor/da/gpl/i386/linux/packet.Z
/tmp/omni_tmp/packet.Z.da
ftp>get /opt/omni/databases/utils/gpl/linux/utils.tar
/tmp/omni_tmp/utils.tar
ftp>bye
4. Extract the install utilities:
tar xvf /tmp/omni_tmp/utils.tar
5. Install the Core package of OmniBack:
omni_rinst.sh /tmp/omni_tmp/packet.Z Core A.03.50 gpl/i386/linux /usr/omni
6. Move the Disk Agent package to the original name:
mv /tmp/omni_tmp/packet.Z.da /tmp/omni_tmp/packet.Z
7. Install the Disk Agent package of OmniBack:
omni_rinst.sh /tmp/omni_tmp/packet.Z DiskAgent A.03.50 gpl/i386/linux /usr/omni
Then once I did this, I had to add the client through the xomni gui and all was well. Hope this helps, good luck.
RPM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 01:04 AM
12-16-2003 01:04 AM
Re: OmniBack on RedHat 8
make sure iptables or ipchains isn't blocking port 5555 outbound. Two way communication is required for Omniback to work right.
service ipchains stop
or
service iptables stop
I'm also curious because I don't think the version of omniback you are using was certified on this version of Linux. Perhaps I'm wrong, but Data Protector 5.x(omniback replacement) is certified, at least on Red Hat 7.x
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 01:10 AM
12-16-2003 01:10 AM
Re: OmniBack on RedHat 8
You are right, it's not certified. However, it does actually work.
Regards