Search Results

Search: Posts Made By: dreams5617
5,191
Posted By dreams5617
Checking the space for /archlog mount point script
I have the below shell script which is checking /archlog mount point space on cappire(solaris 10) server. When the space usage is above 80% it should e-mail. When i tested this script it is working...
1,506
Posted By dreams5617
Checking the space for /archlog mount point script
I have the below shell script which is checking /archlog mount point space on cappire(solaris 10) server. When the space usage is above 80% it should e-mail. When i tested this script it is working...
Forum: Solaris 03-23-2011
6,120
Posted By dreams5617
archive logs mount point space check script
I have the below shell script which is checking /archlog mount point space on cappire(solaris 10) server. When the space usage is above 80% it should e-mail. When i tested this script it is working...
4,541
Posted By dreams5617
single quote
Hi

I have a shell script with many lines as below:

comment on column dcases.proj_seq_num is dcases_1sq;
....
....

I want the above script to be as below:

comment on column...
Forum: Solaris 02-11-2007
1
Zip
2,720
Posted By dreams5617
Zip
Hi

In unix i want to zip the files in a directory excluding *.dmp, *.log, *.lst, *.out files in that directory. pls let me know what command to use.
$zip ........ ?

Thanks
9,910
Posted By dreams5617
Exclude & Zip
Hi

In unix i want to zip the files in a directory excluding *.dmp, *.log, *.lst, *.out files in that directory. pls let me know what command to use.
$zip ........ ?

Thanks
2,405
Posted By dreams5617
Zipping
Hi

In unix i want to zip the files in a directory excluding *.dmp, *.log, *.lst, *.out files in that directory. pls let me know what command to use.
$zip ........ ?


Thanks
5,065
Posted By dreams5617
Formatting lines in shell script
I have a file with the below lines

1521
1522
1523
1524
1525
1526
...
174 lines all numbers like above. I want the above file to appear as below.

1521,1522,1523,1524.....
All the numbers...
1,717
Posted By dreams5617
Formatting the lines
I have a file with the below lines

1521
1522
1523
1524
1525
1526
...
174 lines all numbers like above. I want the above file to appear as below.

1521,1522,1523,1524.....
All the numbers...
1,840
Posted By dreams5617
Archiving
Hi,

I want to archive below directory
ex: /home/oracle/dd0
sub-directories in dd0
/home/oracle/dd0/backup/backup1
/home/oracle/dd0/backup/backup2
/home/oracle/dd0/dmp
....etc

I want a...
3,490
Posted By dreams5617
Archive (tar)
Hi,

I want to archive below directory
ex: /home/oracle/dd0
sub-directories in dd0
/home/oracle/dd0/backup/backup1
/home/oracle/dd0/backup/backup2
/home/oracle/dd0/dmp
....etc

I want a...
3,490
Posted By dreams5617
Archive (tar)
Hi,

I want to archive below directories
ex: /home/oracle/ddd0
/home/oracle/ddd1
/home/oracle/ddd2

I want a command(tar) which will let me archive the above directories excluding...
4,388
Posted By dreams5617
Zipping the dir
Hi,

Ex: Directory /u01/par
If a directory contains all the below files:
a.lst
b.lst
c.lst
d.lst
......etc
i have 50 files in this directory.

How to(command to) zip all the files in this...
3,841
Posted By dreams5617
How to setup SSH between 4 hosts ?
Hi,

I logged into h0011awe server. I am executing a script on this server which connects to other 3 hosts (h0022sam, h0033jar, h0044orc). In the script the command are like this
orapmon=`ssh...
13,095
Posted By dreams5617
Arrays in unix
I have a Main shell script file. In that the below lines(7) is spooled in Oracle & written to a file say temp.out

INSTANCE_N
----------
undefined
PROACT1
REPCAT1
PROACT2
REPCAT2

I want to...
2,812
Posted By dreams5617
database is oracle
database is oracle
Forum: Solaris 07-06-2006
1,822
Posted By dreams5617
Scripting
Hi,

I have to write 2 unix scripts:
1. Check whether the databases are up or down which are on different servers.
2. Check the file system space on different Unix servers.

This is for Sun...
2,812
Posted By dreams5617
scripts
This is for Sun Solaris. Any unix server login you have can use that in the script. I can replcae the logins ...etc depending on my needs, i can modify the script. I need the model script. As i said...
2,043
Posted By dreams5617
Unix Scripts
Hi,

I have to write 2 unix scripts:
1. Check whether the databases are up or down which are on different servers.
2. Check the file system space on different Unix servers.

Please share your...
2,812
Posted By dreams5617
Unix Scripts
Hi,

I have to write 2 unix scripts:
1. Check whether the databases are up or down which are on different servers.
2. Check the file system space on different Unix servers.

Please share your...
2,254
Posted By dreams5617
Pl tell me the command to use within the VI...
Pl tell me the command to use within the VI Editor.

thanks
2,254
Posted By dreams5617
Writing to another file
Hi,

I have 2 unix files. I have to write all the information in the 2nd file to the 1st file at the end of the 1st file. What is the command for that.
Pl tell me ASAP.

Thanks
2,419
Posted By dreams5617
Display Problem
Hi,

I am trying to install oracle client on unix(SUN Solaris) machine. For this a GUI window will open when i click ./runInstaller
I have Humming Bird Connectivity ->Exceed .Now what i have to do...
Forum: Solaris 06-20-2006
2,689
Posted By dreams5617
Display Problem
Hi,

I am trying to install oracle client on unix(SUN Solaris) machine. For this a GUI window will open when i click ./runInstaller
I have Humming Bird Connectivity ->Exceed .Now what i have to do...
7,824
Posted By dreams5617
No the shell script i have is written like this: ...
No the shell script i have is written like this:

if [[ ! -a $LOG ]]
then
print "$0 started at .... $date" > $LOG
............
fi

after some lines of the above script i saw...
Showing results 1 to 25 of 54

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