- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can virtual IP address cause performance problem.
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
05-10-2005 06:11 AM
05-10-2005 06:11 AM
Can virtual IP address cause performance problem.
on a N class hpux 11.0 server, we have a sybase server. it uses another A class as application server. To prepare servers for serviceguard I configured a virtual IP on host. database servers listens on vip and communicates with application server's vip.
Everything worked fine but after a while datase admin complained that sybase performance degraded. I had to de-condigure my vips, till we but new LAN cards for new IPs.
DNS entries are correct. nslookup works fine.
anybody experience this performance problem with virtual IPs? I have never had this problem with oracle databases.
I attach netstat -s and lanadmin -g of both servers :
on database servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2005 06:23 AM
05-10-2005 06:23 AM
Re: Can virtual IP address cause performance problem.
It should have the same network/netmask as the primary.
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
05-10-2005 06:28 AM
05-10-2005 06:28 AM
Re: Can virtual IP address cause performance problem.
When do you have the performance issue? Logging in or during the work?
*Check the network settings both on server and on the network stuff to ensure they are the same.
*Do a little test, login into your machine via vip and try to ftp some large file, check the performance.
Anyway, I have a heavy doubt that this can cause performance problems. You should monitor you system during the performance problems and see what are the memory/cpu and disk usage.
Btw, do you use nfs? In this case, if the network is not prperly configured (mostly 100HF/FD problems on the server and network switches), then it can cause problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2005 06:29 AM
05-10-2005 06:29 AM
Re: Can virtual IP address cause performance problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2005 07:49 AM
05-10-2005 07:49 AM
Re: Can virtual IP address cause performance problem.
Not sure about sybase, but this can be doen easily on oracle using the tnsnames.ora on the client to change where it points.
I haven't seen any issues using virtual IPs myself, so I concur with the previous posters on that.
Cheers,
Tony.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2005 07:59 AM
05-10-2005 07:59 AM
Re: Can virtual IP address cause performance problem.
Run glance and find out what the problem is.
Often the problem is the database. If its oracle, let him install the stats pack and the databse might assist in tuning itself.
He/She should collect some stats as well.
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
05-11-2005 01:55 AM
05-11-2005 01:55 AM
Re: Can virtual IP address cause performance problem.
Matthew from Boston
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 02:04 AM
05-11-2005 02:04 AM
Re: Can virtual IP address cause performance problem.
And someone is blaming a floating IP.
......Nah.......As Clay might say..."that dog just don't hunt !"
Sounds more like memory (i.e. some screwy app not releasing resources properly) to me.
Around here they USED to say...."..it must be the network..or the server". Sounds like the same thing to me. Do a little research, and you'll probably find it's a leak...
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 02:34 AM
05-11-2005 02:34 AM
Re: Can virtual IP address cause performance problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 09:05 AM
05-11-2005 09:05 AM
Re: Can virtual IP address cause performance problem.
Only thing I can imagine is database is sybase and it uses an interface file. Maybe sybase is getting confused even though dns works fine. I will ask it to a sybase news group .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2005 09:16 AM
05-11-2005 09:16 AM
Re: Can virtual IP address cause performance problem.
netstat -s statistics since boot are not always that useful - running two snapshots separated in short time by beforeafter (ftp.cup.hp.com/dist/networking/tools/) would be good, and you could do that with the VIP added and with the VIP taken away (make sure it is from times with similar load)