Sponsored Content
Full Discussion: Sun v215 ALOM Reset
Operating Systems Solaris Sun v215 ALOM Reset Post 302988428 by DukeNuke2 on Monday 26th of December 2016 09:11:10 AM
Old 12-26-2016
The older V series machines don't have a default service processor password or login. You need to install Solaris using the serial port of the server and NOT the service processor. After you have Solaris running, you can configure the ALOM with the scadm utility, which is for all administration of the ALOM.

C H A P T E R 7 - Using the scadm Utility

If that doesn't work, I have to check some internal documents and see if there is a workaround. Haven't worked on a V215 for years...
This User Gave Thanks to DukeNuke2 For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Default ALOM username and password for the Sun servers

Hi, Anyone please tell me the default ALOM username and password for the sun server(Sun fire V210). Thanks muthu (1 Reply)
Discussion started by: muthulingaraja
1 Replies

2. Solaris

T2000 ALOM reset to OBP

Every time I would try to send a break to my T2000 I would get this Debugging requested; hardware watchdog suspended. c)ontinue, s)ync, r)eset? I couldn't get into OBP. Here's what I found to do... sc> bootmode Bootmode: normal sc> bootmode reset_nvram sc> bootmode... (3 Replies)
Discussion started by: mediis
3 Replies

3. Solaris

Reset ALOM PASSWD in SUNFIRE V125

Hi, I have forgot the sc and console login password in sun v125 server, can anyone suggest me how to reset sc password in sun v125 server. Thanks Rjs (3 Replies)
Discussion started by: rajasekg
3 Replies

4. Solaris

Alom Sun V240

hallo anybody know how to set alom mail alerty server with yahoomail ? thank u?where i can find mail server address for yahoomail?thank (1 Reply)
Discussion started by: yanto85
1 Replies

5. Solaris

Reset ALOM from OS

Hi guys, I'm in trouble with a Sunfire T2000. The OS (Solaris10) is up and running, but I can't log in the sc>I think the terminal server is crashed! Does anyone know if I can reset the sc> from the OS? How can I do that? Thx (6 Replies)
Discussion started by: cecco16
6 Replies

6. Solaris

ALOM wont work when KVM connected to Sun Fire V440 server

Hi, I was asked to connect a KVM screen to a Sun Fire V440 last night so I connected it up but no joy and nothing on the KVM screen. I was told that a reboot may fix the problem so connected to the ALOM and rebooted. On the plus side, the KVM screen now works but I lost the ALOM connection. ... (0 Replies)
Discussion started by: jimmy54321
0 Replies

7. Solaris

ALOM password reset

Hi , How to reset ALOM/SC password for Solaris box Sun Fire T-200 Thanks (5 Replies)
Discussion started by: chetansingh23
5 Replies

8. Solaris

Connect using ALOM to Sun Fire V210

I have bought from eBay a second hand Sun Fire V210 server and I'm really stumped at the lack of complete instructions on how to connect to it. I don't have a Windows machine, I've only got Ubuntu and OS X computers. None of them have an old RS-232 port on them either. In saying that, I have... (12 Replies)
Discussion started by: danijeljames
12 Replies

9. Hardware

SUN V245 Connecting To router Through Alom

Hello. I have a sun v245 and I have no hard drive for it yet but i would like to connect it to my home router by ethernet cable so I can use Alom remotely. Could someone please tell me how to set it up. Thank You (1 Reply)
Discussion started by: SunV245
1 Replies

10. Solaris

Sun v215 Fan Speed

Hi all, I made some calculations and it seems that fans are working more than they supposed to keep the internals at the specified values. Is there a way to adjust this ? I have 2 approaches ; -from ALOM sc|ok prompt -from Solaris 10 or -from a HW Switch I am pretty sure that... (5 Replies)
Discussion started by: y33t
5 Replies
wsdl(1) 						      General Commands Manual							   wsdl(1)

NAME
wsdl - Mono's Web Service Proxy Generator SYNOPSIS
wsdl [options] [path | url] DESCRIPTION
wsdl is a tool for generating proxy classes that can be used to access to web services. The tool reads a WSDL document from the provided path or url, and downloads referenced schemas or other WSDL documents if needed. This tool is used to target the 1.x API, for targetting the 2.x API, please use the wsdl2 tool. OPTIONS
The following options are available: -appsettingurlkey:key -urlkey:key Specifies that the url for the services should be read from the <appsettings> section of the configuration file, using the provided key. -appsettingbaseurl:url , -baseurl:url Specifies a base URL for the service. The final URL will be constructed by combining this value with the URL read from the -appset- tingurlkey option, and the -type:typename, assembly Generate a proxy for a compiled web service class. The URL parameter can be used to providethe location of the service. location attribute specified in the WSDL document. -language:language , -l Language of the code to generate. It can be CS for C# (default), Boo for Boo and VB for Visual.Basic. Alternatively you can specify a full type name for a CodeProvider, for example, you could use this to generate code for the imaginary "MyLan" language which has the following full type: wsdl myservice.wsdl -language:MyLan.MyLanCodeProvider, MyLan.CodeDom, Version=1.0.0.0, Culture=neutral, PublicKeyToken=xxyy' -namespace:name , -n:name The namespace of the generated classes. If none is specified, the default namespace is used. -out:filename , -o:filename The target file for generated code. -protocol:protocol , -p:protocol The protocol for which to generate code. It can be Soap (default), HttpGet or HttpPost. -sample:METHOD This will display XML request and reply of the sample invocations to that SOAP message. You can use the -protocol: option to render the message in different forms. -server Generate a server skeleton instead of a client proxy. -nologo Supress the startup logo. -u:username , -user:username The user name to use when connecting to the server. -p:password , -password:password The password to use when connecting to the server. -d:domain , -domain:domain The domain to use when connecting to the server. AUTHORS
Lluis Sanchez Gual (lluis@ximian.com) LICENSE
wsdl is released under the terms of the GNU GPL. SEE ALSO
disco(1), soapsuds(1), mono(1), mcs(1), wsdl2(1) wsdl(1)
All times are GMT -4. The time now is 04:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy