Sponsored Content
Full Discussion: HP-UX media B.11.11
Operating Systems HP-UX HP-UX media B.11.11 Post 302962639 by Lapfa01 on Wednesday 16th of December 2015 08:27:56 PM
Old 12-16-2015
Thanks. I was able to borrow the medit kit from one of our vendors.
 

10 More Discussions You Might Find Interesting

1. Slackware

media player

Sir, I am working with SlackWare and when i try to use media player i acnn ot make a queue of songs.There are three software.Kaboodle,naotun,xmms. I can use only Kaboodle. Yesterday i here'd songs inNaotun but today when i click it the loding symbols comes and it then quit with loading. I... (2 Replies)
Discussion started by: arunkumar_mca
2 Replies

2. HP-UX

HP Support Plus media

Hi folks, i owe a HP 9000 E55 (antique...) server. I also owe the original version of the OS HPUX 11.0. Unfortenately i can't find the HP-Support Plus medium. During the instlallation i was asked to put it in, i always skip this one. But the system runs not very well. On HP's website you can... (8 Replies)
Discussion started by: FNORD
8 Replies

3. AIX

ML integration on Media

Hello to all, Someone knows how to create a AIX Bootable Media with a Maintenance Level integrated on it? Regards. (0 Replies)
Discussion started by: spacewalker
0 Replies

4. SCO

Media for Informix 4.1

HI ! I NEED A MEDIA TO INSTALLING INFORMIX 4.1 IN SCO UNIX. OUR MEDIA ARE LOST AND THE SERVER IS GOING BAD ! HELP ME PLEASE ! THANK YOU VERY MUCH ! (5 Replies)
Discussion started by: tomribeiro
5 Replies

5. AIX

dvd media in drive

Hello, It's some tool in AIX to check what kind of media (DVD+RW DVD-RW DVD-RAM) is inserted in drive? In linux there is very nice tool called dvd+rw-mediainfo. (0 Replies)
Discussion started by: vikus
0 Replies

6. SCO

OpenServer 5.0.6 Media Needed

I have a client with 5.0.6 who wants to migrate to new hardware. We have in our posession all appropriate paper software licenses. Over the years the media has vanished Can anyone assist with locating an ISO or actual CD containing OpenServer 5.0.6, please? Thank you (9 Replies)
Discussion started by: theantisco
9 Replies

7. SCO

openserver 5.0.6 media need

I am looking for openserver 5.0.6 media. I need build a new production server and we only have the 5.0.5 media. If anybody can help that be awesome. (9 Replies)
Discussion started by: stlwindadmin
9 Replies

8. HP-UX

How to disable external media?

Hi, How do you disable external medias like cd-rom,usb devices,etc iin HP-UX? What ae the diffrent modules for these? Thanks in advance. (7 Replies)
Discussion started by: chacko193
7 Replies

9. Fedora

media server?

Hi All, I have so many picture of my kids, and movies and videos. I really want to create media server. After doing some research on the internet, I am going to install Ubuntu media server. This old server I have has two disk drive. I was thinking about mirroring that. After that I want to... (5 Replies)
Discussion started by: samnyc
5 Replies

10. SCO

5.0.2 install media

I've inherited an openserver 5.0.2 and wanted to move it to a virtualized environment - Given the server is original hardware no one knows where any of its media is. I'm hoping someone has the installation media for 5.0.2 so I can get a clean system up and running to see what if any changes will... (2 Replies)
Discussion started by: StarKnight83
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 12:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy