- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rlogin jobs has different performance.
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-14-2003 11:38 AM
05-14-2003 11:38 AM
One of my user reports to me when he rlogin in several machines to run simulation jobs simutanously, one remote box always run very fast and the others seem to be frozen.
I changed the /etc/exports to allow asychonous write on the NFS server( where his home directory is), but the file system is HFS and fs_async is 0.
/homes -access=netgroupname,async
My question is:
what do you think why one machine is very quick while others are very slow?
Do I need to set fs_async 1 in order for NFS asynchronous writes work? if so, what is the procedure to change the kernal parameter ( details using sam or command line please) The box can tolerate downtime.
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 11:48 AM
05-14-2003 11:48 AM
Re: rlogin jobs has different performance.
If so, what are the load factors on the machines.
I am attaching a HP-UX script you can run background on both machines and collect some data that might be useful.
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-14-2003 11:58 AM
05-14-2003 11:58 AM
Re: rlogin jobs has different performance.
as Steven mentioned performance on the servers, but you could also check the network settings 10/100mb, half/full duplex speed and autonegation on/off on the servers and the switches.
Kind regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 12:13 PM
05-14-2003 12:13 PM
Re: rlogin jobs has different performance.
Manually (11i)
==============
# cd /stand/build
# /usr/lbin/sysadm/system_prep -v -s system
# kmtune -S /stand/build/system -s fs_async=1
# /usr/sbin/mk_kernel -s ./system
# mv /stand/system /stand/system.prev
# kmupdate
# shutdown -ry 0
SAM
===
Kernel Config->Configurable PArameter
Select "fs_async"->Action->Modify.
Action->Process New Kernel
You'll be prompted to reboot afterwards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 12:23 PM
05-14-2003 12:23 PM
SolutionCheck the lanadmin -x 0 (replace 0 with the actual lan number) on both servers. If the answer doesn't match, you have your explanation. On most modern servers you should be running 100 BaseT full duplex.
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-14-2003 12:36 PM
05-14-2003 12:36 PM
Re: rlogin jobs has different performance.
Thanks for the prompt responses.
The user is rlogin from hpux 10.20 to sun solaris 5.7. The fastest sun machine is newer than other 3. we are using NIS/NFS.
After I change the /etc/exports to allow async, the user told me the slow simulation jobs have significant progress.
So the conclusion is it is not necessary to set fs_async to 1 in order for NFS to work?
/homes -access=netgroupname,async
I also check hpbase100conf and HP_BASE100_DUPLEX[0]=full.
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 12:53 PM
05-14-2003 12:53 PM
Re: rlogin jobs has different performance.
Could you specify the SUN servers and the options you use for NFS (-o bg -o rw etc.) solaris is kind of touchy for these settings.
I've had some problems on a E10000 last week, the nfs mounts almost died because i did not use the background option.
I suppose you have checked the patches on the sun side.
Like to know a bit more.
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 01:23 PM
05-14-2003 01:23 PM
Re: rlogin jobs has different performance.
The Hpux is the NFS server and Sun workstation are the NFS client in this case.
Since we are using NIS/NFS/automount, every machine is NFS server as well as NFS client. and /homes are shared or exported.
# more sharetab
/homes - nfs rw=netgroupname home dirs
Jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 01:44 PM
05-14-2003 01:44 PM
Re: rlogin jobs has different performance.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xae40ec08252fd611abd50090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 03:46 PM
05-14-2003 03:46 PM
Re: rlogin jobs has different performance.
However, fs_async=1 is a risky setting. It will write filesystem structural changes into the buffer cache which does indeed improve write performance but with the serious risk of filesystem corruption that may not be fixable in case the system crashes. The reason is that critical information about the occupied and freespace in the filesystem may not have made it to the disk and the resultant corruption is beyond fsck repair.
Bill Hassell, sysadmin