- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: crontab
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-29-2000 09:57 AM
08-29-2000 09:57 AM
Re: crontab
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2000 09:59 AM
08-29-2000 09:59 AM
Re: crontab
I you look at your mail you would see the cron messages...
type mailx
the message would be like:
*************************************************
Cron: The previous message is the standard output
and standard error of one of your crontab commands:
....
Thats why a script that calls the command is more logical
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2000 10:47 AM
08-29-2000 10:47 AM
Re: crontab
I just ran uvscan manually,
# uvscan -cvr /
and is running perpect
and i can see the output.
however, i dont know how to capture as you mentiond that
"...... /usr/local/bin/uvscan >/mylocation/output "
You mean I have to do this ??(in order to capture them, and take look outpout later)
# cd /
# mkdir mylocation
# cd /usr/local/bin/uvscan
# capture /usr/local/bin/uvscan >/mylocation/output
[i will/have to close this topic very soon in any way, and thanks for all your patient]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2000 10:51 AM
08-29-2000 10:51 AM
Re: crontab
I believe this is a program that would have a log file (or some kind of output file) for the reason being that if the scan program finds something, how do you know?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2000 11:03 AM
08-29-2000 11:03 AM
Re: crontab
#/usr/local/bin/uvscan >/mylocation/output
where /mylocation is a directory, ex. tmp, output is a file name.
Type #/usr/local/bin/uvscan >/tmp/output.uvscan
What it will do? Instead to get the output to the screen it will write it to /tmp/output.uvscan file.
After the command is done, you can see it #more /tmp/output.uvscan
But, one question how long it takes to this command (uvscan) to run? How long is the output in the screen?
If runs just a little and output is not very, very long, you are ok. If not, concerns about space...
If runs like that, you can update the crontab line having there the same thing, output to a file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2000 11:18 AM
08-29-2000 11:18 AM
Re: crontab
i will try/play more about this area!!
that is the way how to learn and ...
thanks Atoanetta for (especially) your step-by-step teaching method - that is easy to understand to me !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2000 11:35 AM
08-29-2000 11:35 AM
Re: crontab
In this forum, there is an additional way to express your gratitude -- by assigning points to answers that have helped you. Taking the time to do this lets people know that you have appreciated the time they took to try to help you solve a problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2000 05:53 AM
08-30-2000 05:53 AM
Re: crontab
Sorry for late assigning points and etc.
I am stillll a beginner for this forum and points rule, etc.
I learned lot (not only technical) including using behavior, etc.
Have a good day, all!!
- « Previous
- Next »