Search Results

Search: Posts Made By: sparcman
2,496
Posted By jim mcnamara
# set the oldest to jan 01 2012 touch -t...
# set the oldest to jan 01 2012
touch -t 201201010000 ./oldest
# set the newest jun 01 2012
touch -t 201201060000 ./newest

find /path/to/search -type d \( -newer ./oldest -a ! -newer...
Forum: Solaris 01-06-2011
8,561
Posted By mtomar
I have seen this problem when interface choose a...
I have seen this problem when interface choose a lower duplex setting. Generally i use this simple trick.
1. enable auto neg with all options enabled
2. disable all capabilities except...
Forum: Solaris 01-06-2011
8,561
Posted By achenle
The autonegotiation is probably failing because...
The autonegotiation is probably failing because of the same hardware problem that's causing your packet loss.

It's broke.

Effectively saying, "WORK!!! **** YOU!!!" with forced configuration...
Forum: Solaris 01-05-2011
8,561
Posted By DukeNuke2
have you patched the machine with some newer...
have you patched the machine with some newer patch cluster? i remember some problems with ce interfaces which are fixed by patches... also check the cabel and the switch port settings... if this is a...
Forum: Linux 12-16-2010
5,732
Posted By mark54g
Another option would be to use the script...
Another option would be to use the script "rescan-scsi-bus.sh" which can be downloaded free (gratis) from the internet.
Forum: Linux 12-16-2010
5,732
Posted By Scott
Without knowing too much about your setup, I...
Without knowing too much about your setup, I normally do something like:


for H in /sys/class/scsi_host/*; do
echo "- - -" > /sys/class/scsi_host/$H/scan
done
Forum: Solaris 05-25-2010
8,631
Posted By methyl
/usr/local/bin/top -d 5 > /tmp/top.out If...
/usr/local/bin/top -d 5 > /tmp/top.out

If you have "man top" there is no "-f" option.
Also, "-n" option is about number of processes to display.
Forum: Solaris 05-19-2010
12,044
Posted By Reboot
Sorry for late replying...:D:D Well, First...
Sorry for late replying...:D:D
Well, First check wether all these file systems i.e :

1./test/dir1
2./test/dir2
3./test/dir3
----- ----
----- ----


are mounted or not :


#mount...
1,513
Posted By clx
Ok, If that is the case, then if [ "$(cat...
Ok, If that is the case, then

if [ "$(cat $OUTPUT_FILE)" -eq "0" ]; then
echo 'success'
else
echo 'failed'
fi


LOG_FILE=/var/adm/messages
export LOG_FILE
OUTPUT_FILE=/tmp/logerrors...
1,513
Posted By clx
1) What do you mean by "$OUTPUT_FILE -gt 0" ? ...
1) What do you mean by "$OUTPUT_FILE -gt 0" ?
In this way, you are just comparing the value of the variable ( i.e the path of the filename) with zero. which is wrong.
I guess, you want to compare...
1,513
Posted By bigearsbilly
another thing you can do is to make the mail more...
another thing you can do is to make the mail more useful is use a "here" document and
insert things using $(command) or `command` like so:


mailx -s "BACKUP FAILED" johndoe@test.com <<EOF

we...
Showing results 1 to 11 of 11

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