Re: [SunRay-Users] dhcpmgr for RHEL5?

2010-06-10 Thread Wim Coekaerts

hm there's no such specific tool like dhcpmgr

however I guess

- you can edit the file (/var/lib/dhcpd/dhcpd.leases and then restart 
dhcpd (/etc/init.d/dhcpd restart or service dhcpd restart)


- take a look at webmin, it's a nice webmanagement tool that can be 
installed on top of EL. (and it's free). it's basically a whole bunch of 
PHP modules to help manage the services. it's a bit heavy weight for 
just doing dhcp however it lets you do what you want I think. it 
contains some code to delete leases from the lease database.



 On 06/10/2010 12:04 PM, Aaron Wilson wrote:
We're getting ready to launch some new RHEL5 Sun Ray servers and we're 
coming over from Solaris SRSS.


On Solaris from time to time we'd launch /usr/sadm/admin/bin/dhcpmgr 
to release dhcp instances.


How does one accomplish the similar task on RHEL5?

Thanks,

Aaron

--
Aaron Wilson
Ernie Ball, Inc.
I.T. Department

NOTICE: This e-mail is for the sole use of the intended recipient(s). 
Any unauthorized review, use, disclosure or distribution of this 
e-mail or its contents is strictly prohibited. If you are not the 
intended recipient, please contact the sender by reply mail and 
destroy the original and all copies of the original message.



___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users
   


___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users


Re: [SunRay-Users] dhcpmgr for RHEL5?

2010-06-10 Thread ottomeister
On Thu, Jun 10, 2010 at 12:04 PM, Aaron Wilson  wrote:
> We're getting ready to launch some new RHEL5 Sun Ray servers and we're
> coming over from Solaris SRSS.
> On Solaris from time to time we'd launch /usr/sadm/admin/bin/dhcpmgr to
> release dhcp instances.
> How does one accomplish the similar task on RHEL5?

What do you mean by "release dhcp instances"?  Is there something
unusual about your network that causes you to have to do that
manually?

The ISC DHCP server used in RHEL doesn't have an admin GUI.  It
doesn't even have an admin CLI.  Administration is performed by
editing configuration files and then manually restarting the
server.  The SRSS 'utadm' and 'utfwadm' scripts hide most of
this, but if your network requires you to periodically go in and
poke things then you're probably going to have to knuckle down
and fire up a good old-fashioned text editor to do that.

OttoM.
__
Disclaimer: I am employed by Oracle. The statements and opinions
expressed here are my own and do not necessarily represent those
of Oracle Corporation.
___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users


Re: [SunRay-Users] Increasing max-shm-ids on Solaris 10 ....

2010-06-10 Thread Ivar Janmaat

You can still use /etc/system in Solaris 10

/etc/system (requires reboot)... add this:

set shmsys:shminfo_shmmax=1048087
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=4096

you can do it with resource control as well, but then you have to deal
with projects, etc. I confess to not being an expert in this area of
functionality on Solaris, but you can read about it with prctl(1), and
projadd(1M) commands. You use prctl to set the value for the session,
and then projadd to make it persistent. I am not sure if/how this
works, but for example, if all your users (check with id -p) belong to
the project 'default', then you can run these commands as root to
increase the values the same as if you used the (obsolete, supposedly)
/etc/system method above:

prctl -n project.max-shm-ids -v 4096 -r -i project default
prctl -n project.max-shm-memory -v 4gb -r -i project default

I have no idea what the appropriate projadd syntax would be to make
that persistent.

Ivar

John Shott schreef:

SunRay User Community:

We have about 30 fairly heavily uses SunRays running on Sun X4100M2 
hardware running Solaris 10.


If we don't reboot this machine every week or so, we get errors of the 
form:


Gecko: 2348 Gdk WARNING **: shmget failed: error 28 (No space left on 
device)


I have read somewhere that for fairly active SunRay usage that you can 
hit the maximum of 128 shared memory segments that default Solaris 10 
supports. In fact, if I run 'ipcs -mA' I find that I have about 128 
shared memory segments and many of them have NATTACH=0 which, I think, 
means that they are no longer active.


In pre-Solaris-10, I think properties like this used to be controlled 
by /etc/system, but I'm a bit confused as to how to increase the 
max-shm-ids property in Solaris 10.


Does anyone know how to do that and have a recommendation for a more 
reasonable setting for that property with fairly active SunRay sessions?


Thanks for your consideration,

John

___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users



___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users


[SunRay-Users] Flash player colour mask problem - can this be fixed in SRSS ?

2010-06-10 Thread Murray Fraser
Since Adobe havn't able to fix the color masks for flash player 10.1,
how much trouble would it be for it to be changed on the Sun Ray X
server, so that it uses the 'red, green, blue = 0xff, 0xff00 0xff'
colour masks that Adobe assumes.

Perhaps this could be an option for utxconfig.

- Murray
___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users


[SunRay-Users] dhcpmgr for RHEL5?

2010-06-10 Thread Aaron Wilson
We're getting ready to launch some new RHEL5 Sun Ray servers and we're
coming over from Solaris SRSS.

On Solaris from time to time we'd launch /usr/sadm/admin/bin/dhcpmgr to
release dhcp instances.

How does one accomplish the similar task on RHEL5?

Thanks,

Aaron

-- 
Aaron Wilson
Ernie Ball, Inc.
I.T. Department

NOTICE: This e-mail is for the sole use of the intended recipient(s). Any
unauthorized review, use, disclosure or distribution of this e-mail or its
contents is strictly prohibited. If you are not the intended recipient,
please contact the sender by reply mail and destroy the original and all
copies of the original message.
___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users


[SunRay-Users] Increasing max-shm-ids on Solaris 10 ....

2010-06-10 Thread John Shott

SunRay User Community:

We have about 30 fairly heavily uses SunRays running on Sun X4100M2 
hardware running Solaris 10.


If we don't reboot this machine every week or so, we get errors of the form:

Gecko: 2348 Gdk WARNING **: shmget failed: error 28 (No space left on 
device)


I have read somewhere that for fairly active SunRay usage that you can 
hit the maximum of 128 shared memory segments that default Solaris 10 
supports.  In fact, if I run 'ipcs -mA' I find that I have about 128 
shared memory segments and many of them have NATTACH=0 which, I think, 
means that they are no longer active.


In pre-Solaris-10, I think properties like this used to be controlled by 
/etc/system, but I'm a bit confused as to how to increase the 
max-shm-ids property in Solaris 10.


Does anyone know how to do that and have a recommendation for a more 
reasonable setting for that property with fairly active SunRay sessions?


Thanks for your consideration,

John

___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users


Re: [SunRay-Users] Strange disk redirection problem

2010-06-10 Thread Ashley W

On Linux the disk needs to be sync'd and unmounted before being unplugged. This 
is because Linux does not flush its write buffers unless told to, even though 
it is mounted with the 'sync' option. I suspect there is no correlation to the 
Windows machine and the behavior difference you see could be coincidental.

There is no way to unmount from within windows. You can run "utdiskadm -r" on 
Linux to unmount the disk.

Ashley

I do not speak for my employer.


> Date: Thu, 10 Jun 2010 16:54:54 +1000
> From: john.fran...@gmail.com
> To: sunray-users@filibeto.org
> Subject: [SunRay-Users] Strange disk redirection problem
> 
> Hello,
> 
> We have a SR installation running 4.1 with a strange problem. We use
> native Linux sessions (RHEL 5.4) and uttsc to connect to Windows
> occasionally. We use disk redirection to make the user's home
> directory available in Windows.
> 
> Everything has been working fine until just very recently. Now disk
> redirection is broken. When a user tries to save a file on the
> redirected disk, everything appears to work as normal, and the file is
> created, and the correct size, but it is filled with zero bytes as
> revealed by a hexdump.
> 
> Reading a file from the remote share works as normal, but writing a
> file always fails in this way regardless of how the file is created.
> 
> Connecting to a different Windows machine works fine. Also, connecting
> to the same machine using rdesktop fails in the same way, so clearly
> not a uttsc problem, but I thought I'd someone on this list is likely
> to have an idea what is going on here.
> 
> -- 
> Kind regards,
> 
> John Francis
> ___
> SunRay-Users mailing list
> SunRay-Users@filibeto.org
> http://www.filibeto.org/mailman/listinfo/sunray-users
  
_
Hotmail: Free, trusted and rich email service.
https://signup.live.com/signup.aspx?id=60969___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users


Re: [SunRay-Users] sunray

2010-06-10 Thread dula boru
On 6/9/10, Magnus Varmfors  wrote:
> Hi Dula!
>
> 2010/6/10 dula boru :
>> i configured sunray using ubuntu 9.04 64bit. i followed the all
>> configuration steps and finally the thin clients get the ip address
>> but they doesn't loading the ubuntu from the server. i used srss 4.1.
>> any one who has a suggestion or a solution for my problem please help
>> me.
>
> Sounds like the environment I've got up and running, except for the
> fact that I'm on SRSS 4.2.
> What configuration steps did you follow, and what error message do you get?
>
> I remember following this HOW-TO, with good results;
> http://wiki.sun-rays.org/index.php/SRSS_4.2_on_Ubuntu_9.10_(i386,_amd64)
>
> Regards,
>
> / Magnus
>
> --
> Blog on TAP, http://magvar.wordpress.com
> Job offers welcome, http://www.linkedin.com/in/mavar
>
> Me code, you bug.
>  - Famous last words in Foo bar
> ___
> SunRay-Users mailing list
> SunRay-Users@filibeto.org
> http://www.filibeto.org/mailman/listinfo/sunray-users
>
this is a message that i got from the log file of the server
 sunray_get_user:pam_sm_auth: ut_getTokenByDisplay failed -1 for display :0
___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users


Re: [SunRay-Users] sunray

2010-06-10 Thread dula boru
On 6/9/10, Sean Clarke  wrote:
> What error is displayed on the units?
>
> On 10 Jun 2010 07:27, "dula boru"  wrote:
>
> hello
>
> i configured sunray using ubuntu 9.04 64bit. i followed the all
> configuration steps and finally the thin clients get the ip address
> but they doesn't loading the ubuntu from the server. i used srss 4.1.
> any one who has a suggestion or a solution for my problem please help
> me.
> ___


this is a message i got from log files of the server
 sunray_get_user:pam_sm_auth: ut_getTokenByDisplay failed -1 for display :0


> SunRay-Users mailing list
> SunRay-Users@filibeto.org
> http://www.filibeto.org/mailman/listinfo/sunray-users
>
___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users


Re: [SunRay-Users] sunray

2010-06-10 Thread Magnus Varmfors
Hi Dula!

2010/6/10 dula boru :
>> On 10 Jun 2010 07:27, "dula boru"  wrote:
> there is no error message displayed on the unit and on the unit there
> is ip address that the client offered from the server is displayed. it
> doesn't load the login page and the OS.

Take a look at page;
http://wikis.sun.com/display/SRSS4dot2/SRSS+Troubleshooting+Icons

The icon you're seeing on the units is the top one (On Screen
Display), I guess? What does it say in the bottom right corner of that
icon (where it says 26B in the example)?

Regards,

/ Magnus

-- 
Blog on TAP, http://magvar.wordpress.com
Job offers welcome, http://www.linkedin.com/in/mavar

Me code, you bug.
 - Famous last words in Foo bar
___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users


Re: [SunRay-Users] sunray

2010-06-10 Thread dula boru
On 6/9/10, Sean Clarke  wrote:
> What error is displayed on the units?
>
> On 10 Jun 2010 07:27, "dula boru"  wrote:
>
> hello
>
> i configured sunray using ubuntu 9.04 64bit. i followed the all
> configuration steps and finally the thin clients get the ip address
> but they doesn't loading the ubuntu from the server. i used srss 4.1.
> any one who has a suggestion or a solution for my problem please help
> me.
> ___

there is no error message displayed on the unit and on the unit there
is ip address that the client offered from the server is displayed. it
doesn't load the login page and the OS.
> SunRay-Users mailing list
> SunRay-Users@filibeto.org
> http://www.filibeto.org/mailman/listinfo/sunray-users
>
___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users


Re: [SunRay-Users] sunray

2010-06-10 Thread dula boru
On 6/9/10, Magnus Varmfors  wrote:
> Hi Dula!
>
> 2010/6/10 dula boru :
>> i configured sunray using ubuntu 9.04 64bit. i followed the all
>> configuration steps and finally the thin clients get the ip address
>> but they doesn't loading the ubuntu from the server. i used srss 4.1.
>> any one who has a suggestion or a solution for my problem please help
>> me.
>
> Sounds like the environment I've got up and running, except for the
> fact that I'm on SRSS 4.2.
> What configuration steps did you follow, and what error message do you get?
>
> I remember following this HOW-TO, with good results;
> http://wiki.sun-rays.org/index.php/SRSS_4.2_on_Ubuntu_9.10_(i386,_amd64)
>
> Regards,
>
> / Magnus
>
> --
> Blog on TAP, http://magvar.wordpress.com
> Job offers welcome, http://www.linkedin.com/in/mavar
>
> Me code, you bug.
>  - Famous last words in Foo bar
> ___
> SunRay-Users mailing list
> SunRay-Users@filibeto.org
> http://www.filibeto.org/mailman/listinfo/sunray-users
>


i followed the HOWTO on the
http://wiki.sun-rays.org/index.php/SRSS_4.1_%26_4.2_on_Ubuntu_8.10_and_9.04_(i386,_amd64).
and there is no error message displayed on the DTU. it displays only
the ip address that it offers from the server.
___
SunRay-Users mailing list
SunRay-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sunray-users