- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- scfmgr tool... I cant remember where to get it
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
10-31-2007 06:35 AM
10-31-2007 06:35 AM
I googled it and only found my old reply to an post on www.unix.com forums from 2002.
There are no references to it in this forum or on docs.hp.com either.
The command line is scfmgr and it monitors su activity related to su'ing to root. The config file is edited by typing scfmgr and it has several parameters you can also monitor in it besides su activity.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 06:40 AM
10-31-2007 06:40 AM
Re: scfmgr tool... I cant remember where to get it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 06:45 AM
10-31-2007 06:45 AM
Re: scfmgr tool... I cant remember where to get it
I don't have knowledge of the tool you note, but the '/var/adm/sulog' is where 'su' activity is recorded.
As for add-on products:
http://hpux.cs.utah.edu/
..and its various worldwide mirrots.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 07:03 AM
10-31-2007 07:03 AM
Re: scfmgr tool... I cant remember where to get it
It managed a file which allowed users the rights to su to root. If they werenâ t in the file, they failed to get in as root, and the system sent mail to root notifying of the attempt.
You would typically type scfmgr at the prompt and then edit the file. And that was pretty much it. I think it had some type of daemon running in the back ground.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 07:20 AM
10-31-2007 07:20 AM
Re: scfmgr tool... I cant remember where to get it
He sent me this...
==========================================
man scfmgr
SCFMGR(bcr) SysGuard Security Software SCFMGR(bcr)
NAME
scfmgr - access the Security Control File (SCF)
SYNOPSIS
scfmgr [ -c ] [ -v ] [ -p ] [ -f filename ]
DESCRIPTION
scfmgr provides access to the SCF (also known as sc_file) to validate or change parameter values. If no options are specified, the user is automatically placed in edit mode. scfmgr uses the following options:
-c recalculates the checksum
-v validates a copy of the SCF
-p updates system password
-f filename
use filename instead of the default.
OPERATION
Use of scfmgr(bcr) on current SCF is restricted to one process at a time.
FILES
sc_file
/tmp/tmpScFile
SEE ALSO
BR-007-301-211, SysGuard User Guide, Section 7.
BR-007-301-217, SysGuard Reference Manual, Section 8.
- 1 - Formatted: October 31, 2007
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 07:25 AM
10-31-2007 07:25 AM
Re: scfmgr tool... I cant remember where to get it
> It managed a file which allowed users the rights to su to root.
You can get close to this with the '/etc/default/security' file's SU_ROOT_GROUP setting:
http://docs.hp.com/en/B2355-60105/security.4.html
Of course, this is a by-group restriction and there is no automatic email generated for invalid attemps. The standard 'sulog' would track the attempts.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 09:02 AM
10-31-2007 09:02 AM
SolutionI don't know if this is it:
http://www.datasure.com/~mackinnn/sysguard.html
Myself, I use a solution from Fox Technologies called BoKS.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 09:12 AM
10-31-2007 09:12 AM
Re: scfmgr tool... I cant remember where to get it
ding ding ding!!!
That is what I was looking for...thanks!