Will moving data from one filesystem to another affect current software installation


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Will moving data from one filesystem to another affect current software installation
# 1  
Old 10-13-2009
Will moving data from one filesystem to another affect current software installation

Here we have concern. We have a IBM software installed in a server S1 in the location : /opt/IBM.
In this server S1, we have /opt file system in local disk. We don't have any option to increase the file system there.
We have created a separate /opt/IBM_NEW file system with 10GB in S1 server.
You have to copy the data from /opt/IBM to /opt/IBM_NEW.
After that we will remount the /opt/IBM_NEW to /opt/IBM.
Please let me know if moving whole folder under /opt/IBM to other point and moving it back, will impact the current software installation there..

thanks in advance!!
# 2  
Old 10-13-2009
The question is more how will you transfer the content? using cp? or cpio/tar? or backup-restore.Will users be connected? etc...
Properly done it should not have an impact after reorganization...
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Manual software installation

Hi everyone, As you probably have guessed from the title, I am totally new to the Linux world. I am trying to get a program called Quantum to run. From what I could gather while reading on-line, programs in Linux usually come in packages. It this case however, I only have the archive with... (10 Replies)
Discussion started by: vy4kov
10 Replies

2. HP-UX

Software installation on HP-UX system

Hello, I work on an oil rig offshore with limited resources at my disposal at the moment. We have been trying to repair one of our IMS stations, but no one out here is familiar with UNIX and our ABB service rep is spotty at best. The machine is an HP 9000 running HP-UX 10.20. We are trying... (2 Replies)
Discussion started by: abollmeyer
2 Replies

3. Shell Programming and Scripting

Moving most current files

Hey all, I'm writing a script to move the latest file from several directories into another directory and I need some help with getting the syntax to move the latest files from all directories. So basically I do the following... $ cd /usr/local/etc/my_files $ ls AA AB AC AD $cd AA/ $ ls... (1 Reply)
Discussion started by: em23
1 Replies

4. Shell Programming and Scripting

Finding files older than the current date and time and renaming and moving

Hi, I have a very urgent requirement here. I have to find all files in the specified directory but not in the sub directories(The directory name is stored in a variable) which are older than the current date as well as current time and rename it as filename_yyyymmddhhmmss.ext and move it into a... (7 Replies)
Discussion started by: ragavhere
7 Replies

5. UNIX for Advanced & Expert Users

Software installation

Hi, Like Windows XP OS, when we will install a software it will go by default to C drive's Program file directory. So similarly if we will install the software in the Linux OS, where it will go by default ? (4 Replies)
Discussion started by: rajesh08
4 Replies

6. UNIX for Dummies Questions & Answers

How to split current existing 32G filesystem into 8G*4

Hello, Buddies: I am a database administrator. we want to split existing 32G filesystem into separate chunks of 8G and map them into separate filesystems ? For example: /abc1/appl/oracle to be split into: /def1/appl/oracle /ghi7/appl/oracle /jkl23/appl/oracle ... (2 Replies)
Discussion started by: GreatJerry
2 Replies

7. Solaris

Software installation help

Hi, I'm new to solaris basically, with a decent background in linux. But everything seems to have jsut enough differances to be problematic. two things i need answered are 1) How do i alter the network settings in Solaris 2.5.1? 2) how do i go about installing netscape (already got... (3 Replies)
Discussion started by: netstat
3 Replies

8. Solaris

Software Installation

Hi All, I am new to Solaris Platform . I would like to know whether the machine on which I am working has Oracle9 installed on it or no? How do I proceed? Regards SONAL (3 Replies)
Discussion started by: sonbag_pspl
3 Replies

9. UNIX for Dummies Questions & Answers

Software installation

I'm attempting to download gnu common lisp software on mac os x unix and having trouble with the ./configure command. It gives an error of: Unable to guess machine type use configure --enable-machine=XXX, for XXX such that h/XXX.defs exists, ie in h/386-bsd.defs h/FreeBSD.defs h/NeXT.defs.... ... (1 Reply)
Discussion started by: xaosai
1 Replies
Login or Register to Ask a Question