Sponsored Content
Full Discussion: Progress reporting
Top Forums UNIX for Dummies Questions & Answers Progress reporting Post 36381 by Ypnos on Wednesday 28th of May 2003 10:24:21 AM
Old 05-28-2003
thanks man, I'll test it Smilie
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Reporting

I have to do a lot of reporting for the company that I work for and was wondering if anyone had suggestions for a way to create professional looking reports. I currently use Filepro so much that I rarely see the shell. Any help is appreciated. (3 Replies)
Discussion started by: Mike11
3 Replies

2. Shell Programming and Scripting

Reporting SU and Failedlogins

Hi:- I am working on an audit report that produces a monthly summary of account activity on a particular AIX host. I am struggling with su activity and failed logins as these tend to come back with more then a month's data. Is there a easy way that these files can be rotated/cleaned out on a... (1 Reply)
Discussion started by: janet
1 Replies

3. UNIX for Dummies Questions & Answers

SNMP time reporting

Hi, First post, please bare with me. I am currently using SNMP on Nagios to monitor Exim and all is running great with the exception to it picking up the date / time of the last Exim queue run. What I am hoping to achieve is for SNMP / Nagios to correctly pickup the difference between the... (1 Reply)
Discussion started by: theblueproject
1 Replies

4. Solaris

sar command not reporting

I am running Solaris 10 in a sparc environment. I have the sys crontab setup to use sar to gather data and report it. My sys crontab entry looks like this: 0,5,10,15,20,25,30,35,40,45,50,55 * * * 0-6 /usr/lib/sa/sa1 20,40 8-17 * * 1-5 /usr/lib/sa/sa1 5 18 * * 1-5 /usr/lib/sa/sa2 -s 8:00 -e... (2 Replies)
Discussion started by: RobSand
2 Replies

5. Shell Programming and Scripting

Disk space reporting

I need to accomplish the following task - I have a number of accounts for a number of applications that i deploy on a unix server. There are a number of directories for each account in /prod/apps directory. eg. For an account Application1 I have /prod/apps/Application1_1 /prod/apps/Application1_2... (4 Replies)
Discussion started by: niranjandighe
4 Replies

6. Solaris

Monitoring and Reporting Solutions

Hi, I am hunting for a low cost Monitoring & Reporting Tool for the SUN Environment. I have all and all SUN Environment with LDOMs, Zones. The monitoring Tool 1. Hardware failure. 2. Disk space and failure. 3. LDOMS,Zones. 4. CPU,Memory Utilization. 5. ping,URL Monitors 6. Send... (4 Replies)
Discussion started by: menonk
4 Replies

7. SCO

du and dfspace reporting

Hi, I am using SCO UNIX version 6.0.0 release 5. I am using du and df space to see the used space in the / partition. I am using du -k option to get count in 1024 k so that it directly makes kb. In dfspace I subtracted the used mb from total size mb which should be the used space and then... (40 Replies)
Discussion started by: dextergenious
40 Replies

8. UNIX for Advanced & Expert Users

Reporting last login details

Most of my Solaris 10 user accounts are generally 10 characters long. When I run the 'last' command the report only shows the first 8 characters so the information is not very helpful. How can I report the full 10 character user account. (1 Reply)
Discussion started by: PPOWER55
1 Replies

9. AIX

How to disable an error reporting ???

Hi A few days ago I attached an usb external disk to a server running AIX, then I removed it without typing any commands. Now, the server can't find the usb device and it keeps reporting the errors every 3 hours, like this 55479D40 0112080017 T H usbms0 ADDITIONAL INFORMATION... (2 Replies)
Discussion started by: bobochacha29
2 Replies
DACSINFOCARD(1) 					       DACS Commands Manual						   DACSINFOCARD(1)

