Archive for the 'AS400' Category

 

 

Jul 02 2009

Modify QSTRUP startup program

Published by dave under AS400

It may be useful to change Iseries AS400 startup program. You may want to have a permanent mounted share with MKDIR command line for instance.
I’m saying program as QSTRUP is a compiled program, rather than a simple text file.
 
To get startup program and library, run:
DSPSYSVAL QSTRUPPGM
Result is QSTRUP/QGPL in my case.
 
If you don’t have the [...]

No responses yet

Jul 02 2009

Access Windows, Unix and AS400 from AS400

Published by dave under AS400

Windows

Windows shares can be mounted on /QNTC filesystem. Create a folder is all needs to be done.
MKDIR ‘/QNTC/MY_SERVER’
Walk through remote directory:
WRKLNK ‘/QNTC/MY_SERVER’

 
IP address can also be used in place of the server name:

mkdir ‘/QNTC/IPADDR’
wrklnk ‘/QNTC/IPADDR’

 
Note: Pay attention to Windows rights. It doesn’t seem to be fully compatible.
Active Directory can also be a problem in some [...]

No responses yet

Jun 18 2009

SST Password Reset with no reboot

Published by dave under AS400

SST password is required to access iSeries maintenance section and IBM systematically needs it. However, it is
also not unusual to lose the password.
Most SST password reset procedures require you to run an IPL (reboot) in degraded mode. Not absolutely needed
with an HMC:
 
Open a 5250 session to connect to the AS400 and launch under [...]

No responses yet

Next »