- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- New Patch Assessment
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
11-03-2003 01:33 AM
11-03-2003 01:33 AM
For background, I have about 15 HP-UX systems (and more on the way) that I am responsible for. My patching strategy is to patch every quarter.
I just had my firt experience with the new Patch assessment feature, and all in all I like it. That said, here are my gripes:
1. Uploads of .fs files must must be through a browswer. Or more accurately, there are no instructions that I have found on how to upload .fs files except via a browser. That means (for me) that I must ftp my .fs files to my PC then upload them. It was bad enough that I had to get the cpm_collect script via PC and browser, but now the dang fs files too!!! Anyone have alternate suggestions?
2. At least for me, everytime I upload a .fs file, only that .fs file shows in the "systems to be select" area of the web page. So it seems we have gone from keeping .fs files on a ftp site forever to not keeping them at all. Does anyone know a way for more than one system to be selectable from the patch assessment screen? Has anyone had it work with more than one system?
3. Surely this must be a bug. When I do get through the patch assessment, if I choose "download a script to ftp the patches", I get a 0 byte file (on my PC of course, cause all ftp access to this feature is now disabled, grumble grumble). Has anyone had the "download a script..." option work correctly?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 01:47 AM
11-03-2003 01:47 AM
Re: New Patch Assessment
ftp -i ftp.us-support2.external.hp.com << EOF
binary
cd incoming
lcd /tmp
put $HN.fs
bye
EOF
On the second part I make sure the .fs file is called by my system name. SystemA.fs, systemB.fs. This allows multiple files on the selection pages.
Finally, I have attached a script (cpm_check.sh) I use to help automate the process as much as I am comfortable with. It might give you some help.
--Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 02:00 AM
11-03-2003 02:00 AM
Re: New Patch Assessment
Thanks for your reply, and I am sure it worked great when we had CPM. But the new (this week I beleive) Patch Assessment seems (in fact is documented) to ignore the file in the old incoming dir.
Thanks again,
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 02:02 AM
11-03-2003 02:02 AM
Re: New Patch Assessment
You might find this process works better if you install a browser on your HP-UX server and access and run it with an X windows client.
The best browser for hp-ux in my opinion is mozilla 1.4 which is available in depot format from software.hp.com
I'm sensing there are some binary/ascii ascii/binary issues causing that zero byte file sistuation. I don't think you want to be running this assessment off a pc.
I can give you a step by step solution telling you how to implement my suggestion. Post back if you are interested. Its kind of a long type if you're not.
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
11-03-2003 04:44 AM
11-03-2003 04:44 AM
Re: New Patch Assessment
Thanks so much for your reply. I don't think I need the procedure, but thanks for the offer. I tried to do the assessment using an old copy of Netscape, and it didn't work. I'll get Mozilla and give it another shot. Using a PC as a go between is painful.
While CPM certainly did not provide a "batch process" for patch analysis and retreival, I am disappointed HP appears to be moving farther from batch/bulk patch analysis. I can't imagine how sites with 10s or 100s of systems to analyze will react to the change.
If anyone from HP familiar with the new Patch Assessment feature would comment, esp. on points 2 and 3 I would be very interested in hearing what you have to say.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 05:23 AM
11-03-2003 05:23 AM
Solution1. Yes, all upload of .fs files need to be performed via a browers. Your unix brower should work fine as well. I use Mozilla without any problem.
2. Only 1 system can be analyzed at a time. When you upload a second, it overwrites the first. Previously in CPM, even though you could upload and store multiple .fs files, you could only analyze one system at a time. Once you analyzed the system and installed the recommended patches, the uploaded version was stale.
3. This is a bug. And has been fixed. I verified that this works as of 11:20 MST.
Thanks,
Evan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 06:02 AM
11-03-2003 06:02 AM
Re: New Patch Assessment
Thanks for your reply.
1. Drat.
2. You are correct, CPM would analyze only one system at a time. But I could script the ftp upload of the .fs file from each systems cron and then iterate through the patch analysis.
3. Thanks, it no longer produces a 0 byte file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 08:12 AM
11-03-2003 08:12 AM
Re: New Patch Assessment
Sounds like from your Gripes #1 & #2 that you have some automated way of uploading the .fs files and the new patch assessment prevents you from doing so any more. If so, just collect the .fs files locally somewhere, such as the disk on the system you're running your browser. You'll need to change your cron job to deposit the .fs files in the new location as opposed to on the ITRC.
Later, when you go to run your assessment(s) you'll navigate to the directory containing the .fs files. Within that same session, if you wish to do an assessment of another system, the interface will remember the directory containing the .fs files. Select the system of interest. Unless I'm misunderstanding something, this should be pretty close what you used to have with CPM, and you won't have to contend with the disk quota that the ITRC imposed.
Hope this helps.
Kevin McManus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2003 08:50 AM
11-03-2003 08:50 AM
Re: New Patch Assessment
George,
I agree that the new "method" --> SUCKS. I reported it to HP as an "issue". Maybe everyone should also.
{edited by moderator: Issues should be reported to HP by using the Contact HP link at the top of this page.)
That might work when you have a few systems to deal with, but some of us have a lot of servers (in my case 300+), making the "new" experience a little more nauseating and very time consuming.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 12:02 PM
11-04-2003 12:02 PM
Re: New Patch Assessment
I have had problems in the past with the Customized Patch Process. I used the Contact HP link and the team that supports the site walked me through the issue. I guess that is the quickest way to get it resolved. Let them know and they can assist. They have a team that works via email and phone when having problems with ITRC. I did not know that before today.
Hope this helps,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 02:34 PM
11-04-2003 02:34 PM
Re: New Patch Assessment
Thanks for your reply. I do have an automated upload procedure that I am disappointed I can no longer use. You are correct, I can now collect them on the system I will run Mozilla from, but the fact is I now have an additional step (upload fs, "select" the one and only system, run analysis) vs cpm (select from multiple systems and run the analysis).
However, IMO, running the analysis is greatly improved in the new version. I like the patch selection profiles and the automatic processing of dependencies and conflicts.
I had hoped that there would be improvements in CPM that would move the process towards less direct human involvment and it "feels" like the new process is going the other way in some respects. This is disappointing.
What, in my little dream world, I would like is to upload the fs files and have the patch selection/analysis run automatically, producing a script like get_patches for each system (or group of systems). Ideally I would be able to have different patch selection profiles for each system or group of systems. Alternatively, I would be delighted with a program that would reside on one of my hosts and would query the patch database and perform patch selection/analysis (based on a profile that I select/tune), download the patches and put them into a depot.
Ah well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 02:42 PM
11-04-2003 02:42 PM
Re: New Patch Assessment
I am glad to hear from someone with a significant number of systems to deal with.
I cannot go so far as to say the "new" method sucks. I certainlly view it as less convenient to initiate the analysis than CPM, but the improvements in patch selection and analysis go at least part of the way to balance the overall throughput.
You clearly will have more effort to slog through 300+ patch assessments than I do. Do you find that you recover much time with the new automated dependency/conflict resolution?
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-04-2003 02:43 PM
11-04-2003 02:43 PM
Re: New Patch Assessment
Thanks for the suggestion.
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 03:37 AM
11-05-2003 03:37 AM
Re: New Patch Assessment
I'll get the Patch team to take a look at what you've posted here.
In meantime, as mentioned by a moderator above, the best way to get feedback into the ITRC teams is through the contact page at
http://www1.itrc.hp.com/service/help/contactHP.do
The ITRC 'ask a question' page is in upper right or directly at http://us-support.external.hp.com/usage/bin/doc.pl/screen=usageQuestion
You get to both by clicking on the 'online help' link in upper left of this page, or the 'contact hp' link in the very upper left grey header.
Thanks,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 04:37 AM
11-05-2003 04:37 AM
Re: New Patch Assessment
Please do not circulate individual's names as this may only slow down the process of getting help. We have teams of people who are ready to help. Contact HP is the fastest way of reaching the right person.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 06:15 AM
02-26-2004 06:15 AM
Re: New Patch Assessment
I'm considering a perl script that would merge all my PSIFILEs into a single consolidated file so that I'd get one giant bundle with all the patches I need in it. (Well, maybe 2 since some of the 11.0 vs. 11i patches are different.)
Has anyone else worked on something like this? Is there something else in the works that would make this a wasted effort?
-- Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 09:05 AM
02-26-2004 09:05 AM
Re: New Patch Assessment
I know of nobody merging fs files; that is a step I don't want to try. I am not sure that method would produce a valid patch assessment. Also, I imagine support from HP for patch bundles created that way would be scant at best. At least for me, I would rather go through the pain of the "one at at time" method.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2004 09:20 AM
02-26-2004 09:20 AM
Re: New Patch Assessment
I am aware of and have experienced this bug even using the ftp download option.
HP openned a case for me when it happened to me. It happens whenever the June 2003 bundle is included in a selected patch set. De-select that and the zero byte file thing may stop happening.
There are other products I fear which trigger the problem.
HP says they are working on it.
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
02-26-2004 08:46 PM
02-26-2004 08:46 PM
Re: New Patch Assessment
Do what we do, download all the patches and create your own local depot and patch from there.
You can easily do this by making an ftp script that get the latest patches from hp every night.
If you always trues the installer, this is great way of doing it since it will pick what it needs from what you have. If you want to avoid possible buggy patches, then wait a few months after a patch is released ebfore downloadign it incase it gets replaced.
Sry. i could only provide you with an alternate to Patch Assessment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 01:35 AM
02-27-2004 01:35 AM
Re: New Patch Assessment
I did a download just a week or two ago and had no problem. Must be a new bug, or a reintroduction of the prior bug. I am sure it will be fixed soon.
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2004 01:41 AM
02-27-2004 01:41 AM
Re: New Patch Assessment
Certainly we also make our own depots, but I rely heavily on the Patch Assessment program to help me load that depot. As I mentioned before, I am looking for ways to automate the patch selection process, and I find the new process less helpful than the old CPM process. However, I like the patch profile part of the new tool and I feel like the patch budles I now get are more complete than those created with the previous tool.
My hope by opening this thread is that "the powers that be" will hear us and take our opinions, wants and needs into account for the next (or the one after the next) revision of the tool.
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:23 AM
03-01-2004 07:23 AM
Re: New Patch Assessment
jks3wfj02@sneakemail.com
Keep in mind that HP supports the individual patches, not custom bundles. Whether created by yourself, the ITRC, or with the assistance of some bozo's random perl script they all carry the same (lack of) support.
The only supported HP bundles I'm aware of are the Quality Packs and perhaps HP RCAA-created custom bundles (they charge for this.)
The script has these restrictions:
+ It picks the lowest version of any product installed on multiple systems and only reports it once
+ It always reports the same hardware type
+ It only reports patches that are included on all the systems
This means that the script won't help with OS-installable hardware-specific firmware downloads, and there will be some warnings about dependent patches missing.
-- Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:38 AM
03-01-2004 07:38 AM
Re: New Patch Assessment
Thanks for your contribution.
George