Subversion Repositories havirt

Rev

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

Rev 25 Rev 41
Line 15... Line 15...
15
 
15
 
16
    havirt -f tsv domain list
16
    havirt -f tsv domain list
17
    havirt domain list -f tsv
17
    havirt domain list -f tsv
18
    havirt domain -f tsv list
18
    havirt domain -f tsv list
19
 
19
 
-
 
20
To add a new virtual (currently running)
-
 
21
 
-
 
22
    havirt node scan --force [node] # find new domain
-
 
23
    havirt domain update [domainname]
-
 
24
 
-
 
25
If you do not include a node in the first command, all nodes will be
-
 
26
scanned. If you do not include the domainname in the second command, all domains
-
 
27
defined will be updated.
-
 
28
 
20
Base modules are:
29
Base modules are:
21
 
30
 
22
- **domain**: Work with individual virtual servers, called domains under virtlib
31
- **domain**: Work with individual virtual servers, called domains under virtlib
23
- **node**: Work with hypervisors, called nodes under virtlib
32
- **node**: Work with hypervisors, called nodes under virtlib
24
- **cluster**: Work with the entire cluster of hypervisors
33
- **cluster**: Work with the entire cluster of hypervisors