HP StorageWorks 9100 Extreme Data Storage System administration guide V1.0.2 (AN540-96018, February 2010)
Example
Modifying VHTTPD
The exdsmgr modify vhttpd command allows you to modify the existing default vhttpd
configuration that was created using the exdsmgr command.
Parameters
• action=<action>
The following actions are supported:
• addserver
• removeserver
• network=eth<number>
• vip=<single virtual IP address>
• server =<N>
Actions
The following actions are supported:
• addserver
• Adds a virtual host IP address to the network interface for the specified server.
• Has the syntax: # exdsmgr modify vhttpd action=addserver network=eth<N>
vip=< single virtual IP address> server=<N>
• removeserver
• Removes a virtual host IP address from the network interface for the specified server.
• Has the syntax: # exdsmgr modify vhttpd action=removeserver network=eth<N>
vip=< single virtual IP address> server=<N>
Examples
# exdsmgr modify vhttpd action=addserver \network=eth2 vip=192.168.9.158
server=8
# exdsmgr modify vhttpd action=removeserver \ network=eth2
vip=192.168.9.158 server=8
Deleting VHTTPD
Deletes the existing vhttpd configuration on the specified network (eth2 is the default).
Managing data78