Friday, August 11, 2006

Cannot access SecurePlatform through winSCP

Cannot access SecurePlatform through winSCP
Re: cannot access SecurePlatform through winSCP

Once you have created the user, edit /etc/passwd and change "cpshell" to "bash" at the end of the user line. It should look like this:
user1:x:0:0::/home/user1:/bin/bash

Then edit /etc/group and add the user to the appropriated groups, separated with comma:
root:x:0:root,user1

Don´t forget to create /etc/scpusers with the user name, if you want SCP access.

Tuesday, June 06, 2006

Manually edit SPLAT's routing

[Manually edit SPLAT's routing]
-Edit the file "/etc/sysconfig/netconf.C"
-Note that in pre-R60 versions you edit "/etc/sysconfig/cpnetstart"
instead
-Then run 'cpnetconf load'
-Run 'route -n' to verify that you changes worked
-Alternatively you could instead use the standard Linux route command to
load all of your routes and then run 'cpnetconf store' to save your routes
to /etc/sysconfig/netconf.C (i.e. make them permanent)

Friday, May 19, 2006

iSeries PHP Primer

PHP Primer
By Jon Paris and Susan Gantner

This month we thought we'd take a quick look at PHP, the latest entry in the world of Web programming for the System i platform. We're excited about this new arrival as it helps to lower the "cost" of entering the world of the Web and moves the System i platform firmly into the mainstream. The introduction of PHP is a joint effort by IBM and Zend ("The php Company"). Full details of the announcement are online (www.ibm.com/systems/i/software/php.) .......