Need help creating a launcher for connecting 2 computers


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Need help creating a launcher for connecting 2 computers
# 1  
Old 05-18-2011
Need help creating a launcher for connecting 2 computers

CentOS 5.3
I have been tasked with a project of simplifying our media process for new staff and I need some help with ideas on how to achieve this.
I am not a Linux expert and have only been using it for 12 months so appreciate the help.

Stage 1
Currently we are couriered once a month a 220GB drive, install and mount into CRU, then cp * to a dir in an array.
Array dir = /pa/lptp/feb_2011 (i.e ip 192.168.1.7)
We then cp these files to 2 laptops(i.e 192.168.2.11/27) using a rsync command to dir = /pac/ef1.
Question 1
rsync is proving to be unreliable with updating and removing some files, and operator error from cli is causing operational issues,is there a similar command we can use.
I would like to place a launcher from the laptop desktop so it can be completed with GUI. (i have found something in google NFS mount copying to a temp dir on laptop, deleting existing files on laptop dir then copying to location /pac/ef1 - has anyone used or heard of NFS mount?)

Stage 2
Once a week we receive via FTP server updated files that needs to be added to the original media.
Currently this is done in Windows(separate terminal), where we create the update.xml files then Ftp updated files plus update.xml from windows to linux to original dir /pa/lptp/feb_2011 then reload laptops.
Question 2
Is there a linux alternative for creating update.xml files.
The current windows program we input mpu.xml from original media, then place updated weekly files in and it spits us out update.xml file which we can now load to applicable file servers.

Stage 3 - sorry guys and gals I know its getting boring
Ultimately my goal is to have a GUI button on the laptops that when pushed,
A) connects to the array
B) copies content of /pa/lptp/feb_2011 /pac/ef1 deleting all of /pac/ef1 first
C)Another button that connects to FTP server and auto downloads updated files from a specified date
D)Find a Linux program that can create update.xml files

Additional information
Our network has 2 laptops - just CentOS, 1 big monstrosity of a thing = CRU and array(Linux only) and a separate windows terminal.
All talk nicely to each other and all can connect to outside ftp server.
Thanks in advance for your help, any additonal info will be supplied at request.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Ubuntu

Nautilus..launcher!!

Ha!! i am on ubuntu 11.04..i was customizing it the other day!!(applying themes,icons,conky and the likes..)..now i realize that the the "Create launcher..." option you get when you right click on the desktop doesn't create a new launcher!! :(...i checked the global menu under file..only to realize... (1 Reply)
Discussion started by: slotlocker
1 Replies

2. UNIX for Advanced & Expert Users

Help with connecting 3 or 4 computers to one stereo unit

Nowadays I run Mandriva, Ubuntu and Fedora Core. All of the operating systems works fine on my computers. GRUB gives me the opportunity to select an operating system. I have Windows too. I don't run Windows. I like UNIX. Today I work with 3 computers with a single monitor. This is possible... (4 Replies)
Discussion started by: Angelo
4 Replies

3. UNIX for Dummies Questions & Answers

Connecting Two Unix Computers To Share Files

I was wondering if I could get some help with two of my Unix computers. Bare with me as I am new to this software and, hardly know anything on these computers, except based on what I have already worked with them. Here is my issue. I have two unix computers setup together, not connected... (6 Replies)
Discussion started by: OrangeNblack
6 Replies
Login or Register to Ask a Question