Community
 
 
 

CloudPortal Business Manager 1.x

342 followers
 
Avatar
Administrator

Adding New CPBM Profiles

Avatar

Adding New CPBM Profiles

<p>Hi,</p><p><span style="font-size:10.5pt;"><span style="font-family:arial, sans-serif;"><span style="color:rgb(34,34,34);">How can we add more CPBM SP profiles to cater for different roles within the SP? I understand this is possible by adding the new profile name into the database first and then using the UI to select the roles assigned to the new profile? </span></span></span></p><p><span style="font-size:10.5pt;"><span style="font-family:arial, sans-serif;"><span style="color:rgb(34,34,34);">Is there a procedure for doing this? </span></span></span></p><p>Thanks</p><p>Stuart</p>


Stuart Jennings CITRIX EMPLOYEES
1 comment
0

Please sign in to leave a comment.

 
 

Previous 1 comment

Avatar
Administrator
Avatar

Adding New CPBM Profiles

Hi Stuart,

My apologies for delayed response.
Yes, you can add more profiles in CPBM.
Following are the steps:
1. Add the new profile to the table "profiles" in CPBM database "cloud_portal"
insert into cloud_portal.profiles (`name`,`ops`,`description`,`version`) values ('New Profile','<0|1>','New profile desc','0');

*Note:* The value for column "ops" is "1" service provider profile and "0" for customer profiles.

2. Add a new property for the new profile created into the CustomApplicationResources.properties file , available at /usr/share/cloud/portal/webapps/portal/WEB-INF/classes/
Remove spaces from the new profile name and append it to the suffix "profileName" .

Example:
profileName.NewProfile=New Profile

Make sure that you make this change on every CPBM node.

3. Restart the CPBM server.
service cloud-portal restart

It is recommended to backup your database and webapps directory before making such changes.
Please be aware that such activities are usually done by professional services to avoid any issues.

Thanks,
Manish


Manish Agarwal CITRIX EMPLOYEES
Comment actions Permalink

Top Contributors