Author: jfthomps
Date: Wed Mar 11 19:57:29 2015
New Revision: 1665987

URL: http://svn.apache.org/r1665987
Log:
updated for 2.4

Modified:
    vcl/site/trunk/content/docs/localaccounts.mdtext

Modified: vcl/site/trunk/content/docs/localaccounts.mdtext
URL: 
http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/localaccounts.mdtext?rev=1665987&r1=1665986&r2=1665987&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/localaccounts.mdtext (original)
+++ vcl/site/trunk/content/docs/localaccounts.mdtext Wed Mar 11 19:57:29 2015
@@ -21,11 +21,11 @@ account is a local VCL account. Addition
 after the backend management node component has been installed by 
 executing the vcld file with the -setup argument:
 
-    /usr/local/vcl/bin/vcld -setup
+    /usr/local/vcl/bin/vcld --setup
 
 <pre class="docnote">
-It is safe to run vcld -setup while the normal vcld daemon process 
-is running on a management node. Running vcld -setup will not 
+It is safe to run vcld --setup while the normal vcld daemon process 
+is running on a management node. Running vcld --setup will not 
 affect it.
 </pre>
 
@@ -35,36 +35,55 @@ You will see a menu. Enter the number ne
     [root@mgt-node]# /usr/local/vcl/bin/vcld -setup
     VCL Management Node Setup
     
----------------------------------------------------------------------------
-    Select a module to configure:
-    1. VCL Base Module
-    2. VCL Image State Module
-    3. Windows OS Module
+    Check Configuration
+       1: Check Windows OS Module
     
+    Image Management
+       2: Capture a Base Image
+
+    Management Node Configuration
+       3: Test RPC-XML Access
+    
+    Management Node Operations
+       4: Check private IP addresses
+    
+    User Accounts
+       5: Add Local VCL User Account
+       6: Set Local VCL User Account Password
+
+    VMware Provisioning Module
+       7: VM Host Operations
+    
+    Windows Image Configuration
+       Activation
+          8: Configure Key Management Service (KMS) Activation
+          9: Configure Multiple Activation Key (MAK) Activation
+
     [vcld]
-    Make a selection (1-3, 'c' to cancel): 1
+    Make a selection (1-9, 'c' to cancel):
 
 Enter the number next to the Add Local VCL User Account entry:
 
     :::text
-    
----------------------------------------------------------------------------
-    Choose an operation:
-    1. Add Local VCL User Account
-
-    [vcld/User Accounts]
-    Make a selection (1, 'c' to cancel): 1
+    Make a selection (1-9, 'c' to cancel): 5
 
 Enter the requested information:
 
     :::text
-    Enter the user login name ('c' to cancel): localuser
+    Enter the user login name ('c' to cancel):
+    localuser
     
-    Enter the first name ('c' to cancel): Local
+    Enter the first name ('c' to cancel):
+    Local
     
-    Enter the last name ('c' to cancel): User
+    Enter the last name ('c' to cancel):
+    User
     
-    Enter the email address [not set]: [email protected]
+    Enter the email address [not set]:
+    [email protected]
     
-    Enter the password ('c' to cancel): ******
+    Enter the password ('c' to cancel):
+    somepassword
 
 After adding the local user account, you can continue to navigate the 
 menus or press Ctrl-C to exit.
\ No newline at end of file


Reply via email to