- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Question about service accounts
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
08-10-2006 02:39 AM
08-10-2006 02:39 AM
Thanks,
Karen
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 02:50 AM
08-10-2006 02:50 AM
Re: Question about service accounts
Welcome to ITRC, first port after 1 month !
I don't access to similar server, but is there anything in the /opt directory ?
Like /opt/hpsmc or /opt/hpsmh ?
Could be System Management Homepage and System Health Check.
Sure people you use the services will give you better info.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 02:51 AM
08-10-2006 02:51 AM
SolutionMore information available from here:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SHCBASE01
I wouldn't think that there would be many implications of changing the UID, just be sure once you do to search for files that were owned by that ID and change the ownership on them.
Good luck with your project. I don't envy you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 03:08 AM
08-10-2006 03:08 AM
Re: Question about service accounts
a quick
find / -user hpsmh finds the following:
/var/opt/hpsmh/logs
/var/opt/hpsmh/logs/smh.log
/var/opt/hpsmh/session
/var/opt/hpsmh/session/php
/var/opt/hpsmh/tmp
/var/opt/hpsmh/tomcat/logs
/opt/hpsmh/data/htdocs/xlaunch/menus
/opt/hpsmh/data/htdocs/comppage
/opt/hpsmh/tomcat/conf
/opt/hpsmh/tomcat/work
/home/hpsmh
/home/hpsmh/.cshrc
/home/hpsmh/.exrc
/home/hpsmh/.login
/home/hpsmh/.profile
my 11.23 system doesnt have a hpsmc account but you could run a find / -user hpsmc to see what it owns.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 03:14 AM
08-10-2006 03:14 AM
Re: Question about service accounts
And thanks for the quick response!