Author: buildbot
Date: Wed Mar 11 19:57:34 2015
New Revision: 943387
Log:
Staging update by buildbot for vcl
Modified:
websites/staging/vcl/trunk/content/ (props changed)
websites/staging/vcl/trunk/content/docs/localaccounts.html
Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 11 19:57:34 2015
@@ -1 +1 @@
-1665983
+1665987
Modified: websites/staging/vcl/trunk/content/docs/localaccounts.html
==============================================================================
--- websites/staging/vcl/trunk/content/docs/localaccounts.html (original)
+++ websites/staging/vcl/trunk/content/docs/localaccounts.html Wed Mar 11
19:57:34 2015
@@ -76,13 +76,13 @@
account is a local VCL account. Additional local accounts can be added
after the backend management node component has been installed by
executing the vcld file with the -setup argument:</p>
-<div class="codehilite"><pre><span class="o">/</span><span
class="n">usr</span><span class="o">/</span><span class="n">local</span><span
class="o">/</span><span class="n">vcl</span><span class="o">/</span><span
class="n">bin</span><span class="o">/</span><span class="n">vcld</span> <span
class="o">-</span><span class="n">setup</span>
+<div class="codehilite"><pre><span class="o">/</span><span
class="n">usr</span><span class="o">/</span><span class="n">local</span><span
class="o">/</span><span class="n">vcl</span><span class="o">/</span><span
class="n">bin</span><span class="o">/</span><span class="n">vcld</span> <span
class="o">--</span><span class="n">setup</span>
</pre></div>
<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>
@@ -90,36 +90,55 @@ affect it.
<div class="codehilite"><pre>[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):
</pre></div>
<p>Enter the number next to the Add Local VCL User Account entry:</p>
-<div
class="codehilite"><pre>----------------------------------------------------------------------------
-Choose an operation:
-1. Add Local VCL User Account
-
-[vcld/User Accounts]
-Make a selection (1, 'c' to cancel): 1
+<div class="codehilite"><pre>Make a selection (1-9, 'c' to cancel): 5
</pre></div>
<p>Enter the requested information:</p>
-<div class="codehilite"><pre>Enter the user login name ('c' to
cancel): localuser
+<div class="codehilite"><pre>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
</pre></div>