pcs resource update resource_id [resource_options]
pcs resource update resource_id [resource_options]
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
pcs resource show VirtualIP
pcs resource update VirtualIP ip=192.169.0.120
pcs resource show VirtualIP
# pcs resource show VirtualIP
Resource: VirtualIP (type=IPaddr2 class=ocf provider=heartbeat)
Attributes: ip=192.168.0.120 cidr_netmask=24
Operations: monitor interval=30s
# pcs resource update VirtualIP ip=192.169.0.120
# pcs resource show VirtualIP
Resource: VirtualIP (type=IPaddr2 class=ocf provider=heartbeat)
Attributes: ip=192.169.0.120 cidr_netmask=24
Operations: monitor interval=30s
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow