Format Backup

Jul 30, 2008

I have a server with two disk but my second disk of backup on my server is full how can i format it disk of backup on my server?

Filesystem Size Used Avail Use% Mounted on
/dev/sda3 901G 72G 783G 9% /
/dev/sda1 99M 16M 79M 17% /boot
tmpfs 3.5G 0 3.5G 0% /dev/shm
/usr/tmpDSK 485M 35M 426M 8% /tmp
/dev/sdb1 230G 225G 5G 98% /backup

View 7 Replies


ADVERTISEMENT

How To Format, Mount A Secondary HDD As /backup

Aug 19, 2008

I have tried the cPanel tool to mount, format, etc. My drive however, it has made my server crash after reboots.

I have to enter single user and remove the lines added to fstab so it will boot.

I tried using the tool again and it failed yet again, can I do it manually, and if so how.

I will have to redo the entire partition, so how do I erase everything first?

View 2 Replies View Related

How To Format HDD

Jul 4, 2009

We have 2 HDD ,

HD1( sda) : 1 TB
HD2 (sdb): TB

when i check

Code:
# fdisk -l

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 121601 976655610 83 Linux

Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1044 8385898+ 82 Linux swap / Solaris
it seems we must format sdb and mount to server
when i run this command :

Code:
mkfs.ext3 /dev/sdb1
result:

Code:
# mkfs.ext3 /dev/sdb1
mke2fs 1.39 (29-May-2006)
/dev/sdb1 is mounted; will not make a filesystem here!
after , i check

Code:
# nano /etc/fstab

Code:
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
LABEL=SWAP-sdb1 swap swap defaults 0 0
??

now ho can active sdb ?

View 10 Replies View Related

Qmail Log Format

Oct 30, 2008

qmail log format. The log format in the file /usr/local/psa/var/log/maillog is wrong and is showing as below. It is missing the email account name and the mailbox name. Any idea why is causing this and how can modify the log format in file?
Current log format
======================================
Oct 27 17:31:33 host123 smtp_auth: smtp_auth: SMTP user : logged in from (null)@isp.isp.com [11.11.22.22]
======================================
======================================
The actual log format should be as follows.
======================================
Oct 27 09:28:18 server smtp_auth: smtp_auth: SMTP user test12@domain.com : /var/qmail/mailnames/domain.com/test12 logged in from unknown@isp.isp-11.11.11.11.isp.net.in [11.11.11.11]
======================================
Details:
[root@ser control]# rpm -q psa-qmail
psa-qmail-1.03-cos5.build84080425.19
[root@ser control]# rpm -q drweb-qmail
drweb-qmail-4.33-cos5.build84080425.19
[root@ser control]# rpm -q psa
psa-8.4.0-cos5.build84080425.19

View 0 Replies View Related

Low Level Format 512/520

Jan 15, 2008

I can't find any software.

Trying to get my Maxtor/Seagate hard drive to low level format to either 512 or 520 so it could work in my EMC2/ax150 SAN unit. If you know any software that would do this please guide me into that direction.

View 3 Replies View Related

How Can I Format Without Being Able To Undelete

Sep 5, 2007

how can i format a second drive in the server so that nobody, not even a data recovery place, can recover it?

View 4 Replies View Related

POP3 Login Format

Nov 25, 2006

I'm using Webmin and Dovecot IMAP/POP3 Server.

Let's say I have a virtual server mydomain.com owned by abc user. I add a new user to this server: contact (contact@mydomain.com). POP3 login for this user would be contact-abc. How do I change it to contact@mydomain.com?

View 1 Replies View Related

Response For Service Termination Format?

Jul 30, 2008

can someone share to me a letter format as response to service termination. the thing is, one of my client will be terminating his hosting acct. and i want to give him a good impression so in case he would change his mind to put his website online, he would consider our services again.

<<Please setup signature in Member Control Panel>>

View 7 Replies View Related

Linux: How To Clean Format A Disk

Oct 17, 2007

How do i format a secondary drive in Ubuntu? I want to get the drive ready for RAID so it must be clean.

View 2 Replies View Related

Apache :: How To Convert DER Certificate To PEM Format To Start The Server

May 2, 2014

