Migrating Digi PortServer TS 16


 
Thread Tools Search this Thread
Operating Systems SCO Migrating Digi PortServer TS 16
# 1  
Old 10-30-2010
Migrating Digi PortServer TS 16

Hi

I am migrating from SCO 5.05 to SCO 6. The SCO 5.05 is on old hardware.

I have installed SCO 6.0 on a new Dell server. I am manualy migrating the users, printer config and profiles.

When I finsh migrating I plan to switch the IP address from the old server to new server, and shut down the old server.
By doing this I will not have have re-configure the digiport divices, print servers.

Digi port devices are new for me and I dont want to make any change on the devices ( this is to minimize the down time, as these devices are geographically spread)

Can you please advise me what files contain the Digi Portserver 16 configuration in SCO 5.05, that I can copy to the new server. or if copy is not possible then find out the config and re create on the new server.

TIA

TIA
# 2  
Old 10-30-2010
Using 'ap' to move all the user profiles and passwords, may simplify that process.

Start here Drivers - Technical Support - Digi International for the terminal server drivers.
The kernel is re-linked during installation so you will not be able to just copy files from 5.0.5
When you re-install the Digi software, make sure that the range of terminal addresses is the same as on the old system. ie. If the old system has ttya01 through ttya15 then make sure that the new system has the same letter "a". This is especially true if the old system has ttyb01 etc.
Run 'mpi' on the old system to display the port configuration and usage.
Then run 'mpi' on the new system to configure individual ports.
Assuming that your old system used Visionfs for networking, and the new system uses Samba, you can use the following to help move network printers.
Visionfs:

Code:
:                                                                               
#       @(#) dumb 25.2 95/03/27                                                 
# lp interface for dumb line printer                                            
                                                                                
S=/usr/spool/lp/bin; export S                                                   
V=/usr/vision/bin/visionfs; export V                                            
#Set up some global variables.                                                  
: ${SPOOLDIR:=/usr/spool/lp}                                                    
: ${LOCALPATH:=${SPOOLDIR}/bin}                                                 
                                                                                
copies=$4                                                                       
shift; shift; shift; shift; shift                                               
files="$*"                                                                      
i=1                                                                             
while [ $i -le $copies ]                                                        
do                                                                              
        for file in $files                                                      
        do                                                                      
        cat ${file}| $V print //MEX1/OKIB6300 - --user administrator --password abc                                                                        
        done                                                                    
        i=`expr $i + 1`                                                         
done                                                                            
exit 0

Samba:
Code:
1  :                                                                       
 2  #       @(#) dumb 25.2 95/03/27                                         
 3  #ident  "@(#)lp:model/dumb      1.3.1.2"                                
 4  # lp interface for dumb line printer                                    
 5  S=/usr/spool/lp/bin; export S                                           
 6  server=prtsrvr                                                          
 7  service=fs5500                                                          
 8  password="lp%lp"                                                        
 9  copies=$4                                                               
10  shift; shift; shift; shift; shift                                       
11  files="$*"                                                              
12  i=1                                                                     
13  while [ $i -le $copies ]                                                
14  do                                                                      
15          for file in $files                                              
16          do                                                              
17          cat $S/fs17init $file $S/fs17exit\                              
19          |/usr/bin/smbclient //$server/$service --user $password \       
20          -c "translate; print - " >/dev/null 2>&1                        
21          done                                                            
22          i=`expr $i + 1`                                                 
23  done                                                                    
24  exit 0

fs17init and fs17exit are files containing PCL5 escape sequences.
# 3  
Old 03-03-2011
Be sure to use the UNIXWARE 7.14 Digi Drivers

Remember that SCO 6 is a Unixware kerneal with a SCO 5 overlay on it. For did drivers you must use the Unixware drivers and not the sco 5.07 drivers.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Migrating to UNIX

I am looking for a stable, reliable system to replace my current Windows systems in the home. These are simple systems that I purchased from the local Big Box store. I have heard many good things about Unix and it's various children and it sounds like a good option to me. I have worked... (2 Replies)
Discussion started by: donschurter
2 Replies

2. AIX

Setup 1 Digi PortServer II with 5 x AIX boxes

Hi everyone, My latest challenge sees me assisting with the setup of one of our classroom labs. We are trying to configure the lab so that the (5) IBM 9115-505 servers (all running AIX7.1) have their serial 0 ports connected to a Digi PortServer II, which is on the classroom LAN, along with the... (4 Replies)
Discussion started by: richardsantink
4 Replies

3. SCO

Digi 8e memory window not available in mpi

In setting up an 8e on 5.0.5 I couldn't find a memory window that worked using mpi (3 versions). The memory search program (DOS based) indicated E800 was available but mpi only listed E000. I resolved my immediate problem by changing the window value in /etc/conf/pack.d/pcxx/space.c prior to... (2 Replies)
Discussion started by: edfair
2 Replies

4. AIX

Printer issue on a Digi

Ok, Im a new network admin to the AIX environment. Im in the AIX console as we speak and I don't understand this issue with the print server. It's not a standard print server that I'm used to seeing and was wondering if any of you have any experiences with a Dev_Wait issue on a Digital to Serial... (0 Replies)
Discussion started by: Itsaboutme
0 Replies

5. HP-UX

Migrating from HP-UX 11 to HP-UX 11.i?

Hi, I want to Migrate my machine from HP-UX 11 to HP-UX 11.i, regarding this i would like to know the difference and the advances b/w these two. If anyone have cookbook HP-UX 11 to HP-UX 11.i, then provide the link to me. Thanks in Advance. Sarwan (3 Replies)
Discussion started by: sarwan
3 Replies

6. HP-UX

When migrating from HP-UX 11.0 to HP-UX 11.i

Hi to all, I am migrating HP-UX 11.0 to HP-UX 11.i, The following list are the components which i used in HP-UX 11.0, Whether I can use this same components in HP-UX 11.i or I should upgrade any of software version with respect to HP-UX 11.i. Oracle 8.1.7 Tuxedo 8.0 BEA Message queue... (0 Replies)
Discussion started by: sweta
0 Replies

7. UNIX for Dummies Questions & Answers

Migrating from HP to Solaris

My company is considering migrating from HP unix to Solaris just to get two more years of support for a particular software product. My question is just how much of an effort is it to do this migration? Are you aware of any migration tools to assist us in this migration? Thanks (1 Reply)
Discussion started by: jkuchar747
1 Replies

8. UNIX Desktop Questions & Answers

mini digi-cam

hey guys! I am on a fedora core2 i686 with gui and I have a miniture cool-cam which is digital.. it connects through regular usb.. the system recognizes it and the when I go into the desktop peripheral and go to camera it gives name and tells test was successful.. it also says that the camera has... (0 Replies)
Discussion started by: moxxx68
0 Replies
Login or Register to Ask a Question