sco server recovery


 
Thread Tools Search this Thread
Operating Systems SCO sco server recovery
Prev   Next
# 1  
Old 09-16-2008
sco server recovery

Hi everyone, I am having a problem using SCO

I have used linux for years and actually learned linux command line from a unix book, but this is my first experience with sco.

I have a server that was running sco 3.04 and thoroughbred basic software. It crashed, and the only backup is on some tape drives, I dont know how it was setup or anything I am just supposed to fix it.

I got a legal copy of openserver 5.07 and installed it on a machine with an adaptec scsi card for the tape drive, and regular ide. running the mkdev tape didnt pickup the tape device even after entering the lun and stuff, plus the driver wasnt listed. I also have a copy of version 6, should I use that instead?

I didnt really want to skip too many versions because the Thoroughbred basic compiler that the system uses was compiled for 3.04 so I dont know if it will work on newer machines.

my question is how can I recover from tape? and is there anyway to get USB support?

I would also like to try recover the data from the old hard drive which picks up in bios, but cant boot, because of damaged sectors. any tools can be used to repair? mac, windows or linux?


thanks alot for all and any help
Dmitri
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. SCO

My UnixWare SCO Server

Hi, I'm new to this Unix world and have taken over looking after the I.T side of things at work, which includes the internal ERP system which runs on a UNIX SCO platform. My initial worry is what state this is in as its been on site over 20 years. What would be the first things to check on... (13 Replies)
Discussion started by: Mick_Dundee
13 Replies

2. SCO

Need Help With SCO Server 5.0.2

Dear All I am a newbie in this forums, I need your expertise assistant on my SCO OpenServer I am currently facing to the BiG problems like this one: "dspmsg: could not execute command printf: No such file or drirectory Error 2" I supposed the file is missing, could you please check if... (4 Replies)
Discussion started by: TinhNhi
4 Replies

3. SCO

Overwritten /dev/root -recovery of SCO OpenServer 5.0.4

Due to my own stupidity I managed to overwrite my /dev/root device using dd (don't ask). Current state is - Have current backup created using cpio (command used was 'find . -mount -depth -print|cpio -ocB > $TAPE') - Once I realised what was happening powered off the server but this was too... (2 Replies)
Discussion started by: ok2
2 Replies

4. SCO

Sco Open Server 5.05

How can I to know procesor type. (1 Reply)
Discussion started by: Batya
1 Replies

5. SCO

Sco Server

:o I should know this but here it goes. Can a Sco server be renamed without re-installation? I have a client that supposedly took some networking course along the way time ago and did sco server intallations in offices in two different states with the same name and domain. Now he wants them... (1 Reply)
Discussion started by: oguerra
1 Replies

6. SCO

SCO Open Server.

Dear All, I am considering installing SCO Open Server as an alternative to MS Exchange. Has anybody had any real world experience of using Open Office? Thanks, TC. (1 Reply)
Discussion started by: TCuk
1 Replies

7. SCO

Reboot the sco server

Dear sir, I am using sco open server 5.06.How we can reboot the system without using root password? Whar are the permision need to change to do this. Thanks, Mostafizur Rahman (3 Replies)
Discussion started by: rahmanm
3 Replies

8. UNIX for Dummies Questions & Answers

sco open server 5.0.6

I'm new to the whole Unix thing and have inherited a network running Macs, Windows 2000 and Unix. The Unix side is very suspect at this point and I want to change out the server. I'd love to use one of the new Apple servers but can't find any info on what "flavors" of Unix it will run. Specificly... (3 Replies)
Discussion started by: matthewd
3 Replies
Login or Register to Ask a Question
MKFS.BFS(8)                                                    System Administration                                                   MKFS.BFS(8)

NAME
mkfs.bfs - make an SCO bfs filesystem SYNOPSIS
mkfs.bfs [options] device [block-count] DESCRIPTION
mkfs.bfs creates an SCO bfs filesystem on a block device (usually a disk partition or a file accessed via the loop device). The block-count parameter is the desired size of the filesystem, in blocks. If nothing is specified, the entire partition will be used. OPTIONS
-N, --inodes number Specify the desired number of inodes (at most 512). If nothing is specified, some default number in the range 48-512 is picked depending on the size of the partition. -V, --vname label Specify the volume label. I have no idea if/where this is used. -F, --fname name Specify the filesystem name. I have no idea if/where this is used. -v, --verbose Explain what is being done. -c This option is silently ignored. -l This option is silently ignored. -h, --help Display help text and exit. -V, --version Display version information and exit. Option -V only works as --version when it is the only option. EXIT CODES
The exit code returned by mkfs.bfs is 0 when all went well, and 1 when something went wrong. SEE ALSO
mkfs(8) AVAILABILITY
The mkfs.bfs command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/. util-linux July 2011 MKFS.BFS(8)