- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 10.20 and Network Appliance
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
09-28-2000 05:29 AM
09-28-2000 05:29 AM
10.20 and Network Appliance
Does anybody eles using a Network Appliance? I've got a client who is experiencing a intermittent slowness when creating oracle data files. Sometimes it takes 3 min, sometimes it take more than an hour.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 05:34 AM
09-28-2000 05:34 AM
Re: 10.20 and Network Appliance
What is you output from 'nfsstat -rc' - any timeouts ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 06:11 AM
09-28-2000 06:11 AM
Re: 10.20 and Network Appliance
The Filer and HP system are connected via fiber, and I don't see any errors at the interface.
Thanks for any help,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 06:19 AM
09-28-2000 06:19 AM
Re: 10.20 and Network Appliance
What is your number of biod's on the HP - are the NetApp running NFS vers 3 (try rpcinfo -p
When you say fiber, is that Giga-giga, giga-100, 100-100 .. (fill in the missing :-) ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 06:31 AM
09-28-2000 06:31 AM
Re: 10.20 and Network Appliance
The timeouts have not changed for the last hour, and may or may not have changed for sometime.
The system is running 4 biod's, that is my next step as soon as I get permission, probably go to 16.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 06:38 AM
09-28-2000 06:38 AM
Re: 10.20 and Network Appliance
The timeouts have not changed for the last hour, and may or may not have changed for sometime.
The system is running 4 biod's, that is my next step as soon as I get permission, probably go to 16.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 06:56 AM
09-28-2000 06:56 AM
Re: 10.20 and Network Appliance
badxid's occur when the NetApp are having a busy time and not able to respond to NFS requests within 7/10 and when the client receives the answer it marks it as 'bad'. badxid's usually also counts on the timeout counter. Timeouts also occurs when the network equipment drops packets (but the dont count as badxid's) - the packet loss is a problem at our site. Maybe your clients network drops packets too at certain times.
What the relationship between badxid's and timeouts ??
I don't think increasing the number of biods will have a positive effect on this problem though - increasing the number of biod's put a bigger load on NetApp and network equipment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 07:03 AM
09-28-2000 07:03 AM
Re: 10.20 and Network Appliance
The timeouts have not changed for the last hour, and may or may not have changed for sometime.
The system is running 4 biod's, that is my next step as soon as I get permission, probably go to 16.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 07:13 AM
09-28-2000 07:13 AM
Re: 10.20 and Network Appliance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 08:15 AM
09-28-2000 08:15 AM
Re: 10.20 and Network Appliance
The badxid's are at 54 and the timeout's are 1547.
Normal queries and transactions are fine. Running big reports and creating data files are intermittantly slow/fast. I'll probably up the number of biod's (although not the solve this will be a high use client.), and get the DBA to create files as I watch.
Thanks again for the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2000 10:14 AM
09-28-2000 10:14 AM
Re: 10.20 and Network Appliance
Timeouts could be an indication of a lot of things - (NFS server shutdown while NFS server running for one thing).
If such issues are not the case, your figures seems very much alike what we experience. I have tracked our problem down to be a buffer overrun problem in our Cisco equipment (64K buffer for each port is not much). However we only see the problems going from Giga to 100 (or 10 for that matter).
Our Ciscos was clearly dropping packets causing NFS timeouts - but was very obvious when I tried to increase biods to 16. With 16 biods you can have 16 "outstanding" NFS requests - typical NFS read is 8k totaling 128K. When 128k comes with Gigabit speed through a 100Mbit connection with 64k buffer it is bound to go wrong. This 128K size window is not being used for normal reads, but when using memory mapped files. Memory mapped files are seldom used by applications to read files (except for shared libs), but Oracle could be using memory mapped files.
But you say you are running giga-giga so maybe your problem is within your switch (maybe overloaded).
Just some thoughts for you to go on with. Finding (and proving) packet loss in a network is a cumbersome task.