First, try restarting the DPSS and/or DSM
dpss_restart master_hostname dpss_restart server_1_hostname dpss_restart server_2_hostname etcWARNING: Make sure no one else is using the DPSS when you do this!!
On OSF, make sure that
If your DSM database is an NFS mounted file, you may occasionally see this error when trying to restart the DSM:
gdbm_open of /usr/local/DPSS/db/dsm/dsmdb returned 0
gdbm error: Can't be writer
check if another DSM has is running somewhere
If you get this, and know there is not another DSM running, then do the following:
cd $DPSSHOME/db/dsm
cp dsmdb dsmdb.save
rm dsmdb
dsm_restart dpsshost
dsm_stop dpsshost
cp dsmdb.save dsmdb
dsm_restart dpsshost
Credits: The research and development of the Distributed Systems Department i s funded by the U.S. Dept. of Energy, Office of Science, Office of Advanced Scie ntific Computing Research, Mathematical, Information, and Computational Sciences Division
If there is a problem with this page please, e-mail webmaster@www-itg.lbl.gov.