- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hpdb user
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
тАО08-03-2001 04:15 AM
тАО08-03-2001 04:15 AM
What is this user used for? As standard there are no files owned by it and no processes owned by it.
What is the impact of just removing it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2001 04:25 AM
тАО08-03-2001 04:25 AM
SolutionKnowledge Base document #KBRC00007343 addresses this question.
In part, the document notes "
Allbase/SQL requires the existance of hpdb, if your Customer does not use Allbase/SQL and has no intention of installing it then they don't need this user.".
The whole document is worth reading.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2001 04:30 AM
тАО08-03-2001 04:30 AM
Re: hpdb user
The Database Administrator (hpdb) must create, configure, and establish a connection with a new DBEnvironment before any other database activities can be executed. Therefore, the directory that will contain the DBE must have write permissions set for hpdb. The hpdb user has a user id number of 27 and a group id number of 2 on the system. The line:
hpdb:*:27:2:hpdb ALLBASE/HP-UX:/usr/bin:/bin/csh
should be added to the /etc/passwd file. The asterisk in the password field prevents logins by any remote users named hpdb. (I su'ed from root.) The hpdb user should be added to the bin group in the /etc/group file. The entry should look as follows:
bin::2:root,rootc,bin,daemon,lp,hpdb
The user id number of 27 has been reserved for the user name hpdb and is required to execute the ALLBASE program files. (See pg 1-24 of the ALLBASE/SQL Database Administration Guide.)
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2001 04:45 AM
тАО08-03-2001 04:45 AM
Re: hpdb user
If this is just for the ALLBASE program why is this a default user? More HP-UX wierdness I suppose!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-03-2001 05:48 AM
тАО08-03-2001 05:48 AM
Re: hpdb user
It's also used by the hp support guys when connecting to the server to fix critical problems.
Magdi