Subversion Repositories havirt

Rev

Rev 24 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 24 Rev 25
Line 7... Line 7...
7
command is actually a module name, action is a function (sub) within the
7
command is actually a module name, action is a function (sub) within the
8
module, and flags can be placed anywhere, Thus,
8
module, and flags can be placed anywhere, Thus,
9
 
9
 
10
    havirt domain list
10
    havirt domain list
11
 
11
 
12
loads the domain module and runs the list function. Base modules are:
12
loads the domain module and runs the list function. To send the output to
-
 
13
a tab separated value, you can use the -f flag, so the following are
-
 
14
equivilent
-
 
15
 
-
 
16
    havirt -f tsv domain list
-
 
17
    havirt domain list -f tsv
-
 
18
    havirt domain -f tsv list
-
 
19
 
-
 
20
Base modules are:
13
 
21
 
14
- **domain**: Work with individual virtual servers, called domains under virtlib
22
- **domain**: Work with individual virtual servers, called domains under virtlib
15
- **node**: Work with hypervisors, called nodes under virtlib
23
- **node**: Work with hypervisors, called nodes under virtlib
16
- **cluster**: Work with the entire cluster of hypervisors
24
- **cluster**: Work with the entire cluster of hypervisors
17
 
25