- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- New install of 10.20
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-28-2001 10:53 AM
08-28-2001 10:53 AM
This is a 9000 Dclass File Server. I will eventually connect the DLT8000 Autoloader and an External SureStore Unit. This system will be "validated" becauseof GMP regulations... that is why I need to know this stuff. Any information will be helpful.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 10:57 AM
08-28-2001 10:57 AM
Re: New install of 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 11:12 AM
08-28-2001 11:12 AM
Re: New install of 10.20
Thanks
Sanjay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 11:33 AM
08-28-2001 11:33 AM
SolutionThe General Release (GR) bundle is a superset of the Hardware/Critical (HWCR) bundle. Install the GR bundle for the broadest patches.
If you examine the actual patches in each bundle, you will see that the HWCR bundle is a very, very close subset of the GR one. In some cases, slightly earlier or slightly later versions of a particular patch stream can be found depending on when the bundle, at large, was certified.
My preference is always the GR bundle.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 01:22 PM
08-28-2001 01:22 PM
Re: New install of 10.20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 02:13 PM
08-28-2001 02:13 PM
Re: New install of 10.20
Do you have access to the Custom Patch Manager (CPM) on the ITRC?
I prefer CPM over installing CD bundles because a patch analysis (on HP's ITRC server) is performed for the target server, as well as a display (and selection) of the latest and recommended patches for that server.
If done correctly, the result is a customized patch bundle that can be downloaded from the ITRC. This bundle should satisfy your patching needs without the "bloat" of many extraneous patches included in the HW and GR bundles, reducing unnecessary filesystem usage.
If you must install from CD, I'd select the GR bundle if you only want one bundle installed. It won't hurt to install both as many patches are (more or less) duplicated.
HTH
David Lieberman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 03:31 PM
08-28-2001 03:31 PM
Re: New install of 10.20
Also, How do I connect to hp.com via HP-UX. I am not familiar with downloading patches, and unix files from the internet to my hp server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 05:49 PM
08-28-2001 05:49 PM
Re: New install of 10.20
The "init spawning too rapidly" syndrome can be nasty to isolate. Consider carefully *everything* that you have done between the time you last successfully booted your system and its current condition. I recognize from your post that it would appear that the problem began immediately after applying (only?) patches.
Take a look at the following two documents from the Technical Knowledge Base: #UXDNKBRC00000918 and #KBRC00000740. They give you the steps you need to follow to isolate the problem's cause.
Take a look at /etc/rc.log for warnings and errors in startup scripts. Look at /var/adm/syslog/syslog.log for the full message(s) from 'init'. There may be more information than what you have posted.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 06:13 PM
08-28-2001 06:13 PM
Re: New install of 10.20
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 10:51 PM
08-28-2001 10:51 PM
Re: New install of 10.20
you can see the "exit" and "termination"
codes of the commands executes from within
"/etc/inittab" by entering "who -a".
The ones having codes other than "0" (zero)
are the candidates to cause your problem and
are those to be investigated further.
HTH,
Wodisch