- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UID/GID ranges
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-28-2009 06:59 AM
тАО04-28-2009 06:59 AM
UID/GID ranges
I'm planning use two UID/GID rages to isolate two big application users/groups inside of an ia64 HP-UX 11.23 box. These UID/GID ranges are:
From 600000 to 699999 for application "A"
From 800000 to 899999 for application "B"
Please note that **never** we will use each full range. My doubt is to know if there is some well-known problem with these UID/GID lengths under Trusted or NonTrusted modes.
Rgds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2009 07:27 AM
тАО04-28-2009 07:27 AM
Re: UID/GID ranges
There may be some application problems with that range:
http://www.docs.hp.com/en/5964-5283/ch05s23.html
http://docs.hp.com/en/B2355-91058/B2355-91058.pdf
I think that you may want to set your range for both apps at numbers under 99000
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2009 07:55 AM
тАО04-28-2009 07:55 AM
Re: UID/GID ranges
The easy way to verify the usablity is to examine 'limits.h':
http://docs.hp.com/en/B3921-60631/limits.5.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2009 11:01 PM
тАО04-29-2009 11:01 PM
Re: UID/GID ranges
since the max # of UID in hp-ux is
2147483647
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2009 05:17 AM
тАО04-30-2009 05:17 AM
Re: UID/GID ranges
> that range:
> I dont see anything wrong, [...]
Look harder.
You may also find some (old or badly written)
programs which can't cope with gid or uid
values bigger than 16 bits. For example,
Info-ZIP Zip and UnZip needed to extend the
Zip archive format to accommodate 32-bit gid
and uid values, so versions before Zip 3.0
and UnZip 6.0 wouldn't be able to preserve
them.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2009 06:09 AM
тАО04-30-2009 06:09 AM
Re: UID/GID ranges
Thanks very much for your answers, I'll keep open this question for few time to wait any other comment about, meanwhile I get points for previous answers.
Rgds.