- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to add core 11i (3cds) to the Ignite server.
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
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
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
08-12-2004 05:01 AM
08-12-2004 05:01 AM
how to add core 11i (3cds) to the Ignite server.
I have ignite B2.4.307 and would like to use it to install 11i to a server without CD rom drive in another subnet.
I have 11i CDs. How could I add the 3 cd to the ignite server? I have read the doc about make_depots, make_config... But want to a procedure to get it done quickly.
Thanks, jane
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 05:46 AM
08-12-2004 05:46 AM
Re: how to add core 11i (3cds) to the Ignite server.
1. Mount the core os, application, and diagnostic install cdâ s on to the Ignite server and swcopy the contents to the predefined target location (hostname:/var/opt/ignite/depots/Rel_B.11.11)
2. Copy third party software depots into the predefined target location (same as above)
3. Tell the server to make bundles out of non bundled software in the Ignite depot. This step was identified prior in the prerequisites. The command syntax would be: # make_bundles /var/opt/ignite/depots/Rel_B.11.11
4. Create the configuration file that will be used specifically for this depot: # make_config â s /var/opt/ignite/depots/Rel_B.11.11 â a both â c /var/opt/ignite/data/Rel_B.11.11/core_cfg
5. Create the INDEX file that will reference the additional software you have added to the depot and the core_cfg file you just created: # manage_index -a -f /var/opt/ignite/data/Rel_B.11.11/core_cfg -r B.11.11
I have used this before, there may be a quicker way, but I can vouch for this ma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 05:49 AM
08-12-2004 05:49 AM
Re: how to add core 11i (3cds) to the Ignite server.
swcopy -s /cdrom
swcopy from the Core OS cd to the disk where you want that to install from. You my want three diffrent subdirectories such as:
/ignite_image_fs/core1
/ignite_image_fs/core2
/ignite_image_fs/core3
We use /images/ignite/Core-OS
Our core is a bit out of date thought. If you have a DVD-ROM in your box and the DVD media you can do this with one swcopy command.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 05:55 AM
08-12-2004 05:55 AM
Re: how to add core 11i (3cds) to the Ignite server.
Thanks for reply.
I am doing make_depots and make_config according to the menu.
Anything to pay attendtion to?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2004 06:01 AM
08-12-2004 06:01 AM
Re: how to add core 11i (3cds) to the Ignite server.
don't know what happened to my last post but the funky characters should be -
I actually had more gotcha's on the network part, you have to use the built in lan port, make sure tftp works, stuff like that.
GL,
C