- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need to create 11.31 depot in 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
01-14-2010 09:21 PM
01-14-2010 09:21 PM
Need to create 11.31 depot in ignite server
I am busy with creating 11.31 depots in ignite server . I am not able to configure the software after the depot creation. This are the steps I followed:
1. Created depot with first DVD
# make_depot -r B.11.31 -s /dev/dsk/c3t1d0 (DVD path)
2. Created depot with second DVD
# make_depot -r 11.31 -s /dev/dsk/c3t1d0 (DVD path)
3. Configured the depot
# make_config -r B.11.31
But it is not working and I am not able to view the new depot created ..
any help wil be appreciated...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 10:28 PM
01-14-2010 10:28 PM
Re: Need to create 11.31 depot in ignite server
#/var/opt/ignite/INDEX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 10:42 PM
01-14-2010 10:42 PM
Re: Need to create 11.31 depot in ignite server
INDEX file will get appended once ran make_config .. As per HP guides :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2010 11:01 PM
01-14-2010 11:01 PM
Re: Need to create 11.31 depot in ignite server
Please reffer to attached document
Regards,
Durvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2010 03:56 AM
01-15-2010 03:56 AM
Re: Need to create 11.31 depot in ignite server
Shibin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2010 12:06 PM
01-15-2010 12:06 PM
Re: Need to create 11.31 depot in ignite server
make_depots, by default, will place the copied media depots into /var/opt/ignite/depots/B.11.31, so go there and make sure you have 2 depots there.
make_config, as called here, should generate a config file for each depot found in the path above, and puts these files, by default, in the /var/opt/ignite/data/B.11.31 path.
So first you need to check these and see if theses commands worked as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2010 11:32 PM
01-16-2010 11:32 PM
Re: Need to create 11.31 depot in ignite server
you may find the newly created depot under /var/opt/ignite/depots/Rel_B.11.31
or refer the logs file for further details (
/var/opt/ignite/logs/make_depots) look for swcopy details.
Rgds!
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2010 11:51 PM
01-16-2010 11:51 PM
Re: Need to create 11.31 depot in ignite server
Here is the steps for creating a depot for in ignite
1) copy software to disk
# make_depots -s
repeat the same command for all dvds
2) create config file
make_config -s /var/opt/ignite/depots/Rel_B.11.31/v3_core_media -c /var/opt/ignite/data/Rel_B.11.31/v3_core_media_config
3)create INDEX file entry for the newly created depot
#manage_index -n "HP-UX B.11.31 Default" -c "Hp Unix v3 media"
#manage_index -a -f /var/opt/ignite/data/Rel_B.11.31/v3_core_media_config -c "Hp Unix v3 media"
Rgds!
johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2011 04:32 PM
05-19-2011 04:32 PM
Re: Need to create 11.31 depot in ignite server
I want to create 11.23 depots with 2 DVD. However I got the following errors ?
(where the /mnt is mounted the 2nd DVD from my NFS server)
# make_depots -r B.11.23 -s /mnt
ERROR: swlist command for "/mnt" failed.
ERROR: The expected depot or root does not exist at "/mnt".
ERROR: There is currently no depot software on host "b1131d01" at
location "/mnt". Make sure that an absolute pathname is
specified for location (beginning with "/").
ERROR: build_bundle_list failed
Do you have any ideal of this error ? Thanks.
Regards,
Johnny