- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- not listing group 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
03-04-2008 01:07 AM
03-04-2008 01:07 AM
one group memeber name osa1
it is present in /etc/group file
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 01:25 AM
03-04-2008 01:25 AM
Re: not listing group id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 01:31 AM
03-04-2008 01:31 AM
Re: not listing group id
prod1# wc -l /etc/group
19
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 01:36 AM
03-04-2008 01:36 AM
Re: not listing group id
this is the my group file please see it
root::0:root
other::1:root,hpdb
bin::2:root,bin
sys::3:root,uucp
adm::4:root,adm
daemon::5:root,daemon
mail::6:root
lp::7:root,lp
tty::10:
nuucp::11:nuucp
users::20:root
nogroup:*:-2:
smbnull::101:
hpsmh::102:
tftp::103:
hpsmc::104:
sshd::105:
dba::201:oracle
oinstall::200:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 01:45 AM
03-04-2008 01:45 AM
Re: not listing group id
>it is present in /etc/group file
Who is the user and what is the group?
(What is the output of id(1)?)
If the user is osa1, I don't see it in your group file, so it can only be the member of one group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 02:21 AM
03-04-2008 02:21 AM
Re: not listing group id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 02:22 AM
03-04-2008 02:22 AM
Re: not listing group id
uid=0(root) gid=3(sys) groups=0(root),1(other),2(bin),4(adm),5(daemon),6(mail),7
(lp),20(users)
prod1# id oracle
uid=200(oracle) gid=200(oinstall) groups=201(dba)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 02:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 02:43 AM
03-04-2008 02:43 AM
Re: not listing group id
oracle team is telling me they want to see from it root
i mean if we are using id then they have to see oinstall also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 03:35 AM
03-04-2008 03:35 AM
Re: not listing group id
reading your first question
>>
when i am using id command it not showing
one group memeber name osa1
it is present in /etc/group file
<<
and then your latest
>>
oracle team is telling me they want to see from it root
i mean if we are using id then they have to see oinstall also
<<
I don't them together with your /etc/groups file:
- there is no entry osa1
- oinstall has no additional members
So ask yourself
- which user- and groupnames are used by the oracle team?
And then
- check these entries in /etc/passwd and /etc/group
- add additional members to the group entries (last field, comm seperated) if needed
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 03:37 AM
03-04-2008 03:37 AM
Re: not listing group id
Let them try "id -P"
GoodLuck
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 03:59 AM
03-04-2008 03:59 AM
Re: not listing group id
Then you need to add root to the oinstall group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 09:42 PM
03-04-2008 09:42 PM
Re: not listing group id
but what do u mean by "Then you need to add root to the oinstall group."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2008 10:38 PM
03-04-2008 10:38 PM
Re: not listing group id
Either edit /etc/group directly and change the line to:
oinstall::200:root
Or try usermod(1M):
# usermod -G oinstall root
Unfortunately that probably will give you:
Login root is currently in use
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2008 01:31 AM
05-17-2008 01:31 AM