Editing
VPS Management
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Make sure all containers are running === You can quickly get a feel for how many ve’s are started by running: <pre>[root@virt4 log]# vs VEID 16066 exist mounted running VEID 16067 exist mounted running VEID 4102 exist mounted running VEID 4112 exist mounted running VEID 4116 exist mounted running VEID 4122 exist mounted running VEID 4123 exist mounted running VEID 4124 exist mounted running VEID 4132 exist mounted running VEID 4148 exist mounted running VEID 4151 exist mounted running VEID 4155 exist mounted running VEID 42 exist mounted running VEID 432 exist mounted running VEID 434 exist mounted running VEID 442 exist mounted running VEID 450 exist mounted running VEID 452 exist mounted running VEID 453 exist mounted running VEID 454 exist mounted running VEID 462 exist mounted running VEID 463 exist mounted running VEID 464 exist mounted running VEID 465 exist mounted running VEID 477 exist mounted running VEID 484 exist mounted running VEID 486 exist mounted running VEID 490 exist mounted running</pre> So to see how many ve’s have started: <pre>[root@virt11 root]# vs | grep running | wc -l 39</pre> And to see how many haven’t: <pre>[root@virt11 root]# vs | grep down | wc -l 0</pre> And how many we should have running: <pre>[root@virt11 root]# vs | wc -l 39</pre> Another tool you can use to see which ve’s have started, among other things is [[#vzstat|vzstat]]. It will give you CPU, memory, and other stats on each ve and the overall system. It’s a good thing to watch as ve’s are starting (note the VENum parameter, it will tell you how many have started): <pre>4:37pm, up 3 days, 5:31, 1 user, load average: 1.57, 1.68, 1.79 VENum 40, procs 1705: running 2, sleeping 1694, unint 0, zombie 9, stopped 0 CPU [ OK ]: VEs 57%, VE0 0%, user 8%, sys 7%, idle 85%, lat(ms) 412/2 Mem [ OK ]: total 6057MB, free 9MB/54MB (low/high), lat(ms) 0/0 Swap [ OK ]: tot 6142MB, free 4953MB, in 0.000MB/s, out 0.000MB/s Net [ OK ]: tot: in 0.043MB/s 402pkt/s, out 0.382MB/s 4116pkt/s Disks [ OK ]: in 0.002MB/s, out 0.000MB/s VEID ST %VM %KM PROC CPU SOCK FCNT MLAT IP 1 OK 1.0/17 0.0/0.4 0/32/256 0.0/0.5 39/1256 0 9 69.55.227.152 21 OK 1.3/39 0.1/0.2 0/46/410 0.2/2.8 23/1860 0 6 69.55.239.60 133 OK 3.1/39 0.1/0.3 1/34/410 6.3/2.8 98/1860 0 0 69.55.227.147 263 OK 2.3/39 0.1/0.2 0/56/410 0.3/2.8 34/1860 0 1 69.55.237.74 456 OK 17/39 0.1/0.2 0/100/410 0.1/2.8 48/1860 0 11 69.55.236.65 476 OK 0.6/39 0.0/0.2 0/33/410 0.1/2.8 96/1860 0 10 69.55.227.151 524 OK 1.8/39 0.1/0.2 0/33/410 0.0/2.8 28/1860 0 0 69.55.227.153 594 OK 3.1/39 0.1/0.2 0/45/410 0.0/2.8 87/1860 0 1 69.55.239.40 670 OK 7.7/39 0.2/0.3 0/98/410 0.0/2.8 64/1860 0 216 69.55.225.136 691 OK 2.0/39 0.1/0.2 0/31/410 0.0/0.7 25/1860 0 1 69.55.234.96 744 OK 0.1/17 0.0/0.5 0/10/410 0.0/0.7 7/1860 0 6 69.55.224.253 755 OK 1.1/39 0.0/0.2 0/27/410 0.0/2.8 33/1860 0 0 192.168.1.4 835 OK 1.1/39 0.0/0.2 0/19/410 0.0/2.8 5/1860 0 0 69.55.227.134 856 OK 0.3/39 0.0/0.2 0/13/410 0.0/2.8 16/1860 0 0 69.55.227.137 936 OK 3.2/52 0.2/0.4 0/75/410 0.2/0.7 69/1910 0 8 69.55.224.181 1020 OK 3.9/39 0.1/0.2 0/60/410 0.1/0.7 55/1860 0 8 69.55.227.52 1027 OK 0.3/39 0.0/0.2 0/14/410 0.0/2.8 17/1860 0 0 69.55.227.83 1029 OK 1.9/39 0.1/0.2 0/48/410 0.2/2.8 25/1860 0 5 69.55.227.85 1032 OK 12/39 0.1/0.4 0/80/410 0.0/2.8 41/1860 0 8 69.55.227.90</pre> When you are all done, you will want to make sure that all the VEs really did get started, run vs one more time. Note the time all ve’s are back up and enter that into and save the crash log entry. Occasionally, a ve will not start automatically. The most common reason for a ve not to come up normally is the ve was at it’s disk limit before the crash, and will not start since they’re over the limit. To overcome this, set the disk space to current usage level (the system will give this to you when it fails to start), start the ve, then re-set the disk space back to the prior level. Lastly, contact the customer to let them know they’re out of disk (or allocate more disk if they're entitled to more).
Summary:
Please note that all contributions to JCWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
JCWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information