Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
41 views

Where to get network-files for centos?

I made a big mistake. Instead of typing : rm -rf /etc/sysconfig/network-scripts/ifcfg-eth0 I typed: rm -rf /etc/syconfig/network-scripts Can anybody help me to repair this mistake? Thanks in ...
4
votes
2answers
66 views

Cron job for database repair and optimization

I would like to repair + optimize my MySQL database once a week! How could I do this?
1
vote
3answers
96 views

Restoring Win2K3 R2 server with Active Directory

We have had a server in a data center for about 6 years now. A few days ago motherboard went bad. In order to get the services running back quickly, a tech team decided to place it on a new ...
0
votes
0answers
15 views

How can I log network starting failures, or perhaps reinstall it?

I have 2 disk images on a KVM system. One boots okay, the other does not. Is there a way of logging the networking to monitor what is going wrong, or perhaps reset it to get it working again, perhaps ...
0
votes
2answers
85 views

linux hard disk repair tool

what's the recommended hard disk repair tool if the raid disks on my linux server is corrupted(IO errors when listing directories)? are such io issues recoverable?
2
votes
1answer
48 views

Can't deploy branch RODC

I am trying to deploy a branch office RODC and am getting an error about extending the domain and forest schema. I know I have already done this in the past but I went ahead and tried from the main ...
1
vote
1answer
29 views

How to let MySQL to find old databases on HDD?

I have reinstalled MySQL 5.0 to the same location (OS Windows XP), so after it databases stored in /data/ folder become invisible by MySQL. How I can to make it visible again ? All databases is MyISAM ...
2
votes
2answers
286 views

Installing drivers on a Windows system using WinPE Preinstallation Environment

How can I install an INF driver to WinPE 3.0 when it is mounted with DISM? Once WinPE 3.0 is running, how can I install drivers, using their INF, to an offline system? The offline system can be ...
0
votes
1answer
152 views

Mysql table crashes after kill -9

After MySQL lags, I must kill it with -9. Since I have killed the MySQL process, there is one static MyISAM table with 40k rows that has problems. Every time when I want to optimize it with OPTIMIZE ...
2
votes
2answers
137 views

How to mount an Oracle database to new instance?

I have an instance of Oracle 10g R2 installed on Windows Server 2003. This instance was running an database, which does not have any backup. Now the OS went down, and could not repaired, all I got is ...
0
votes
1answer
92 views

Exchange 2003 dial-tone with repaired database

After extensive Exchange 2003 DB corruption, we have set a dial-tone as emergency means of service for our users, then began both restoring latest back-up to recovery group, and fixing with eseutil ...
0
votes
1answer
54 views

Reparing Exchange 2003 edb files

Our Exchange 2003 SP2 got corrupted due to bad RAID, and unfortunately the back-ups are not up-to-date. What is the best method of repairing the the Exchange edb files with minimum possible data ...
0
votes
2answers
97 views

Repair OS From Within VMWare

I've got a Debian installation in a VMWare instance in an installation of ESXi that won't boot due to the deletion of a few system files that need to be restored. Baseline it would be preferable to ...
0
votes
3answers
800 views

Repair ext3 partition on external disk from Ubuntu 10.10

What is currently the best way / tool to repair an ext3 partition? There used to be fsck, but the disk is USB external, using the latest Ubuntu 10.10, and wondered if there is a new tool that helps?
0
votes
1answer
59 views

Repair all mysql tables on localhost

I have a whole bunch of mysql databases which seem to have corrupted tables which is a bit of a worry. Repairing them on one site fixed all the issues for that site, but is there a way of repairing ...
0
votes
0answers
244 views

Repair mysql isam table taking too long

I have a "kind of big" (maybe 300Mb of data) mysql isam table that is corrupted: | mytable | check | warning | Table is marked as crashed and last repair failed | | mytable | check | warning ...
1
vote
1answer
273 views

MySQL failed to start after killed a long running “LOAD DATA INFILE” process

I killed a MySQL process which is running a "LOAD DATA INFILE" command to load a 9GB .csv file into a table in a InnoDB database. Now, when I run "mysql DATABASE", it just stopped there and showed ...
0
votes
1answer
381 views

mysql crashed and lost table descriptions “show table status” all null

Due to a air-con failure the SAN with our mysql database files crashed. When it came up there were problems with queries taking many seconds to run, further investigation revealed that the *.frm ...
1
vote
3answers
136 views

Vista 64x Enterprise repair boot manager

I had two Vista versions on my PC and I deleted one and now I cannot boot my other vista 64x Enterprise anymore. I have tried the bcd instructions to repair the bootloader, however I cannot get it to ...
0
votes
2answers
987 views

MySQL Tables Missing/Corrupt After Recreation

Yesterday I dumped my MySQL databases to an SQL file and renamed the ibdata1 file. I then recreated it and imported the SQL file and moved the new ibdata1 file to my MySQL data directory, deleting the ...
2
votes
1answer
244 views

MySQL: Auto-increment value: 0 is smaller than max used value: xx

Increasingly I'm getting tables having to be repaired dwith the message returned of: Auto-increment value: 0 is smaller than max used value: xx This has happened on tables with 200 rows and tables ...
0
votes
4answers
348 views

Partition is gone after power failure

Just had a power failure and am just going through my 4 usbdisks to remount them and found that 1 (the most important one) is coming back as 'doesn't contain a valid partition table'. What can I do ...
0
votes
2answers
5k views

Repair .NET Framework on Windows 2008 R2

One of our web servers has become inoperable and after some searching we think the .NET Framework might be corrupted in some way. The server runs Windows 2008 R2 and uses the 2.0 framework for the ...
2
votes
2answers
181 views

where to look for computer technician jobs

Hi I am currently studying for the A+ certification, I plan to have it by the end of this month and I plan to go for farther education. I’ve built two high end computers by myself for a friend and ...
0
votes
2answers
639 views

How do I cancel windows server 2003 repair install?

System: Windows 2003 Server Enterprise Scenario: NTDS db is corrupt and all attempts to fix with esentutl fail. Ran chkdsk which seemed to repair disk error and give access to the ntds.dit file but ...
2
votes
3answers
193 views

Rebuild or repair? [closed]

Possible Duplicate: Updating Malware cleaning skills I was having an argument the other day regarding damaged systems. If a system has a hard to eradicate virus, etc, or has been damaged ...
2
votes
2answers
883 views

I need to detect and repair long filenames

I'm copying 600GB of data from external hard drive A to external hard drive B. Windows Server 2008 R2 has notified me that 100 files have filenames that are too long (i.e. >255 chars). Is there a ...
2
votes
2answers
260 views

mysql_upgrade on multiple instances of mysql

I'm running 5 instances of mysql (backup replication server), and I need to run mysql_upgrade on server id=3 (port 3303). When i try doing # mysql_upgrade -P3303 The script runs on the #0 (id=0) ...
1
vote
2answers
3k views

SpinRite and USB blues - does a solution exist?

I use SpinRite to recover hard disks and their content, and to a lesser degree for preventive maintenance. However if a USB drive (USB thumb drive and/or external hard disk with a USB interface) is ...
6
votes
3answers
596 views

Chkdsk capabilities

I've used several different tools for repairing disks and have been wondering if there is a list of what exactly CHKDSK can repair? The MFT? Boot sector? Backup boot sector? Clusters? What common ...
0
votes
3answers
175 views

Any advice on repairing a faulty power jack on a Cisco PIX 501?

One of my PIX 501 units has a power jack that is fairly sensitive to any movement of the chassis. If I so much as nudge the PIX, the power flow is interrupted and the PIX reboots. I remember reading ...
2
votes
6answers
3k views

Should I stop MySQL repair?

MySQL database (20 Gigabytes of tables and index) went corrupted. I launched the repair option using MySQL-admin graphic interface. Now it has been running for 24 hours. When I have checked the MyISAM ...
0
votes
2answers
171 views

Error Upgrading motherboard on Vista PC [closed]

I know that this question has already been asked here http://serverfault.com/questions/948/how-to-prepare-for-changing-upgrading-a-motherboard but the author didn't have a specific problem, and I ...