HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Omniback 4 and RedHat Linux 7.2 sees no filesystem...
Operating System - Linux
1829048
Members
2532
Online
109986
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
11-08-2001 05:49 AM
11-08-2001 05:49 AM
Ok, after finally getting all the rsh authentication problems out of the way with RedHat 7.2 (whose bright idea was it to put pam_nologin.so at the top of the pam.d/rsh files?!), and after creating a little shell script to wrap around nslookup and supply the -silent option, I've finally got the Omniback 4 Linux client installed seemingly successfully on a rh7.2 box... BUT Omniback doesn't seem to see any of the filesystems. :-(
I noticed that the only patch currently out for omni4 includes a fix for not recognizing Reiser filesystems, so I'm wondering if my problem is similar - does Omni4 recognize ext3 filesystems? All mine are ext3. I'm in the process of adding a drive so I can create an ext2 fs, but if someone has a solution, it'd be appreciated.
I noticed that the only patch currently out for omni4 includes a fix for not recognizing Reiser filesystems, so I'm wondering if my problem is similar - does Omni4 recognize ext3 filesystems? All mine are ext3. I'm in the process of adding a drive so I can create an ext2 fs, but if someone has a solution, it'd be appreciated.
Hockey PUX?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2001 12:35 PM
11-08-2001 12:35 PM
Solution
You have to edit /usr/omni/bin/.util to add ext3 filesystem support.
Search for "ext2" and you'll see a line like this:
/bin/df -P -t ext2 -t ext -t minix -t xiafs
Change it to include another '-t' for ext3 (I use reiserfs, so it's there):
/bin/df -P -t ext3 -t ext2 -t reiserfs -t xfs -t jfs 2>/dev/null |sed '1d' |awk '{print $6}'
Hope this works out for you - it did for me.
Search for "ext2" and you'll see a line like this:
/bin/df -P -t ext2 -t ext -t minix -t xiafs
Change it to include another '-t' for ext3 (I use reiserfs, so it's there):
/bin/df -P -t ext3 -t ext2 -t reiserfs -t xfs -t jfs 2>/dev/null |sed '1d' |awk '{print $6}'
Hope this works out for you - it did for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 10:13 AM
11-19-2002 10:13 AM
Re: Omniback 4 and RedHat Linux 7.2 sees no filesystems after client install
I tried this myself as I'm having the same problem; after adding the ext reference in .util I still am unable to expand the client (under 'filesystems') to select data for backup...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2002 11:04 AM
11-19-2002 11:04 AM
Re: Omniback 4 and RedHat Linux 7.2 sees no filesystems after client install
This worked for me. Have you tried closing the omniback gui and re-opening it? If you have any omniback services actually running on the client, have you restarted them?
Perhaps you could post your modified line from the .utils file?
Here's what mine currently contains:
/bin/df -P -t ext2 -t ext3 -t ext -t minix -t xiafs -t reiserfs 2>/dev/null | sed '1d' | awk '{print $6}'
Perhaps you could post your modified line from the .utils file?
Here's what mine currently contains:
/bin/df -P -t ext2 -t ext3 -t ext -t minix -t xiafs -t reiserfs 2>/dev/null | sed '1d' | awk '{print $6}'
Hockey PUX?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP