Ok, I have a virgin install of FDS up and running on bastion. It's actually running under its own dir in my home directory so we can move it around/back it up as needed. Connection info is fairly simple. Since this is just a test I figure no need to request firewall changes. SSH should be able to take care of it.
Step 1:
On 8/12/06, Mike McGrath mmcgrath@fedoraproject.org wrote:
Ok, I have a virgin install of FDS up and running on bastion. It's actually running under its own dir in my home directory so we can move it around/back it up as needed. Connection info is fairly simple. Since this is just a test I figure no need to request firewall changes. SSH should be able to take care of it.
Stupid send button right next to the save button
Step 1: Install sun's java. I've been testing with jre1.5.0_08.
Step 2: Install fedora's directory server on your workstation (for the admin console)
Step 3: add "bastion.fedora.phx.redhat.com" to your /etc/hosts file for 127.0.0.1
Step 4: Create the ssh tunnel: ssh -L 18739:bastion:18739 -L 17388:bastion:17388 -N bastion.fedora.redhat.com LDAP port - 18739 Admin port (HTTP) - 17388
Step 5: Test the admin port by pointing your browser to http://localhost:17388/
Step 6: Start the console: cd /opt/fedora-ds/ ./startconsole -u admin -a http://localhost:17388/
contact me for a username and password. Don't make any changes wihout consulting lyz or abompard, this their instance to play with. lyz and abompard, I need to get you setup with shell access for bastion, contact me for more info.
-Mike
-Mike
Don't make any changes without running it by lyz or abompard.
On Saturday 12 August 2006 18:58, Mike McGrath wrote:
Step 1: Install sun's java. I've been testing with jre1.5.0_08.
The directory server itself doesn't need java does it? And if it does, we can't use Sun's java, we'd have to use something FOSS....
On 8/12/06, Jesse Keating jkeating@redhat.com wrote:
On Saturday 12 August 2006 18:58, Mike McGrath wrote:
Step 1: Install sun's java. I've been testing with jre1.5.0_08.
The directory server itself doesn't need java does it? And if it does, we can't use Sun's java, we'd have to use something FOSS....
Nope, actually I *think* you can do just about everything through standard ldap queries and the web interface. But the console has a pretty good interface. Hopefully it'll be able to use java-gcj in the not so distant future.
-Mike
On Saturday 12 August 2006 5:59 pm, Jesse Keating wrote:
On Saturday 12 August 2006 18:58, Mike McGrath wrote:
Step 1: Install sun's java. I've been testing with jre1.5.0_08.
The directory server itself doesn't need java does it? And if it does, we can't use Sun's java, we'd have to use something FOSS....
java is needed for the admin console. currently you have to use Sun's or IBM's my understanding is that the FDS team is working on making the admin console work with gcj but at the moment it doesnt
infrastructure@lists.fedoraproject.org