Search Results

Search: Posts Made By: vpundit
1,041
Posted By Chubler_XL
For the VAR assign line try: ...
For the VAR assign line try:

VAR=$(/apps/mkusr/crypt.pl ${CRYPT} mypassword)
2,368
Posted By rdrtx1
#!/usr/bin/perl use strict; use POSIX...
#!/usr/bin/perl
use strict;
use POSIX qw(ceil);
use User::pwent;
use Term::ANSIColor;

my ($user,%userids);
my $gid = getgrnam ("support");


while ($user = getpwent()){
next if...
Forum: AIX 08-22-2012
61,768
Posted By kah00na
Yes, it is set correctly. Column info: 1 =...
Yes, it is set correctly.

Column info:
1 = min
2 = hour
3 = day of the month
4 = month
5 = weekday (Sun=0)
1,523
Posted By Chubler_XL
Not quite sure what format you want the email in...
Not quite sure what format you want the email in below has subject Completed and body with content of hdisk-2145:

mail -s "Completed" vpundit@example.com < /path/to/hdisk-2145

Also here is a...
5,224
Posted By elixir_sinari
Just replace " has size " with...
Just replace " has size " with "\t".
5,224
Posted By elixir_sinari
print -u -- "---- 2145 disks / sizes at...
print -u -- "---- 2145 disks / sizes at $(date)"
888
Posted By tukuyomi
Here is a start (it's #!/bin/sh, but it should...
Here is a start (it's #!/bin/sh, but it should run with bash too):#!/bin/sh

FS='|'
file=; while [ "$file" != 'done' ]; do
[ "$file" ] && files="$files$file$FS"
read -p 'What is the name of...
2,027
Posted By jtollefson
Just to make sure too, if you're going to run it...
Just to make sure too, if you're going to run it hourly you want to change the date to append instead of replace. Your output file will be a little short otherwise. :)




(echo "\n" ;date;...
2,027
Posted By vbe
(echo "\n" ;date; echo "\n") >svmon-P-v-t20.out ...
(echo "\n" ;date; echo "\n") >svmon-P-v-t20.out
svmon -P -v -t 10 >>svmon-P-v-t20.out
#
more svmon-P-v-t20.out


Fri Jun 29 17:26:12 DFT 2012

...
Forum: AIX 06-20-2012
3,434
Posted By funksen
you need at least 512mb of memory for an AIX...
you need at least 512mb of memory for an AIX 6.1/7.1 lpar, 128mb (from release note, would rather give at least 256mb, don't know if 128mb is even possible for an lpar) for an AIX 5.3 lpar. but I...
Forum: AIX 06-02-2012
1,918
Posted By bakunin
It would help a bit to know what that file looks...
It would help a bit to know what that file looks like. If you want a precise answer you might consider asking precise questions and state your preconditions precisely.

Maybe something like the...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 05:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy