Cpanel "Scripts" Usage

#Install Zend Optimizer

/scripts/installzendopt

# Hostname A Entry Missing! /scripts/fixndc then restart bind and apache

# Install Cron on New Server

/scripts/installrpm anacron vixie-cron ; /etc/rc.d/init.d/crond start

# Bandwidth issues

/scripts/cleanbw

# To fix problem in webalizer that stop updating stats
/scripts/fixwebalizer

/scripts/fixcommonproblems
/scripts/fixeverything
# Fixing Mail List MailMan

/usr/local/cpanel/bin/convertmailman2
#Reinstall MailMan

/scripts/reinstallmailman
#Fix Permissions on accounts:

/scripts/fixhome
# Edit mySQL conf file:

nano /etc/my.cnf
# Edit php.ini:

nano /usr/local/lib/php.ini (Default Path)
Edit Apache Conf:

nano /etc/httpd/conf/httpd.conf
# Checking Real Time Top Processes Login to SSH and run:

top
# Run cpanel backup

/scripts/cpbackup
# To try and fix domain controller:

/scripts/fixndc

# Quotas

/scripts/initquotas - takes a while to run
/scripts/resetquotas
/scripts/fixquotas - takes a while to run

#Add a Dns Entry

/scripts/adddns
#Install Frontpage Mail Exts

/scripts/addfpmail
# Add JavaServlets to an account (jsp plugin required)

/scripts/addservlets
# Add a User

/scripts/adduser
# Run WHM Lite

/scripts/admin
# Add Rlimits (cpu and mem limits) to apache.

/scripts/apachelimits
# Resync with a master DNS Server

/scripts/dnstransfer
# Edit A User’s Quota

/scripts/editquota
# Search For Trojans in /dev

/scripts/finddev
# Locate Trojan Horses

/scripts/findtrojans

Suggest Usage
/scripts/findtrojans > /var/log/trojans
/scripts/fixtrojans /var/log/trojans
/scripts/fixcartwithsuexec Make Interchange work with suexec
/scripts/fixinterchange Fix Most Problems with Interchange
/scripts/fixtrojans Run on a trojans horse file created by findtrojans to remove them

# Run this if a user’s stats stop working

/scripts/fixwebalizer
# Fix a broken valias file

/scripts/fixvaliases
# Turn on DMA and 32bit IDE hard drive access (once per boot)

/scripts/hdparamify
# Re-scan quotas. Usually fixes Disk space display problems

/scripts/initquotas
# Turn on SUEXEC (probably a bad idea)

/scripts/initsuexec
# Fetch + Install Zend Optimizer

/scripts/installzendopt
# Display Ipusage Report

/scripts/ipusage
# Terminate an Account

/scripts/killacct
# Delete “Security Problem Infested RPMS”

/scripts/killbadrpms
# Fix Various Mail Permission Problems

/scripts/mailperm
# Attempt to Troubleshoot a Mail Problem

/scripts/mailtroubleshoot
# Change a Mysql Password

/scripts/mysqlpasswd
# Kill Potential Security Problem Services

/scripts/quicksecure
# Rebuild Ip Address Pool

/scripts/rebuildippool
# Delete Nasty SSL entry in apache default httpd.conf

/scripts/remdefssl
# Restart a Service (valid services: httpd,proftpd,exim,sshd,cppop,bind,mysql)

/scripts/restartsrv
# Syncup Security Updates from RedHat/Mandrake

/scripts/rpmup
# Force a webalizer/analog update.

/scripts/runlogsnow
# Remove non-important suid binaries

/scripts/secureit
# Install Frontpage 4+ on an account.

/scripts/setupfp4
# Return a Simple process list. Useful for finding where cgi scripts are running from.

/scripts/simpleps
# Suspend an account

/scripts/suspendacct
# Syncup Cpanel RPM Updates

/scripts/sysup
# Unblock an IP

/scripts/unblockip
# UnSuspend an account

/scripts/unsuspendacct
# Update Cpanel

/scripts/upcp
# Update /scripts

/scripts/updatenow
# Create a New Account

/scripts/wwwacct

# account username for awstats to run manually

/scripts/runweblogs

Sometimes such behavior of apache/httpd (taking more and more memory until it dies or crashes the server) can be caused by corrupted MySQL database. Try to do the following:
1) Kill the mysql server
/etc/rc.d/init.d/mysql stop

2) Repair all SQL databases:
myisamchk -r /var/lib/mysql/*/*.MYI

3) Start mysql again:
/etc/rc.d/init.d/mysql start

Enjoy:)

    0 comments: