HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Require help on auditd command
Operating System - HP-UX
1825667
Members
4395
Online
109686
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
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
06-24-2006 06:17 PM
06-24-2006 06:17 PM
Require help on auditd command
Hi,
I am executing one script which in turns call another many scripts, I want to trace all sequences of calls in one log file. The o/s is hpux 11.11. I tried with command 'auditd' as follow:
1. Started /sbin/init.d/dce
2. Logged in as user "mped" and executed
auditd -t trace.log
The above commnand basically starts auditd daemon & should create trace.log under mped home directory to record traces of any execution of script or command in details. But in my case no log file is created and hence no recording.
The main goal is to trace the main script execution in detail. I tried with redirecting script like 2>&1 but it doesn't record in details.
If anybody working on auditd or similar to that then pl. help me.
Regards,
Mahadev
I am executing one script which in turns call another many scripts, I want to trace all sequences of calls in one log file. The o/s is hpux 11.11. I tried with command 'auditd' as follow:
1. Started /sbin/init.d/dce
2. Logged in as user "mped" and executed
auditd -t trace.log
The above commnand basically starts auditd daemon & should create trace.log under mped home directory to record traces of any execution of script or command in details. But in my case no log file is created and hence no recording.
The main goal is to trace the main script execution in detail. I tried with redirecting script like 2>&1 but it doesn't record in details.
If anybody working on auditd or similar to that then pl. help me.
Regards,
Mahadev
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2006 07:21 PM
06-24-2006 07:21 PM
Re: Require help on auditd command
Shalom Mahadev,
Best bet here is a common logfile set by a source file.
vi /etc/rc.config.d/scriptmaster
# my name do what you will
conents if scriptmaster
SCRIPT_LOG=/var/adm/scriptmaster.log
Modify the scripts to have this line in them.
. /etc/rc.config.d/scriptmaster
You now have a common repository for all log statements in the scripts.
SEP
Best bet here is a common logfile set by a source file.
vi /etc/rc.config.d/scriptmaster
# my name do what you will
conents if scriptmaster
SCRIPT_LOG=/var/adm/scriptmaster.log
Modify the scripts to have this line in them.
. /etc/rc.config.d/scriptmaster
You now have a common repository for all log statements in the scripts.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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-24-2006 08:30 PM
06-24-2006 08:30 PM
Re: Require help on auditd command
Hi Steven,
No Luck, my script is perl based and it calls other scripts which can be binary format. I tried your method but didn't helped. Basically auditd does logging in detail, do you have other methods ?
regds,
Mahadev
No Luck, my script is perl based and it calls other scripts which can be binary format. I tried your method but didn't helped. Basically auditd does logging in detail, do you have other methods ?
regds,
Mahadev
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP