You can execute the manageprofile.sh from was_home/bin directory and you can use it for following things
- Create profile: You can create a profile by using a command like this
manageprofiles -create -profileName profile_name -profilePath fullyqualified_profilepath -templatePath
fullyqualified_profile_templatepath -nodeName node_name -cellName cell_name
-hostName host_name - Delete profile:Removing a profile is multi step process and the exasct steps depend on the type of profile that your trying to delete. But the basic idea is first remove the node and then go to profile_home/bin and execute
manageprofile -delete
command to delete the profile and then executemanageprofiles -validateAndUpdateRegistry
command to clean the profile registry
No comments:
Post a Comment