Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.05 KB | None | 0 0
  1. i enabled DNS&DHCP property of orchestra, but i think orchestra DHCP is not running, because i cant boot node 1 with network property,, how can i check DHCP property of orchestra, how can fix it?
  2.  
  3.  
  4.  
  5.  
  6. root@ubuntuserver:~# cat komut.sh
  7. sudo cobbler system add \
  8. --name="oneiric01.ubuntu.lan" \
  9. --mac-address="00:0F:EA:C8:A7:1E" \
  10. --ip-address="192.168.77.33" \
  11. --dns-name="oneiric01.ubuntu.lan" \
  12. --hostname="oneiric01.ubuntu.lan" \
  13. --profile="oneiric-i386-juju" \
  14. --mgmt-classes="orchestra-juju-available" \
  15. --kopts=" DEBCONF_DEBUG=developer netcfg/dhcp_timeout=120 netcfg/choose_interface=eth0"
  16.  
  17. root@ubuntuserver:~# cobbler system list
  18. oneiric01.ubuntu.lan
  19.  
  20. oracle@ubuntuserver:~$ sudo cobbler check
  21. [sudo] password for oracle:
  22. The following are potential configuration items that you may want to fix:
  23.  
  24. 1 : One or more repos need to be processed by cobbler reposync for the first time before kickstarting against them: natty-x86_64-security, precise-i386, precise-x86_64-security, lucid-x86_64, precise-i386-security, hardy-x86_64, oneiric-x86_64-security, lucid-i386, oneiric-i386, natty-x86_64, lucid-x86_64-security, natty-i386, hardy-i386, oneiric-i386-security, hardy-i386-security, precise-x86_64, maverick-x86_64-security, lucid-i386-security, maverick-i386-security, maverick-x86_64, maverick-i386, natty-i386-security, hardy-x86_64-security, oneiric-x86_64
  25.  
  26. Restart cobblerd and then run 'cobbler sync' to apply changes.
  27. oracle@ubuntuserver:~$ nmap localhost
  28.  
  29. Starting Nmap 5.21 ( http://nmap.org ) at 2012-02-18 10:12 EET
  30. Nmap scan report for localhost (127.0.0.1)
  31. Host is up (0.00066s latency).
  32. Not shown: 994 closed ports
  33. PORT STATE SERVICE
  34. 22/tcp open ssh
  35. 25/tcp open smtp
  36. 53/tcp open domain
  37. 80/tcp open http
  38. 3128/tcp open squid-http
  39. 5666/tcp open nrpe
  40.  
  41. Nmap done: 1 IP address (1 host up) scanned in 0.18 seconds
  42.  
  43.  
  44. oracle@ubuntuserver:~$ sudo cobbler list
  45. [sudo] password for oracle:
  46. distros:
  47. hardy-i386
  48. hardy-x86_64
  49. lucid-i386
  50. lucid-x86_64
  51. maverick-i386
  52. maverick-x86_64
  53. natty-i386
  54. natty-x86_64
  55. oneiric-i386
  56. oneiric-x86_64
  57. precise-i386
  58. precise-x86_64
  59.  
  60. profiles:
  61. hardy-i386
  62. hardy-i386-juju
  63. hardy-x86_64
  64. hardy-x86_64-juju
  65. lucid-i386
  66. lucid-i386-juju
  67. lucid-x86_64
  68. lucid-x86_64-juju
  69. maverick-i386
  70. maverick-i386-juju
  71. maverick-x86_64
  72. maverick-x86_64-juju
  73. natty-i386
  74. natty-i386-juju
  75. natty-x86_64
  76. natty-x86_64-juju
  77. oneiric-i386
  78. oneiric-i386-juju
  79. oneiric-x86_64
  80. oneiric-x86_64-juju
  81. precise-i386
  82. precise-i386-juju
  83. precise-x86_64
  84. precise-x86_64-juju
  85.  
  86. systems:
  87. oneiric01.ubuntu.lan
  88.  
  89. repos:
  90. hardy-i386
  91. hardy-i386-security
  92. hardy-x86_64
  93. hardy-x86_64-security
  94. lucid-i386
  95. lucid-i386-security
  96. lucid-x86_64
  97. lucid-x86_64-security
  98. maverick-i386
  99. maverick-i386-security
  100. maverick-x86_64
  101. maverick-x86_64-security
  102. natty-i386
  103. natty-i386-security
  104. natty-x86_64
  105. natty-x86_64-security
  106. oneiric-i386
  107. oneiric-i386-security
  108. oneiric-x86_64
  109. oneiric-x86_64-security
  110. precise-i386
  111. precise-i386-security
  112. precise-x86_64
  113. precise-x86_64-security
  114.  
  115. images:
  116.  
  117. mgmtclasses:
  118. orchestra-juju-acquired
  119. orchestra-juju-available
  120.  
  121. packages:
  122.  
  123. files:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement