- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- root cannot login through CDE except console CDE
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
09-06-2006 05:41 PM
09-06-2006 05:41 PM
root cannot login through CDE except console CDE
Only root user cannot log in from CDE install on systems in network except CDE at console. Is there any entry which doesnot allow specific user to login from CDE at other systems in network.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 06:03 PM
09-06-2006 06:03 PM
Re: root cannot login through CDE except console CDE
See man securettys.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 09:34 PM
09-06-2006 09:34 PM
Re: root cannot login through CDE except console CDE
i ve made the adviced changes but still it is not working .....
Is there any way around..
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 10:50 PM
09-06-2006 10:50 PM
Re: root cannot login through CDE except console CDE
Also what are you using to get to the CDE login screen?
Regards
Brendan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 11:33 PM
09-06-2006 11:33 PM
Re: root cannot login through CDE except console CDE
Changes made:
/dev/console
:0
/dev/tty00
ptys
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 06:33 AM
09-07-2006 06:33 AM
Re: root cannot login through CDE except console CDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 04:28 PM
09-07-2006 04:28 PM
Re: root cannot login through CDE except console CDE
Thanks,
-Bala S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 05:55 PM
09-07-2006 05:55 PM
Re: root cannot login through CDE except console CDE
Lets say your PC host name is winbl (ip address is defined in /etc/hosts).
So entry should be:
/dev/console
:0
winbl:0
/dev/tty00
ptys
Notice that :0 means display 0. If using other display, for example display 1, then entry should be:
winbl:1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 06:10 PM
09-07-2006 06:10 PM
Re: root cannot login through CDE except console CDE
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=182228&admit=-682735245+1153221893761+28353475
-Bala S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 10:07 PM
09-07-2006 10:07 PM
Re: root cannot login through CDE except console CDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 02:57 AM
09-08-2006 02:57 AM
Re: root cannot login through CDE except console CDE
/var/adm/syslog.dated/current/auth.log
You will see an entry that reads something like this:
ROOT LOGIN REFUSED 16.113.39.97:0
-or-
ROOT LOGIN REFUSED hostname.full.domain:0
You *MUST* place the *EXACT* ipaddress:0 or hostname.full.domain:0 syntax in your /etc/securettys file.
So that /etc/securettys entry would look like this:
/dev/console
local:0
:0
16.113.39.97:0
-or-
/dev/console
local:0
:0
hostname.full.domain:0
Then save the file and try to login again.
Of course, if you are using C2 security there are other steps also required to allow you to connect and login as root.
But, for BASE security, that is all that is required. I would like to recommend that you NOT remove the /etc/securettys file as previously mentioned, for security reasons of course.
cheers,
Rick Retterer
HP Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 06:33 PM
09-10-2006 06:33 PM
Re: root cannot login through CDE except console CDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2006 06:38 PM
09-10-2006 06:38 PM
Re: root cannot login through CDE except console CDE
edited /etc/securettys
dev/console
:0
{hostname of PC}:0
/dev/tty00
ptys
thanks alot