- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Automatic logins
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
02-05-2002 12:53 PM
02-05-2002 12:53 PM
boot up? I want to set it so a particular user is automatically logged
in after a system is rebooted. I know "another" platform/OS where
if a user name is in a file /etc/autologin, upon a reboot that user is
automatically logged in, and that is what I am trying to duplicate.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2002 01:05 PM
02-05-2002 01:05 PM
SolutionIf you are telnet'ing to your HP-UX box from Windows via some sort of emulator, then it will be very difficult for windows to know when the machine reboots.
The only remote possibility I can think of is if you have some sort of bat file in windows that monitors the connection to the hp-ux box and if the connection disappears for a length of time, then when the connection reappears, a new session is started, and the user is logged in. I believe Reflection has the ability to script tasks that can occurr when Reflection is started, so it could conceivably log in automatically when it is started.
I don't know if that would work, it's pure theory at this point.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2002 01:08 PM
02-05-2002 01:08 PM
Re: Automatic logins
/usr/bin/X11/xterm -sl 2000 -ls -sb -cr Wheat -T `hostname` -bg MidnightBlue -fg Wheat -fn 7x13 -fb 7x13B -display IPADDRGOESHERE
in
/sbin/rc2.d/S230ptydaemon
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2002 01:13 PM
02-05-2002 01:13 PM
Re: Automatic logins
the automatic login to the CDE desktop for a pdm user locally.
The system is being visually monitored 7x24 in a secure room where
they typically do not give the monitoring person any passwords.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2002 05:02 PM
02-05-2002 05:02 PM
Re: Automatic logins
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2002 05:03 PM
02-05-2002 05:03 PM
Re: Automatic logins
" exectue a certain menu driven script or process upon reboot "
meant
" exectue a certain menu driven script or process upon login "
Richard