Sponsored Content
Full Discussion: SCO 5.0.5 Tape Drive errors
Top Forums UNIX for Dummies Questions & Answers SCO 5.0.5 Tape Drive errors Post 98071 by josramon on Monday 6th of February 2006 02:39:55 AM
Old 02-06-2006
SCO 5.0.5 Tape Drive errors

hi guys,


I.m trying to remove and add a new tape drive by using the mkdev tape command and when i try to update the Kernel this is what i'm getting,


i386ld: Symbol Sdsk_no_tag in /var/opt/K/SCO/link/1.1.1Eb/etc/conf/pack.d/blad/s
pace.o is multiply defined. First defined in /var/opt/K/SCO/link/1.1.1Eb/etc/con
f/pack.d/alad/space.o
i386ld: Symbol Sdsk_no_sg in /var/opt/K/SCO/link/1.1.1Eb/etc/conf/pack.d/blad/sp
ace.o is multiply defined. First defined in /var/opt/K/SCO/link/1.1.1Eb/etc/conf
/pack.d/alad/space.o
i386ld: Symbol Sdsk_no_tag in /var/opt/K/SCO/link/1.1.1Eb/etc/conf/pack.d/ad160/
space.o is multiply defined. First defined in /var/opt/K/SCO/link/1.1.1Eb/etc/co
nf/pack.d/blad/space.o
i386ld: Symbol Sdsk_no_sg in /var/opt/K/SCO/link/1.1.1Eb/etc/conf/pack.d/ad160/s
pace.o is multiply defined. First defined in /var/opt/K/SCO/link/1.1.1Eb/etc/con
f/pack.d/blad/space.o
ERROR: Can not link-edit unix


idbuild: idmkunix had errors.
System build failed.

Please any help i will apreciate it.

thanks a lot

Error: Kernel link failed.
 

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Tape Drive SCO 5.0.7

Hi guys I had a system running 5.0.6 , we upgraded it to 5.0.7 everything was fine till i try to do a test backup. The error was cannot open (cannot open /dev/xct0 no such file or directory)what i did was, removed the tape , reboot the system and the try to install it again, but its... (2 Replies)
Discussion started by: josramon
2 Replies

2. UNIX for Dummies Questions & Answers

second tape drive on SCO 505

I need to run a back up that will take more than one tape. What is the command that will continue the back up on to a second tape drive. the first is /dev/rStp0 second is /dev/rStp1. Anyone? (1 Reply)
Discussion started by: franruiz
1 Replies

3. SCO

Tape drive issues with SCO 5.0.5!!!

Hi Don't know if anyone will be able to help, but we're currently having problems with our external tape drive on our SCO server. If I try the following command for instance, "tar cvf /dev/rStp0", the tape drive jumps into action for a while, then comes back with the error "tar: cannot open:... (3 Replies)
Discussion started by: mattingg
3 Replies

4. SCO

SCO hard drive with data - No SCO computer

Situation - i have an IDE hard drive from server apparently running SCO last used in 2003. No access to computer it was formerly in. I need to access the drive to pull off data files from a billing/scheduling program. I have no SCO machine or access to one atm. Have some limited Linux... (3 Replies)
Discussion started by: lordlars1
3 Replies

5. SCO

Tape Status shows 2 Hard errors and 5 Underruns on new tape

when I do a tape status /dev/rStp0 I get the following on a new tape and I have tried several: Status : ready beginning-of-tape soft errors : 0 hard errors: 2 underruns: 5 My BackupEdge has stopped backing up my system because it asks for a new volume yet my total system data is under 20... (5 Replies)
Discussion started by: psytropic
5 Replies

6. SCO

SCO Openserver Release 5 and HP VS160 Tape Drive

Hi, Does anyone know if a HP VS160 Tape drive will work with SCO Openserver Release 5? If so what driver would it use? alad, cha? Thanks John (3 Replies)
Discussion started by: jfd7000
3 Replies

7. SCO

SCO 5.0.7 Tape Drive swap

Our tape drive died and I installed a newer Quantum DAT72 drive in it's place with the same SCSI ID. It still works, but with one major flaw, the system will lock up if I try to upgrade BackupEDGE or view NFS settings in scoadmin. I get a Transition to ready failure on ha=0* message when the... (4 Replies)
Discussion started by: psytropic
4 Replies

8. Shell Programming and Scripting

Handling tape errors in script

AIX 7.1 Here's the script #!/bin/ksh find . -print > filelist.txt backup -ivqf/dev/rmt0 < filelist.txt > backup.log if ; then echo "Backup to tape failed!" >> backup.log else echo "Backup to tape successfull!" >> backup.log fi mail -v -s "Backup report" maillist < backup.log ... (4 Replies)
Discussion started by: landog
4 Replies
PLMESH(3plplot) 						    PLplot API							   PLMESH(3plplot)

NAME
plmesh - Plot surface mesh SYNOPSIS
plmesh(x, y, z, nx, ny, opt) DESCRIPTION
Plots a surface mesh within the environment set up by plw3d(3plplot). The surface is defined by the two-dimensional array z[nx][ny], the point z[i][j] being the value of the function at (x[i], y[j]). Note that the points in arrays x and y do not need to be equally spaced, but must be stored in ascending order. The parameter opt controls the way in which the surface is displayed. For further details see the PLplot documentation. Redacted form: plmesh(x, y, z, opt) This function is used in example 11. ARGUMENTS
x (PLFLT *, input) Pointer to set of x coordinate values at which the function is evaluated. y (PLFLT *, input) Pointer to set of y coordinate values at which the function is evaluated. z (PLFLT **, input) Pointer to a vectored two-dimensional array with set of function values. nx (PLINT, input) Number of x values at which function is evaluated. ny (PLINT, input) Number of y values at which function is evaluated. opt (PLINT, input) Determines the way in which the surface is represented: opt=DRAW_LINEX: Lines are drawn showing z as a function of x for each value of y[j]. opt=DRAW_LINEY: Lines are drawn showing z as a function of y for each value of x[i]. opt=DRAW_LINEXY: Network of lines is drawn connecting points at which function is defined. AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLMESH(3plplot)
All times are GMT -4. The time now is 11:20 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy