HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Single User Login
Operating System - HP-UX
1832505
Members
4597
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
10-31-2000 08:51 PM
10-31-2000 08:51 PM
Single User Login
Can anyone please tell me how I can start the server in such a way that only one user (say ROOT) can log on the server.
The OS is HPUX 11.00
Thanks
The OS is HPUX 11.00
Thanks
Feel the tropical climate
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 09:17 PM
10-31-2000 09:17 PM
Re: Single User Login
boot the server.
interrupt the boot from hd
say yes to interact with IsL
enter hpux -is.
This will bring the single user mode.
more info read man hpux.
interrupt the boot from hd
say yes to interact with IsL
enter hpux -is.
This will bring the single user mode.
more info read man hpux.
let Start to create peaceful and happy world
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2000 09:52 PM
10-31-2000 09:52 PM
Re: Single User Login
Hi,
You can start your server with hpux -is from ISL prompt. Which will start your server in Single User Mode.
If you don't want to let in anybody in Multiuser mode then you have to follow the following steps.
1) touch /etc/nologin
2) Edit /etc/profile & add the following line.
uid=`id -u`
if [ -f /etc/nologin -a $uid -ne 0 ]
then
echo "Sorry no login allowed now, try later"
sleep 5
exit 0
fi
Hope above two steps would help you.
You can start your server with hpux -is from ISL prompt. Which will start your server in Single User Mode.
If you don't want to let in anybody in Multiuser mode then you have to follow the following steps.
1) touch /etc/nologin
2) Edit /etc/profile & add the following line.
uid=`id -u`
if [ -f /etc/nologin -a $uid -ne 0 ]
then
echo "Sorry no login allowed now, try later"
sleep 5
exit 0
fi
Hope above two steps would help you.
US-SUPPORT HP-UX
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP