Sponsored Content
Operating Systems AIX Half part of devices is in defined mode Post 303040781 by zxmaus on Wednesday 6th of November 2019 03:39:20 PM
Old 11-06-2019
as I said - try to IPL the frame - so it can re-initialize this drawer - and your cpus should hopefully come back
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

passthrough devices vs. named devices

I am having trouble understanding the difference between a passthrough device and a named device and when you would use one or the other to access equipment. As an example, we have a tape library and giving the command "camcontrol devlist" gives the following output: akx# camcontrol... (1 Reply)
Discussion started by: thumper
1 Replies

2. SuSE

Convet Linux OS from text mode to graphic mode

Hi All, I used to have my suse linux(VM) server in graphic mode but not anymore since morning. I cant rolback since i loose somuch work. Any idea how to it back to normal. Thanks (6 Replies)
Discussion started by: s_linux
6 Replies

3. UNIX for Advanced & Expert Users

What is the difference between single line mode and multiline mode in Regular expressions?

Hi All, Can please let me know what is the difference between the single line mode and multi line mode in regular expresions? Thanks, Chidhambaram B (3 Replies)
Discussion started by: chidhu.anu
3 Replies

4. Solaris

DNS service is in maintenance mode. How to bring it back to online mode?

:confused: when i tried to look the status of DNS-client, it is in maintenance mode..... Please tell me how to bring it back to online mode...PLEASE TELL ME STEP BY STEP.... PLEASE... :wall: (2 Replies)
Discussion started by: vamshigvk475
2 Replies

5. HP-UX

From a C++ application how to find if a hpux host is in standard mode or trusted mode

is there a way for my C++ application to find out which mode the hpux OS is running in? standard mode or trusted mode. (3 Replies)
Discussion started by: einsteinBrain
3 Replies
egd(3erl)						     Erlang Module Definition							 egd(3erl)

NAME
egd - egd - erlang graphical drawer. DESCRIPTION
egd - erlang graphical drawer DATA TYPES
color() : egd_image() : font() : point() = {integer(), integer()} : render_option() = {render_engine, opaque} | {render_engine, alpha} : EXPORTS
color(Color::Value | Name) -> color() Types Value = {byte(), byte(), byte()} | {byte(), byte(), byte(), byte()} Name = black | silver | gray | white | maroon | red | purple | fuchia | green | lime | olive | yellow | navy | blue | teal | aqua Creates a color reference. create(Width::integer(), Height::integer()) -> egd_image() Creates an image area and returns its reference. destroy(Image::egd_image()) -> ok Destroys the image. filledEllipse(Image::egd_image(), P1::point(), P2::point(), Color::color()) -> ok Creates a filled ellipse object. filledRectangle(Image::egd_image(), P1::point(), P2::point(), Color::color()) -> ok Creates a filled rectangle object. line(Image::egd_image(), P1::point(), P2::point(), Color::color()) -> ok Creates a line object from P1 to P2 in the image. rectangle(Image::egd_image(), P1::point(), P2::point(), Color::color()) -> ok Creates a rectangle object. render(Image::egd_image()) -> binary() Equivalent to render(Image, png, [{render_engine, opaque}]) . render(Image::egd_image(), Type::png | raw_bitmap) -> binary() Equivalent to render(Image, Type, [{render_engine, opaque}]) . render(Image::egd_image(), Type::png | raw_bitmap, Options::[render_option()]) -> binary() Renders a binary from the primitives specified by egd_image(). The binary can either be a raw bitmap with rgb tripplets or a binary in png format. save(Binary::binary(), Filename::string()) -> ok Saves the binary to file. text(Image::egd_image(), P::point(), Font::font(), Text::string(), Color::color()) -> ok Creates a text object. AUTHORS
<> percept 0.8.5 egd(3erl)
All times are GMT -4. The time now is 09:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy