We use the standard AM for now. NT.
[sfa.git] / INSTALL.txt
index d748883..b93abae 100644 (file)
@@ -30,8 +30,8 @@ These four configuration parameters are required for SFA server configuration
 
  set SFA_PLC_USER              to     PLC_ROOT_USER 
  set SFA_PLC_PASSWORD          to     PLC_ROOT_PASSWORD
- set SFA_PLC_DB_USER                   to     PLC_DB_USER
- set SFA_PLC_DB_PASSWORD       to     PLC_DB_PASSWORD
+ set SFA_DB_USER               to     PLC_DB_USER
+ set SFA_DB_PASSWORD   to     PLC_DB_PASSWORD
 write and quit
 
 *NOTE* at this point you get a warning b/c the authorities hierarchy has not been created yet; ignore
@@ -63,9 +63,9 @@ This will initialize /etc/sfa/authorities/server.key from /etc/sfa/authorities/p
 This will start Registry, Slice Manager and Aggregate Manager. Your ps command output would look like:
 
 # ps -ef | grep python
-root     24944     1  0 May11 ?        00:00:00 /usr/bin/python /usr/bin/sfa-server.py -r -d
-root     24957     1  0 May11 ?        00:00:00 /usr/bin/python /usr/bin/sfa-server.py -a -d
-root     24970     1  0 May11 ?        00:00:00 /usr/bin/python /usr/bin/sfa-server.py -s -d
+root     24944     1  0 May11 ?        00:00:00 /usr/bin/python /usr/bin/sfa-start.py -r -d
+root     24957     1  0 May11 ?        00:00:00 /usr/bin/python /usr/bin/sfa-start.py -a -d
+root     24970     1  0 May11 ?        00:00:00 /usr/bin/python /usr/bin/sfa-start.py -s -d
 -------
 4) Configure SFA client: