Search Results

Search: Posts Made By: mr.awk
Forum: HP-UX 11-02-2013
5,605
Posted By mr.awk
I don't sure about your problem. BUT on serious...
I don't sure about your problem.
BUT on serious server, I will use simple technic by fix static IP on server.
:D:D
1,020
Posted By mr.awk
I tested already. Thanks again in2nix4life. ...
I tested already. Thanks again in2nix4life.

Akshay Hedge, Thank you for your advice. I will test and keep for reference.
1,020
Posted By mr.awk
Thanks a lot in2nix4life. I will try your script...
Thanks a lot in2nix4life. I will try your script tomorrow.
1,020
Posted By mr.awk
Need correct pattern at end of line
I have some data as below. I need correct it as result.

Data:
BG1:100+10++II
DG1:200+100+1234
DG2:300+200++II
CG1:200+100+1111
DG2:400+100++II
DG6:200+200+2345
DG2:400+100+2222

Result:...
Forum: IP Networking 07-10-2009
2,850
Posted By mr.awk
Try: route add -net 10.185.88.192/26...
Try:

route add -net 10.185.88.192/26 10.0.36.5 -dev tu1
Forum: HP-UX 02-24-2009
4,224
Posted By mr.awk
Additional from DustBunny Example: ...
Additional from DustBunny

Example:
LOG_FILE=/temp/mylog.txt
/bin/nice /etc/fbackup -f /dev/rmt/0m -i / -I /opt/monitrol/tmp/Index.full > $LOG_FILE 2>&1
echo "Backup completed" >> $LOG_FILE 2>&1
Forum: HP-UX 02-24-2009
6,464
Posted By mr.awk
Try to add 6 lines script.
/bin/nice /etc/fbackup -f /dev/rmt/0m -i / -I /opt/monitrol/tmp/Index.full
if [[ $? != "0" ]]
then
echo "Tape errorrrrrrrrr!!"
echo 'Backup ENDED @ ' `date`
exit 0
fi
echo 'Backup...
Showing results 1 to 7 of 7

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