Solaris patch access policy in Fujitsu systems


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris patch access policy in Fujitsu systems
# 1  
Old 07-18-2010
Solaris patch access policy in Fujitsu systems

Hi,
I would need help to understand Solaris patching policy in Fujitsu systems.
PRIMEPOWER and SPARC Enterprise/Solaris Patches
Which is the difference between "Public patches and patch clusters" and "All Patches"?

Do I need a maitenance contract with Fujtisu to download "Public patches and patch clusters" or only having bought
a primepower system can I have access to these patches?
Regards,
Mario.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Fujitsu M10-4 vs SPARC T5-2

Certainly these servers have quite a few differences, not the least of which include CPU architecture and OEM. But, I'm wondering which would offer the greater reliability and availability. Thoughts? (3 Replies)
Discussion started by: DustinT
3 Replies

2. Solaris

Solaris and PAM Password policy

Hello All, I have Sun DSEE7 (11g) on Solaris 10. I have run idsconfig and initialized ldap client with profile created using idsconfig. My ldap authentication works. Here is my pam.conf # Authentication management # # login service (explicit because of pam_dial_auth) # login ... (3 Replies)
Discussion started by: pandu345
3 Replies

3. Cybersecurity

Need patch policy help

I'm working on developing a patch policy for a mid-size and quickly growing company. Patches have been at the bottom of the totem pole for years. I possess the ability and care enough to straighten it out. However I'd like some others input on the best way to handle the patch policy. From when... (1 Reply)
Discussion started by: jlouki01
1 Replies

4. Solaris

prtdiag output for Solaris on Fujitsu hardware shows vendor as Sun Microsystems

Hello, I was under the impression that the Header of the prtdiag output shows the hardware vendor information in the section between System Configuration and sun4u/sun4us. But on some Solaris machines which are running on Fujitsu hardware, the vendor is shown as Sun Microsystems in this... (8 Replies)
Discussion started by: chattygk
8 Replies

5. Solaris

Solaris Patch

Hi, I installed Solaris 11 and I want to upgrade. I am doing this in by the documentation for pkg update. I read about the patch for solaris. Where and how to download and install this patch? (2 Replies)
Discussion started by: PtaQ
2 Replies

6. Solaris

how to assign group policy to user in solaris

hi, how to assign group policy to user in solaris (1 Reply)
Discussion started by: meet2muneer
1 Replies

7. Solaris

good tripwire policy for Solaris sparc and i386

I haven't found a good resource for this. Does anyone have a good resource for this? I've compiled the code, and all I have is an old twpol.txt from solaris 8.. :-( (0 Replies)
Discussion started by: biea
0 Replies

8. Solaris

Solaris 9 patch.

I have to update on solaris 9. UPdating to 10 is not an option. Can I create a disk that will have all the updates/patches and just run it once and not sit and update one by one? If so, how? I have 10 Sun systems. (1 Reply)
Discussion started by: disturbe_d
1 Replies

9. Solaris

Solaris Patch Access

I see you can no longer download patches from sunsolve for Solaris 10, 9 and 8 without a support contract. I have a V240 that is 4 months old, do new machines normally come with some sort of contract? Thats kind of lame that I can't patch a $12,000 server I just got recently. Still waiting on a... (0 Replies)
Discussion started by: kingdbag
0 Replies

10. UNIX for Dummies Questions & Answers

Man access accross systems

HI, Working with apps that run accross 8 AIX 4.3's Lets call them A, B,C D-H. Unfortunatly only one of them has the man pages installed, (A). My Q, is there any way that an authorized user can login into either B, C or D-H, type man at command prompt and get connected to A to view its man... (4 Replies)
Discussion started by: buRst
4 Replies
Login or Register to Ask a Question
EDIT-PATCH(1)						      General Commands Manual						     EDIT-PATCH(1)

NAME
edit-patch, add-patch - tool for preparing patches for Debian source packages SYNOPSIS
edit-patch path/to/patch add-patch path/to/patch DESCRIPTION
edit-patch is a wrapper script around the Quilt, CDBS, and dpatch patch systems. It simplifies the process of preparing and editing patches to Debian source packages and allows the user to not have to be concerned with which patch system is in use. Run from inside the root directory of the source package, edit-patch can be used to edit existing patches located in debian/patches. It can also be used to incorporate new patches. If pointed at a patch not already present, it will copy the patch to debian/patches in the correct format for the patch system in use. Next, the patch is applied and a subshell is opened in order to edit the patch. Typing exit or pressing Ctrl-d will close the subshell and launch an editor to record the debian/changelog entry. edit-patch is integrated with the Bazaar and Git version control systems. The patch will be automatically added to the tree, and the debian/changelog entry will be used as the commit message. If no patch system is present, the patch is applied inline, and a copy is stored in debian/patches-applied. add-patch is the non-interactive version of edit-patch. The patch will be incorporated but no editor or subshell will be spawned. AUTHORS
edit-patch was written by Daniel Holbach <daniel.holbach@canonical.com>, Michael Vogt <michael.vogt@canonical.com>, and David Futcher <bobbo@ubuntu.com>. This manual page was written by Andrew Starr-Bochicchio <a.starr.b@gmail.com>. Both are released under the terms of the GNU General Public License, version 3. DEBIAN
Debian Utilities EDIT-PATCH(1)