Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. * Show kernel version on hosts:
  2.  
  3. I wanted to verify that the correct kernel version was running on each of
  4. =host1=, =host2=, =host3=, and =host4=. I ran the following on each:
  5.  
  6. #+BEGIN_SRC sh :exports code :eval no
  7. uname -a
  8. #+END_SRC
  9.  
  10. On =host1=:
  11.  
  12. #+BEGIN_SRC sh :dir /host1: :exports results :results output
  13. uname -a
  14. #+END_SRC
  15.  
  16. On =host2=:
  17.  
  18. #+BEGIN_SRC sh :dir /host2: :exports results :results output
  19. uname -a
  20. #+END_SRC
  21.  
  22. On =host3=:
  23.  
  24. #+BEGIN_SRC sh :dir /host3: :exports results :results output
  25. uname -a
  26. #+END_SRC
  27.  
  28. On =host4=:
  29.  
  30. #+BEGIN_SRC sh :dir /host4: :exports results :results output
  31. uname -a
  32. #+END_SRC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement