Monday, March 10, 2008

What does OFFLINE_MANAGEMENT ('Enable Offline Management') option mean?

What does OFFLINE_MANAGEMENT ('Enable Offline Management') option mean?To simplify the usage of Virtuozzo Power Panel by a VPS owner, VZPP web interface can be accessible on the VPS IP address. By default, port 4643 is used. If the VPS has an IP address 192.168.0.1 assigned the VZPP management interface is accessible by https://192.168.0.1:4643 even if the VPS is stopped. VZPP accessibility on VPS IP address is controlled by OFFLINE_MANAGEMENT per-VPS configuration parameter. By default, it is set to "yes". To enable/disable it for VPS #101 use the followingcommands:

# vzctl set 101 --offline_management=yes --save
# vzctl set 101 --offline_management=no --save

No comments: