- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to make software depot from CD ?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2004 08:37 AM
тАО05-02-2004 08:37 AM
how to make software depot from CD ?
I have several hosts to install ANSI C, which don't have internal CD-ROM... I need to connect my external CD-ROM and mount it each time I install this package.
So, how can I make a '.depot' file from this CD for the ANSI C package, then I can just transfer the depot file to other server without connecting the CD-ROM ?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2004 09:36 AM
тАО05-02-2004 09:36 AM
Re: how to make software depot from CD ?
Once this is working, you should be able to use swinstall and point it to your depot server and directory to install the software.
If you don't have enough space in /var, you can also mount the CDROM on your server, then use swreg to make the CD visible to the rest of your servers (don't use NFS) as in:
swreg -l depot /cdrom
(where /cdrom is the mountpoint for your CD). The run swlist and swinstall on the remote servers as mentioned above. You'll need separate codewords for each system when you install.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-02-2004 09:37 AM
тАО05-02-2004 09:37 AM
Re: how to make software depot from CD ?
i.e. mount /dev/dsk/cXtXD0 /cdrom
register this as a depot.
swreg -l depot /cdrom
then on the other host(s) execute swintall
and choose source "1st-server:/cdrom"
you have to enter the codewords everytime but its working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2004 02:11 AM
тАО05-03-2004 02:11 AM
Re: how to make software depot from CD ?
But can I make a "ansic.depot" file like those software or patches I download from this site ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2004 02:30 AM
тАО05-03-2004 02:30 AM
Re: how to make software depot from CD ?
if yes then you can create Bundle of required depots files on CD with your own name as follows:
make_bundles -B -n
where /tmp/patches is your directory where you have copied depot files from Soft APpl CD using SWCOPY command as follows:
swcopy -s
Hope this is what you r looking for!!!
Further you can use this customize bundle for other serve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2004 02:37 AM
тАО05-03-2004 02:37 AM
Re: how to make software depot from CD ?
swlist -x "codeword=xxxx" -d /cdrom
Note down product no. of ANSI compiler.
swcopy -x "codeword=xxxx" -s /cdrom "product_no" @ /tmp/ansi
Make sure you have /tmp/ansi.
swreg -l depot /tmp/ansi
Now from the host you want to install
ansi, do
swinstall -x "codeword=xxx" s server:/tmp/ansi
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2004 02:47 AM
тАО05-03-2004 02:47 AM
Re: how to make software depot from CD ?
Read this as:
make_bundles -B -n
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2004 06:22 AM
тАО05-03-2004 06:22 AM
Re: how to make software depot from CD ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2004 05:44 PM
тАО05-03-2004 05:44 PM