| Advertise on warmetal.nl! Click for more information about advertising here. |
Did you find this website useful? Did I save you a lot of time? |
|
This is a small howto on logging on to iChain to make it possible to perform administrative tasks on iChain. Basically you'll have to do some configuration changes on the iChain box before you can login and use something like ConsoleOne.
These are the steps to take:
Because you're not logged in on the box you need physical access to the box (or through a DRAC, ILO or similar solution).
Type the following commands:
You should now get a message “Debug Mode ON” as shown in the screenshot:
Remember that this is the proxy server console, and not the system console. If you try to type commands here you'll receive a warning like “Invalid command - command handler not found”. Before you can continue with the next section you'll have to switch to the system console, which is mostly like NetWare. Switching is done with CTRL + ESC and then choosing 1 for “System Console”:
ICS_SERVER:load c:\nwserver\ncpip.old Loading Module NCPIP.OLD [ OK ] ICS_SERVER:set ncp include ip addresses = all NCP Include IP Addresses is set to: ALL ICS_SERVER:set ncp exclude ip addresses = none NCP Exclude IP Addresses is set to: NONE ICS_SERVER:set ncp over udp = on NCP over UDP set to ON ICS_SERVER:
Note that you need to load the NCPIP module first. Usually this one is called ncpip.nlm. For security reasons, on iChain, it's called ncpip.old.
It may take a while (sometimes up to 5 minutes), but eventually the TREE will show up and you will be able to login.
After login you can start ConsoleOne or any other administrative tool.
; TUNE.NCF for iChain 2.2 SET AUTO RESTART AFTER ABEND=0 SET IMMEDIATE PURGE OF DELETED FILES=ON Set Sound Bell For Alerts=OFF set auto tts backout flag=on set developer option=off ; these settings disable the NCP listner on port 524 for the public interfaces. ; SET NCP Include IP Addresses = NONE SET NCP Exclude IP Addresses = ALL SET NCP over UDP = OFF ; To enable NCP access, uncomment the following lines, or enter them at the server prompt. ; SET NCP Include IP Addresses = ALL ; SET NCP Exclude IP Addresses = NONE ; SET NCP over UDP = ON ; To enable RDB access, uncomment the following lines, or enter them at the server prompt. ;dbnet6 ;rdbhost ; REMOVED FOR 2.2 ;for streaming testing to tune small ecbs ;SET TCP IP MAXIMUM SMALL ECBS=65534 ; ADDED FOR 2.2 ; TCP settings set tcp delayed acknowledgement=off set tcp nagle algorithm=off set tcp sack option = off ; ADDED FOR 2.2 ; Remove reply to nearest server set Reply To Get Nearest Server = OFF ; ADDED FOR 2.2 ; Service Process Parameters set minimum service processes=500 set maximum service processes=1000 set new service process wait time=0.3 ;Change made for the Memory Fragmentation Issue nss /CacheBalance=1
Discussion