Sponsored Content
Full Discussion: SCO 5.0.7 Configuration
Operating Systems SCO SCO 5.0.7 Configuration Post 302964605 by hicksd8 on Saturday 16th of January 2016 12:46:02 PM
Old 01-16-2016
I haven't used SCO for a few years now but I remember that a SCSI tape drive would be configured using:

Code:
# mkdev tape

You'll need to know which scsi id the tape is set to (jumper wise)

This will present a menu driven config routine at the end of which you should select relink kernel=yes, and rebuild environment=yes

How is the Equinox connected to the system? Add-in card, USB, or what? It's not a product that I'm familiar with.

---------- Post updated at 05:46 PM ---------- Previous update was at 05:42 PM ----------

The main configuration tool built into SCO OS is:

Code:
# scoadmin

Search the web for that

Last edited by hicksd8; 01-16-2016 at 01:51 PM..
This User Gave Thanks to hicksd8 For This Post:
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Internet Configuration in SCO 5.05

Hi, I'm trying to configure SCO's internet manager for access to the internet. However, when I start the config program, my desktop turns black & white (unless I minimize communicator's window -- then it turns back to normal). I type in the user id and password and it looks as if the... (1 Reply)
Discussion started by: gseyforth
1 Replies

2. UNIX for Dummies Questions & Answers

Configuration management tool in SCO UNIXWARE 7.1.3

Hi all, :confused: I want to know about the configuration management tool that is used in SCO UNIXWARE 7.1.3. Please refer some sites where i could get the details. Thanks in advance kavitha (2 Replies)
Discussion started by: kavithadass
2 Replies

3. SCO

SCO Unix Network Configuration

Hello Guys, We have an old PC running on SCO Unix V. Is there any sites where i can get manual/procedures on how to install and configure Network. Thanks (2 Replies)
Discussion started by: nrcuevas
2 Replies

4. SCO

raid 1 configuration in sco open unix

Dear Team , how i can configure raid 1 (mirroring) using ide hdd in sco open unix 5 i have two 80gb identical hdd (same make/model) thanx (0 Replies)
Discussion started by: sudhir69
0 Replies

5. SCO

Alias in SCO network configuration

We have many remote servers that are running different versions of the SCO operating system. The current server inventory includes the usage of SCO 3.2v5.0.5 3.2v5.0.6 and 3.2v5.0.7. Recently, there have been some ongoing problems when a re-boot is done with some of these remote servers.... (0 Replies)
Discussion started by: dclary
0 Replies

6. UNIX for Dummies Questions & Answers

SCO Printer configuration file

Hello, I am working on Servers running SCO OpenServer 5 and I tend to setup a lot of Servers. I am wondering if mkdev -lp to create printers has a file that I can just copy and paste from an exisiting Server to a new (upgrade) server. I can do this with the hosts and resolv.conf files. ... (1 Reply)
Discussion started by: ewerezak
1 Replies

7. SCO

SCO 5.5 remote login configuration

Sir, i have a sco 5.5 installed server and 6 clients connected through pci specialix card and printing working fine in these all terminals. 7 and 8 ports are free now, i need to setup another terminal for login on through 7 or 8 port for remote login. i connect a external modem using 25 pin male... (3 Replies)
Discussion started by: Aneesh Kumar.T
3 Replies
AMLABEL(8)						      System Manager's Manual							AMLABEL(8)

NAME
amlabel - label an Amanda tape SYNOPSIS
amlabel [-f] config label [ slot slot ] DESCRIPTION
All Amanda tapes must be pre-labeled before they are used. Amanda verifies the label in amdump and amflush before writing to make sure the proper tape is loaded. Amlabel writes an Amanda label on the tape in the device specified by the amanda.conf file in /etc/amanda/config. Label may be any string that does not contain whitespace and that matches the amanda.conf labelstr regular expression option. It is up to the system administrator to define a naming convention. Amlabel appends the new tape to the tapelist file so it will be used by Amanda before it reuses any other tapes. When you amlabel multiple tapes, they will be used in the order you amlabel them. Amlabel will not write the label if the tape contains an active Amanda tape or if the label specified is on an active tape. The -f (force) flag bypasses these verifications. An optional slot may be specified after the tape label. If a tape changer is in use, amlabel will label the tape in the specified slot instead of the currently loaded tape. See the amanda(8) man page for more details about Amanda. EXAMPLE
Write an Amanda label with the string "DMP000" on the tape loaded in the device named in the tapedev option in /etc/amanda/Daily- Set1/amanda.conf: % amlabel DailySet1 DMP000 Label the tape in slot 3 of the currently configured tape changer with the string "DMP003": % amlabel DailySet1 DMP003 slot 3 MESSAGES
label label doesn't match labelstr "str" Label label on the command line does not match the labelstr regular expression str from amanda.conf. label label already on a tape Label label is already listed as an active Amanda tape. no tpchanger specified in "path", so slot command invalid The command line has the slot parameter but the amanda.conf file in path does not have a tape changer configured. reading label label, tape is in another amanda configuration This tape appears to be a valid Amanda tape, but label does not match labelstr for this configuration so it is probably part of a different Amanda configuration. reading label label, tape is active Tape label appears to already be part of this Amanda configuration and active, i.e. has valid data on it. no label found, are you sure tape is non-rewinding? While checking that the label was written correctly, amlabel got an error that might be caused by mis-configuring Amanda with a rewinding tape device name instead of a non-rewinding device name for tape. AUTHOR
James da Silva <jds@cs.umd.edu> University of Maryland, College Park SEE ALSO
amanda(8) amdump(8) amflush(8) AMLABEL(8)
All times are GMT -4. The time now is 10:14 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy