OSDN Git Service

Collection of manual for queue commands.
authorniwa-hideyuki <niwa.hideyuki@jp.fujitsu.com>
Thu, 22 May 2014 02:46:45 +0000 (11:46 +0900)
committerniwa-hideyuki <niwa.hideyuki@jp.fujitsu.com>
Thu, 22 May 2014 02:46:45 +0000 (11:46 +0900)
lxcf/conf/helpfile.txt
lxcf/doc/lxcf.1

index 67ce57a..2856cd9 100644 (file)
@@ -52,6 +52,14 @@ LXCF sub-commands:
        queue clear     [-h] [-q] [-l]
        queue list      None
        queue move      [-h] [-q] [-l] UUID
+       queue log       [-f]
+       queue multi     NUMBER
+       queue reboot    UUID
+       queue start     UUID
+       queue stop      UUID
+       queue suspend   UUID
+       queue resume    UUID
+                               "queue" subcommand can use "q" as an alias.
 
 *** help ***
        helpcmd
index 96204b2..ca268b7 100644 (file)
@@ -94,6 +94,22 @@ lxcf \- lxcf framework command
 
 .B     queue move      [-h] [-q] [-l] UUID
 
+.B     queue log       [-f]
+
+.B     queue multi     NUMBER
+
+.B     queue reboot    UUID
+
+.B     queue start     UUID
+
+.B     queue stop      UUID
+
+.B     queue suspend   UUID
+
+.B     queue resume    UUID
+
+                               "queue" subcommand can use "q" as an alias.
+
 .B     *** help ***
 
 .B     lxcf helpcmd
@@ -348,6 +364,29 @@ f333abd2-c447-11e3-84f2-00d068148bd6 sysgen-n a 10
   # lxcf queue move -h f333abd2-c447-11e3-84f2-00d068148bd6
   moved to H-QUEUE : f333abd2-c447-11e3-84f2-00d068148bd6 sysgen-n a 10
 
+.B queue log [-f]
+Log (/var/log/lxcf/lxcf-messages) of LXCF is displayed.
+When the content of the log keeps increasing if the option of -f is specified, the added log data is output.
+
+.B queue multi NUMBER
+The multiplicity of the submitted job execution is set.
+
+.B queue reboot        UUID
+The container specified with UUID is rebooted.
+
+.B queue start UUID
+The container specified with UUID is startted.
+
+.B queue stop  UUID
+The container specified with UUID is stopped.
+
+.B queue suspend       UUID
+The container specified with UUID is suspended.
+
+.B queue resume        UUID
+The container specified with UUID is resumed.
+
+
 .B lxcf helpcmd
 
   The list of the command of LXCF is displayed.