GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: smbnull user and group
Operating System - HP-UX
1855245
Members
5796
Online
104109
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
back
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
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-19-2001 03:24 AM
02-19-2001 03:24 AM
smbnull user and group
I should create oracle user and dba group using 101 as UID and GID but these values are already used by smbnull user and group. This should refer to SAMBA software.
Can i change the UID and GID of these system group and user ( in the comment of /etc/passwd there is "DO NOT USE OR DELETE ) whitout creating problems for the system ?
Thanks
Federico
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2001 12:56 PM
02-19-2001 12:56 PM
Re: smbnull user and group
Fredrico,
The User and group ID's smbnull are used by Samba, also known as CIFS/9000 which comes preloaded on some HP installations.
Check to see if you are using Samba, by examining the /etc/rc.config.d/samba file, to see if RUN_SAMBA=1. You are not using Samba if RUN_SAMBA=0.
If you are NOT using Samba, just edit /etc/passwd and /etc/group and assign another UID number and GID number for the smbnull user and group. For example, 40001.
Thats all you need to do.
If you ARE using Samba, first stop the Samba processes with: /opt/samba/bin/stopsmb
Then check to see if any files are owned by the smbnull user and/or group:
find / -user smbnull -fstype nfs -print
find / -group smbnull -fstype nfs -print
(the -fstype nfs should prevent you from crossing NFS mounts).
If you find any files owned by smbnull, you need to chown them to a UID/GID that you'll be assigning to the smbnull user.
Then, edit /etc/passwd and /etc/group and assign another UID number and GID number for the smbnull user and group. For example, 40001.
Finally, restart Samba with: /opt/samba/bin/startsmb
Hope that helps,
-> Brian Hackley
The User and group ID's smbnull are used by Samba, also known as CIFS/9000 which comes preloaded on some HP installations.
Check to see if you are using Samba, by examining the /etc/rc.config.d/samba file, to see if RUN_SAMBA=1. You are not using Samba if RUN_SAMBA=0.
If you are NOT using Samba, just edit /etc/passwd and /etc/group and assign another UID number and GID number for the smbnull user and group. For example, 40001.
Thats all you need to do.
If you ARE using Samba, first stop the Samba processes with: /opt/samba/bin/stopsmb
Then check to see if any files are owned by the smbnull user and/or group:
find / -user smbnull -fstype nfs -print
find / -group smbnull -fstype nfs -print
(the -fstype nfs should prevent you from crossing NFS mounts).
If you find any files owned by smbnull, you need to chown them to a UID/GID that you'll be assigning to the smbnull user.
Then, edit /etc/passwd and /etc/group and assign another UID number and GID number for the smbnull user and group. For example, 40001.
Finally, restart Samba with: /opt/samba/bin/startsmb
Hope that helps,
-> Brian Hackley
Ask me about telecommuting!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP