Booting to Command Prompt


 
Thread Tools Search this Thread
Operating Systems SCO Booting to Command Prompt
# 1  
Old 04-14-2015
Booting to Command Prompt

Hello,
I need help booting to a command prompt. The server runs SCO Openserver 5.0, with a point of sale program that automatically boots upon startup. I can't gain root access, and the administrator password for the point of sale program is un-obtainable. I am upgrading to a new point of sale program and need the data file off of the old server. Any ideas? Thanks a bunch!
# 2  
Old 04-14-2015
Assuming that you have the root password.
When you see the "boot:" prompt, press enter before it continues with the boot automatically. You will then be asked for the current date and time, and whether you want to start in single user mode or multiuser.
If you want single user, then you should enter the root password, otherwise enter <ctrl>d to enter multiuser.
After you have entered single user mode, you may have to issue a "mountall" command to mount additional file systems (/u).

---------- Post updated at 11:36 AM ---------- Previous update was at 11:30 AM ----------

In anticipation of your next question, do you know if the system has the Host version of Openserver, or the Enterprise version.
If you have the Enterprise version, you can use ftp to move the data.
If you have Host, however, you will probably have to install a second disk with a DOS file system and then remove the disk after copying the data to it.
# 3  
Old 04-14-2015
No I don't have the root password. Any options? Thanks
# 4  
Old 04-14-2015
Without the root password, your options are limited.
1. Do you have an emergency boot diskette?
If so, you can boot from it and change the root password, then boot from the disk.
2. If not;
You will probably have to move the disk to another machine with SCO installed and mount it as a second disk, then copy the files to the primary drive, then to removable media.
3. If it really is 5.0.0, then the CD jewel case and the CD are two tone green, not blue and yellow. The CD is not bootable, you have to boot from a diskette.
My suggestion would be to find a suitable system, probably a socket 478 or 775 system with ide and sata in compatible mode, and at least one slot if the POS system is SCSI with a PCI controller. Download SCO 5.0.7 and install it on this system using the demo keys. Transfer the POS disk (and controller) to the new system, add the disk, and copy the data.
You can use programs like hdclone to duplicate the disk, but you cannot change the size of any of the partitions.
Alternatively, how is the system backed up, and to what media. It might be easier to take a backup (tape?) and restore it to another system.

---------- Post updated at 02:38 PM ---------- Previous update was at 02:31 PM ----------

If you are feeling lucky, and you have any login and password that does not automatically start the POS program, at the console, press <ctrl><alt> and <F3>, this should give you a login prompt on tty03. There may be enough files with permissions 0666 (read/write) by everybody to copy the data.
# 5  
Old 04-14-2015
I am not sure if I have an emergency disk or not. I only have the boot disk that came with the POS software, which only boots to their program.

The problem is the machine has raid controller installed in it so their is 6 hard disks. It does run a backup on a Tandberg SLR 100 tape so maybe that would be an option.
# 6  
Old 04-14-2015
It's probably an internal tape drive too.
Do you know what software is used to do the backup?
The tape drive will probably work with any SCSI controller. Adaptec 2940 controllers are still around.
I think that I have one of those tape drives. Where are you located?
# 7  
Old 04-14-2015
No it is an external tape drive. The software that is used is the POS companies own backup software. We are located in St. Cartharines.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Shell script not working but command works in command prompt

Hi everyone I have a problem with my script If I try directly this command /usr/bin/nice -n 19 mysqldump -u root --password="******" wiki_schneider -c | nice -n 19 gzip -9 > /point_de_montage/$(date '+%Y%m%d')-wiki-db.sql.gz It works But if I simply add this command in a script and... (8 Replies)
Discussion started by: picemma
8 Replies

2. Red Hat

Systemd booting and execute system command is Not successful!help!

hi guys, booting centos7 and use systemd execute system command ulimit -SHn 202400 is fail.i dont know what's reason.can you give me help. ------------------------------------------ set-ulimit.service Description=test service After=systemd-update-utmp-runlevel.service #the last... (1 Reply)
Discussion started by: shean
1 Replies

3. Shell Programming and Scripting

Command prompt

Hi All, Even changing .bash_profile, i am getting only $ as command prompt. My bash profile looks like this. PS1=" $ " stty columns 200 set -o vi if i run bash command and run PS1=" $ " then it is working as expected. $ bash (4 Replies)
Discussion started by: akshu.agni
4 Replies

4. UNIX for Dummies Questions & Answers

Execution of command at command prompt

Hello Experts, I am still learning linux and have come across a question, hope to get some answer. I have two servers, and both have the same version of svn client installed and both have the same user_id. my SVN client version: svn, version 1.6.11 (r934486) compiled Mar 2 2011,... (4 Replies)
Discussion started by: babyPen1985
4 Replies

5. UNIX for Advanced & Expert Users

autosys command(autorep) from command prompt

Hi, I am using AUTOSYS GUI based tool. But I want to get the job status from the UNIX command prompt. 1. I want to execute only autorep command in the UNIX command prompt. If need to execute this command what are the settings need to do that. 2. Is it possible for executing this... (5 Replies)
Discussion started by: onesuri
5 Replies

6. Shell Programming and Scripting

Command That Gives Booting Times

hi friends, ım new in shell scripting and ı want to know that which commands gives the booting times in fixed time interval(day) ı have entered. For Example, When ı enter 4 for command, Command will return the booting times in last 4 days. Thank for your helps!!! (9 Replies)
Discussion started by: deco
9 Replies

7. Shell Programming and Scripting

Telnet in command prompt

Hi, i have typed telnet yahoo.com 80 in command prompt it displays as a blank command prompt page titling as Telnet Yahoo.com Other than that i am not able to get anything. can anyone sort me out the reason for this (12 Replies)
Discussion started by: satheeshkr_cse
12 Replies

8. Windows & DOS: Issues & Discussions

Command Prompt

Hi does anyone know know how to find out the password on a vista pc using command prompt /cmd not change it (1 Reply)
Discussion started by: popo123456789
1 Replies

9. SuSE

inconsistent ls command display at the command prompt & running as a cron job

Sir, I using the following commands in a file (part of a bigger script): #!/bin/bash cd /opt/oracle/bin ls -lt | tail -1 | awk '{print $6}' >> /tmp/ramb.out If I run this from the command prompt the result is: 2007-05-16 if I run it as a cron job then... (5 Replies)
Discussion started by: rajranibl
5 Replies

10. Shell Programming and Scripting

Command prompt argument

I am beginner to UNIX, I want to write shell script for find greatest of three numbers through command prompt. I have written similar code for converting lowercase to uppercase in command prompt. I am not getting logica how to implement greatest of three numbers through command prompt. (2 Replies)
Discussion started by: giridher2000
2 Replies
Login or Register to Ask a Question