Sponsored Content
Full Discussion: LOM password
Operating Systems Solaris LOM password Post 302226516 by incredible on Tuesday 19th of August 2008 06:52:21 AM
Old 08-19-2008
this is a breach of security dude.. you wont anyone to use your script, even your admins.. LOM,ALOM,SC passwords should be kept confidential to limited "root" users. And your steps above, I have not tried that. does it works?
 

10 More Discussions You Might Find Interesting

1. Solaris

LOM device

All, I am getting the following message on the system post for Solaris 9: Unknown or badly programmed LOM device This is a SunFire 240 server which I just built out. Is there any way to fix this problem? Thanks, Mike (2 Replies)
Discussion started by: bubba112557
2 Replies

2. Solaris

Determine LOM version?

Is there a way I can determine the LOM version on a Sun machine without actually shutting the system down? I'm confused. :) (2 Replies)
Discussion started by: sysera
2 Replies

3. Solaris

SUN LOM password

Hi friends, Please tell me how to break the LOMlite password on SUN Netra X1 system. Thanks venkat (2 Replies)
Discussion started by: rvrao77
2 Replies

4. Solaris

Netra T1 LOM Password Reset

Hello All, I had bought Netra T1 AC200 couple of months ago and has setup a user and password in LOMlite but I forgot the password. when i connect to the server i get the LOMlite prompt and i cant connect to the Serial console (there is no prompt). I have tried the JP13 JP14 and JP15... (1 Reply)
Discussion started by: Pratik Gharti
1 Replies

5. Solaris

LOM on SUN ultra 10

Hi experts is it possible to install lom on sun ultra 10 box? can you guys help me in undertanding lom as i tried goggling , couldn't get good stuff. Please :) (6 Replies)
Discussion started by: kumarmani
6 Replies

6. Solaris

lom to ok prompt in netra 1280

HI group, Can anyone please suggest what can be the problem when we send poweron command on lom it again comes to lom and show following error what does it means lom>poweron /N0/PS0: already on /N0/PS1: already on /N0/PS2: already on /N0/PS3: already on Powering boards on ... Tue Dec... (5 Replies)
Discussion started by: sameergrover
5 Replies

7. Solaris

Need Help to create LOM Cable Netra x1

hi all, I have a SUN NETRA x1. To Installation need LOM cable . There are ways that you can help me to make LOM Cable ? as the information I have serial cable CISCO Cisco and I have been trying to connect but only blank (2 Replies)
Discussion started by: moslemovic
2 Replies

8. Solaris

help reset netra T1 lom admin password

Can someone please help here on how to reset a T1 lom password? I have tried the JP13 an try to find lom.conf in scadm dir but lom.conf is not on the machine ,some help thanks (1 Reply)
Discussion started by: rafise
1 Replies

9. Solaris

Set IP for LOM from Operating System

Hi, I have a Sun-Fire-V440 server. I want to set IP address for its LOM from operating system. Earlier it does not have any IP address. Is it possible to set IP from Operating System ? if possible, how can we do it ? Thanks Sri (3 Replies)
Discussion started by: sri243
3 Replies

10. Hardware

How to reset lom password in netra T1?

Hello, I bought Netra T1 some time ago and set user and password in LOMlite.It seems that I forgot the password. When i connect to the server i get the LOMlite prompt. Can anybody tell me what is the proper sequence or the right way to reset the LOMlite password/account. Thanks (5 Replies)
Discussion started by: pitmod
5 Replies
REXECD(8)						    BSD System Manager's Manual 						 REXECD(8)

NAME
rexecd -- remote execution server SYNOPSIS
rexecd DESCRIPTION
rexecd is the server for the rexec(3) routine. The server provides remote execution facilities with authentication based on user names and passwords. rexecd listens for service requests at the port indicated in the ``exec'' service specification; see services(5). When a service request is received the following protocol is initiated: 1. The server reads characters from the socket up to a NUL ('') byte. The resultant string is interpreted as an ASCII number, base 10. 2. If the number received in step 1 is non-zero, it is interpreted as the port number of a secondary stream to be used for the stderr. A second connection is then created to the specified port on the client's machine. 3. A NUL terminated user name of at most 16 characters is retrieved on the initial socket. 4. A NUL terminated, unencrypted password of at most 16 characters is retrieved on the initial socket. 5. A NUL terminated command to be passed to a shell is retrieved on the initial socket. The length of the command is limited by the upper bound on the size of the system's argument list. 6. rexecd then validates the user as is done at login time and, if the authentication was successful, changes to the user's home directory, and establishes the user and group protections of the user. If any of these steps fail the connection is aborted with a diagnostic mes- sage returned. 7. A NUL byte is returned on the initial socket and the command line is passed to the normal login shell of the user. The shell inherits the network connections established by rexecd. DIAGNOSTICS
Except for the last one listed below, all diagnostic messages are returned on the initial socket, after which any network connections are closed. An error is indicated by a leading byte with a value of 1 (0 is returned in step 7 above upon successful completion of all the steps prior to the command execution). username too long The name is longer than 16 characters. password too long The password is longer than 16 characters. command too long The command line passed exceeds the size of the argument list (as configured into the system). Login incorrect. No password file entry for the user name existed. Password incorrect. The wrong password was supplied. No remote directory. The chdir(2) to the home directory failed. Try again. A fork(2) by the server failed. <shellname>: ... The user's login shell could not be started. This message is returned on the connection associated with the stderr, and is not pre- ceded by a flag byte. SEE ALSO
rexec(3) HISTORY
The rexecd command appeared in 4.2BSD. BUGS
Indicating ``Login incorrect'' as opposed to ``Password incorrect'' is a security breach which allows people to probe a system for users with null passwords. A facility to allow all data and password exchanges to be encrypted should be present. SECURITY CONSIDERATIONS
As the passwords exchanged by the client and rexecd are not encrypted, it is strongly recommended that this service is not enabled. BSD
June 1, 1994 BSD
All times are GMT -4. The time now is 04:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy