Advertisement
Guest User

Untitled

a guest
Dec 9th, 2011
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. root@bhaktapur:~# euca-describe-availability-zones verbose
  2. AVAILABILITYZONE nova available
  3. AVAILABILITYZONE |- server1
  4. AVAILABILITYZONE | |- nova-scheduler enabled :-) 2011-12-09 17:53:48
  5. AVAILABILITYZONE | |- nova-network enabled :-) 2011-12-09 17:53:48
  6. AVAILABILITYZONE | |- nova-volume enabled :-) 2011-12-09 17:53:48
  7. AVAILABILITYZONE | |- nova-compute enabled :-) 2011-12-09 17:53:48
  8. AVAILABILITYZONE |- server2
  9. AVAILABILITYZONE | |- nova-compute enabled :-) 2011-12-09 17:53:45
  10. root@bhaktapur:~#
  11.  
  12.  
  13.  
  14. Server1:
  15.  
  16. root@server1:/etc/init.d# ifconfig
  17. eth0 Link encap:Ethernet HWaddr 52:54:00:e8:03:79
  18. inet addr:192.168.122.13 Bcast:192.168.122.255 Mask:255.255.255.0
  19. inet6 addr: fe80::5054:ff:fee8:379/64 Scope:Link
  20. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  21. RX packets:9402 errors:0 dropped:0 overruns:0 frame:0
  22. TX packets:7631 errors:0 dropped:0 overruns:0 carrier:0
  23. collisions:0 txqueuelen:1000
  24. RX bytes:2689594 (2.6 MB) TX bytes:3480732 (3.4 MB)
  25.  
  26. eth1 Link encap:Ethernet HWaddr 52:54:00:d0:d6:d7
  27. inet addr:172.16.0.1 Bcast:172.16.0.255 Mask:255.255.255.0
  28. inet6 addr: fe80::5054:ff:fed0:d6d7/64 Scope:Link
  29. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  30. RX packets:2592 errors:0 dropped:0 overruns:0 frame:0
  31. TX packets:46 errors:0 dropped:0 overruns:0 carrier:0
  32. collisions:0 txqueuelen:1000
  33. RX bytes:121445 (121.4 KB) TX bytes:3908 (3.9 KB)
  34. Interrupt:11 Base address:0x6000
  35.  
  36. lo Link encap:Local Loopback
  37. inet addr:127.0.0.1 Mask:255.0.0.0
  38. inet6 addr: ::1/128 Scope:Host
  39. UP LOOPBACK RUNNING MTU:16436 Metric:1
  40. RX packets:35036 errors:0 dropped:0 overruns:0 frame:0
  41. TX packets:35036 errors:0 dropped:0 overruns:0 carrier:0
  42. collisions:0 txqueuelen:0
  43. RX bytes:23562574 (23.5 MB) TX bytes:23562574 (23.5 MB)
  44.  
  45.  
  46.  
  47.  
  48. Server2:
  49.  
  50.  
  51. root@server2:/var/log/nova# ifconfig
  52. br100 Link encap:Ethernet HWaddr 52:54:00:2c:89:ef
  53. inet addr:192.168.122.203 Bcast:192.168.122.255 Mask:255.255.255.0
  54. inet6 addr: fe80::5054:ff:fe2c:89ef/64 Scope:Link
  55. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  56. RX packets:5078 errors:0 dropped:0 overruns:0 frame:0
  57. TX packets:3847 errors:0 dropped:0 overruns:0 carrier:0
  58. collisions:0 txqueuelen:0
  59. RX bytes:1675082 (1.6 MB) TX bytes:1449155 (1.4 MB)
  60.  
  61. eth0 Link encap:Ethernet HWaddr 52:54:00:2c:89:ef
  62. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  63. RX packets:5221 errors:0 dropped:0 overruns:0 frame:0
  64. TX packets:3837 errors:0 dropped:0 overruns:0 carrier:0
  65. collisions:0 txqueuelen:1000
  66. RX bytes:1758193 (1.7 MB) TX bytes:1448962 (1.4 MB)
  67.  
  68. eth1 Link encap:Ethernet HWaddr 52:54:00:84:88:bc
  69. inet addr:172.16.0.2 Bcast:0.0.0.0 Mask:255.255.255.0
  70. inet6 addr: fe80::5054:ff:fe84:88bc/64 Scope:Link
  71. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  72. RX packets:128 errors:0 dropped:0 overruns:0 frame:0
  73. TX packets:134 errors:0 dropped:0 overruns:0 carrier:0
  74. collisions:0 txqueuelen:1000
  75. RX bytes:14047 (14.0 KB) TX bytes:16549 (16.5 KB)
  76. Interrupt:11
  77.  
  78. lo Link encap:Local Loopback
  79. inet addr:127.0.0.1 Mask:255.0.0.0
  80. inet6 addr: ::1/128 Scope:Host
  81. UP LOOPBACK RUNNING MTU:16436 Metric:1
  82. RX packets:814 errors:0 dropped:0 overruns:0 frame:0
  83. TX packets:814 errors:0 dropped:0 overruns:0 carrier:0
  84. collisions:0 txqueuelen:0
  85. RX bytes:721490 (721.4 KB) TX bytes:721490 (721.4 KB)
  86.  
  87. root@server2:/var/log/nova#
  88.  
  89.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement