Sponsored Content
Operating Systems Solaris How to practice OBP without having sun system. Post 302341091 by Sun Fire on Wednesday 5th of August 2009 04:32:39 AM
Old 08-05-2009
yeah I don't think there's a way to practice, except for a buying a cheap old SUN box..you can find plenty on ebay.

I recommend you go through OBP documentation, as it contains pretty much all that you may need in your troubleshooting and installation.
 

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Sun Solaris OBP Question

Hi, Does anyone know where i can find information on openboot prompt. My machine boot up with the number 1 ok. What does that mean? Any kind of help will be nice. Thanks in advance (4 Replies)
Discussion started by: souldier
4 Replies

2. Solaris

Good (cheap) System for practice?

Hi! I am currently an M$ engineer who wants to move my career towards UNIX. My datacenter has about 300 Sun servers but not enough SA's (we also have 1800 Windows Servers). My manager is supportive of my moving toward UNIX, and I know it won't be an overnight move, but I am willing to put in the... (1 Reply)
Discussion started by: dabobbo
1 Replies

3. AIX

Need an AIX system to practice on for genfilt

Does anyone know if there's an easy way to get an AIX system to experiment with? It's easy to learn Linux because it's readily available and can be installed just about anywhere, but it looks like AIX requires proprietary hardware. My end goal is to test the behavior of packet filtering rules... (4 Replies)
Discussion started by: purefinity
4 Replies

4. Hardware

Updating OBP on a Sun Sunfire 280R

Hi, I'm a newbie in the Unix world... :confused: I own a Sun Sunfire 280R computer with one 750Mhz CPU. I ordered two CPU of 900Mhz to replace it; however in the Service manual from Sun I read that to use 900Mhz CPU i will need to have a OBP of at least version 4.5.16. When I type .version in... (2 Replies)
Discussion started by: Monkey114
2 Replies
glutButtonBoxFunc(3GLUT)					       GLUT						  glutButtonBoxFunc(3GLUT)

NAME
glutButtonBoxFunc - sets the dial & button box button callback for the current window. SYNTAX
#include <GLUT/glut.h> void glutButtonBoxFunc(void (*func)(int button, int state)); ARGUMENTS
func The new button box callback function. DESCRIPTION
glutButtonBoxFunc sets the dial & button box button callback for the current window. The dial & button box button callback for a window is called when the window has dial & button box input focus (normally, when the mouse is in the window) and the user generates dial & button box button presses. The button parameter will be the button number (starting at one). The number of available dial & button box buttons can be determined with glutDeviceGet(GLUT_NUM_BUTTON_BOX_BUTTONS). The state is either GLUT_UP or GLUT_DOWN indicating whether the callback was due to a release or press respectively. Registering a dial & button box button callback when a dial & button box device is not available is ineffectual and not an error. In this case, no dial & button box button callbacks will be generated. Passing NULL to glutButtonBoxFunc disables the generation of dial & button box button callbacks. When a new window is created, no dial & button box button callback is initially registered. SEE ALSO
glutDialsFunc, glutDeviceGet, glutSpaceballButtonFunc, glutTabletButtonFunc AUTHOR
Mark J. Kilgard (mjk@nvidia.com) GLUT
3.7 glutButtonBoxFunc(3GLUT)
All times are GMT -4. The time now is 09:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy