Sponsored Content
Full Discussion: How to download HP-UX OS?
Operating Systems HP-UX How to download HP-UX OS? Post 302538099 by methyl on Monday 11th of July 2011 08:28:43 PM
Old 07-11-2011
I can't think of any sensible way of achieving this download.
You need some suitable hardware, the release media, and a licence from HP.

Sorry, HP-UX is not public domain software.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

where can i download unix

okay, where can i download the unix operating system? i cant find it anywhere on your site (1 Reply)
Discussion started by: dcotto21
1 Replies

2. UNIX for Dummies Questions & Answers

download

where can i download the game (1 Reply)
Discussion started by: kabouter5454
1 Replies

3. UNIX for Dummies Questions & Answers

where can i download UNIX OS?

where can i download UNIX OS? I am a new bie! :confused: (3 Replies)
Discussion started by: vuluan
3 Replies

4. What is on Your Mind?

LINUX Download

I would like to download a basic copy of LINUX to my PC as a sandbox in which I can run basic commands and functions as a learning tool. I have an older PC - Pentium III Processor at 1GHz, 128MB RAM at 133 MHz, Windows ME operating system. Is there a version of LINUX that would be compatible with... (9 Replies)
Discussion started by: ednan171
9 Replies

5. HP-UX

Download HP-UX

Hi, I want to download HP-UX 11.31. From where i could get it? Thanks, Prashant. (1 Reply)
Discussion started by: prashantbhushan
1 Replies

6. HP-UX

Download HP-UX

Hi all, Can anyone pls gimme the sitename or some torrent link to download HP-UX DVD / CDs. I want it for intel machines. Pls help. Thanks in adv. Vikas (1 Reply)
Discussion started by: vikas027
1 Replies

7. UNIX for Dummies Questions & Answers

From Where Can I download MIB

Hi, From Where I can download MIB for Linux 7.2. Please help. Regards, Sumit Roy (4 Replies)
Discussion started by: sumitroy
4 Replies

8. UNIX and Linux Applications

where can I download UNIX?

Dear All, I am a newbie in this forum, I use to know the Linux box, now I want to try with UNIX, so how can I start from the beginning (setup, configuration.....)? and where can I download UNIX? Regards; BL (2 Replies)
Discussion started by: chenboly
2 Replies

9. AIX

which SP to download

Hi All, Which should I download from this SP: http://www-933.ibm.com/eserver/support/fixes/fixcentral/pseriesfixpackinformation/5300-08-02-0822 I got my AIX5.3 freshly installed. Thank you in advance. (1 Reply)
Discussion started by: itik
1 Replies

10. HP-UX

How to download HP-UX OS?

How to download HP-UX OS? I want to install Hp-UX OS for practicing commands and all. Which site can I use? Kindly help!! Thank you in advance!:o (4 Replies)
Discussion started by: manalisharmabe
4 Replies
removable-media(9P)					   Kernel Properties for Drivers				       removable-media(9P)

NAME
removable-media - removable media device property DESCRIPTION
A device that supports removable media--such as CDROM, JAZZ, and ZIP drives--and that supports power management and expects automatic mounting of the device via the volume manager should export the boolean (zero length) property removable-media. This property enables the system to make the power state of the device dependent on the power state of the frame buffer and monitor. See the power.conf(4) discussion of the device-dependency-property entry for more information. Devices that behave like removable devices (such as PC ATA cards, where the controller and media both are removed at the same time) should also export this property. EXAMPLES
Example 1 removable-media Entry An example of a removable-media entry from the .conf file of a driver is shown below. # This entry keeps removable media from being powered down unless # the console framebuffer and monitor are powered down # removable-media=1; Example 2 Implementation in attach() Below is an example of how the entry above would be implemented in the attach(9E) function of the driver. xxattach(dev_info_t *dip, ddi_attach_cmd_t cmd) { ... if (ddi_prop_create(DDI_DEV_T_NONE, dip, DDI_PROP_CANSLEEP, "removable-media", NULL, 0)) != DDI_PROP_SUCCESS) goto failed; ... } ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface stability |Committed | +-----------------------------+-----------------------------+ SEE ALSO
power.conf(4), pm(7D), attach(9E), detach(9E), ddi_prop_create(9F) Writing Device Drivers SunOS 5.11 15 Jun 2001 removable-media(9P)
All times are GMT -4. The time now is 01:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy