How to determine most recent Solaris 8 patch?


 
Thread Tools Search this Thread
Operating Systems Solaris How to determine most recent Solaris 8 patch?
# 1  
Old 07-27-2004
How to determine most recent Solaris 8 patch?

I have recently been assigned sys admin responsibilities for an 7-computer network running 3 Unix workstations (1 is SunFire V240 server; 2 are SunBlade 2000) and 4 PCs. Two Unix workstations are running Sun PCI III to allow a shell to host Windows 2000. I am having various problems w/ PC NetLink, various s/w packages, and the PCI III card, and suspect some may be due to not being current w/ patches for Solaris 8, PC NetLink, and Sun PCI III. Even if the problems are not due to Solaris currency, I still need to know how to find and interpret this information. I would like to determine the most recent Solaris, PC NetLink, and SUN PCI III patches on the server and two workstations, but am not sure how to read the output.

If I run the command "showrev -p", about 1,000 lines of output are returned containing numerous patch numbers and names, in no particular order. Is this the wrong command? If so, how can I obtain the patch information? If the command is correct, how can I interpret the output?

Thanks in advance.

Ken
# 2  
Old 07-27-2004
Showrev -p works like you said, you get all the patches. I generally only use it by doing something like showrev -p | grep patchnumber to look up a specific patch.

Sun has patch management tools on their website. You will probably want to check those out, although some of their stuff requires that you have a Sun maintenance contract. Try sunsolve.sun.com and see what you find.

To find out the kernel patch level you can use uname -a. It will have in there 108528-27 or something like that. 108528 is the Solaris 8 kernel patch and 27 (or whatever you get) is the rev.

You may want to just download the latest Solaris 8 recommended patchset and install that to get all the recommended and critical patches up to date at once.
# 3  
Old 07-29-2004
suggestion here,,,,

try to use SUN NetConnect. Do a search in google for the link and download. Not a terrific management software from SUN but it is good at patch management!
# 4  
Old 07-29-2004
rhfrommn,

Thanks. I was able to determine the most recent patch using SunSolve and the grep commandas you suggested. Although, I can't just apply any patch bundle because security settings may get reset or part of the patch may not take due to existing security settings. The machines are locked down quite well using AFDI.

izy100,

Thanks for the suggestion, but I don't have internet connectivity on any machines. I must go to a computer off my network to gain Internet access. I guess I will have to manually check for updates.

Ken
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to determine if i have spare disks in Solaris?

Hi Guys, obviously new to SOLARIS SUN SPARC 5.10 I would really appreciate if you help me see how to find free disks available in my system. Like i am a linux admin. If i want to grow a file system in linux. I would first have a look at my volume groups to see if they have free PEs if not then... (2 Replies)
Discussion started by: aiqbal
2 Replies

2. Solaris

How to determine, whether Sun WorkShop is installed on Solaris worksation?

How to determine, whether Sun WorkShop is installed on Solaris worksation? And if It's installed, how to start one? (2 Replies)
Discussion started by: wolfgang
2 Replies

3. 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

4. Solaris

Solaris Cmd to determine type of zone?

I lost my notes on the subject, but I remember running across a single Solaris command that tells you the following Global zone vs local zone Sparse local zone vs Whole Root local zone Can anyone advise? Thanks-In-Advance!! (2 Replies)
Discussion started by: ckmehta
2 Replies

5. Solaris

Solaris sun4v - how do you determine physical RAM?

I have a Sun T5120, and I want to programmatically determine how much RAM it has. # uname -a SunOS myhost 5.10 Generic_141444-09 sun4v sparc SUNW,SPARC-Enterprise-T5120 The box has 64Gb; I tried prtdiag and prtconf, but they give me bogus info prtconf gives me: # prtconf |grep -i... (12 Replies)
Discussion started by: thomn8r
12 Replies

6. Solaris

Patch for Solaris 5.9 on sparc

IS the cluster_patch for Solaris 5.9 free to download from Sun web site, i just can't find it, please help? Thanks (4 Replies)
Discussion started by: lamoul
4 Replies

7. Solaris

Solaris 9 Patch Issues

I have never had problems getting patch clusters from sunsolve and running them before. I've extracted the 9_Recommended.zip file ran ./install_cluster all the normal stuff i do to patch etc......But this time all my patches are returning codes 5,8,17 the 5's and 8's don't really matter but my... (1 Reply)
Discussion started by: kingdbag
1 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. Solaris

Determine Solaris box network interface?

Given a new Solaris box, with a fresh, unconfigured install on it, how does one figure out what kind of network interface it has (bge,le, hme, etc)? (8 Replies)
Discussion started by: akbar
8 Replies
Login or Register to Ask a Question