Re: Get CPUID and srial number from JAVA code

2013-09-19 Thread David Crayford
aryeshe...@gmail.com To: IBM-MAIN IBM-MAIN@LISTSERV.UA.EDU Sent: Tue, Sep 17, 2013 9:21 pm Subject: Re: Get CPUID and srial number from JAVA code Thank you guys, I will consider all the options. Thanks again, Arye. On 17 September 2013 18:54, Bernd Oppolzer bernd.oppol...@t-online.de wrote: I

Re: Get CPUID and srial number from JAVA code

2013-09-19 Thread Don Poitras
. Denis. -Original Message- From: Arye Shemer aryeshe...@gmail.com To: IBM-MAIN IBM-MAIN@LISTSERV.UA.EDU Sent: Tue, Sep 17, 2013 9:21 pm Subject: Re: Get CPUID and srial number from JAVA code Thank you guys, I will consider all the options. Thanks again, Arye

Re: Get CPUID and srial number from JAVA code

2013-09-19 Thread Kirk Wolf
To: IBM-MAIN IBM-MAIN@LISTSERV.UA.EDU Sent: Tue, Sep 17, 2013 9:21 pm Subject: Re: Get CPUID and srial number from JAVA code Thank you guys, I will consider all the options. Thanks again, Arye. On 17 September 2013 18:54, Bernd Oppolzer bernd.oppol...@t-online.de

Re: Get CPUID and srial number from JAVA code

2013-09-19 Thread Timothy Sipples
Or allow the end user/customer to choose the encoding via an external parameter setting and assume a sensible, perhaps OS-sensitive default value if unspecified? It'd also probably be a good idea to handle gracefully the exception Java throws if someone attempts to run a bit of platform-specific

Re: Get CPUID and srial number from JAVA code

2013-09-18 Thread Denis Gäbler
+ 112097 Its z/OS dependent code. Hope it helps. Denis. -Original Message- From: Arye Shemer aryeshe...@gmail.com To: IBM-MAIN IBM-MAIN@LISTSERV.UA.EDU Sent: Tue, Sep 17, 2013 9:21 pm Subject: Re: Get CPUID and srial number from JAVA code Thank you guys, I will consider all the options

Re: Get CPUID and srial number from JAVA code

2013-09-18 Thread Kirk Wolf
Its z/OS dependent code. Hope it helps. Denis. -Original Message- From: Arye Shemer aryeshe...@gmail.com To: IBM-MAIN IBM-MAIN@LISTSERV.UA.EDU Sent: Tue, Sep 17, 2013 9:21 pm Subject: Re: Get CPUID and srial number from JAVA code Thank you guys, I will consider all

Re: Get CPUID and srial number from JAVA code

2013-09-18 Thread Doug Shupe
...@gmail.com To: IBM-MAIN IBM-MAIN@LISTSERV.UA.EDU Sent: Tue, Sep 17, 2013 9:21 pm Subject: Re: Get CPUID and srial number from JAVA code Thank you guys, I will consider all the options. Thanks again, Arye. On 17 September 2013 18:54, Bernd Oppolzer bernd.oppol...@t-online.dewrote: I

Get CPUID and srial number from JAVA code

2013-09-17 Thread Arye Shemer
Hi, Has anyone know how I can get CPUID and machine serial number from JAVA code ? Is there a z/OS Java forum that I can get help on this issue ? thanks, Arye Shemer. -- For IBM-MAIN subscribe / signoff / archive access

Re: Get CPUID and srial number from JAVA code

2013-09-17 Thread Miklos Szigetvari
I hope gives better ideas as, the SDSF JAVA interface, and the D MP=CPU operator command reply. On 17.09.2013 15:28, Arye Shemer wrote: Hi, Has anyone know how I can get CPUID and machine serial number from JAVA code ? Is there a z/OS Java forum that I can get help on this issue ? thanks,

Re: Get CPUID and srial number from JAVA code

2013-09-17 Thread Denis Gäbler
Subject: Re: Get CPUID and srial number from JAVA code I hope gives better ideas as, the SDSF JAVA interface, and the D MP=CPU operator command reply. On 17.09.2013 15:28, Arye Shemer wrote: Hi, Has anyone know how I can get CPUID and machine serial number from JAVA code ? Is there a z/OS

Re: Get CPUID and srial number from JAVA code

2013-09-17 Thread Bernd Oppolzer
I wrote an ANSI C function that fetched this information using the callable service CSRSI (System Information Service), so if nothing else helps, you should IMO be able to call this using JNI. Kind regards Bernd Am 17.09.2013 15:28, schrieb Arye Shemer: Hi, Has anyone know how I can get

Re: Get CPUID and srial number from JAVA code

2013-09-17 Thread Arye Shemer
Thank you guys, I will consider all the options. Thanks again, Arye. On 17 September 2013 18:54, Bernd Oppolzer bernd.oppol...@t-online.dewrote: I wrote an ANSI C function that fetched this information using the callable service CSRSI (System Information Service), so if nothing else helps,