Copying/duplicating a weblogic domain in sun Solaris


 
Thread Tools Search this Thread
Operating Systems Solaris Copying/duplicating a weblogic domain in sun Solaris
# 1  
Old 01-15-2015
Copying/duplicating a weblogic domain in sun Solaris

hi

Description:
I'm trying to duplicate a weblogic domain via command line. Copying the domain is not the problem. I need to clean up the domain of all directories that contain *.log*, *.out* and *.dat* files. So in a nutshell I need to cherry pick these directories and remove them before I tar and zip the domain. So far I have used the following:
Code:
find . -name \*.log*, find . -name \*.out  
#and 
find . -name \*.dat*

and got a list of directories that way and then I tried a tar the domain using the --exclude for each of these directories (over 20) only to see it fail. Is there a better way of doing this either with a script of with a single or fewer commands. Please respond with full syntax, I am not the best at this and this is a learning experience for me.

Thank you all in advance

Moderator's Comments:
Mod Comment Please use code tags next time for you code and data, thanks

Last edited by vbe; 01-15-2015 at 05:52 PM.. Reason: code tags
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Hardware

Sun T2000 activity LED in slow blink even though Domain is up

Hello All I have a SunFire T2000 running f/w 6.3.2 The activity led is in slow blink mode. this typically indicates that the domain is down, however it is up and running. I had this issue before and resetting the sc fixes the issue, but now it has come back. showfaults from the sc indicatess... (1 Reply)
Discussion started by: gls5161
1 Replies

2. Solaris

Facing issue while installing weblogic on Solaris 11

Hi, i am facing issue while installing weblogic on solaris..its giving me invalid argument error. solaris is intstalled on my VM. uname -a SunOS Vishal 5.10 Generic_137138-09 i86pc i386 i86pc screenshot attached. (5 Replies)
Discussion started by: Vishal Baghla
5 Replies

3. Solaris

Sun M5000 hardware domain creation - How to keep current OS?

Hi, This Sun M5000 currently has a single domain (0) created. Solaris 10 is installed on this domain with some local zones. Now we need to add a secondary hardware domain (1) to this M5000. My question: Can we keep the current OS settings on domain 0 when adding the secondary domain 1? Thank... (5 Replies)
Discussion started by: aixlover
5 Replies

4. UNIX for Advanced & Expert Users

Sun M5000 hardware domain creation - How to keep current OS?

Hi, This Sun M5000 currently has a single domain (0) created. Solaris 10 is installed on this domain with some local zones. Now we need to add a secondary hardware domain (1) to this M5000. My question: Can we keep the current OS settings on domain 0 when adding the secondary domain 1? ... (0 Replies)
Discussion started by: aixlover
0 Replies

5. UNIX for Advanced & Expert Users

subprocess termination: sun java domain

I have only one domain in my sun java apps. I restarted however I got the error below server failed to stop: abnormal subprocess termination could not stop domain could not stop domain could not stop one or more instances in the domain: domain1 starting up myapplication instance... (0 Replies)
Discussion started by: lhareigh890
0 Replies

6. Solaris

Problem in deployment in weblogic server in solaris

I am getting following error during deployment in solaris. when i deploy same war in other machine (non-solaris) it works fine. the stacktrace is < ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1277738498407> <BEA-149205> <Failed to initialize the... (0 Replies)
Discussion started by: paradesi143
0 Replies

7. Solaris

How to create Logical domain in Sun Fire T2000 server

Hi I am fresher in Virtualisation in solaris 10.I need to know how to install and configure guest OS, I have a server Sun T2000 with solaris 10 OS BASE. How to install logical domain, what are the prerequest for installing l domain can some one guide me what are the basic requirement to... (2 Replies)
Discussion started by: solaris8in
2 Replies

8. UNIX for Dummies Questions & Answers

Sun Solaris 10: How do I create a bootup disc? The Sun website confuses me

Hey there, I am starting a Computer Science Foundation year at the end of this month and am trying to get a little bit ahead of the game. I have always wanted to learn Unix and am currently struggling with creating a boot disc to run Solaris (I have chosen to study this) from as opposed to... (0 Replies)
Discussion started by: Jupiter
0 Replies

9. Solaris

SOLARIS/BEA WEBLOGIC ver.8.1

Hello all, I am having a little issue with BEA webloigc server Version 8.1, previously, we we confugred we where able to Grep processes for BEA and we could get the processes listed now I am only able to see the start weblogic script process. the weblogic server is up and running and performing its... (2 Replies)
Discussion started by: jvgvr6
2 Replies

10. Solaris

Sun Domain configuration

How can i configure domain in sun E10k server. Domain configuration is done in ok prompt or OS's command line. I read the manuals for configuring Domain from docs.sun.com. Still i have confusion in the domain configuration. Anyone have any documents for domain configuration means plz send me..... (2 Replies)
Discussion started by: muthulingaraja
2 Replies
Login or Register to Ask a Question