Sponsored Content
Full Discussion: solaris forth mode?
Top Forums UNIX for Dummies Questions & Answers solaris forth mode? Post 20821 by xNYx on Monday 6th of May 2002 12:26:51 AM
Old 05-06-2002
Question solaris forth mode?

hi

i have a headless ultra 10 server running obp 3.29
i connect to the sever via telnet and i was wondering what is the command inorder to get to the forth mode from a telnet session?

is it even possible to get to the ok prompt from telnet or do i need a serial connection?

many thanks
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

restricted mode (solaris 8)

HI I was wondering how do i get in to the restricted mode in solaris > I can get into the ok prompt ok> or the fourth monitor mode but not the restricted mode > any ideas thanks (3 Replies)
Discussion started by: xNYx
3 Replies

2. Solaris

solaris 10 not resuming from power save mode.

Dear Frnz, i have a ultra 45 with solaris 10 installed. I face a weird issue in that. once the machine goes to power save mode i am not able to bring the machine back by hitting the keys in keyboard or moving the mouse. I am able to rsh the machine from another machine. To bring the... (1 Reply)
Discussion started by: sriram.s
1 Replies

3. Solaris

Solaris in GUI mode

Hi we work on solaris machines and access them in Command line mode using telnet services. Can they be accessed in GUI mode. If yes please advice as I have came to know that Solaris 9.0 supports GUI mode also. (1 Reply)
Discussion started by: sukhvinder_Tm
1 Replies

4. Solaris

Solaris 5.6 single user mode

Hi We are performing a level 0 dump of our server having Solaris 5.6 . I wanted to be sure about taking the server to single user and multi user mode on solaris server. single user mode : init 1 multiuser mode (restart) : init 6 is the above procedure correct for solaris... (4 Replies)
Discussion started by: asalman.qazi
4 Replies

5. Solaris

SOLARIS 10 on SPARC Graphical mode?

Hi, I am in single user mode in command prompt. How can i switch to graphical mode. Is there any command like StartX or WindowsX? Regards Skbrunel (3 Replies)
Discussion started by: skbrunel
3 Replies

6. Solaris

how to enable GUI mode in solaris

I just installed Solaris 10 in my pc with dafault installtion. When I tried login to it first time , it took me directly to console mode When issuing the command svcs it didn't returned any fmri related to gui. find the attached snapshot for the list of fmri. Installing the fmri ... (1 Reply)
Discussion started by: hiten.r.chauhan
1 Replies

7. Shell Programming and Scripting

Preventing the sleep mode in Solaris

Hi , I am working on a Solaris server which goes to sleep mode if idle for more than 30 min. I have a remote access so that I can access the server from my home too. By the time I go back to my room, it is going to sleep mode so I could see nothing but a black screen. Is there any option to... (3 Replies)
Discussion started by: prabhag
3 Replies

8. Solaris

SSH in maintainance mode in solaris 10

svc:/network/ssh:default (SSH server) State: maintenance since Fri Jan 27 14:19:58 2012 Reason: Start method failed repeatedly, last exited with status 255. See: URL See: man -M /usr/share/man -s 1M sshd See: /var/svc/log/network-ssh:default.log Impact: This service is not running.... (6 Replies)
Discussion started by: srinathk
6 Replies

9. Programming

Solaris - BUS error with optimize mode

Hi, I'm facing BUS (invalid address alignment) issue. Application works correctly with binaries compiled without optimization. When "-O3" (or -O2, O1) is in use, application abort with - BUS (invalid address alignment). The problem appears in following situation: struct _a { int... (15 Replies)
Discussion started by: revolta25
15 Replies

10. Solaris

Solaris 10 Failsafe mode advantages and disadvantages

Hi Guys, Have you tried running Solaris 10 on Failsafe mode? What are their advantages and disadvantages? What would you recommend for a roll-back plan in case something happens after failsafe mode? I need to run on failsafe mode to be able to execute fsck. Appreciate your kind... (1 Reply)
Discussion started by: bocha
1 Replies
telnetrc(4)							   File Formats 						       telnetrc(4)

NAME
telnetrc - file for telnet default options DESCRIPTION
The .telnetrc file contains commands that are executed when a connection is established on a per-host basis. Each line in the file con- tains a host name, one or more spaces or tabs, and a telnet(1) command. The host name, DEFAULT, matches all hosts. Lines beginning with the pound sign (#) are interpreted as comments and therefore ignored. telnet(1) commands are case-insensitive to the contents of the .telnetrc file. The .telnetrc file is retrieved from each user's HOME directory. EXAMPLES
Example 1: A sample file. In the following example, a .telnetrc file executes the telnet(1) command, toggle: weirdhost toggle crmod # Always export $PRINTER DEFAULT environ export PRINTER The lines in this file indicate that the toggle argument crmod, whose default value is "off" (or FALSE), should be enabled when connecting to the system weirdhost. In addition, the value of the environment variable PRINTER should be exported to all systems. In this case, the DEFAULT keyword is used in place of the host name. FILES
$HOME/.telnetrc SEE ALSO
telnet(1), in.telnetd(1M), environ(5) SunOS 5.10 9 Jan 1998 telnetrc(4)
All times are GMT -4. The time now is 02:07 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy