Originally posted by: SDHN
Hello All,
I kno wthis is AIX forum.
But this is a general concept.
OS: Linux
Our goal is to copy the files from one server to other server without using FTP or SFTP.
Our development team will place the file onto the following directory path of test server 1.
/home/abc/newdata
abc is also the user. It is exit on Test server 1 only.
uid of abc is 1006.
For copying the file we setup the mount point in test server 1 as
mount IP Address /home/abc/newdata /mnt/newdata
We mounted following path to the rest of the servers (8 servers).
Now /mnt/newdata is available in all servers.
Our script can copy from /mnt/newdata to the /opt/oracle/data directory path of each server.
One of the user (d2490) on test server 2 has same UID as abc. (uid 1006)
Is it ok to use user d2490 to copy the file?
Is it ok to have user in other server has same uid as user on other server?
In this situation our dev team putting files under /home/abc/newdata on test server1.
We are copying files from mnt/newdata to the /opt/oracle/data of all servers.
Thanks
#AIX-Forum