Sponsored Content
Operating Systems HP-UX Adding Storage, do I need to bring the DB down? Post 302531788 by 300zxmuro on Saturday 18th of June 2011 12:58:01 AM
Old 06-18-2011
I appreciate your comments. I am not trying to "tweet" or anything close to it. Since I have two questions I thought would be better two open two threads. Sorry if for you I made a mistake. Next time I will ask all questions in one thread :-)

Back to my question sir, yes, I need to add storage to a File System. My background is strong with AS/400 but within Unix flavors AIX is my strongest. HP-UX is a bit different (I guess closest to Linux)

Thanks for your input and again I apologize for not following the standards of this forum.

Have a great day!
 

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 08:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy