- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: ML530 Hangs on RH 72
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
10-09-2003 06:59 AM
10-09-2003 06:59 AM
ML530 Hangs on RH 72
The current setup is as follws -
Hardware
ML530 G2
5304/256 raid controller
Drives 1-2 Raid 1
Drives 3-6 Raid 5 with online spare
O/S
RedHat 7.2 - We are limited to this because we run Veritas netbackup and that requires 7.2
We are also running Veritas File system on the Raid 5 drives.
Problems
Some of the data folders are exported using exportfs, and when one tries to copy several files to the NFS client, the server freezes after 10 minutes.
WHen the server freezes, all the drive lights are a steady green. Keyboard and mouse are not responsive, but server responds to ping. The only way out of this is a power cycle.
If we copy the same files via scp (as opposed to using the mounts) the server does not crash.
Any help in this matter will be greatly appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 09:05 AM
10-09-2003 09:05 AM
Re: ML530 Hangs on RH 72
If you find nothing in dmesg or in /var/log/messages on in all the log files in /var/log/* or even in your sar reports, I would considere using a tool like tcpdump.
#tcpdump -lvv > tcpdump.dat
beware this could generate lots of data in "10 minutes"on a busy network so you may need lot of space.
and also check logs on the other node if you can ... in despair you could also tcpdump from there too ...
This is sometimes hard to track, the above is only a way to determine if this is a network resource problem or more a raid/disk nfs problem.
Hope it help, and keep us informed.
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 03:01 AM
10-14-2003 03:01 AM
Re: ML530 Hangs on RH 72
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 03:09 AM
10-14-2003 03:09 AM
Re: ML530 Hangs on RH 72
NFS was a bit odd on Linux a while ago.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 02:09 PM
10-14-2003 02:09 PM
Re: ML530 Hangs on RH 72
The NFS client Runs RH 8 kernel 2.4.18-14smp
Server runs 2.4.7-10smp
The client log always shows
kernel: nfs: server 10.10.10.20 not responding, timed out,
umount gives me -
kernel: nfs_statfs: statfs error = 5
>NFS was a bit odd on Linux a while ago.
We are trying to install a nfsfix from veritas, but there seem to be some version conflicts with the patch and after applying it, nfsd does not start, so we are forced to uninstall and go back to the native nfsd module.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 06:35 AM
10-20-2003 06:35 AM
Re: ML530 Hangs on RH 72
Veritas has given us a patch to fix this issue, but we cannot load the patch because od a kernel version mismatch between the Kernel and the patch.
The patch supposedly fixes a nfsd bug which causes the system to panic.
I have now been elevated to a higher level of support and am awaiting a call from Veritas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2003 07:07 AM
10-20-2003 07:07 AM
Re: ML530 Hangs on RH 72
So my bet is that you're depending on Veritas because of VxFS. And if it's so, I have some bad news:
* the kernels that VxFS supports have sluggish SCSI performance. When certifying VxFS and VxVM for Linux I've noticed that. Upgrading from 2.4.7-10smp to newer and clean 2.4.19 raised SCSI performance by nearly 500% (2400kB/s in 2.4.7 versus 9800 kB/s in 2.4.19).
* it's not neccessary to use VxFS. Linux has other journalled filesystems with excellent performance. I personally recommend using XFS in light of recent benchmarks; if you do need the maximum flexibility of VxFS then ReiserFS is also a great choice.
Talk with your Veritas representative. There's no sense forcing the customers to use an old (and soon to EOL) version of Red Hat OS.
Good luck,
Paulo Fessel