12-02-2011
Hi Anchal Khare
its really very good very very impressing.
at last with anchal help i finally created my script.
My scritp looks like this:
------------------------
echo "
################################################################
" > ~/RestoreImpfile_appl_comn.sh
echo "export APPL_TOP=$APPL_TOP" >> ~/RestoreImpfile_appl_comn.sh
echo "export FND_TOP=$FND_TOP" >> ~/RestoreImpfile_appl_comn.sh
echo "export MSC_TOP=$MSC_TOP" >> ~/RestoreImpfile_appl_comn.sh
echo "export ORACLE_HOME=$ORACLE_HOME" >> ~/RestoreImpfile_appl_comn.sh
echo "export TNS_ADMIN=$TNS_ADMIN" >> ~/RestoreImpfile_appl_comn.sh
echo "export COMMON_TOP=$COMMON_TOP" >> ~/RestoreImpfile_appl_comn.sh
echo "export CONTEXT_NAME=$CONTEXT_NAME" >> ~/RestoreImpfile_appl_comn.sh
echo "export OA_HTML=$OA_HTML" >> ~/RestoreImpfile_appl_comn.sh
echo "export IAS_ORACLE_HOME=$IAS_ORACLE_HOME" >> ~/RestoreImpfile_appl_comn.sh
echo "
################################################################
" >> ~/RestoreImpfile_appl_comn.sh
awk '/^cp/ {
n= split($2,A,"/");
s=A[n];
printf ("cp %s/%s ",$3,s);
for (i=1;i<n;i++) {
printf ("%s/",A[i])
}
print j
}' abc.sh >> ~/RestoreImpfile_appl_comn.sh
echo "
Restore file : ~/RestoreImpfile_appl_comn.sh
"
################
Finally my script output i got which i want.
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
[appxdb72@pks19jkp]/fsaixxdb72/applmgr/pgbcxdb72> cat RestoreImpfile_appl_comn.sh
################################################################
export APPL_TOP=/fsaixxdb72/applmgr/pgbcxdb72/appl
export FND_TOP=/fsaixxdb72/applmgr/pgbcxdb72/appl/fnd/11.5.0
export MSC_TOP=/fsaixxdb72/applmgr/pgbcxdb72/appl/msc/11.5.0
export ORACLE_HOME=/fsaixxdb72/applmgr/pgbcxdb72/8.0.6
export TNS_ADMIN=/fsaixxdb72/applmgr/pgbcxdb72/8.0.6/network/admin/gpsogu72_rs19edp
export COMMON_TOP=/fsaixxdb72/applmgr/pgbcxdb72/comn
export CONTEXT_NAME=pgbcxdb72_pks19jkp
export OA_HTML=/fsaixxdb72/applmgr/pgbcxdb72/comn/html
export IAS_ORACLE_HOME=/fsaixxdb72/applmgr/pgbcxdb72/iAS
################################################################
cp $BKPDIR/appl/*.env $APPL_TOP/
cp $BKPDIR/appl/*.env $APPL_TOP/admin/
cp $BKPDIR/appl/*.xml $APPL_TOP/admin/
cp $BKPDIR/appl/topfile* $APPL_TOP/admin/
cp $BKPDIR/appl/*def* $APPL_TOP/admin/
cp $BKPDIR/appl/pasta* $FND_TOP/resource/
cp $BKPDIR/appl/ixlib* $FND_TOP/resource/
cp $BKPDIR/appl/MSCPLD.sh $MSC_TOP/bin/
cp $BKPDIR/8.0.6/*.env $ORACLE_HOME/
cp $BKPDIR/8.0.6/listener.ora $TNS_ADMIN/
cp $BKPDIR/8.0.6/tnsnames.ora $TNS_ADMIN/
cp $BKPDIR/8.0.6/uifont.ali $ORACLE_HOME/guicommon6/tk60/admin/
cp $BKPDIR/comn/adautocfg.sh $COMMON_TOP/admin/scripts/${CONTEXT_NAME}/
cp $BKPDIR/comn/adcmctl.sh $COMMON_TOP/admin/scripts/${CONTEXT_NAME}/
cp $BKPDIR/comn/oai_x_ftp.sh $COMMON_TOP/admin/scripts/${CONTEXT_NAME}/
cp $BKPDIR/comn/appsweb*.cfg $OA_HTML/bin/
cp $BKPDIR/iAS/*.env $IAS_ORACLE_HOME/
cp $BKPDIR/iAS/*.ora $IAS_ORACLE_HOME/network/admin/${CONTEXT_NAME}/
cp $BKPDIR/iAS/buildFileMoverServlet.sh $IAS_ORACLE_HOME/Apache/Jserv/servlets/
cp $BKPDIR/iAS/FileMoverServlet* $IAS_ORACLE_HOME/Apache/Jserv/servlets/
[appxdb72@pks19jkp]/fsaixxdb72/applmgr/pgbcxdb72>
Again Anchal i would like to thanks your for this awsome command.
Regards
Kaleem.
9 More Discussions You Might Find Interesting
1. Solaris
I have a simple backup script that I am running to back up drives across the network. However I need to have detailed log files for this script such as time backup started, what was backed up, if there were any errors and the time that the backup was complete. I would also like the script to... (3 Replies)
Discussion started by: valicon
3 Replies
2. Shell Programming and Scripting
could you please find a solution for this
script that backup a file. The file name to backup should be provided as input parameter, the backup file should have the same file name with the extension ".bak". If the user provides no input parameter, the script should display an error message. If... (1 Reply)
Discussion started by: anything
1 Replies
3. Shell Programming and Scripting
Hi,
I need help urgently for following issue. Pls help me to resolve this issue.
I am calling sql script file(file1.sql) from UNIX Shell Script(script1.ksh) using sql plus and trying to create flat file that contains all records returned from SQL query in SQL script(file1.sql)
I given... (6 Replies)
Discussion started by: praka
6 Replies
4. Shell Programming and Scripting
Here is my code which i am using wright now:
CODE
#!/bin/bash
awk ' BEGIN { FS="|";
while ( getline <"file1.txt" > 0)
a=$2
}
{
if($1 in a)
printf("%s %s Specialty Mapped\n", $1, a) > "mapped.txt"
else
printf("%s %s Specialty Not mapped\n", $1, $2) > "notmapped.txt"
... (2 Replies)
Discussion started by: dsh007
2 Replies
5. Solaris
I am trying to restore opt on my server.
my issue is, all the partitions are saved into the same back up tape.
what is the exact command to just restore /opt for example, supposing c0t0d0s7 is the partition for /opt
---------- Post updated at 01:16 PM ---------- Previous update was at... (7 Replies)
Discussion started by: feg
7 Replies
6. UNIX for Dummies Questions & Answers
Hi!
I want to test something to learn Shell scripting better.
1)
How can I make a BackUp from all users and groups homedirectory?
I want to save that backup in an archiv.
Can I choose how to name the backUp archiv?
2)
Ok I want to make a file like csv, in this file are listed Users.... (3 Replies)
Discussion started by: CommanderLinux
3 Replies
7. Shell Programming and Scripting
Hi there,
Alright I have this line that I'm working with (bash programming):
mysql -u username -pHASH ${args} < /home/site/backups/site.${args}.sql
I get this error on that line:
./restore.sh: line 51: syntax error near unexpected token `newline'
./restore.sh: line 51: `mysql -u... (5 Replies)
Discussion started by: Pandoula
5 Replies
8. Shell Programming and Scripting
Hello All,
I need immediate help in creating shell script to call archivebkup.ksh script when archive file system capacity reaches threshold value or 60%
Need to identify the unique file system that reaches threshold value.
ex:
capacity
... (4 Replies)
Discussion started by: sasikanthdba
4 Replies
9. Solaris
Hi,
I am very new to scripting. I need to create a script which does following.
Scenario:
First get the format command output echo | format
Insert the new disk to Solaris Server
Get Zpool status
format the new disk
( Here I need to select the new disk which have been inserted, I do... (1 Reply)
Discussion started by: praveensharma21
1 Replies