SCO Server Replacement Help


 
Thread Tools Search this Thread
Operating Systems SCO SCO Server Replacement Help
# 8  
Old 06-25-2013
1. Is the old machine still running?
2. If you do a fresh install, and add the patches, then add the nic driver, all before restoring any data, do you still have the missing controller issue?
Login or Register to Ask a Question

Previous Thread | Next Thread

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

Sun Fire V240 server Fan replacement

I have a sun fire v240 server. The output of prtdiag -v shows a failed fan. There are 3 fans for cooling system board. There is 1 fan for each of the powersupply (There are 2 powersupplies) From the below output how do i know which fan is bad and whats its location... (3 Replies)
Discussion started by: Tirmazi
3 Replies

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

4. SCO

SCO Open Server

Hi, Completely new to UNIX - so be gentle Cut a long story short, we have a micros 8700 system (eclipse) that needs the Micros 8700 software installed. The system needs UNIX and I have downloaded and successfully installed SCO open Server 6 and can log into root e.t.c. Now I have... (13 Replies)
Discussion started by: kennyruss
13 Replies

5. UNIX for Dummies Questions & Answers

Unix SCO server 6.0.0

Hellow . I want link download unix sco server 6.0.0. please. I am waiting your answer. (3 Replies)
Discussion started by: newar
3 Replies

6. SCO

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... (0 Replies)
Discussion started by: uten
0 Replies

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

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

9. 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
Login or Register to Ask a Question
Jifty::Script::Server(3pm)				User Contributed Perl Documentation				Jifty::Script::Server(3pm)

NAME
Jifty::Script::Server - A standalone webserver for your Jifty application SYNOPSIS
jifty server jifty server --port 6666 jifty server --stop DESCRIPTION
Starts and stops Jifty's standalone web server. options --port The port to run the server on. Overrides the port in the config file, if it is set there. The default port is 8888. --user USER The user to become after binding to the port. It is advised that you use this when binding to low ports, instead of running as "root". This option only works if the server is using a Net::Server subclass. --group GROUP The group to become after binding to the port. Like "--user", this option only works if the server is using a Net::Server subclass. --host HOSTNAME The host to bind to. This option only works if the server is using a Net::Server subclass. --stop Stops the server, if it is running. This is accomplished by reading the PID from "var/jifty-server.pid" --restart restart the server, if it is running. This is accomplished by killing the child pid, and let parent pid create a new one --sigready SIGNAL Sets the signal number that should be sent to the server's parent process when the server is ready to accept connections. --quiet Reduces the amount of debug output sent by the server --dbiprof Turns on DBI profiling; see DBI::ProfileDumper. --help Print a brief help message and exits. --man Prints the manual page and exits. DESCRIPTION
When you're getting started with Jifty, this is the server you want. It's lightweight and easy to work with. METHODS
run "run" takes no arguments, but starts up a Jifty server process for you. perl v5.14.2 2010-12-08 Jifty::Script::Server(3pm)