Changes between Version 11 and Version 12 of TipAndDoc/service/sakura/vps


Ignore:
Timestamp:
Apr 18, 2011 7:13:25 PM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/service/sakura/vps

    v11 v12  
    384384        initrd /initrd-2.6.18-194.8.1.el5.img 
    385385}}} 
     386 
     387 = 2nd VPS (OSAKA location) = 
     388 == # lspci == 
     389{{{ 
     39000:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 
     39100:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 
     39200:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] 
     39300:01.2 USB Controller: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] (rev 01) 
     39400:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03) 
     39500:02.0 VGA compatible controller: Technical Corp. Unknown device 1111 
     39600:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet Controller (rev 03) 
     397}}} 
     398 == # ifconfig -a == 
     399{{{ 
     400eth0      Link encap:Ethernet  HWaddr 52:54:XX:XX:XX:XX 
     401          inet addr:49.212.22.xyz  Bcast:49.212.23.255  Mask:255.255.254.0 
     402          inet6 addr: fe80::5054:ff:fe02:7070/64 Scope:Link 
     403          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1 
     404          RX packets:318 errors:0 dropped:0 overruns:0 frame:0 
     405          TX packets:76 errors:0 dropped:0 overruns:0 carrier:0 
     406          collisions:0 txqueuelen:1000 
     407          RX bytes:24983 (24.3 KiB)  TX bytes:9557 (9.3 KiB) 
     408 
     409lo        Link encap:Local Loopback 
     410          inet addr:127.0.0.1  Mask:255.0.0.0 
     411          inet6 addr: ::1/128 Scope:Host 
     412          UP LOOPBACK RUNNING  MTU:16436  Metric:1 
     413          RX packets:0 errors:0 dropped:0 overruns:0 frame:0 
     414          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 
     415          collisions:0 txqueuelen:0 
     416          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b) 
     417 
     418sit0      Link encap:IPv6-in-IPv4 
     419          NOARP  MTU:1480  Metric:1 
     420          RX packets:0 errors:0 dropped:0 overruns:0 frame:0 
     421          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 
     422          collisions:0 txqueuelen:0 
     423          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b) 
     424}}} 
     425 
     426 == # route == 
     427{{{ 
     428Kernel IP routing table 
     429Destination     Gateway         Genmask         Flags Metric Ref    Use Iface 
     43049.212.22.0     *               255.255.254.0   U     0      0        0 eth0 
     431169.254.0.0     *               255.255.0.0     U     0      0        0 eth0 
     432default         49.212.22.1     0.0.0.0         UG    0      0        0 eth0 
     433}}} 
     434 == # cat /etc/resolv.conf == 
     435{{{ 
     436nameserver 210.224.163.4 
     437nameserver 210.224.163.3 
     438search sakura.ne.jp 
     439}}} 
     440 == # hostname == 
     441{{{ 
     442www2xyz0u.sakura.ne.jp 
     443}}} 
     444 == # df -h == 
     445{{{ 
     446Filesystem            Size  Used Avail Use% Mounted on 
     447/dev/hda2              17G  1.5G   15G  10% / 
     448/dev/hda1              99M   12M   82M  13% /boot 
     449tmpfs                 250M     0  250M   0% /dev/shm 
     450}}} 
     451 == # fdisk -lu /dev/hda == 
     452{{{ 
     453Disk /dev/hda: 21.4 GB, 21474836480 bytes 
     454255 heads, 63 sectors/track, 2610 cylinders, total 41943040 sectors 
     455Units = sectors of 1 * 512 = 512 bytes 
     456 
     457   Device Boot      Start         End      Blocks   Id  System 
     458/dev/hda1   *          63      208844      104391   83  Linux 
     459/dev/hda2          208845    37833074    18812115   83  Linux 
     460/dev/hda3        37833075    41929649     2048287+  82  Linux swap / Solaris 
     461}}} 
     462 == # cat /proc/cpuinfo 
     463{{{ 
     464processor       : 0 
     465vendor_id       : GenuineIntel 
     466cpu family      : 6 
     467model           : 15 
     468model name      : Intel(R) Core(TM)2 Duo CPU     T7700  @ 2.40GHz 
     469stepping        : 11 
     470cpu MHz         : 2659.654 
     471cache size      : 4096 KB 
     472fpu             : yes 
     473fpu_exception   : yes 
     474cpuid level     : 10 
     475wp              : yes 
     476flags           : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm constant_tsc pni ssse3 lahf_lm 
     477bogomips        : 5319.30 
     478clflush size    : 64 
     479cache_alignment : 64 
     480address sizes   : 40 bits physical, 48 bits virtual 
     481power management: 
     482 
     483processor       : 1 
     484vendor_id       : GenuineIntel 
     485cpu family      : 6 
     486model           : 15 
     487model name      : Intel(R) Core(TM)2 Duo CPU     T7700  @ 2.40GHz 
     488stepping        : 11 
     489cpu MHz         : 2659.654 
     490cache size      : 4096 KB 
     491fpu             : yes 
     492fpu_exception   : yes 
     493cpuid level     : 10 
     494wp              : yes 
     495flags           : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx lm constant_tsc pni ssse3 lahf_lm 
     496bogomips        : 5316.71 
     497clflush size    : 64 
     498cache_alignment : 64 
     499address sizes   : 40 bits physical, 48 bits virtual 
     500power management: 
     501}}} 
     502 == # cat /proc/meminfo 
     503{{{ 
     504MemTotal:       510532 kB 
     505MemFree:        344024 kB 
     506Buffers:         23240 kB 
     507Cached:         116740 kB 
     508SwapCached:          0 kB 
     509Active:          20332 kB 
     510Inactive:       126876 kB 
     511HighTotal:           0 kB 
     512HighFree:            0 kB 
     513LowTotal:       510532 kB 
     514LowFree:        344024 kB 
     515SwapTotal:     2048276 kB 
     516SwapFree:      2048276 kB 
     517Dirty:               0 kB 
     518Writeback:           0 kB 
     519AnonPages:        7260 kB 
     520Mapped:           6148 kB 
     521Slab:            10232 kB 
     522PageTables:       1080 kB 
     523NFS_Unstable:        0 kB 
     524Bounce:              0 kB 
     525CommitLimit:   2303540 kB 
     526Committed_AS:    17440 kB 
     527VmallocTotal: 34359738367 kB 
     528VmallocUsed:      1292 kB 
     529VmallocChunk: 34359736971 kB 
     530HugePages_Total:     0 
     531HugePages_Free:      0 
     532HugePages_Rsvd:      0 
     533Hugepagesize:     2048 kB 
     534}}} 
     535 == # hdparm -tT /dev/hda 
     536{{{ 
     537/dev/hda: 
     538 Timing cached reads:   13512 MB in  2.00 seconds = 6762.77 MB/sec 
     539 Timing buffered disk reads:  266 MB in  3.02 seconds =  88.20 MB/sec 
     540}}}