From 637d05e18693326fab9a3d84ca1e82cc0426ead9 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 4 May 2006 14:26:25 +0000 Subject: [PATCH] update web page --- doc/myplc.php | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/doc/myplc.php b/doc/myplc.php index 2f6d3ae..d03b6b5 100644 --- a/doc/myplc.php +++ b/doc/myplc.php @@ -46,12 +46,12 @@
3. Quickstart
3.1. Changing the configuration
-
3.2. Installing nodes
-
3.3. Administering nodes
-
3.4. Creating a slice
+
3.2. Installing nodes
+
3.3. Administering nodes
+
3.4. Creating a slice
-
A. Configuration variables
-
Bibliography
+
A. Configuration variables
+
Bibliography
@@ -277,6 +277,12 @@ PLC: Rebuilding Boot Manager: [ OK ] generates the initial set of XML files that the Slice Creation Service uses to determine slice state.

+

Please also note that SELinux, when enabled, has been + reported to prevent the system from operating smoothly. These + reports were based on attempts made on FC4 and FC5. If you run any + of those linux distributions, you should use the 'Security Level + Configuration' utility and make sure SELinux is not configured as + 'Enforcing', but as 'Permissive' at most.

If no failures occur, then MyPLC should be active with a default configuration. Open a web browser on the host system and visit http://localhost/, which should bring you @@ -338,7 +344,7 @@ PLC: Rebuilding Boot Manager: [ OK ]

-3.2. Installing nodes

+3.2. Installing nodes

Install your first node by clicking Add Node under the Nodes tab. Fill in all the appropriate details, then click @@ -362,12 +368,12 @@ PLC: Rebuilding Boot Manager: [ OK ]

-3.3. Administering nodes

+3.3. Administering nodes

You may administer nodes as root by using the SSH key stored in /etc/planetlab/root_ssh_key.rsa.

-

Example 5. Accessing nodes via SSH. Replace +

Example 5. Accessing nodes via SSH. Replace node with the hostname of the node.

ssh -i /etc/planetlab/root_ssh_key.rsa root@node
@@ -390,7 +396,7 @@ PLC: Rebuilding Boot Manager: [ OK ]

-3.4. Creating a slice

+3.4. Creating a slice

Create a slice by clicking Create Slice under the Slices tab. Fill in all the appropriate details, then click Create. Add @@ -405,7 +411,7 @@ PLC: Rebuilding Boot Manager: [ OK ] to determine if it needs to create or delete any slices. You may accelerate this process manually if desired.

-

Example 6. Forcing slice creation on a node.

+

Example 6. Forcing slice creation on a node.

# Update slices.xml immediately
 service plc start crond
 
@@ -417,7 +423,7 @@ vserver pl_conf exec service pl_conf restart

-A. Configuration variables

+A. Configuration variables

Listed below is the set of standard configuration variables and their default values, defined in the template /etc/planetlab/default_config.xml. Additional @@ -888,7 +894,7 @@ vserver pl_conf exec service pl_conf restart

-Bibliography

+Bibliography

[1] Mark Huang. PlanetLab Technical Contact's Guide.

-- 2.47.0