Operating System - HP-UX
1754021 Members
7097 Online
108811 Solutions
New Discussion

Re: After data movement application services are not properly starting up

 
sumakuma2011
Occasional Advisor

After data movement application services are not properly starting up

Dear Experts,

 

                       Recently we had a storage migration activity from XP12k to XP24K and after that we moved data from existing file system to newly created file system on XP24K but we are unable to start the application services. Is there any additional steps we need to do to fix the application issue.

 

#cp -Rp /abc/* /abc_new

 

Please suggest on this.

 

 

Regards,

Sumant 

Sumant
3 REPLIES 3
rariasn
Honored Contributor

Re: After data movement application services are not properly starting up

Hi Sumant:

 

- Stop services

 

# cp -Rp /abc/* /abc_new

# mv /abc /abc_old

# mv /abc_new /abc

 

- Start services

 

rgs,

 

Yogesh-Puranik
Occasional Advisor

Re: After data movement application services are not properly starting up

Hi,

 

I guess there could be issue with the path variable set for your appalication .

 

ex.If my application is installed under file system /abc/cbd/bin/<application>

When you try to start ,application is looking for the path start with /abc.And currently  your new file system is /abc_new

 

So,change your path to PATH=/abc_new/cbd/<application>  or rename file system /abc_new to /abc.

 

 

Rgds,

Yogesh

 

Dennis Handly
Acclaimed Contributor

Re: After data movement application services are not properly starting up

>... or rename file system /abc_new to /abc.

 

Or set up a symlink.