Re: [openthinclient-user] dns register error

2014-06-24 Thread Erik Walker
hi alex,

thank you. I made 2 .Applications (autostart), the first will mount a share
and the second runs a nsupdate-script

sudo mount -t cifs //10.143.12.6/otcmount /var/tmp -o user=otc

sudo bash /var/tmp/./script.sh

The script sends a dns-update and writes the commands back to the
cifs-share so I can see which client registered with which adress

Is it possible to put the 2 commands in one together?
thanks




2014-06-23 15:22 GMT+02:00 Stecher, Alexander a.stec...@openthinclient.com
:

 In the Consus version the script has to be placed here:
 /opt/openthinclient/server/default/data/nfs/root/custom/packages
 and it must be a .tar.gz format.



 Alexander Stecher
 --
 Dipl.-Ing. (BA)
 Telefon: +49 711 1378636-1
 Handy:   +49 151 2761 2961
 mailto:a.stec...@openthinclient.com


 openthinclient gmbh
 Heilbronner Str. 150, 70191 Stuttgart, Deutschland
 Telefon: +49 711 1378636-0
 Telefax: +49 711 1378636-9
 Amtsgericht Stuttgart: HRB 245177; USt-ID: DE216017092
 Geschäftsführer: Alexander Stecher
 http://openthinclient.com


 2014-06-19 19:39 GMT+02:00 Erik Walker erik1...@gmail.com:

 Hello,

 we are using windows dhcp and dns services and are testing OTC consus. We
 have problems registering the record in our dns-zone automatically but
 unsecure updates are allowed.
  The client CAN create an alias with the help of

 nsupdate
 server:
 update add hostname.domain 1000 A IP
 send

 but is this the right solution. If there is no other chance I need tu run
 this automatically via starttup. Is this possible with consus on server
 2012:

 There's in fact a script that is run at startup, you just have to place
 it on the server, at

 /opt/openthinclient/server/default/data/nfs/root/custom



 or can i run scripts in an other way?

 so, 2 questions in one mail, not good but they have the same reason.

 thank you


 --
 mfg

 Erik


 --
 HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
 Find What Matters Most in Your Big Data with HPCC Systems
 Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
 Leverages Graph Analysis for Fast Processing  Easy Data Exploration
 http://p.sf.net/sfu/hpccsystems
 ___
 The Open Source Thin Client Solution http://openthinclient.org
 openthinclient-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/openthinclient-user




 --
 HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
 Find What Matters Most in Your Big Data with HPCC Systems
 Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
 Leverages Graph Analysis for Fast Processing  Easy Data Exploration
 http://p.sf.net/sfu/hpccsystems
 ___
 The Open Source Thin Client Solution http://openthinclient.org
 openthinclient-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/openthinclient-user




-- 
mfg

Erik
--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft___
The Open Source Thin Client Solution http://openthinclient.org
openthinclient-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openthinclient-user


Re: [openthinclient-user] dns register error

2014-06-23 Thread Stecher, Alexander
In the Consus version the script has to be placed here:
/opt/openthinclient/server/default/data/nfs/root/custom/packages
and it must be a .tar.gz format.



Alexander Stecher
--
Dipl.-Ing. (BA)
Telefon: +49 711 1378636-1
Handy:   +49 151 2761 2961
mailto:a.stec...@openthinclient.com


openthinclient gmbh
Heilbronner Str. 150, 70191 Stuttgart, Deutschland
Telefon: +49 711 1378636-0
Telefax: +49 711 1378636-9
Amtsgericht Stuttgart: HRB 245177; USt-ID: DE216017092
Geschäftsführer: Alexander Stecher
http://openthinclient.com


2014-06-19 19:39 GMT+02:00 Erik Walker erik1...@gmail.com:

 Hello,

 we are using windows dhcp and dns services and are testing OTC consus. We
 have problems registering the record in our dns-zone automatically but
 unsecure updates are allowed.
  The client CAN create an alias with the help of

 nsupdate
 server:
 update add hostname.domain 1000 A IP
 send

 but is this the right solution. If there is no other chance I need tu run
 this automatically via starttup. Is this possible with consus on server
 2012:

 There's in fact a script that is run at startup, you just have to place
 it on the server, at

 /opt/openthinclient/server/default/data/nfs/root/custom



 or can i run scripts in an other way?

 so, 2 questions in one mail, not good but they have the same reason.

 thank you


 --
 mfg

 Erik


 --
 HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
 Find What Matters Most in Your Big Data with HPCC Systems
 Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
 Leverages Graph Analysis for Fast Processing  Easy Data Exploration
 http://p.sf.net/sfu/hpccsystems
 ___
 The Open Source Thin Client Solution http://openthinclient.org
 openthinclient-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/openthinclient-user


--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
The Open Source Thin Client Solution http://openthinclient.org
openthinclient-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openthinclient-user


[openthinclient-user] dns register error

2014-06-19 Thread Erik Walker
Hello,

we are using windows dhcp and dns services and are testing OTC consus. We
have problems registering the record in our dns-zone automatically but
unsecure updates are allowed.
The client CAN create an alias with the help of

nsupdate
server:
update add hostname.domain 1000 A IP
send

but is this the right solution. If there is no other chance I need tu run
this automatically via starttup. Is this possible with consus on server
2012:

There's in fact a script that is run at startup, you just have to place
it on the server, at

/opt/openthinclient/server/default/data/nfs/root/custom



or can i run scripts in an other way?

so, 2 questions in one mail, not good but they have the same reason.

thank you


-- 
mfg

Erik
--
HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions
Find What Matters Most in Your Big Data with HPCC Systems
Open Source. Fast. Scalable. Simple. Ideal for Dirty Data.
Leverages Graph Analysis for Fast Processing  Easy Data Exploration
http://p.sf.net/sfu/hpccsystems___
The Open Source Thin Client Solution http://openthinclient.org
openthinclient-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openthinclient-user