Sponsored Content
Full Discussion: Error F painit on bootup
Operating Systems SCO Error F painit on bootup Post 303015218 by Transpower on Friday 30th of March 2018 06:44:21 PM
Old 03-30-2018
The saga continues. The Intel Pro/100+ card came in and I installed it in the alternate system. I booted to the Windows Server 2003 drive--and the OS saw the card and installed the driver perfectly--thus I know the card is fine. Then I shutdown Windows Server 2003 and booted to the SCO UNIX OpenServer drive--and again it stopped at step F of the boot. I do have an LPT3 card in the original computer and one in the alternate computer. However, they're not the same brand, so I therefore decided to buy another LPT3 card from the manufacturer, Axxon, which is in the original system--and which I definitely know works with SCO. I'll post back when I get the new LPT3 card installed (of course taking out the other one). My goal here is to have two redundant systems.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Triple bootup

Hi guys, May I know how to install Solaris 8 in the way that I can triple boot it with my the other two OS: WIndows ME and Windows 2000 Pro. Can you all please kindly advise me on how to setup the triple boot process inorder to allow Windows ME to be the default OS when being ask to choose... (1 Reply)
Discussion started by: cia
1 Replies

2. Linux

Preventing a scan of the RAID during bootup

I have a RH 7.3 server that needs a restart today after putting a patch in place. The last time I rebooted this box was almost a year ago and when the uptime is quite long, Linux likes to check all the disks for errors, including the RAID. This adds almost 1.5Hrs to my bootup process:eek: . Does... (1 Reply)
Discussion started by: turbo90awd
1 Replies

3. UNIX for Advanced & Expert Users

bootup script

Hello there I need to run a script whenever i reboot or startup my HP-UX server. This script adds some routes to the route table, and it start third party aplications like "Star Manager". I thought i could do this simply putting the script in "/sbin/init.d, and a link to the script in... (7 Replies)
Discussion started by: vascobrito
7 Replies

4. UNIX for Dummies Questions & Answers

Bootup Error

Hi all The following error was displayed when a sco server (5.0.5) was booted. What should be done to overcome the problem. Replies appreciated. Bios 03.0 0130688 KB memory good 01 processor(s) in system remote console dialing on, please wait connect fail : modem off cpu clock... (6 Replies)
Discussion started by: raguramtgr
6 Replies

5. UNIX for Dummies Questions & Answers

Why not automatic bootup

Evry time I start up my mavhine ,have to type in unix at Boot : Is there a way unix should bootup automatically? Asif (2 Replies)
Discussion started by: asif iqbal
2 Replies

6. AIX

How to start ssh at bootup

Hi i installed ssh of version v 1.21 and my AIX is of 5.3. I want to start my ssh deamon at the startup can any one please help me out reg.. Thanks in advance.. (1 Reply)
Discussion started by: kmalla
1 Replies

7. AIX

File system not mounting at bootup

Hi, I've got a recent problem with 2 file systems on an AIX 5.3 server. The fs's are marked to auto mount at startup and do show as being mounted after a a restart however if you cd to the mount point and 'df -g .' it shows the fs hasn't actually mounted. $ mount |grep SQLT0001.0 ... (2 Replies)
Discussion started by: m223464
2 Replies

8. UNIX for Advanced & Expert Users

system slows after bootup for some time

Hi, I am using a Linux system running at run level 3. I am finding a wired problem, once the system boots, the system terminal slows down, I need to type the characters repeatedly to enter my login and password info. Also running any commands takes time, it stays in this condition for some... (1 Reply)
Discussion started by: cjjoy
1 Replies

9. UNIX for Dummies Questions & Answers

bootup sequence

What is the boot up sequence in UNIX? (2 Replies)
Discussion started by: karthi_g
2 Replies

10. Solaris

Sunfire X4600 Errors on Bootup

Hi Folks, Has anyone seen these errors on bootup. Mar 15 12:22:30 svc.startd: svc:/system/device/local:default: Method "/lib/svc/method/devices-local" failed due to signal SEGV.ht (c) 1983, 2010, Oracle and/or its affiliates. All rights reserved. Configuring devices. ... (1 Reply)
Discussion started by: ESSTEAM
1 Replies
MPT(4)							   BSD Kernel Interfaces Manual 						    MPT(4)

NAME
mpt -- LSI Fusion-MPT SCSI/Fibre Channel driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device scbus device mpt Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): mpt_load="YES" DESCRIPTION
The mpt driver provides support for the LSI Logic Fusion-MPT family of SCSI, Fibre Channel and SAS controllers. HARDWARE
The following controllers are supported by the mpt driver: o LSI Logic 53c1030, LSI Logic LSI2x320-X (Single and Dual Ultra320 SCSI) o LSI Logic AS1064, LSI Logic AS1068 (SAS/SATA) o LSI Logic FC909 (1Gb/s Fibre Channel) o LSI Logic FC909A (Dual 1Gb/s Fibre Channel) o LSI Logic FC919, LSI Logic 7102XP-LC (Single 2Gb/s Fibre Channel) o LSI Logic FC929, LSI Logic FC929X, LSI Logic 7202XP-LC (Dual 2Gb/s Fibre Channel) o LSI Logic FC949X (Dual 4Gb/s Fibre Channel) o LSI Logic FC949E, LSI Logic FC949ES (Dual 4Gb/s Fibre Channel PCI-Express) The Ultra 320 SCSI controller chips supported by the mpt driver can be found onboard on many systems including: o Dell PowerEdge 1750 thru 2850 o IBM eServer xSeries 335 These systems also contain Integrated Raid Mirroring and Integrated Raid Mirroring Enhanced which this driver also supports. The SAS controller chips are also present on many new AMD/Opteron based systems, like the Sun 4100. Note that this controller can drive both SAS and SATA drives or a mix of them at the same time. The Integrated Raid Mirroring available for these controllers is poorly supported at best. The Fibre Channel controller chipset are supported by a broad variety of speeds and systems. The Apple Fibre Channel HBA is in fact the FC949ES card. This driver also supports target mode for Fibre Channel cards. This support may be enabled by setting the desired role of the core via the LSI Logic firmware utility that establishes what roles the card can take on - no separate compilation is required. SEE ALSO
cd(4), ch(4), da(4), pci(4), sa(4), scsi(4), targ(4), mptutil(8), gmultipath(8) LSI Logic Website, http://www.lsilogic.com/. HISTORY
The mpt driver first appeared in FreeBSD 4.6. AUTHORS
The mpt driver was originally written for FreeBSD by Greg Ansley and marginally improved upon by Matt Jacob <mjacob@FreeBSD.org>. Justin Gibbs <gibbs@FreeBSD.org> and Scott Long <scottl@FreeBSD.org> have made more substantial improvements. BUGS
BSD
May 13, 2010 BSD
All times are GMT -4. The time now is 10:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy