Where can I download Solaris 8 or any new Unix Software???


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Where can I download Solaris 8 or any new Unix Software???
# 8  
Old 01-28-2002
Check one of my recent posts on where to go to get Solaris OS.

Also, go to the www.sun.com and go to the "downloads" page.

Smilie
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Looking for X.25 Download (Solaris 8)

Hello Forum Folks, I'm hoping to find a trustworthy download of a (Solstice?) X.25 package suitable for Solaris 8. I've been searching the Internet for many weeks (I am subscribed to "UNIX Packages", previously 'sunfreeware' and could not find anything). Would anyone know or have this... (3 Replies)
Discussion started by: ssid61
3 Replies

2. Solaris

Download of Solaris 9/9

Hi All, Can somebody tell me, if Solaris -9 (Update 9) is available for download for Sparc ? If yes, please guide me. I need to upgrade my Solaris-9 update-7 to Solaris-9 update-9 for a specific requirement. On support.oracle.com, I can only see Solaris-10 and Solaris-11 under Download... (1 Reply)
Discussion started by: solaris_1977
1 Replies

3. HP-UX

Software assistant swa get does not download patches

Hi, I am having some issues setting up and using swa report and swa get. When I use "swa report -a SEC -a CRIT -x hp_id username -x hp_pw pword -x proxy=http://proxservername:8080" the report is generated, etc as expected. However when I execute "swa get -t /var/spool/sw/ -x... (1 Reply)
Discussion started by: seanm
1 Replies

4. Red Hat

Redhat - Software download

Hello, I am not a sysadmin. I wanted to install Redhat linux 64 bit on my PC in a new secondary hard disk. Could you please help me where can I download 64 bit Redhat Linux? I tried on the redhat download page and find out the below mentioned versions Red Hat Linux 7.1 i386 Red Hat Linux... (5 Replies)
Discussion started by: oradba_arun
5 Replies

5. UNIX for Advanced & Expert Users

Where to download unix not unix flavours like ubuntu, redhat etc.

I checked unix.org but did not find any link where i can download basic unix flavour. any idea from where i can download unix. thanks in advance. - nilesh (14 Replies)
Discussion started by: ynilesh
14 Replies

6. Solaris

how and where can i download sun solaris hpc mpirun software

how and where can i download sun solaris2.8 hpc mprun software?thanks (1 Reply)
Discussion started by: jingwp
1 Replies

7. Solaris

unix/solaris data eraser software

Do anyone know of a data eraser software that I can use on my sun box running solaris that meets the D.O.D 5220.22-m standard (4 Replies)
Discussion started by: cyberbuzz
4 Replies

8. UNIX Desktop Questions & Answers

download copy of UNIX, SOLARIS, SCO, anything?

Hi All, I'm a UNIX Newbie, yes, I hate to say it. I'm decent enough though on LINUX box. But of course, it's not the same! Does anyone know where I can download a copy of the UNIX network operating system, that I can install on one of my boxes? I'd very much appreciate all suggestions. ... (2 Replies)
Discussion started by: JaredsNew
2 Replies
Login or Register to Ask a Question
UUID(3) 							    Libuuid API 							   UUID(3)

NAME
uuid - DCE compatible Universally Unique Identifier library SYNOPSIS
#include <uuid/uuid.h> DESCRIPTION
The UUID library is used to generate unique identifiers for objects that may be accessible beyond the local system. This library generates UUIDs compatible with those created by the Open Software Foundation (OSF) Distributed Computing Environment (DCE) utility uuidgen. The UUIDs generated by this library can be reasonably expected to be unique within a system, and unique across all systems. They could be used, for instance, to generate unique HTTP cookies across multiple web servers without communication between the servers, and without fear of a name clash. CONFORMING TO
OSF DCE 1.1 AUTHOR
Theodore Y. Ts'o AVAILABILITY
libuuid is part of the util-linux package since version 2.15.1 and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. SEE ALSO
uuid_clear(3), uuid_compare(3), uuid_copy(3), uuid_generate(3), uuid_is_null(3), uuid_parse(3), uuid_time(3), uuid_unparse(3) util-linux May 2009 UUID(3)