diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-02-27 00:35:16 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-02-27 00:35:16 +0000 |
commit | 6bc3531e3aa7c37b7d247ee98e31a41f06ca3b51 (patch) | |
tree | 557684f6d08618b9c8c93d30a9d61e228d546cb7 | |
parent | Added (diff) | |
download | ice-6bc3531e3aa7c37b7d247ee98e31a41f06ca3b51.tar.bz2 ice-6bc3531e3aa7c37b7d247ee98e31a41f06ca3b51.tar.xz ice-6bc3531e3aa7c37b7d247ee98e31a41f06ca3b51.zip |
minor edits
-rw-r--r-- | cpp/demo/IceGrid/README | 5 | ||||
-rwxr-xr-x | cpp/install/windows/WINDOWS_SERVICE.txt | 54 | ||||
-rw-r--r-- | cs/demo/IceGrid/README | 2 | ||||
-rw-r--r-- | java/demo/IceGrid/README | 2 | ||||
-rw-r--r-- | py/demo/IceGrid/README | 2 | ||||
-rw-r--r-- | vb/demo/IceGrid/README | 2 |
6 files changed, 37 insertions, 30 deletions
diff --git a/cpp/demo/IceGrid/README b/cpp/demo/IceGrid/README index 274ac5eea2a..373369d7dd7 100644 --- a/cpp/demo/IceGrid/README +++ b/cpp/demo/IceGrid/README @@ -6,7 +6,7 @@ Demos in this directory: - replication - This demo demonstrates IceGrid's registry replication feature. + This example demonstrates IceGrid's registry replication feature. - sessionActivation @@ -15,5 +15,4 @@ Demos in this directory: - simple This demo illustrates the basics of using IceGrid, including the - use of templates and replication. - + use of templates and object adapter replication. diff --git a/cpp/install/windows/WINDOWS_SERVICE.txt b/cpp/install/windows/WINDOWS_SERVICE.txt index 801748fd4ab..0f99e6350e9 100755 --- a/cpp/install/windows/WINDOWS_SERVICE.txt +++ b/cpp/install/windows/WINDOWS_SERVICE.txt @@ -51,10 +51,10 @@ Ice.UseEventLog property). Windows Server 2003 and Windows Vista
-------------------------------------
-The user account that runs the IceGrid node needs to be a member of
-the local 'Performance Monitor Users' group so that the node can
-monitor CPU usage. This is only necessary if you intend to use an
-IceGrid load-balancing policy that relies on CPU usage.
+The user account that runs the IceGrid node must be a member of the
+local 'Performance Monitor Users' group so that the node can monitor
+CPU usage. This is only necessary if you intend to use an IceGrid
+load-balancing policy that relies on CPU usage.
The instructions below were obtained from a Microsoft article:
@@ -64,7 +64,7 @@ First grant the user account "Log on as a batch job" rights. To assign the "Log on as a batch job" user right to the Performance
Log Users group:
-
+
1. Click Start, click in the Search box, type secpol.msc, and press
ENTER. The Local Security Policy snap-in will open in Microsoft
Management Console.
@@ -95,41 +95,49 @@ Or under an admin rights command shell: net localgroup "Performance Log Users" "<user>" /add
-Once this is done it is necessary to logout and then login again if
+Once this is done, it is necessary to logout and then login again if
you are modifying the rights of the currently logged in user.
+
Windows Vista and Permissions
-----------------------------
Under Vista you must pay careful attention to the permissions of the
-data and output directories. In the default icegridnode.cfg and
-icegridregistry.cfg these are:
+data and output directories. In the default IceGrid configuration
+files (icegridnode.cfg and icegridregistry.cfg), these directories
+are as follows:
IceGrid.Node.Data=C:\Documents and Settings\iceuser\Application Data\ZeroC\icegrid\node1
IceGrid.Node.Output=C:\Documents and Settings\iceuser\Application Data\ZeroC\icegrid\node1
IceGrid.Registry.Data=C:\Documents and Settings\iceuser\Application Data\ZeroC\icegrid\registry
-You can run into permissions inheritance problems if you blindly
-create directories on the file system and the node and registry
-service will fail to start.
+The node and registry will fail to start unless you take the proper
+precautions when creating the directories. For example, to use the
+default locations shown above:
+
+1. Start a command shell
+
+ > cd "\Documents and Settings\iceuser\Application Data\"
+ > mkdir ZeroC
+
+2. Start up the file explorer. Enter in the address bar
+
+ C:\Documents and Settings\iceuser\Application Data\ZeroC
-To use the default location as described above:
+3. Create a directory named "icegrid".
-Start a command shell
+4. Right-click on the directory, select properties, and select the
+ security tab.
-> cd "\Documents and Settings\iceuser\Application Data\"
-> mkdir ZeroC
+5. Select Advanced and Edit.
-Now start up the file explorer. Enter in the address bar
+6. Unselect "Include inheritable permissions from this object's
+ parent", select Copy.
-C:\Documents and Settings\iceuser\Application Data\
+7. Remove all Permission entries.
-Create a directory icegrid. Now right-click on the directory, select
-properties, and select the security tab. Select Advanced and
-Edit. Unselect "Include inheritable permissions from this object's
-parent", select Copy. Now remove all Permission entries. Next add a
-permission entry for iceuser, and select "Full control". Select ok,
-and you are done!
+8. Add a permission entry for iceuser, and select "Full control".
+ Select ok, and you are done!
Now you can create the registry and node1 subdirectories without any
further action and the correct permissions will be used.
diff --git a/cs/demo/IceGrid/README b/cs/demo/IceGrid/README index 566406f4bc6..da1160e9052 100644 --- a/cs/demo/IceGrid/README +++ b/cs/demo/IceGrid/README @@ -11,4 +11,4 @@ Demos in this directory: - simple This demo illustrates the basics of using IceGrid, including the - use of templates and replication. + use of templates and object adapter replication. diff --git a/java/demo/IceGrid/README b/java/demo/IceGrid/README index 566406f4bc6..da1160e9052 100644 --- a/java/demo/IceGrid/README +++ b/java/demo/IceGrid/README @@ -11,4 +11,4 @@ Demos in this directory: - simple This demo illustrates the basics of using IceGrid, including the - use of templates and replication. + use of templates and object adapter replication. diff --git a/py/demo/IceGrid/README b/py/demo/IceGrid/README index 566406f4bc6..da1160e9052 100644 --- a/py/demo/IceGrid/README +++ b/py/demo/IceGrid/README @@ -11,4 +11,4 @@ Demos in this directory: - simple This demo illustrates the basics of using IceGrid, including the - use of templates and replication. + use of templates and object adapter replication. diff --git a/vb/demo/IceGrid/README b/vb/demo/IceGrid/README index 566406f4bc6..da1160e9052 100644 --- a/vb/demo/IceGrid/README +++ b/vb/demo/IceGrid/README @@ -11,4 +11,4 @@ Demos in this directory: - simple This demo illustrates the basics of using IceGrid, including the - use of templates and replication. + use of templates and object adapter replication. |