octopus

Ceci est une ancienne révision du document !


octopus

  • machine Sun X2270 installée par Cefi sous Centos
  • clavier depuis l'ILOM: il faut se logger root et mettre clavier anglais (Administration-Clavier-Anglais Americain), tout autre combinaison ne marche pas (loadkeys, setxkbmap fr, etc…)
  • pour ne pas lancer X11: telinit 3 (dans /etc/inittab pour le fixer au reboot)

Interventions

dans /boot/grub/menu.lst:

        kernel /vmlinuz-2.6.18-164.el5 ro root=/dev/md1 console=ttyS0
  • voir case 72818508

trop de messages… la machnie est occupée par les calculs, impossible de lancer les tests pour l'instant

sudo /etc/init.d/herd stop
sudo /sbin/chkconfig herd off
sudo /sbin/chkconfig --list herd
herd            0:off   1:off   2:off   3:off   4:off   5:off   6:off
  • case 72818508

commandes utiles

[henry@octopus ~]$ yum provides '*/tclConfig.sh'
Loaded plugins: fastestmirror
epel/filelists_db                                        | 4.0 MB     00:00     
extras/filelists_db                                      | 212 kB     00:01     
updates/filelists_db                                     | 2.6 MB     00:00     
tcl-devel-8.4.13-4.el5.i386 : Tcl scripting language development environment
Repo        : base
Matched from:
Filename    : /usr/lib/tclConfig.sh

...
nemo-root% grep -i 'Studio 12' /var/tmp/patchdiag.xref | grep -i Linux | awk -F\| '{print $1}'
124874
124877
126497
126997
127145
127149
127154
127158
141856
141859
142367

puis utiliser pca pour accéder aux détails, par exemple:

bash-3.00# /etc/scripts/pca -r 128230 142372 141859  142367 142366  141856  141857
  • repérer Files included with this patch:
Files included with this patch: 


Note:
    sun-cpl-12.1-5.i386.rpm
    sun-cplx-12.1-5.x86_64.rpm
    sun-scl-12.1-5.i386.rpm
    sun-sclx-12.1-5.x86_64.rpm
    sun-stl4o-12.1-5.i386.rpm
    sun-stl4x-12.1-5.x86_64.rpm
    sun-tll7-12.1-5.i386.rpm
    sun-tll7x-12.1-5.x86_64.rpm
  • sur octopus, utiliser rpm -qa pour vérifier la version:
bash-3.2# rpm -qa|grep sun-cpl
sun-cpl-12.1-4
sun-cplx-12.1-4
  • installer si besoin:
[henry@octopus umfpack]$ sudo rpm -Fvh /tmp/128230-04/*.rpm

dans /etc/profile.d

[henry@octopus ~]$ cat /etc/profile.d/modules.csh
# Modules
if ( -d /local/apps/Modules/3.2.6 ) then
        source /local/apps/Modules/3.2.6/init/tcsh
# program tcsh's completion for module command:
complete module \
        'n/use/d/' \
        'n/unuse/d/' \
        'n/*/(load unload switch display avail use \
                unuse update purge list clear help \
                initadd initrm initswitch initlist initclear)/'

        module load sunstudio
        module load scilab
        module load matlab/7.1.0
        module avail 
        echo ""
        module list
endif
  • octopus.1276591034.txt.gz
  • Dernière modification : 2017/08/25 09:55
  • (modification externe)