Portanto, há um monte de NICs e vlans no servidor e depois de adicionar os últimos, a montagem automática de um volume de rede não está funcionando. Eu posso fazer tudo certo se eu SSH entrar e usar mount
no entanto, isso não acontece com fstab
.
O que eu estou especulando é que as interfaces necessárias para alcançar o armazenamento em rede aparecem muito tarde, não tenho experiência com a inicialização, então tenho apenas alguns bits de depuração que você mostra como
# chkconfig --list
networking 0:off 1:off 2:off 3:off 4:off 5:off 6:off S:on
nfs-common 0:off 1:off 2:on 3:on 4:on 5:on 6:off S:on
(isto é, entre outros, pergunte se você precisa ver outras entradas, eu realmente não sei o que seria necessário)
Como posso fazer a montagem do nfs ser feita em um momento posterior, isso acima sugere que talvez o material do nfs aconteça cedo demais?
# ls -lh /etc/rc5.d/
total 4.0K
-rw-r--r-- 1 root root 677 Mar 27 2012 README
lrwxrwxrwx 1 root root 17 Apr 10 13:46 S14portmap -> ../init.d/portmap
lrwxrwxrwx 1 root root 20 Apr 10 13:46 S15nfs-common -> ../init.d/nfs-common
lrwxrwxrwx 1 root root 20 Apr 11 11:19 S17fancontrol -> ../init.d/fancontrol
lrwxrwxrwx 1 root root 17 Apr 10 13:46 S17rsyslog -> ../init.d/rsyslog
lrwxrwxrwx 1 root root 14 Apr 10 15:59 S17sudo -> ../init.d/sudo
lrwxrwxrwx 1 root root 17 Apr 11 11:18 S18apache2 -> ../init.d/apache2
lrwxrwxrwx 1 root root 15 Apr 11 11:18 S19acpid -> ../init.d/acpid
lrwxrwxrwx 1 root root 13 Apr 11 11:18 S19atd -> ../init.d/atd
lrwxrwxrwx 1 root root 14 Apr 11 11:18 S19cron -> ../init.d/cron
lrwxrwxrwx 1 root root 15 Apr 11 11:18 S19exim4 -> ../init.d/exim4
lrwxrwxrwx 1 root root 21 Apr 11 11:18 S19mpt-statusd -> ../init.d/mpt-statusd
lrwxrwxrwx 1 root root 17 Apr 11 11:18 S19nagios3 -> ../init.d/nagios3
lrwxrwxrwx 1 root root 17 Apr 11 20:49 S19postfix -> ../init.d/postfix
lrwxrwxrwx 1 root root 15 Apr 12 19:15 S19rsync -> ../init.d/rsync
lrwxrwxrwx 1 root root 13 Apr 11 11:18 S19ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root 18 Apr 11 11:18 S21bootlogs -> ../init.d/bootlogs
lrwxrwxrwx 1 root root 18 Apr 11 11:18 S22rc.local -> ../init.d/rc.local
lrwxrwxrwx 1 root root 19 Apr 11 11:18 S22rmnologin -> ../init.d/rmnologin
lrwxrwxrwx 1 root root 23 Apr 11 11:18 S22stop-bootlogd -> ../init.d/stop-bootlogd
Como posso atrasar ou alterar a ordem dos eventos para que ela seja montada com fstab
, o que procurar de qualquer maneira?