raid 1 configuration in sco open unix


 
Thread Tools Search this Thread
Operating Systems SCO raid 1 configuration in sco open unix
# 1  
Old 03-27-2009
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
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

SCO UNIX Open Server Version 5.0.2

I have a CD SCO Unix Open Server Version 5.0.2 but I am missing the botable 1.44 floppy disk.Can any one please tell me where can I download the botable disk? Also I have HP Pavillion 512 MB RAM and 20 GB Hard disk can I use this machine for the installation of SCO Unix? Thanks (4 Replies)
Discussion started by: mustish1
4 Replies

2. SCO

How to open a floppy in SCO UNIX?

Hi, Please help me to find the command to open a floppy disc 3.5" in Sco Unix Open Server 5.0.6 environment. Device located in dev/fd0. thanks in advance Rukshan (5 Replies)
Discussion started by: rukshan4u2c
5 Replies

3. Red Hat

RAID Configuration for IBM Serveraid-7k SCSI RAID Controller

Hello, I want to delete a RAID configuration an old server has. Since i haven't the chance to work with the specific raid controller in the past can you please help me how to perform the configuraiton? I downloaded IBM ServeRAID Support CD but i wasn't able to configure the video card so i... (0 Replies)
Discussion started by: @dagio
0 Replies

4. SCO

Foxbase 2.1.2d in Sco Unix Open Server 5.0.7

Hi my name is Danilo. I'm trying to install Sco foxbase + 2.1.2d. When i tried to install it with "custom" command, i receive the error: "sed: cannot open: ./tmp/perms/prep/*/prep.message: No such file or directory (error 2) The Operative System is Sco Open Server 5.0.7v (the virtualized version... (1 Reply)
Discussion started by: danilosevilla
1 Replies

5. UNIX for Advanced & Expert Users

Foxbase 2.1.2d in Sco Unix Open Server 5.0.7

Hi my name is Danilo. I'm trying to install Sco foxbase + 2.1.2d. When i tried to install it with "custom" command, i receive the error: "sed: cannot open: ./tmp/perms/prep/*/prep.message: No such file or directory (error 2) The Operative System is Sco Open Server 5.0.7v (the virtualized version... (1 Reply)
Discussion started by: danilosevilla
1 Replies

6. Filesystems, Disks and Memory

Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!!

Hello Moto I hope someone can help We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers.. a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies

7. 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

8. UNIX for Advanced & Expert Users

Unix Sco 5.0.7 Raid Problems

Hello there guys , I have this problem , i have this hp smart array 641 raid card and i'm trying to install sco unix 5.0.7 and is says no root disk found right before the instalation is about to start. I know that you have to load the driver befor the install bud i really cannot find the... (0 Replies)
Discussion started by: josramon
0 Replies

9. Filesystems, Disks and Memory

2-Ch RAID Problem in SCO Open Server

Help, if possible. In SCO Open Server with installation of two-channel RAID controller the following happens: on the channel 0 disk array is seen by an operational system, and on the channel 1 array is not seen (simultaneously). That is the operational system can not simultaneously use more than... (1 Reply)
Discussion started by: pko60
1 Replies
Login or Register to Ask a Question
BRANDELF(1)						    BSD General Commands Manual 					       BRANDELF(1)

NAME
brandelf -- mark an ELF binary for a specific ABI SYNOPSIS
brandelf [-lv] [-f ELF_ABI_number] [-t string] file ... DESCRIPTION
The brandelf utility marks an ELF binary to be run under a certain ABI for FreeBSD. The options are as follows: -f ELF_ABI_number Forces branding with the supplied ELF ABI number. Incompatible with the -t option. These values are assigned by SCO/USL. -l Writes the list of all known ELF types to the standard error. -v Turns on verbose output. -t string Brands the given ELF binaries to be of the string ABI type. Currently supported ABIs are ``FreeBSD'', ``Linux'', and ``SVR4''. file If -t string is given it will brand file to be of type string, otherwise it will simply display the branding of file. EXIT STATUS
Exit status is 0 on success, and 1 if the command fails if a file does not exist, is too short, fails to brand properly, or the brand requested is not one of the known types and the -f option is not set. EXAMPLES
The following is an example of a typical usage of the brandelf command: brandelf file brandelf -t Linux file SEE ALSO
The Santa Cruz Operation, Inc., System V Application Binary Interface, http://www.sco.com/developer/devspecs/, April 29, 1998 (DRAFT). HISTORY
The brandelf manual page first appeared in FreeBSD 2.2. AUTHORS
This manual page was written by John-Mark Gurney <jmg@FreeBSD.org>. BSD
March 25, 2014 BSD