If I'm understanding correctly, you want to run a program that physically resides on the old server against data on the new server. I haven't done this myself, but I don't see any reason why you couldn't run or catalog a program that sits on an NFS mount from another server. The VOC for the remote file might look something like this:
BP.OLD 001: F 002: /mnt/nfs/old_server/BP 003: /mnt/nfs/old_server/D_BP and you'll also need the corresponding object file: BP.OLD.O 001: F 002: /mnt/nfs/old_server/BP.O 003: /mnt/nfs/old_server/D_BP.O Then you should be able to RUN BP.OLD PROGRAMNAME or CATALOG BP.OLD PROGRAMNAME to have its VOC entry replace one that points to the local copy of the program. -John -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Chris Austin Sent: Tuesday, March 30, 2010 2:31 PM To: [email protected] Subject: [U2] 2 servers - how do I point to a VOC on another server? Hello, We're running UniVerse 10.1.8 on our main server and we just bought another server with UniVerse 10.3.3. I would like to setup the old server as the development server and keep the new server as the production server. The problem is we want to "elevate" some programs to the new server. Ideally we would just point the VOC to the old server until we fully test the programs. We have set ALLOWNFS to 1 as well. What is involved for us to run a file and setup a voc to point to a completely different server? Example) program A is on server 1, but we want the changes to reflect on server 2. What we have been doing in the past is editing the VOC from one account to the other, but I'm not sure how to do this on another server. Thanks. _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
