Hello people,
I hope somebody can help me with this.
The system is p5 9110-510 with AIX 5.3.
I want to copy one big directory (about 10-30GB) to an unpluggable harddisk on system A,
which later will be attached to system B. And this system B should see the directory.
What I think I should do on system A:
1. attach the HDD to the system A -> cfgmgr
2. make logical volume transportlv (vg: rootvg) & filesystem jfs
& directory "/dir_to_transport" & mount it
3. recursively copy the local directory to "/dir_to_transport"
4. umount "/dir_to_transport" (HOW?) & rmdev -l HDD -d & unplugge HDD
On system B:
1. attach the HDD to the system A -> cfgmgr
2. ?
3. ?
... ?
And this is what I want to reach:
"Voila... system B can see "/dir_to_transport" on HDD."
Thanks in advance.
Best regards,
cipaera
I hope somebody can help me with this.
The system is p5 9110-510 with AIX 5.3.
I want to copy one big directory (about 10-30GB) to an unpluggable harddisk on system A,
which later will be attached to system B. And this system B should see the directory.
What I think I should do on system A:
1. attach the HDD to the system A -> cfgmgr
2. make logical volume transportlv (vg: rootvg) & filesystem jfs
& directory "/dir_to_transport" & mount it
3. recursively copy the local directory to "/dir_to_transport"
4. umount "/dir_to_transport" (HOW?) & rmdev -l HDD -d & unplugge HDD
On system B:
1. attach the HDD to the system A -> cfgmgr
2. ?
3. ?
... ?
And this is what I want to reach:
"Voila... system B can see "/dir_to_transport" on HDD."
Thanks in advance.
Best regards,
cipaera