- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Accounting & Auditing
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
06-17-2006 05:44 PM
06-17-2006 05:44 PM
Accounting & Auditing
Difference between accounting & auditing.
For what purpose these are used.
How to enable accounting & auditing in HP-UX
thanks in advance.
Sanjay.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2006 07:02 PM
06-17-2006 07:02 PM
Re: Accounting & Auditing
Auditing is something you do after the fact. You look at a system and do an "audit" of what happened.
Accounting is really not a computer function, its bean counting.
To enable auditing, convert your system to trusted mode. Some docs may use the terms interchangeabley, in my opinion thats bad English.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2006 09:22 PM
06-17-2006 09:22 PM
Re: Accounting & Auditing
Your system needs to be in Trusted mode:
To convert the system into trusted system the command is :
/usr/lbin/tsconvert
After converting it will create a directory /tcb/files/auth/*/*
Note: before converting into trusted system you have to modify /etc/nsswitch.conf file. In that file â passwd compact â has to be changed into â passwd filesâ
To unconvert the trusted system with the following command:
/usr/lbin/tsconvert â r
To enable auditing, you need to set the parameter,AUDITING=1, in /etc/rc.config.d/auditing file.
Thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1031009
See following link for more info:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=StdModSecExt
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2006 09:39 PM
06-17-2006 09:39 PM
Re: Accounting & Auditing
Auditing configuration. See audsys(1m), audevent(1m)
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2006 11:30 PM
06-17-2006 11:30 PM
Re: Accounting & Auditing
One more thing that , I am not able to login directly using superuser I have to login with normal user & use su - to login.Also I checked /etc/nsswitch.conf but this file does not exists in both node of my cluster.
thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 12:09 AM
06-18-2006 12:09 AM
Re: Accounting & Auditing
If you do a ll nsswitch*, you will see several examples. You can copy /etc/nsswitch.files to /etc/nsswitch.conf and then edit the file.
Are you using ssh or rlogin?
Check if the file /etc/securetty exists with "console" as content?
If yes this is the reason why you can't login as superuser.
Darrel