hi guys
I have a service that depends on some shares (NFS shares ) that need to be mounted before before the service start so the service-app finds the NFS shares and starts correctly...
I am confused here this is what I found but I am not sure what to do in order to change it
BTW is Suse 11
this is rc3.d and rc5.d
Code:
lrwxrwxrwx 1 root root 22 Mar 13 16:03 K01tsminst1_dsmserv.rc -> ../tsminst1_dsmserv.rc
lrwxrwxrwx 1 root root 22 Mar 13 16:03 S01tsminst1_dsmserv.rc -> ../tsminst1_dsmserv.rc
lrwxrwxrwx 1 root root 6 Mar 1 14:39 K04nfs -> ../nfs
lrwxrwxrwx 1 root root 6 Mar 1 14:42 S05nfs -> ../nfs
any idea?
Edit
I found something K - Kill - S - Start for the services
so in this case I just need to start tsm(S01) after nfs(S05) since it looks like the shutdown process is OK TSM is shutdown first (K01) and NFS after (K04)
so in my case I need change just the start order so NFS start first than TSM
thanks a lot