- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lug admin command showing not found
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
10-09-2007 11:07 PM
10-09-2007 11:07 PM
lug admin command showing not found
/sbin/sh: lugadmin: not found.
our system is B 11.23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 12:07 AM
10-10-2007 12:07 AM
Re: lug admin command showing not found
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 12:20 AM
10-10-2007 12:20 AM
Re: lug admin command showing not found
http://docs.hp.com/en/5991-7436/ch01s02.html
HP-UX 11i Version 3 Highlights
->
Longer User and Group Names
and this
http://docs.hp.com/en/5991-6469/ch05s46.html
You need to run 11.31 (aka 11iv3).
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 12:22 AM
10-10-2007 12:22 AM
Re: lug admin command showing not found
The /usr/sbin path should ALWAYS be in root's PATH and set by editing .profile for root. You may wish to add /usr/lbin to root's PATH too.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 12:25 AM
10-10-2007 12:25 AM
Re: lug admin command showing not found
http://www.docs.hp.com/en/hpuxman_pages.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 12:29 AM
10-10-2007 12:29 AM
Re: lug admin command showing not found
1. Stop the pwgrd daemon.
# /sbin/init.d/pwgr stop
2. Run the lugadmin command with the -e option.
# lugadmin -e [-d num]
3. The command requests confirmation before enabling the system.
Long user/group name once enabled cannot be disabled in future.
Do you want to continue [yY]: If you respond with y or Y, the command proceeds; otherwise, it aborts.
4. The command creates the /etc/default/lugname file.
5. If the -d option is not specified, num defaults to 0. The specified or default value of num is written in lugname.
Setting the User and Group Name Display Width
The long user and group name default display width is set when lugadmin is executed with the -e option. It can be changed at any time by executing lugadmin with the -d option.
If -d is not specified with the -e option, the value of num defaults to 0.
http://docs.hp.com/en/B2355-60130/lugadmin.1M.html