- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Stopping Users Logging In
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
06-12-2002 04:57 AM
06-12-2002 04:57 AM
Hope someone can help with what is probably a simple query!!
We have a situation here where our Ops dept have to do some checks & start some process manually after re-booting the hpux K370 (11.00). However during this time users jump on & start working before the system is ready, despite e-mails & floor walks asking them not to.
Is it possible to set the maximum users to a low number in order for Ops to do their stuff & then set back to the normal state after?
I used to work on a system where you typed "Max nn" to solve this issue & then "Max" to re-instate. It worked like a charm...
Does hp have anything similar??
Many thanks
sue
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 05:00 AM
06-12-2002 05:00 AM
SolutionSee this thread, particularly the last entry:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x038fe8644a22d411ade70090279cd0f9,00.html
Good luck,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 05:01 AM
06-12-2002 05:01 AM
Re: Stopping Users Logging In
for me the simplest way is to boot to single user. In this mode you are alone to have a connection.
For this, interrupt the boot, when system ask you to press a key within 10 seconds, boot to single user mode : hpux -is
Hope this can help.
Fabrice
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 05:02 AM
06-12-2002 05:02 AM
Re: Stopping Users Logging In
use /etc/nologin in the boot process.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x406a1cc6003bd6118fff0090279cd0f9,00.html
and
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x038fe8644a22d411ade70090279cd0f9,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 05:03 AM
06-12-2002 05:03 AM
Re: Stopping Users Logging In
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5e730b0717d1d5118ff40090279cd0f9,00.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 05:12 AM
06-12-2002 05:12 AM
Re: Stopping Users Logging In
nologin is the way to go for us I think.
Thanks for the speedy response.
Best Wishes
Sue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 05:12 AM
06-12-2002 05:12 AM
Re: Stopping Users Logging In
Copy your password file to Passlock.
Edit passlock to just the critical users.
Remember to keep the system ones in the file,
bin
sys
adm ETC.
Routine for the admin exercise is then.
-----------------------------------------
copy passwd to passback (Master copy)
copy passlock to passwd
Clear out the users
Carry out admin
When ready to allow users back in then:-
copy passback to passwd
NOTE
When passlock is copied to passwd remember that passwords will be at the time the passlock file was created.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 05:13 AM
06-12-2002 05:13 AM
Re: Stopping Users Logging In
For securetty see http://www.tldp.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/chap5sec41.html
Nevertheless, ops should NOT loggin as root..
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 05:31 AM
06-12-2002 05:31 AM
Re: Stopping Users Logging In
we do it in a much simpler way! ;)
All our end-users share the same home directory.
hence, we have a created a special .profile file that we name as "profilenoaccess" which we activate (save the old profile file to "profilegood" and copy "profilenoaccess" to ".profile" whenever we want to disable access.
the last lines of the profilenoaccess file contains the following lines:
---------------------------------------------
cat ./msg; read
exit;
---------------------------------------------
Thus,we put all required user information in the msg file. and as soon as the user logs in he/she gets the message...
simple and effective ;)
Hope this helps
best regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 06:49 AM
06-12-2002 06:49 AM
Re: Stopping Users Logging In
use automounter for a shared /home on all systems.
Your Ops-users and Admin-users should have there home in /home2 (or something).
In time of maintance, disable automounter (no daemons or change /etc/auto.master, and their $HOME will not be found.
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2002 07:39 AM
06-12-2002 07:39 AM