{"id":892,"date":"2013-02-12T14:27:17","date_gmt":"2013-02-12T14:27:17","guid":{"rendered":"http:\/\/kraftek.com\/blog\/?p=892"},"modified":"2013-02-12T14:27:17","modified_gmt":"2013-02-12T14:27:17","slug":"script-to-create-flars","status":"publish","type":"post","link":"\/blog\/index.php\/script-to-create-flars\/","title":{"rendered":"Script to create FLARs"},"content":{"rendered":"<p>This one will login to a list of servers and create a flar in a NFS share<\/p>\n<pre>#!\/bin\/ksh\n\nfor h in `cat hosts.txt`;do\n\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 echo \"----------------------- $h\"\ncat &lt;&lt;EOF\u00a0 &gt; \/tmp\/$h\nmkdir -p \/b; mount -F nfs 10.80.120.219:\/space \/b; ls \/b\ntime flarcreate -n \"$h\" -c -S -R \/ \/b\/flars\/$h.flar\numount \/b\nEOF\nscp \/tmp\/$h $h:\/tmp\nssh $h \/tmp\/$h\ndone<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>This one will login to a list of servers and create a flar in a NFS share #!\/bin\/ksh for h in `cat hosts.txt`;do \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 echo &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; $h&#8221; cat &lt;&lt;EOF\u00a0 &gt; \/tmp\/$h mkdir -p \/b; mount -F nfs 10.80.120.219:\/space \/b; ls \/b time flarcreate -n &#8220;$h&#8221; -c -S -R \/ \/b\/flars\/$h.flar umount \/b EOF scp \/tmp\/$h [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[],"class_list":["post-892","post","type-post","status-publish","format-standard","hentry","category-solaris"],"_links":{"self":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/892","targetHints":{"allow":["GET"]}}],"collection":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/comments?post=892"}],"version-history":[{"count":0,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/posts\/892\/revisions"}],"wp:attachment":[{"href":"\/blog\/index.php\/wp-json\/wp\/v2\/media?parent=892"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/categories?post=892"},{"taxonomy":"post_tag","embeddable":true,"href":"\/blog\/index.php\/wp-json\/wp\/v2\/tags?post=892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}