- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Re: query on /etc/sm
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-12-2004 08:56 PM
тАО01-12-2004 08:56 PM
query on /etc/sm
My customer has a A4100 running on Tru64 Unix V4.0D. The users are logging to the applications from their PCs.
Once they login to the application, the application will access the files on the A4100 system through NFS.
My customer noticed that whenever there is a reboot of the A4100 system, the initial login of the users to the application will be very long. The users have to logout from their PCs and login again then they will get faster connection.
He noticed during the initial login, there are no files in the /etc/sm directory.
He did a test to manual created one of the PCs name in /etc/sm and that PC can get immediate connection to the A4100 system.
His queries,
1. Is it normal for the initial login to take very long from the PCs?
2. Is it correct for him to manual create the file in /etc/sm?
Hopefully I have post this query correctly as I am not very sure myself if there is a problem here.
Regards,
Ronny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-12-2004 10:16 PM
тАО01-12-2004 10:16 PM
Re: query on /etc/sm
2. no the /etc/sm directory contains the information for the locking/statd daemon. Do not create them manually!
nameresolution is an important factor if using locking and authentication. Be sure both machines see the same names (long/short) and resolution works fine using ip and naming (long/short)!
If communicating via nfs to an pc, lower the packet size to prevent slow responses!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2004 03:50 PM
тАО01-13-2004 03:50 PM
Re: query on /etc/sm
Thank you for the reply.
I do not quite understand your explanation.
Can you elaborate in more details?
Thanks and Regards,
Ronny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-13-2004 07:14 PM
тАО01-13-2004 07:14 PM
Re: query on /etc/sm
the /etc/sm directory will be used by the rpc.statd and rpc.lockd to write down their informations about the workstations holding locks. rpc.statd will poll the workstations and check if the workstations are still available.
So if changing the /etc/sm directory manually will lead to an unknown state within the locking mechanism.
/etc/sm and login/nfs does not depend on each other. You can use locking within nfs, but local locking of files are also done by the rpc.lockd meachnism.
It is important, that the nameresolution mechanisms (/etc/hosts, bind, yp) do have the same view of the hostnames, because the name hugo and hugo.domain.com is not equal for lockd and telnet. Telnet and lockd will do reverse name/ip resolution for security and internal management reasons, leading to an timeout if name can not be resolved properly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-16-2007 08:43 PM
тАО07-16-2007 08:43 PM