return to index
Any problems should be reported to the Computing Faclities Group via an entry in the fault database .
/home/ username /afolder/example1.txtYou should use the transition period to remove any references to paths like "/home/ lpss1 / username " - lpss1 will cease to exist soon. Only ever use /home/ username - this works on both sunOS and Solaris sparcs.
If you have a file /home/ username /oldsunos/myfolder/example.txt which needs to be visible to the sunOS sparcs during the transition period you should refer to it in all scripts as without the oldsunos element of the path name.
/home/ username /myfolder/example.txtThis will work on both sunOS and Solaris sparcs if you and make a link
/home/ username /myfolder --> /home/ username /oldsunos/myfolder
user@scorpio> cd ~ user@scorpio> ln -s oldsunos/myfolder .
user@scorpio> cd ~ user@scorpio> rm myfolder user@scorpio> mv oldsunos/myfolder .
There are two versions of the Netscape browser programs available.
/usr/local/bin/netscape --> /opt/INGsparc/bin/netscape
oops - seems to be lost just now :-)
The browser uses a directory called .netscape in your accounts home directory. When your account was moved a copy was made of your old SunOS .netscape directory and placed in /home/ username. This has allowed you to retain all your bookmarks. However, if you continue to use SunOS sparcs during the transition period then please do not add bookmarks - these additions will only appear in /home/ username /oldsunos/.netscape. Similarly additional bookmarks made using a solaris sparc will only appear when you use a solarsi sparc. This of course doesn't matter if you follow the CFG recommendation below ...
Given the fact that the Solaris sparcs are much faster please use a solaris sparc when browsing. This will also allow you to continue to add bookmarks.
The netscape program by default creates a cache in /home/ username /.netscape/cache On solaris systems this has been made a link to /scratch/netcache/ username /.netscape/cache. This has the advantage that you can set the cache limits to be large and not worry about netscape consuming your diskquota.
A system utility composed by the CFG runs as a cron job of root and monitors the netscape cache area and avoids it filling up. You can of course empty your own cache directory at any time. (Options -> Network Preferences -> cache -> "Clear Disk Cache Now")
The Recommended value under the Netscape menu " Network Preferences - Cache" is Disk Cache 50000 Kilobytes
inbox-path={andromeda.roque.ing.iac.es}inbox folder-collections={andromeda.roque.ing.iac.es}mail/[]To enable SunOS sparcs to read your mail you should also check the file /home/ username /oldsunos/.pinerc. This will normally have been done by CFG when your account was migrated.
If, when in pine, you are prompted for a password and you find this tedious then you can make an entry in the ~/.rhosts file to enable pine to get quick access to your mailbox files without needing to prompt for a password. You will need an entry in .rhosts similar to the example below
andromeda.roque.ing.iac.es usernameBe aware that having a .rhosts file enables access to your account which bypasses normal passwords. See the man pages on rhosts.