Skip to content

Instantly share code, notes, and snippets.

@xlcommunity
Created March 12, 2015 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xlcommunity/5da40664490ed2599fb1 to your computer and use it in GitHub Desktop.
Save xlcommunity/5da40664490ed2599fb1 to your computer and use it in GitHub Desktop.
Using rules to interact with WebSphere cluster members
#!/bin/bash
#
# THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS
# FOR A PARTICULAR PURPOSE. THIS CODE AND INFORMATION ARE NOT SUPPORTED BY XEBIALABS.
#
# Delete all txt files in data directory
rm /opt/IBM/WAS/profiles/${host.name}/data/*.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment