Search Results

Search: Posts Made By: telnor
1,314
Posted By telnor
CP Issue
I want to copy large amount of files aproximately more than 20,000 files from one file system to another file system, but it gives me error like:

#cd /opt/appserver/images
#cp *...
1,232
Posted By telnor
Script Issue
#!/bin/bash
###########################################
ADMIN="usera@mblonline.com"
AMQ="userb@mblonline.com"
SUBJECT="Remote Shutdown Client Status"
MAIL="/bin/mail"...
975
Posted By telnor
Organizing log
Hello,

Following are the log of my sms application

COMMAND:

#tail -30 /var/log/smsd.log | grep Message_id | awk '{print $1,$2,$9}'


OUTPUT:

2011-02-21 12:16:20,5, 03218975857,...
1,796
Posted By telnor
I am using Oracle Enterprise & script based on...
I am using Oracle Enterprise & script based on bash shell
1,796
Posted By telnor
Error in Backup Script
Hi,

I made a following script for Data Backup on Tape Device, but script is not working fine. Please review the script.


DAT=`date +%d_%m_%Y`
BDIR="/home/userid/$DAT"
TD="/dev/st0"...
1,617
Posted By telnor
Postfix Issue
My Linux (Postfix) based server act as an intermediate host in my organization that forward all mails to Lotus Server.

I configure a disclaimer according to :

How To Automatically Add A...
1,432
Posted By telnor
Change ip from user input
I have 2 Servers IP:
1)10.1.1.27
2)10.1.2.27

#more /etc/postfix/transport

Domain.com smtp:ServerIP

Now i want to change the smtp:ServerIP according to user interaction:
1,628
Posted By telnor
Memory Calculation
Hi,

I want an script that calculate total memory consume by all Oracle Process



6689 oraprod 16 0 1163m 155m 150m S 0 2.0 0:01.95 oracle
7046 oraprod 16 0 1161m 18m 14m S 0 0.2 0:00.02...
9,100
Posted By telnor
Firewall Check Script
Hello,

I made a following script that check every 5 minutes to check firewall is running or not, if firewall down that raise an alert only once, but following script generate an alert every 5...
4,634
Posted By telnor
Oracle Process Memory calculation
Hello,

I am using Rehat Oracle Enterprise server.

Every time almost 150 process running on my server.
#ps -ef | grep oracle | wc -l

Now i want to calculate how much memory spend by each...
14,535
Posted By telnor
Plz reviewmy script & correct it. Curleb...
Plz reviewmy script & correct it.

Curleb thanks for ur script but i dont want to use any one script.
14,535
Posted By telnor
Hi, I am using Redhat Linux 5.0 ...
Hi,

I am using Redhat Linux 5.0

Filesystem Size Used Avail Use% Mounted on
/dev/sda1 20G 8.2G 11G 44% /
/dev/sda3 40G 33G 5.2G 87% /d01
/dev/sdb 148G 113G 28G 81% /san...
14,535
Posted By telnor
File System exceed Alert Script!
Hello Allz,

Please review my following script. The purpose of the script is to check the file system every 5 minutes & if any file systems is exceed from 90% then raise an email alert only 1...
Showing results 1 to 13 of 13

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