- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with user ID
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-20-2002 05:02 AM
09-20-2002 05:02 AM
Problem with user ID
1. Choose [OK] to return to the login screen.
2. Select Failsafe Session from the login screen's option menu and login.
3. check to see that the desktop is properly installed, the hostname is correct (/etc/hosts) and that the network is properly configured.
I can login as root there is no problem. CDE is up and everything is working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 05:51 AM
09-20-2002 05:51 AM
Re: Problem with user ID
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 06:08 AM
09-20-2002 06:08 AM
Re: Problem with user ID
DocID=KBRC00004164
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063201694
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:58 PM
09-20-2002 12:58 PM
Re: Problem with user ID
Link your sudo to /usr/local/bin
Then add path to SAM
export PATH=$PATH:/usr/sbin
Run
sudo sam
I believe you should be good to go.
If you still get that error, try doing this
whereis sudo
/usr/local/bin/sudo
whereis sam
/usr/sbin/sam
I believe this will give you a good idea where sam is.
Regards,
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2002 12:59 PM
09-20-2002 12:59 PM
Re: Problem with user ID
export DISPLAY=youripaddress:0.0
Don't forget to put :0.0 after your ipaddress.
Then run sudo sam. You need root access to run sam. I hope you know sudo is alternative to root.
Regards,
Anil