Sponsored Content
Operating Systems AIX AIX does not boot after power on Post 302399067 by sebastia.net on Friday 26th of February 2010 07:17:57 AM
Old 02-26-2010
Well - from the most absolute darkness, I am moving towards the light : there is something called "SMS menu", similar to BIOS/firmware

Just one last question : how do I get into it ?
Guess I have to re-boot the machine and some "early" menu ???

Yes, I have the handbook, and it is online :

"RS/6000 7046 Model B50 Handbook"
>>> http://www.redbooks.ibm.com/redbooks/pdfs/sg247046.pdf

I promise to read it !

By the way, mr Zaxxon - I have been learning english ... for more than 20 years, but the word "cheeky" was in not in my vocabulary (yet) - you did not assume we are not all "native english speakers" ...

In spanish we say "sin acritud"

>>> acritud - Diccionario Ingles-Español WordReference.com

ACRIMONY !!! ???

Have a nice weekend you all !
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

boot fails after power faliure

Hi, i was installing solaris 8 on sunfire v250 and the power fails :mad: , now it does not boot from cd rom and get the next msg: ð Sun Fire V120 (UltraSPARC-IIe 648MHz), No Keyboard OpenBoot 4.0, 512 MB memory installed, Serial #56338483. Ethernet address 0:3:ba:5b:a8:33, Host ID: 835ba833. ... (1 Reply)
Discussion started by: agustincm
1 Replies

2. AIX

Could I know , if my AIX 5.2 system have power suplly in redundancy , using any com?

Hi Guys I use in Solaris the prtdiag command , and knows if the system have power supply in redundacy connected....I would like kwons if AIX 5.2 have the equivalent command... Thanks in Advance... AIX-ADMIN (1 Reply)
Discussion started by: aggadtech08
1 Replies

3. AIX

AIX POWER 6 Prosessor

How AIX POWER 6 Processor exploit over 5.3 (1 Reply)
Discussion started by: Sanj
1 Replies

4. AIX

AIX power problem cron message on screen

Hello, I keep getting this message even after i removed it from the cron enteries it was added automatically Broadcast message from root@oradb (tty) at 12:00:00 ... rc.powerfail:2::WARNING!!! The system is now operating with a power problem. This message will be walled every 12... (2 Replies)
Discussion started by: filosophizer
2 Replies

5. AIX

Power Mac G4 install AIX

hi all ! i want install aix on power mac g4 . does it work correctly ? thanks (1 Reply)
Discussion started by: ijj
1 Replies

6. AIX

IBM Power Pseries Open Firmware boot / VIOS POWERVM VET CODE

Hello, I installed PowerVM IVM Virtual I/O on P-550 but later found out that the machine isn't activated for CoD VET code for virtualization. So when booted , it goes into OPEN Firmware I/O Hosting requires a hosting partition boot not permitted exit called > ok Panel shows > IO... (3 Replies)
Discussion started by: filosophizer
3 Replies

7. Solaris

Configure Power Settings on Boot

Hi all, this is my first question on this forum, so if it isn't in the correct location, please let me know where to post. We are using Solaris 8 and with the power setting enabled the monitor will not wake up. It can take anywhere from 5 to 30 minutes for the monitor to display. One of the... (3 Replies)
Discussion started by: Wrongway
3 Replies

8. AIX

System can't boot up after power outage

Hello Forum, I am very newbie with AIX. We have 2 AIX 9111-285 servers. The OS version is 5.3. After the power outage, they did not come up. I try to unplug the power cable and re-connect after 1 minutes but do not help. Both display the same reference code 110000AC on the front panel... (6 Replies)
Discussion started by: lilyn
6 Replies

9. AIX

IBM Power 740 won't boot after firmware update

A team member installed the wrong version of License Code on a Power 740 system used in our Development environment. The system will no longer boot. Does anyone have IBM documentation or experience to share on recovering a system that currently reports "Unsupported License Code version... (1 Reply)
Discussion started by: kevinedailey
1 Replies
URI::URL(3)						User Contributed Perl Documentation					       URI::URL(3)

NAME
URI::URL - Uniform Resource Locators SYNOPSIS
$u1 = URI::URL->new($str, $base); $u2 = $u1->abs; DESCRIPTION
This module is provided for backwards compatibility with modules that depend on the interface provided by the "URI::URL" class that used to be distributed with the libwww-perl library. The following differences exist compared to the "URI" class interface: o The URI::URL module exports the url() function as an alternate constructor interface. o The constructor takes an optional $base argument. The "URI::URL" class is a subclass of "URI::WithBase". o The URI::URL->newlocal class method is the same as URI::file->new_abs. o URI::URL::strict(1) o $url->print_on method o $url->crack method o $url->full_path: same as ($uri->abs_path || "/") o $url->netloc: same as $uri->authority o $url->epath, $url->equery: same as $uri->path, $uri->query o $url->path and $url->query pass unescaped strings. o $url->path_components: same as $uri->path_segments (if you don't consider path segment parameters) o $url->params and $url->eparams methods o $url->base method. See URI::WithBase. o $url->abs and $url->rel have an optional $base argument. See URI::WithBase. o $url->frag: same as $uri->fragment o $url->keywords: same as $uri->query_keywords o $url->localpath and friends map to $uri->file. o $url->address and $url->encoded822addr: same as $uri->to for mailto URI o $url->groupart method for news URI o $url->article: same as $uri->message SEE ALSO
URI, URI::WithBase COPYRIGHT
Copyright 1998-2000 Gisle Aas. perl v5.16.3 2012-02-11 URI::URL(3)
All times are GMT -4. The time now is 04:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy