Sponsored Content
Full Discussion: OBP explained.
Top Forums UNIX for Dummies Questions & Answers OBP explained. Post 302528283 by rama krishna on Monday 6th of June 2011 10:16:30 PM
Old 06-06-2011
Click thanks for your response. So I am typing any commands at ok > where exactly I am making changes.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

OBP saying boot is disabled??

Hi all, need your help again :P I am trying to build a server in work, and it comes up with the OBP (Open Boot Prompt) and when i try and install the cdrom "boot cdrom -s" it throws back the following error: "System is not bootable, boot command is disabled" This is trying to install... (3 Replies)
Discussion started by: SemperFi
3 Replies

2. Solaris

Enter to OBP

Hello, today i'm comment in /etc/vfstab fs /usr and my server load in SingleUser without anything commands :( How i can enter to OBP from # ? or ILOM ? I'm try CTRL+BREAK (F5) , CTRL+ALT+BREAK (F5) and #. but it's don't help me :(((( (5 Replies)
Discussion started by: jess_t03
5 Replies

3. Solaris

OBP on Solaris 10-intel

Hi All, How can I go to OBP on Solaris 10-intel? I tried doing ctrl+c or ctrl+break, it won't go to the "ok" prompt. Thanks in advance, itik (6 Replies)
Discussion started by: itik
6 Replies

4. Solaris

OBP search...

Hello experts... In OBP(OK prompt)... How can i know whole command if i know part of a command? Thanks in advance... (2 Replies)
Discussion started by: younus_syed
2 Replies

5. Solaris

How to practice OBP without having sun system.

Hi all, I have installed VM (solaris 10) , but i want to practice OBP, how will i practice OBP? Is there any virtual sort of thing for pratice? ---------- Post updated at 01:31 AM ---------- Previous update was at 01:28 AM ---------- How will i practice Aliasing without usin OBP? (8 Replies)
Discussion started by: karman0931
8 Replies

6. Solaris

OBP update

hi all i am using sun blade 150 (sparc) running solaris 5.10 on that. How can i update the OBP firmware? where cai download the latest (compatible) version for this hardware? (4 Replies)
Discussion started by: kingston
4 Replies

7. UNIX for Dummies Questions & Answers

Need help with OBP.

Hi Gurus, I am totally confused :wall: . I have some questions regarding OBP,EEPROMand NVRAM, BIOS. What actually are these how do they function and interact on a Sparc based solaris system. What is ok> ? What is system Firmware ? How does the system startup? Trying to google... (8 Replies)
Discussion started by: rama krishna
8 Replies

8. Solaris

Other web/ftp OBP Versions

Hi, I looking for a versión from OBP Sun Netra V440, but I can only see that the file is on oracle.com and it´s necessary a number contract or CSI of the any customer for download this file :( , anyone know a site or ftp where I can download versions for Sun OBP ?, thank you very much ... (4 Replies)
Discussion started by: ph0b0s
4 Replies

9. Solaris

V240 no OBP or console available

Hey guys, I recently replaced the heatsinks on two different V240's. Repasted and replaced them myself. After attempting to bring them back up, there was no display coming from the KVM. I figured it was a matter of environment in OBP and attempted to get to the OK prompt from the... (20 Replies)
Discussion started by: DanielSluder
20 Replies

10. Solaris

T4-2 OBP problem

Hi can anyone help me Got a T4-2, when I try to save any enviroment varaible at the OBP for instance auto-boot false or output-device screen I get the error: Warning: Error storing configuration. No space left, check SP and other logs. Cleared the SP logs (well only ones I could find) did... (4 Replies)
Discussion started by: callmebob
4 Replies
PROMPTER(1)                                                          [nmh-1.5]                                                         PROMPTER(1)

NAME
prompter - prompting editor front-end for nmh SYNOPSIS
prompter [-erase chr] [-kill chr] [-prepend | -noprepend] [-rapid | -norapid] [-doteof | -nodoteof] file [-version] [-help] DESCRIPTION
Prompter is an editor front-end for nmh which allows rapid composition of messages. This program is not normally invoked directly by users but takes the place of an editor and acts as an editor front-end. It operates on an RFC-822 style message draft skeleton specified by file, normally provided by the nmh commands comp, dist, forw, or repl. Prompter is particularly useful when composing messages over slow network or modem lines. It is an nmh program in that it can have its own profile entry with switches, but it is not invoked directly by the user. The commands comp, dist, forw, and repl invoke prompter as an editor, either when invoked with -editor prompter, or by the profile entry "Editor: prompter", or when given the command edit prompter at the "What now?" prompt. For each empty component prompter finds in the draft, the user is prompted for a response; A <RETURN> will cause the whole component to be left out. Otherwise, a `' preceding a <RETURN> will continue the response on the next line, allowing for multiline components. Continua- tion lines must begin with a space or tab. Each non-empty component is copied to the draft and displayed on the terminal. The start of the message body is denoted by a blank line or a line of dashes. If the body is non-empty, the prompt, which isn't written to the file, is --------Enter additional text or (if -prepend was given) --------Enter initial text Message-body typing is terminated with an end-of-file (usually CTRL-D). With the -doteof switch, a period on a line all by itself also signifies end-of-file. At this point control is returned to the calling program, where the user is asked "What now?". See whatnow (1) for the valid options to this query. By using the -prepend switch, the user can add type-in to the beginning of the message body and have the rest of the body follow. This is useful for the forw command. By using the -rapid switch, if the draft already contains text in the message-body, it is not displayed on the user's terminal. This is useful for low-speed terminals. The line editing characters for kill and erase may be specified by the user via the arguments -kill chr and -erase chr, where chr may be a character; or ` nn', where "nnn" is the octal value for the character. An interrupt (usually CTRL-C) during component typing will abort prompter and the nmh command that invoked it. An interrupt during mes- sage-body typing is equivalent to CTRL-D, for historical reasons. This means that prompter should finish up and exit. The first non-flag argument to prompter is taken as the name of the draft file, and subsequent non-flag arguments are ignored. FILES
$HOME/.mh_profile The user profile /tmp/prompter* Temporary copy of message PROFILE COMPONENTS
prompter-next: To name the editor to be used on exit from .B prompter Msg-Protect: To set mode when creating a new draft SEE ALSO
comp(1), dist(1), forw(1), repl(1), whatnow(1) DEFAULTS
`-prepend' `-norapid' `-nodoteof' CONTEXT
None HELPFUL HINTS
The -rapid option is particularly useful with forw, and -noprepend is useful with comp -use. The user may wish to link prompter under several names (e.g., "rapid") and give appropriate switches in the profile entries under these names (e.g., "rapid: -rapid"). This facilitates invoking prompter differently for different nmh commands (e.g., "forw: -editor rapid"). BUGS
Prompter uses stdio(3), so it will lose if you edit files with nulls in them. MH.6.8 11 June 2012 PROMPTER(1)
All times are GMT -4. The time now is 05:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy