Sponsored Content
Full Discussion: big disk solaris 2.6
Operating Systems Solaris big disk solaris 2.6 Post 302194036 by malcqv on Monday 12th of May 2008 06:07:07 AM
Old 05-12-2008
Quote:
Originally Posted by DukeNuke2
try this tool:
Patch Check Advanced
to get the latest patches for you system. after patching try again...
Might be worth a try though... It looks like Sun do not offer patch clusters for 2.6 now anyhow.
 

8 More Discussions You Might Find Interesting

1. Solaris

Big UH-OH "Bad magic number in disk label"

I tried rebooting my Sun server just a few minutes ago and I got the following at boot: -- Sun Fire 280R (UltraSPARC-III+) , No Keyboard Copyright 1998-2002 Sun Microsystems, Inc. All rights reserved. OpenBoot 4.5, 1024 MB memory installed, Serial #xxxxxxxxx Ethernet address... (6 Replies)
Discussion started by: deckard
6 Replies

2. Solaris

LaCie Big Disk configuration on SUN 280R

hi , i am trying to configure LaCie Big Disk on solaris 9 running on a 280R server . i am trying to use the USB prot to connect to the external disk . please i need help on this as i have no clue on how and from where to start . thanks for ur help . cheers (0 Replies)
Discussion started by: ppass
0 Replies

3. Solaris

Disk Mirror in Solaris 9 via Solaris Volume Manager

Hello, I am trying to do mirror in solaris 9. I have total 0-7 disks 4 5 6 7 0 1 2 3 Drive 0 and Drive 4 = Boot Drives Need to Mirror following drives. Drive 1 and Drive 5 = Need to mirror Drive 1 was mounted on: /prod1, /prod2, /prod3, /prod4, /prod5. Then i... (3 Replies)
Discussion started by: deal732
3 Replies

4. UNIX for Dummies Questions & Answers

How to trace the big files causing high disk usage

Hi All, One very urgent issue and I need your help. I have two V490 servers installed with Sun Solaris 10. I have traced out that the disk usage is running out of space for both the servers. Currently the /dev/md/dsk/d10 device is 91% in one server and another is 56% and it is increasing... (1 Reply)
Discussion started by: ailnilanjan
1 Replies

5. UNIX for Dummies Questions & Answers

How big is too big a config.log file?

I have a 5000 line config.log file with several "maybe" errors. Any reccomendations on finding solvable problems? (2 Replies)
Discussion started by: NeedLotsofHelp
2 Replies

6. Solaris

root disk mirroring in solaris volume manager for solaris 10

Need a procedure document to do "root disk mirroring in solaris volume manager for solaris 10". I hope some one will help me asap. I need to do it production environment. Let me know if you need any deatils on this. Thanks, Rama (1 Reply)
Discussion started by: ramareddi16
1 Replies

7. Solaris

Convert from raw disk to solaris volume manager disk

I have a solaris 10 system configured using NetApp as its storage, and the file systems are already configured as you can see from the example below: root@moneta # df -h Filesystem size used avail capacity Mounted on /dev/md/dsk/d0 9.8G 513M 9.3G 6% / ... (0 Replies)
Discussion started by: fretagi
0 Replies

8. Solaris

Convert from raw disk to solaris volume manager disk

I have a solaris 10 system configured using NetApp as its storage, and the file systems are already configured as you can see from the example below: root@moneta # df -h Filesystem size used avail capacity Mounted on /dev/md/dsk/d0 9.8G 513M 9.3G 6% /... (4 Replies)
Discussion started by: fretagi
4 Replies
Parse::DebControl::Patch(3pm)				User Contributed Perl Documentation			     Parse::DebControl::Patch(3pm)

NAME
Parse::DebControl::Patch - Easy OO parsing of debian patch file metadata (DEP3) data SYNOPSIS
use Parse::DebControl::Patch $parser = new Parse::DebControl::Patch; $data = $parser->parse_mem($control_data, $options); $data = $parser->parse_file('./debian/control', $options); $data = $parser->parse_web($url, $options); DESCRIPTION
The patch-file metadata specification (DEP3) diverts from the normal debian/control rules primarly of the "free-form" field specification. To handle this we most create an parser specifically for this format and hardcode these rules direclty into the code. As we will always only have one block of data, we will return the hashref directly instead of enclosing it into an array. The field B<Forwarded> is magic and will always exists in the out data, even if not specified in the indata. It can only have three values, I<yes>, I<no>, and I<not-needed>. If not specified it will have the value I<yes>. COPYRIGHT
Parse::DebControl is copyright 2003,2004 Jay Bonci <jaybonci@cpan.org>. Parse::DebControl::Patch is copyright 2009 Carl FA~Xrstenberg <azatoth@gmail.com>. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2011-04-18 Parse::DebControl::Patch(3pm)
All times are GMT -4. The time now is 01:27 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy