Hi!
Is there any known way of keeping CIFS from autostarting upon reboot, once CIFS has been configured?
Greets,
Nils
put cifs terminate -t 0 in the /etc/rc file? Just a guess I've never done this.
-Blake
On 9/26/07, Nils Vogels bacardicoke@gmail.com wrote:
Hi!
Is there any known way of keeping CIFS from autostarting upon reboot, once CIFS has been configured?
Greets,
Nils
-- Simple guidelines to happiness: Work like you don't need the money, Love like your heart has never been broken and Dance like no one can see you.
Hi this was my first thought as well...
The question is, does Ontap first read the /etc/rc and then start cifs or the other way round? Think tomorrow i will try with the simulator.
Rgds
Jochen
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Blake Golliher Sent: Wednesday, September 26, 2007 6:04 PM To: Nils Vogels Cc: toasters@mathworks.com Subject: Re: Keeping CIFS from autostarting
put cifs terminate -t 0 in the /etc/rc file? Just a guess I've never done this.
-Blake
On 9/26/07, Nils Vogels bacardicoke@gmail.com wrote:
Hi!
Is there any known way of keeping CIFS from autostarting upon reboot,
once
CIFS has been configured?
Greets,
Nils
-- Simple guidelines to happiness: Work like you don't need the money, Love like your heart has never been broken and Dance like no one can see you.
So I started thinking about it, the rc file creating networking, hostname information, and dns stuff, all required for cifs to start, so I'm pretty sure this won't be a good idea at all. :(
-Blake
On 9/26/07, Willeke, Jochen Jochen.Willeke@wincor-nixdorf.com wrote:
Hi this was my first thought as well...
The question is, does Ontap first read the /etc/rc and then start cifs or the other way round? Think tomorrow i will try with the simulator.
Rgds
Jochen
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Blake Golliher Sent: Wednesday, September 26, 2007 6:04 PM To: Nils Vogels Cc: toasters@mathworks.com Subject: Re: Keeping CIFS from autostarting
put cifs terminate -t 0 in the /etc/rc file? Just a guess I've never done this.
-Blake
On 9/26/07, Nils Vogels bacardicoke@gmail.com wrote:
Hi!
Is there any known way of keeping CIFS from autostarting upon reboot,
once
CIFS has been configured?
Greets,
Nils
-- Simple guidelines to happiness: Work like you don't need the money, Love like your heart has never been broken and Dance like no one can see you.
If the service is not needed why not just unlicens it?
License delete cifs
You can always get the code off NOW.netapp.com if/when it's needed again.
On 9/26/07 12:25 PM, "Willeke, Jochen" Jochen.Willeke@wincor-nixdorf.com wrote:
Hi this was my first thought as well...
The question is, does Ontap first read the /etc/rc and then start cifs or the other way round? Think tomorrow i will try with the simulator.
Rgds
Jochen
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Blake Golliher Sent: Wednesday, September 26, 2007 6:04 PM To: Nils Vogels Cc: toasters@mathworks.com Subject: Re: Keeping CIFS from autostarting
put cifs terminate -t 0 in the /etc/rc file? Just a guess I've never done this.
-Blake
On 9/26/07, Nils Vogels bacardicoke@gmail.com wrote:
Hi!
Is there any known way of keeping CIFS from autostarting upon reboot,
once
CIFS has been configured?
Greets,
Nils
-- Simple guidelines to happiness: Work like you don't need the money, Love like your heart has never been broken and Dance like no one can see you.
You have to rename the /etc/cifsconfig.cfg file, otherwise ontap will automatically start cifs on reboot.
See http://now.netapp.com/NOW/knowledge/docs/ontap/rel657/html/ontap/filesag/cif...
On 9/26/07, Willeke, Jochen Jochen.Willeke@wincor-nixdorf.com wrote:
Hi this was my first thought as well...
The question is, does Ontap first read the /etc/rc and then start cifs or the other way round? Think tomorrow i will try with the simulator.
Rgds
Jochen
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Blake Golliher Sent: Wednesday, September 26, 2007 6:04 PM To: Nils Vogels Cc: toasters@mathworks.com Subject: Re: Keeping CIFS from autostarting
put cifs terminate -t 0 in the /etc/rc file? Just a guess I've never done this.
-Blake
On 9/26/07, Nils Vogels bacardicoke@gmail.com wrote:
Hi!
Is there any known way of keeping CIFS from autostarting upon reboot,
once
CIFS has been configured?
Greets,
Nils
-- Simple guidelines to happiness: Work like you don't need the money, Love like your heart has never been broken and Dance like no one can see you.
I sent this to just Nils earlier, but I think this will do the trick...
I would think, you could do the following unsupported activity:
Create a couple of files in the /etc directory:
cifsoff.bat priv set advnaced mv cifsconfig_setup.cfg cifsconfig_setup.cfg.orig priv set
cifson.bat priv set advanced mv cifsconfig_setup.cfg.orig cifsconfig_setup.cfg priv set cifs restart
Then in the /etc/rc file: source /etc/cifsoff.bat (place near the beginning before the ifconfig, after hostname).
To turn cifs on: source /etc/cifson.bat
No guaruntees....might just work.
On 9/26/07, brian zuk brian.zuk@gmail.com wrote:
You have to rename the /etc/cifsconfig.cfg file, otherwise ontap will automatically start cifs on reboot.
See http://now.netapp.com/NOW/knowledge/docs/ontap/rel657/html/ontap/filesag/cif...
On 9/26/07, Willeke, Jochen Jochen.Willeke@wincor-nixdorf.com wrote:
Hi this was my first thought as well...
The question is, does Ontap first read the /etc/rc and then start cifs or the other way round? Think tomorrow i will try with the simulator.
Rgds
Jochen
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Blake Golliher Sent: Wednesday, September 26, 2007 6:04 PM To: Nils Vogels Cc: toasters@mathworks.com Subject: Re: Keeping CIFS from autostarting
put cifs terminate -t 0 in the /etc/rc file? Just a guess I've never done this.
-Blake
On 9/26/07, Nils Vogels bacardicoke@gmail.com wrote:
Hi!
Is there any known way of keeping CIFS from autostarting upon reboot,
once
CIFS has been configured?
Greets,
Nils
-- Simple guidelines to happiness: Work like you don't need the money, Love like your heart has never been broken and Dance like no one can see you.
-- Brian Zuk brian.zuk@gmail.com
It reads the /etc/rc first - that's how the interfaces come online before CIFS starts.
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Willeke, Jochen Sent: Wednesday, September 26, 2007 1:25 PM To: Blake Golliher; Nils Vogels Cc: toasters@mathworks.com Subject: RE: Keeping CIFS from autostarting
Hi this was my first thought as well...
The question is, does Ontap first read the /etc/rc and then start cifs or the other way round? Think tomorrow i will try with the simulator.
Rgds
Jochen
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Blake Golliher Sent: Wednesday, September 26, 2007 6:04 PM To: Nils Vogels Cc: toasters@mathworks.com Subject: Re: Keeping CIFS from autostarting
put cifs terminate -t 0 in the /etc/rc file? Just a guess I've never done this.
-Blake
On 9/26/07, Nils Vogels bacardicoke@gmail.com wrote:
Hi!
Is there any known way of keeping CIFS from autostarting upon reboot,
once
CIFS has been configured?
Greets,
Nils
-- Simple guidelines to happiness: Work like you don't need the money, Love like your heart has never been broken and Dance like no one can see you.
In my simulator this didn't work indeed.
I didnt think about the unlicensing option. I'll try that one next!
On 9/26/07, Glenn Walker ggwalker@mindspring.com wrote:
It reads the /etc/rc first - that's how the interfaces come online before CIFS starts.
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Willeke, Jochen Sent: Wednesday, September 26, 2007 1:25 PM To: Blake Golliher; Nils Vogels Cc: toasters@mathworks.com Subject: RE: Keeping CIFS from autostarting
Hi this was my first thought as well...
The question is, does Ontap first read the /etc/rc and then start cifs or the other way round? Think tomorrow i will try with the simulator.
Rgds
Jochen
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Blake Golliher Sent: Wednesday, September 26, 2007 6:04 PM To: Nils Vogels Cc: toasters@mathworks.com Subject: Re: Keeping CIFS from autostarting
put cifs terminate -t 0 in the /etc/rc file? Just a guess I've never done this.
-Blake
On 9/26/07, Nils Vogels bacardicoke@gmail.com wrote:
Hi!
Is there any known way of keeping CIFS from autostarting upon reboot,
once
CIFS has been configured?
Greets,
Nils
-- Simple guidelines to happiness: Work like you don't need the money, Love like your heart has never been broken and Dance like no one can see you.
How about removing the CIFS license? Just a guess for me too.
--Carl
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com] On Behalf Of Blake Golliher Sent: Wednesday, September 26, 2007 11:04 AM To: Nils Vogels Cc: toasters@mathworks.com Subject: Re: Keeping CIFS from autostarting
put cifs terminate -t 0 in the /etc/rc file? Just a guess I've never done this.
-Blake
On 9/26/07, Nils Vogels bacardicoke@gmail.com wrote:
Hi!
Is there any known way of keeping CIFS from autostarting upon reboot,
once
CIFS has been configured?
Greets,
Nils
-- Simple guidelines to happiness: Work like you don't need the money, Love like your heart has never been broken and Dance like no one can see you.