Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Problems installing Solaris 2.6 on E4500 Post 3444 by 98_1LE on Monday 2nd of July 2001 12:32:34 PM
Old 07-02-2001
I am using the 5/98 Solaris 2.6 Server media kit, which I beleive to be the newest, but maybe not.
Thanks
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

problems about installing Solaris 8 on PC

1. OSes coexistence can i install solaris 8 on my pc's 3th primary harddisk partition without damage the user and boot datas of installed operation system? and does i have to install Solaris 8 within several G(such as 8G) size of the harddisk? the following is partition table of my harddisk: ... (2 Replies)
Discussion started by: samprax
2 Replies

2. UNIX for Dummies Questions & Answers

Problems installing perl5

Hi!! I have problems installing perl5 in a Tru64 4.0F enviroment, and i need it to install OpenSSL and OpenSSH to establis a SFTP... I'm installing perl 5.8.8 but an error occurr during make test, i ran ./perl harness and the result is the problem is on op/filetest.t I didn't know what to... (0 Replies)
Discussion started by: irasela
0 Replies

3. Solaris

Problems Installing Top

I've been trying to install Top on our Solaris box but it's giving me some trouble. The uname -a command shows SunOS servername 5.9 Generic sun4u sparc SUNW,Ultra-250 I downloaded Top form www.unixtop.com. On the initial install I got errors because I didn't have a C compiler installed.... (2 Replies)
Discussion started by: KenLynch
2 Replies

4. Solaris

Problems de-installing NetConnect

I have run into a problem while attempting to de-install netconnect from a Sol8 box. We got an error during the un-install script when it tries to remove SUNWsrsrp. It can't find the srsuser. We have no idea what user was specified initially. I have tried to remove the package on its own, to no... (2 Replies)
Discussion started by: i_am_homer
2 Replies

5. Solaris

E4500 Raid

I have a Sun E4500 with some disk attached. Right now, everything is RAID 0 (no mirroring, RAID 5, etc.). Each disk (all 33.6 G) have 1 slice on them. Is it possible to put in RAID 0 or RAID 5? How much data would we lose by doing this? Is it even possible? What software would I use? It is... (2 Replies)
Discussion started by: hshapiro
2 Replies

6. Solaris

Will re-installing the Solaris OS help when present OS has problems

Does re-installing the Solaris OS when the existing OS has problems solve the issue? Problem here I mean "FILE SYSTEM BAD" after a fsck and the machine is not rebooting. My doubt also includes the question whether all inodes etc in the hard disk of the Sun machine gets re-formatted when we... (2 Replies)
Discussion started by: lydiaEd
2 Replies

7. UNIX and Linux Applications

problems installing mixmaster 3.0 to solaris 10

hello all, i'm having problems installing mixmaster 3.0 from this site SourceForge.net: Mixmaster. The file I downloaded is mixmaster-3.0.tar.gz. Consulting the readme file of the mixmaster 3.0 says that the libraries for the follwing should be installed - OpenSSL, zlib, pcre, ncurses. I... (2 Replies)
Discussion started by: lima
2 Replies

8. Solaris

Problems installing Solaris 10

I just built my new computer with a q6600 quad core, 4 gig ram, Nvidia vidoo card but when I try to install the latest Solaris 10 on it the keyboard is not being detected when the installation starts so I'm unable to go complete the installation. First I tried a USB keyboard and it didn't work,... (2 Replies)
Discussion started by: isomorphic
2 Replies

9. UNIX for Dummies Questions & Answers

Installing Java Problems

Hello, When i attempt to install Java. I get this error code Can someone tell me what im doing wrong. (2 Replies)
Discussion started by: Fob Upset
2 Replies

10. AIX

Installing SAMBA problems

I have created an LPAR and the next step is to get SAMBA installed, I have mounted our NIM server up and copied over the SAMBA binaries .bff files. How do i install these? i tried doing this through SMIT but had no luck..? Any help would be greatly appreciated. AIX OS 6.1 (2 Replies)
Discussion started by: audis$
2 Replies
gendisk(1)						      General Commands Manual							gendisk(1)

NAME
gendisk - Produces magnetic disk distribution media SYNOPSIS
/usr/bin/gendisk [-d] [-i] [-k filename] [-w] [-v] [hostname:] prodID devname OPTIONS
Creates a distribution disk in direct CD format. This means that the distribution disk contains uncompressed file systems that are laid out just as the software is installed on the system. Creates a distribution disk in ISO 9660 format. This means that the distribution disk contains an ISO 9660-compliant CD-ROM file system (CDFS). Uses an alternate kit descriptor database, filename, on the local system. You may use either a full absolute pathname or a relative pathname from the directory where you run the gendisk utility. The file does not have to be named kitcap. Writes the product media without verification, if used without the -v option. If used with the -w option, the gendisk utility writes and then verifies the product media. Verifies the product media without writing it first, if used without the -w option. This assumes that you have already written kit files to the distribution media. If used with the -w option, the gendisk utility writes and then verifies the product media. OPERANDS
The optional hostname: operand is the name of a remote machine that contains the kit descriptor database. The gendisk utility searches the kit descriptor database on the remote machine for the kit identifier (prodIDHD) and uses it to create the distribution media. The colon (:) is a required delimiter for TCP/IP networks, and space is permitted between the colon and the prodID. For example, if the product code is OAT100 and you are using the kit descriptor database on node mynode, use mynode:OAT100 for this option. The mandatory prodID operand is a kit identifier consisting of the product code and version number specified in the CODE and VERS fields of the kit's key file. Refer to the Guide to Preparing Product Kits for information about the key file. The mandatory devname operand specifies the device special file name for a raw or character disk device such as /dev/rdisk/dsk1. The gendisk utility uses the disk partition specified in the kit descriptor and ignores any partition specified on the command line. DESCRIPTION
Use the gendisk utility to produce disk distribution media. The gendisk utility performs the following tasks: Searches the kit descriptor database for the prodID specified on the command line. The default kit descriptor database is the /etc/kitcap file. Creates a new file system on the disk partition specified in the kit description. Mounts the disk containing the new file system. Asks whether you want to clean the whole disk before writing to it. If you do, the gendisk utility erases the entire contents of the disk and writes a new disk label using default information. Copies files and subsets specified in the kit description to the distribution media. If you specified verification, uses the sum utility to verify file transfer accuracy. Refer to the sum(1) reference page for more information about this utility. Unmounts the file system. If you use the -k option, you can use any valid file name for the alternate kit descriptor database and may specify either an absolute or relative path to the file location. If you do not use either of the -w or -v options, the gendisk utility writes and then verifies the files in the kit descriptor. This default behavior is the same as when you use both the -w and -v options together. The gendisk utility can create multiple directories on the disk for separate products or combine multiple products into one product, as specified in the kit descriptor database. RESTRICTIONS
You must have root privileges to run this program. If you use the optional hostname operand, you must have root privileges to access files on the remote host. If you do not use the optional hostname operand, you can access the files used by the gendisk utility only if you add the local hostname to the local /.rhosts file, for example: hostname root. The gendisk utility does not support chained disk kits. A kit written to diskette must either fit onto a single diskette or be packaged as a set of kits on separate diskettes. FILES
Device special files for raw or character disk devices Default kit descriptor database SEE ALSO
gentapes(1), sum(1) kitcap(4) Guide to Preparing Product Kits gendisk(1)
All times are GMT -4. The time now is 02:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy