Sponsored Content
Operating Systems HP-UX Adding Storage, do I need to bring the DB down? Post 302531709 by 300zxmuro on Friday 17th of June 2011 02:28:27 PM
Old 06-17-2011
Adding Storage, do I need to bring the DB down?

Hi Guys,

Do I need to bring the DB down?

Code:
masd023x:[/]: uname -r
B.11.11

Thanks!

Where can I find this type of information?

JC

Last edited by radoulov; 06-17-2011 at 03:56 PM.. Reason: Code tags.
 

2 More Discussions You Might Find Interesting

1. AIX

Adding Storage to a System File.

Guys, I have been asked to do the following: Please add the following space in system AAAAA /dev/sapdata5qa - 9.00GB /dev/sapdata6qa - 7.75GB /dev/sapdata7qa - 11.00GB /dev/sapdata8qa - 7.50GB I have never done this before. We have 4 Volume Groups: rootvg pd2vg qa2vg... (4 Replies)
Discussion started by: 300zxmuro
4 Replies

2. Solaris

Solaris 10, adding new LUN from SAN storage

Hello to all, Actually, currently on my Solaris box, I've a LUN (5TB space) from a EMC storage which is working fine, and a partition with ZFS filesystem is created for that LUN. as further you'll see in the logs, the "c4t6006016053802E00E6A9196B6506E211d0s2" is the current configured LUN in the... (4 Replies)
Discussion started by: Anti_Evil
4 Replies
ppmtosixel(1)						      General Commands Manual						     ppmtosixel(1)

NAME
ppmtosixel - convert a portable pixmap into DEC sixel format SYNOPSIS
ppmtosixel [-raw] [-margin] [ppmfile] DESCRIPTION
Reads a portable pixmap as input. Produces sixel commands (SIX) as output. The output is formatted for color printing, e.g. for a DEC LJ250 color inkjet printer. If RGB values from the PPM file do not have maxval=100, the RGB values are rescaled. A printer control header and a color assignment table begin the SIX file. Image data is written in a compressed format by default. A printer control footer ends the image file. OPTIONS
-raw If specified, each pixel will be explicitly described in the image file. If -raw is not specified, output will default to com- pressed format in which identical adjacent pixels are replaced by "repeat pixel" commands. A raw file is often an order of magni- tude larger than a compressed file and prints much slower. -margin If -margin is not specified, the image will be start at the left margin (of the window, paper, or whatever). If -margin is speci- fied, a 1.5 inch left margin will offset the image. PRINTING
Generally, sixel files must reach the printer unfiltered. Use the lpr -x option or cat filename > /dev/tty0?. BUGS
Upon rescaling, truncation of the least significant bits of RGB values may result in poor color conversion. If the original PPM maxval was greater than 100, rescaling also reduces the image depth. While the actual RGB values from the ppm file are more or less retained, the color palette of the LJ250 may not match the colors on your screen. This seems to be a printer limitation. SEE ALSO
ppm(5) AUTHOR
Copyright (C) 1991 by Rick Vinci. 26 April 1991 ppmtosixel(1)
All times are GMT -4. The time now is 04:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy