Search Results

Search: Posts Made By: psytropic
Forum: SCO 07-21-2015
3,113
Posted By psytropic
thanks jgt I'll just grin and bare it and rebuild...
thanks jgt I'll just grin and bare it and rebuild after hours from the BIOS
Forum: SCO 07-20-2015
3,113
Posted By psytropic
Rebuild RAID 1 from BIOS only option?
SCO UNIX 5.0.7, IBM x-series 235 w/ LSI controller. I can't for the life of me find any documentation for an OS level application, or an entry in scoadmin to rebuild the array or even find logs...
Forum: SCO 09-02-2011
2,610
Posted By psytropic
You know what you got me on the right track. ...
You know what you got me on the right track. There are 2 tape drives on this system. One is an old Tanburg that uses really big tapes that was only used to install a backup from the old server...
Forum: SCO 08-27-2011
2,610
Posted By psytropic
Yes, the tape drive was plugged into the same...
Yes, the tape drive was plugged into the same spot as the old one and given the same ID. The physical setup was done correctly.
Forum: SCO 08-26-2011
2,610
Posted By psytropic
SCO 5.0.7 Tape Drive swap
Our tape drive died and I installed a newer Quantum DAT72 drive in it's place with the same SCSI ID. It still works, but with one major flaw, the system will lock up if I try to upgrade BackupEDGE...
8,481
Posted By psytropic
#!/bin/sh who echo "\r" echo Enter the...
#!/bin/sh
who
echo "\r"
echo Enter the terminal ID of the user in use:
echo "\r"
read TERM_ID
echo "\r"
ps -t $TERM | awk '/sh/ { print $1 }'
read PID
echo "\r"
kill -9 $PID
works great...
8,481
Posted By psytropic
that's a no go it is not pulling the PID #
that's a no go it is not pulling the PID #
8,481
Posted By psytropic
grab PID of a process and kill it in a script
#!/bin/sh
who
echo "\r"
echo Enter the terminal ID of the user in use:
echo "\r"
read TERM_ID
echo "\r"
ps -t $TERM_ID | grep sh
echo "\r"
echo Enter the process number to end:
echo "\r"...
Forum: SCO 04-18-2008
6,671
Posted By psytropic
Thank you guys for your responses. It seems I...
Thank you guys for your responses. It seems I needed to clean the drive more than once. I just sat there inserting the cleaning tape, letting it eject, and doing it again. I did it about 7 times...
Forum: SCO 04-17-2008
6,671
Posted By psytropic
Tape Status shows 2 Hard errors and 5 Underruns on new tape
when I do a tape status /dev/rStp0 I get the following on a new tape and I have tried several:

Status : ready beginning-of-tape

soft errors : 0
hard errors: 2
underruns: 5

My BackupEdge...
Showing results 1 to 10 of 10

 
All times are GMT -4. The time now is 02:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy