Sunday, March 6, 2011

./convirt-tool --help

[root@mofo scripts]# ./convirt-tool --help
./convirt-tool: unrecognized option '--help'
Provides 2 steps to install dependencies and setup
1) ./convirt-tool install_dependencies
This will install dependencies like ssh,socat,expect etc.
2) ./convirt-tool [switch [switch ..]] setup
Switch option is not mandatory, default is --all.

Switch can be from one of the following:
--detect_only : only detect distribution and virtualization platform,
Do not make changes.
--firewall : configure firewall.
--xen_config : configure xend server.
--xen_ssl : configure xend server in SSL mode.
--bridge : setup bridge for each physical interface.
--nw_service : setup network service during system boot.
--all : all required setup for KVM or Xen.
--skip_firewall : Skip firewall related changes
--skip_bridge : Skip bridge related changes
--skip_nw_service : Skip network service setup during boot
--use_native_bridge : Use OS specific bridge setup (Recommended for Xen on SLES)
--dom0_mem : Sets the memory of Domain-0(in MB)
-h : help

No comments:

Post a Comment