Changes between Version 8 and Version 9 of ServiceMigration

Show
Ignore:
Timestamp:
11/15/13 11:19:22 (10 years ago)
Author:
mmamonski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServiceMigration

    v8 v9  
    3333 
    3434* Change IP !Address/Hostname  of the new machine 
     35* Run over the checklist: 
     36  * Batch system commands: 
     37{{{ 
     38#e.g in Torque/Maui you can run the following commands: 
     39pbsnodes 
     40qstat 
     41echo date | qsub 
     42showres 
     43}}} 
     44  * Computing 
     45{{{ 
     46qcg-comp -G | xmllint --format - 
     47}}} 
     48  * Notification 
     49{{{ 
     50ps -Af | grep qcg-ntf 
     51}}} 
     52  * GridFTP 
     53{{{ 
     54telnet localhost 2811 
     55}}} 
     56  * Security 
     57{{{ 
     58# CA certifcates 
     59ls -la /etc/grid-security/certificates/ | wc -l 
     601297 
     61# fetch CRL 
     62/etc/init.d/fetch-crl-cron status 
     63Periodic fetch-crl is enabled. 
     64}}} 
     65  * partitions 
     66{{{ 
     67  #home partition 
     68  ls -l /home/users/ | wc -l 
     69  439 
     70  # lustre scratch (if applicable) 
     71  ls -l /mnt/lustre/qcg/ | wc -l 
     72}}} 
     73  * modules 
     74{{{ 
     75module avail 
     76}}} 
     77  * applications 
     78{{{ 
     79#cat /etc/qcg/qcg-comp/application_mapfile | grep bash 
     80bash    * /opt/exp_soft/plgrid/qcg-app-scripts/app-scripts/bash.qcg 
     81#ls -l /opt/exp_soft/plgrid/qcg-app-scripts/app-scripts/bash.qcg 
     82}}} 
     83  * [[InstallationGuide#Firewallconfiguration| firewall]] 
     84 
     85    
     86