I'm facing problem with latest Apache 2.4.9. Previously we used Apache 2.4.7 ​version which supports DER SSL certificates. But Latest Apache(2.4.9) is not working with DER SSL certificates. I have to convert DER certificate to PEM format to start the Apache server. Am i missing anything ? Is DER certificate not supported in Apache 2.4.9 ?

View 6 Replies View Related

Plesk 11.x / Linux :: SOA Serial Number Format Is Invalid

Jun 16, 2014

there are many online tools to check the health of our servers, domains, smtp services, etc.

this came to my attention a long time ago, but it is now that i actually want to try and fix this stuff.

dnsmydomain.tld SOA Serial Number Format is Invalid
dnsmydomain.tld SOA Expire Value out of recommended rangeClick to expand...

View 1 Replies View Related

How To Change The Default Datetime Format For Windows Server 2003 Standard

Feb 27, 2008

how to change the default or the master datetime format for Windows 2003 Server Standard Edition.

My problem is as such.

- Have installed Coldfusion 5.0 on a Windows 2003 Server and have configured the part on the Web service extensions.

- One of the coldfusion program/application that is needed to be migrated from another server which is running Windows 2000.

- Encountered problem such as the datetime that is passed to the application when clients view on their workstations is different.

- My program take in dd/MM/yyyy but however it seems like the server is always default to M/d/yyyy or MM/dd/yyyy.

So, how can i change the default setting so that it will apply to the user account IUSR or across all accounts that is used on the server?

View 0 Replies View Related

Plesk 11.x / Linux :: RapidSSL Wildcard Install - Invalid Certificate Format

May 16, 2014

"Unable to set the certificate: Invalid certificate format." when i enter my key..

How can i fix this problem?

View 2 Replies View Related

Plesk 12.x / Linux :: Downloading Backups To Local Computer - Save File In TAR Format?

Jul 27, 2014

If I try to download a plesk backup to my local machine it saves a file a few bytes in size in .xml.tar.html format

My other non plesk 12 machines correctly save the file in .tar format ....

View 11 Replies View Related

Plesk 11.x / Windows :: Parallels - Input String Was Not In Correct Format / Failed To Update RRD Database

Sep 24, 2013

Every day we get a couple off Parallels.Diagnostics.RRD.RrdStorageProvider errors:

Parallels.Diagnostics.RRD.RrdStorageProvider - <log4net.Error>Exception during StringFormat: Input string was not in a correct format. <format>Update to database {0} has failed [{2:HH:mm:ss:ffff}]. {1}</format><args>{cpu-1.rrd, Parallels.Diagnostics.RRD.RrdException: Failed to update RRD database "C:Program Files (x86)ParallelsPleskvarhealthdatalocalhostcpu-1.rrd":ERROR: could not lock RRD
, 00:00:09.6084608}</args></log4net.Error>

Source: ParallelsHealthMonitor

We are running a Windows 2008 R2 Enterprise server with the latest Plesk 11.5.30 update 16.

View 3 Replies View Related

Put A .FLV Format File On A Web Page With Out Using The .swf File?

Nov 26, 2008

how to put a .FLV format file on a web page with out using the .swf file?

View 4 Replies View Related

Plesk 11.x / Linux :: Download Backup To Local Computer From Backup Manager

May 17, 2015

I have multiple backups stored under server repository (subscriptions --> <domainname> --> website and domains --> backup manager).

The physical files are located at: /var/lib/psa/dumps/clients/904279/domains/<domainname>/

When I click the green arrow to download these files to a local computer (see attached image) I get a new page with title "Download the backup file". On this page I have the option to set a password on the downloaded file, but no matter what I do (password or no password) the file is not downloaded to my local PC. I don't get a pop-up box with the option to save the file. Just nothing happens ...

View 1 Replies View Related

Plesk 12.x / Linux :: Backup And Quota - Limit Number Of Cores Backup Zipping Tool Uses?

Aug 15, 2014

I have 2 problems:

Firstly I wonder if there is any possibility to limit the number of cores the plesk backup zipping tool uses? This pigz takes up all my CPU. Is there any way I can reduce the amount of cores it uses because all my websites are down every time a backup takes place for around 3 minutes.

Secondly I get the following in my syslog:

1 baby plesk sendmail[20189]: Error during 'check-quota' handler

I don't know what is wrong. I think it's since the upgrade to Plesk 12. I now have 12.0.18 Update #13.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved