Home
last modified time | relevance | path

Searched refs:RECOVERFILE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot.sh40 RECOVERFILE=$SAVEDIR/recover_instructions
145 …recover your previous STMS configuration (if in case the system does not boot):\n\n" > $RECOVERFILE
146 echo "\tboot net \c" >> $RECOVERFILE
147 gettext "(or from a cd/dvd/another disk)\n" >> $RECOVERFILE
148 echo "\tfsck <your-root-device>" >> $RECOVERFILE
149 echo "\tmount <your-root-device> /mnt" >> $RECOVERFILE
152 …tions you made to STMS configuration.\n\tFor example undo any changes you made to " >> $RECOVERFILE
153 echo "/mnt$KDRVCONF." >> $RECOVERFILE
155 echo "\tcp /mnt${SAVEDIR}/$DRVCONF.$cmd.$NOW /mnt$KDRVCONF" >> $RECOVERFILE
159 echo "\tcp /mnt${SAVEDIR}/vfstab.$cmd.$NOW /mnt$VFSTAB" >> $RECOVERFILE
[all …]
H A Dmpxio-upgrade36 RECOVERFILE=$SAVEDIR/recover_instructions
67 shcat $RECOVERFILE
68 shcat $RECOVERFILE >/dev/msglog 2>&1
69 cecho "These instructions were also logged to the file $RECOVERFILE\n"