Sun Java Communications Suite 5 Evaluation Guide

Creating User Accounts for This Evaluation

This evaluation makes use of a number of user accounts. These user accounts are duncan (Duncan Hoff), kathy (Kathy Singer), tina (Tina Givens), robert (Robert Smith), and test, with a password of demo for all user accounts. After you create these accounts, you use them to create some sample email and calendar data.

ProcedureTo Create User Accounts for This Evaluation

  1. Use the Delegated Administrator command-line utility commadmin to create user accounts.


    /opt/SUNWcomm/bin/commadmin user create -D admin -F first-name -l userid -L last-name
    -n map.beta.com -p 80 -w adminpass -W demo -X wireless.map.beta.com -S mail,cal -E
    userid@map.beta.com -H wireless.map.beta.com
    first-name

    Represents the user's first name.

    userid

    Represents the user ID.

    last-name

    Represents the user's last name.

  2. Create the user accounts for the demo scenarios in this guide by following these examples.


    /opt/SUNWcomm/bin/commadmin user create -D admin -F Duncan -l duncan -L Hoff -n
    map.beta.com -p 80 -w adminpass -W demo -X wireless.map.beta.com -S mail,cal -E
    duncan@map.beta.com -H wireless.map.beta.com
    
    /opt/SUNWcomm/bin/commadmin user create -D admin -F Kathy -l kathy -L Singer -n
    map.beta.com -p 80 -w adminpass -W demo -X wireless.map.beta.com -S mail,cal -E
    kathy@map.beta.com -H wireless.map.beta.com
    
    /opt/SUNWcomm/bin/commadmin user create -D admin -F Tina -l tina -L Givens -n
    map.beta.com -p 80 -w adminpass -W demo -X wireless.map.beta.com -S mail,cal -E
    tina@map.beta.com -H wireless.map.beta.com
    
    /opt/SUNWcomm/bin/commadmin user create -D admin -F Robert -l robert -L Smith -n
    map.beta.com -p 80 -w adminpass -W demo -X wireless.map.beta.com -S mail,cal -E 
    robert@map.beta.com -H wireless.map.beta.com
    
    /opt/SUNWcomm/bin/commadmin user create -D admin -F Test -l test -L User 
    -n map.beta.com -p 80 -w adminpass -W demo -X wireless.map.beta.com -S mail,cal -E 
    test@map.beta.com -H wireless.map.beta.com

ProcedureTo Add Auxiliary Services to Users

After creating users, use the Access Manager console to verify that the required auxiliary services have been added to each user.

  1. In a web browser, type the URL for the Access Manager console.


    http://hostname/amconsole

    For example, http://wireless.map.beta.com/amconsole.

  2. Log in as amadmin with a password adminpass.

    You see a view of the available organizations. Click the link of your main organization map.beta.com.

  3. In the left pane, select Users from the View drop-down menu.

    You should see your primary users Duncan, Kathy, Tina, Robert, and test.

  4. Click the property arrow beside Duncan Hoff's name.

  5. In the right pane, select Services from the View drop-down menu.

    Verify that the Instant Messaging and Presence Services are listed as available services. If they are not listed, continue with the remaining steps below to add these services. If these services do exist, skip to step 9.

  6. Click Add in the right pane to add services.

  7. Select the check box at the top that contains an icon of two check marks.

    This check box selects all services.

  8. Click OK at the bottom to verify your selection.

  9. Repeat steps 4 through 8 for users Kathy, Robert, Tina, and Test.

  10. Grant additional access rights to the main user in the next task.

ProcedureTo Grant Additional Access Rights to Users

This procedure gives special access controls to the main user Duncan.

  1. In the left pane of the Access Manager console, click the isp link near the Identity Management tab.

  2. Select Roles from the View drop-down menu in the left pane.

  3. To assign a user to the IM Conference Rooms Administrator role, click the property arrow beside the IM Conference Rooms Administrator.

  4. In the right pane, select Users from the View drop-down menu.

  5. Click Add in the right pane.

  6. In the User ID field, type duncan and click Next.

  7. Select the check box next to Duncan's name and click Finish.

    Now Duncan has permission to create conference rooms.

  8. Click the Service Configuration tab.

    The left pane displays a list of services.

  9. Click the property arrow beside the Session service.

  10. Scroll to the bottom of the list of attributes and change the following to enable you to complete the evaluation without experiencing auto timeouts:

    Maximum Session Time

    960

    Maximum Idle time

    720

  11. Click Save.

  12. Log out of the Access Manager Console.

  13. (Recommended) Restart the Instant Messaging server. You must be logged in as root to perform this task.


    cd /opt/SUNWiim/sbin
    ./imadmin refresh
  14. (Recommended) Restart the Web Server.


    cd /var/opt/SUNWwbsvr7/https-wireless.map.beta.com/bin
    ./stopserv
    ./startserv

    Note –

    After making changes to the Access Manager configuration and Instant Messaging policies, it is recommended to restart Instant Messaging and Access Manager.


  15. Create sample data in the next task.