NAME
dacsinfocard - manage InfoCard accounts SYNOPSIS
dacsinfocard [dacsoptions[1]] DESCRIPTION
This program is part of the DACS suite. The dacsinfocard command manages accounts that are used by the local_infocard_authenticate[2] authentication module. This utility serves a similar purpose for these authentication modules that the dacspasswd(1)[3] command does for its local_passwd_authenticate[4] module. Apart from their use by local_infocard_authenticate, these accounts are completely separate from any other accounts. Security The digest algorithm used depends on the INFOCARD_DIGEST[5] directive in effect. Plaintext PPIDs are not stored. This makes it more difficult for an attacker that gains access to the InfoCard account file to discover PPIDs. Only a DACS administrator should be able to successfully run this program from the command line. Because DACS keys and configuration files, including the file used to store accounts, must be restricted to an administrator, this will normally be the case, but a careful administrator will set file permissions to deny access to all other users. An ordinary user is able to change his own InfoCard registration using the dacs_infocard(8)[6] web service. This program is also available as a DACS web service, dacs_infocard(8)[6]. OPTIONS
The dacsinfocard command recognizes these command line flags: EXAMPLES
To list all of the InfoCard accounts configured for the jurisdiction named INFOCARDS: % dacsinfocard -uj INFOCARDS -list DSS::INFOCARDS:bob managed,istatic,enabled,passwd DSS::INFOCARDS:alice managed,istatic,disabled,passwd To re-enable the alice account: % dacsinfocard -uj INFOCARDS -ena alice To test if alice's account is enabled: % dacsinfocard -uj INFOCARDS -test ena alice % echo $status 0 To test if there are accounts for usernames bob and carol: % dacsinfocard -uj INFOCARDS -test exists carol % echo $status 0 % dacsinfocard -uj INFOCARDS -test exists bob % echo $status 1 To get the private data for username bob: % set x=`dacsinfocard -uj INFOCARDS -pdg bob` % echo "$x" On vacation DIAGNOSTICS
The program exits 0 if everything was fine, and non-zero otherwise. A "false" outcome from the -test operation is reflected by an exit status of 1. An error condition is indicated by an exit status of 2. BUGS
As this is a relatively new and complicated feature, please test carefully. SEE ALSO
dacs_infocard(8)[6], dacsauth(1)[7], dacs_authenticate(8)[8], dacs_admin(8)[9], dacs.conf(5)[10], Using InfoCards With DACS[11] AUTHOR
Distributed Systems Software (www.dss.ca[12]) COPYING
Copyright2003-2012 Distributed Systems Software. See the LICENSE[13] file that accompanies the distribution for licensing information. NOTES
1. dacsoptions http://dacs.dss.ca/man/dacs.1.html#dacsoptions 2. local_infocard_authenticate http://dacs.dss.ca/man/dacs_authenticate.8.html#local_infocard_authenticate 3. dacspasswd(1) http://dacs.dss.ca/man/dacspasswd.1.html 4. local_passwd_authenticate http://dacs.dss.ca/man/dacs_authenticate.8.html#local_passwd_authenticate 5. INFOCARD_DIGEST http://dacs.dss.ca/man/dacs.conf.5.html#INFOCARD_DIGEST 6. dacs_infocard(8) http://dacs.dss.ca/man/dacs_infocard.8.html 7. dacsauth(1) http://dacs.dss.ca/man/dacsauth.1.html 8. dacs_authenticate(8) http://dacs.dss.ca/man/dacs_authenticate.8.html 9. dacs_admin(8) http://dacs.dss.ca/man/dacs_admin.8.html 10. dacs.conf(5) http://dacs.dss.ca/man/dacs.conf.5.html 11. Using InfoCards With DACS http://dacs.dss.ca/man/using-infocards-with-dacs.html 12. www.dss.ca http://www.dss.ca 13. LICENSE http://dacs.dss.ca/man/../misc/LICENSE DACS 1.4.27b 10/22/2012 DACSINFOCARD(1)
All times are GMT -4. The time now is 04:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy