- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Disk Agents failing
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-20-2002 12:15 PM
12-20-2002 12:15 PM
Disk Agents failing
The omniback inet probram responds, and allows connection. But, when I run omniback I am constantly getting an error "All of the Disk agents failed for lxhost" All objects on "lxhost" will be skipped.
I can view the file systems, so the previewer works, I can select the objects from tree to backup.
Anyway, any Ideas would be appreciated.
Thanks!
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2002 03:46 AM
12-21-2002 03:46 AM
Re: Disk Agents failing
First of all, you can put back restrictions on remsh, rlogin, rexec and securetty. Once installed, OmniBack only needs TCP/5555 connection for everything.
Now let's examine the situation :
=> Do you have firewall or advanced router between the Linux box and the HP-UX cell manager ?
=> Do you have ipchains or iptables firewalling rules on Linux (type iptables -L or ipchains -L) ?
To flush all ipchains/iptables rules :
iptables -t filter -F
iptables -t filter -X
iptables -t filter -Z
iptables -t nat -F
iptables -t nat -X
iptables -t nat -Z
or
ipchains -F
ipchains -X
ipchains -Z
Good luck.
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2002 06:26 AM
12-26-2002 06:26 AM
Re: Disk Agents failing
The omni inet daemon starts, it will launch the file system browser. Disk Agent is the daemon not working for some reason. Since it is called by inet, Im not sure how to debug it.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 11:15 AM
01-10-2003 11:15 AM
Re: Disk Agents failing
In the directory /usr/omni/bin there is a hidden script called .util which is called by the Omni inet daemon. In the linux getBDF function there is no file type specified for ext3, so the file system was not stat'ed properly and therefor could not be backed up.
I simply added a file type -t ext3 into the string to check for with df, and it worked. Not sure why the disk agent does not care but the script does, but all is well now.
I hope Omni verions higher than version 3.5 include ext3 support as the journaling and logging is important.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 07:56 PM
05-27-2003 07:56 PM