Sponsored Content
Full Discussion: Jumpstart Issues With T5220
Operating Systems Solaris Jumpstart Issues With T5220 Post 302503674 by Celtic_Monkey on Friday 11th of March 2011 09:36:32 AM
Old 03-11-2011
just though i'd update this thread with my findings.

the problem was with the version of solaris 10 that i had installed in the jumpstart root; ie. the latest version

it seems that "Oracle" have introduced a compulsory registration section in the install (unlike the sun registration after first boot). the interactive screen was dropping out to the registration process - when suitably filled in (or bypassed) the flash archive continued & installed okay.

so just need the appropriate keywords etc to include in the sysidcfg......
 

10 More Discussions You Might Find Interesting

1. Solaris

Jumpstart Issues Solaris 10

I'm trying to jumpstart my remote server. My /etc/hosts and /etc/ethers files have the correct data. Keep getting the following message at the ok prompt after running a boot net - install Link hasn't comeup yet Ran a test-net and got the following message. Link is -- down When... (7 Replies)
Discussion started by: soupbone38
7 Replies

2. Solaris

Jumpstart Issues

Hi all, I'm having an issue with jumpstart that I haven't seen before. After booting the server and selecting F12 to boot it from the network it finds the jumpstart profile that has been set up for it and proceeds with the build until I get the following error: SunOS Release 5.10 Version... (4 Replies)
Discussion started by: Chains
4 Replies

3. Solaris

kstat on T5220

We used kstat on netra240/440 to check if the link is full duplex. So we do something like: bash-3.00# kstat -pc net bge:1::/'link_duplex'/ | cut -f2 2 The output 2 indicates the link is full duplex. This kind of check worked all right for Netra 240/440 systems. However, the nxge... (2 Replies)
Discussion started by: illcar
2 Replies

4. Solaris

ILOM and sc on T5220

I 've 2 different T5220 and both are showing different prompts when i ssh to the console. 1. Shows sc> ALOM 2. Shows -> ILOM as far as i know the T5220 comes with ILOM , so why i 'm seeing 2 different type of console for same tyep of hardware ? and i found that we... (6 Replies)
Discussion started by: fugitive
6 Replies

5. Solaris

SC on T5220 not responding

Hi, SC on one of my T5220 is not responding .. it does not show not let me type anything .. what could be the reason for it ? though when i powercycle the box from sc it shows me the system coming up but after that does not let me login thru sc sc> console -f Enter #. to return to ALOM. (2 Replies)
Discussion started by: fugitive
2 Replies

6. Solaris

LDOMs on T5220

We're just about to migrate a large application from an Enterprise 6900 to a pair of T5220s utilising LDOMs. Does anyone have any experience of LDOMs on this kit and can provide any recommendations or pitfalls to avoid? I've heard that use of LDOMs can have an impact on I/O speeds as it's all... (9 Replies)
Discussion started by: JerryHone
9 Replies

7. Solaris

Jumpstart issues, help please.

1.I wish to perform a Jumpstart installation, the client being Ultra 5 Sparc and jumpstart Server being ultra 20 AMD system. 2.I think i have done all the procedures right, like putting the mac address of Sparc 1 to /etc/ethers, creating sysidcfg file, and profile file: 3.When I issued the boot... (7 Replies)
Discussion started by: saagar
7 Replies

8. Solaris

T5220 server

Hi, We have two T5220 servers in our datacentre one server is showing 64 processors online and another showing 32 processors online two are newly purchased, there is no hardware faults in this server one server has 64gb memory and it shows 64 processors, and other having 32gb memory and it... (5 Replies)
Discussion started by: rajasekg
5 Replies

9. Solaris

T5220

Hi Guys and Gals, Wondering if anyone could help me, tricky one this. Got a T5220 with a graphics card. When you power it on, it outputs its output to the screen and you can type commands with the keyboard etc. But no matter what version of Solaris 10 you use, when you do a boot cdrom... (1 Reply)
Discussion started by: callmebob
1 Replies

10. Solaris

T5220

Hello guys, can anyone give me some advice on how to perform clean installation of Solaris 10 on T5220 ? I am connected with serial management port on the machine, i have the ok promt and now i should eject the dvdrom to insert Solaris dvd into and start the clean install. So how to do that... (3 Replies)
Discussion started by: tonijel
3 Replies
atexit(3)						     Library Functions Manual							 atexit(3)

NAME
atexit - register a function to be called at program termination SYNOPSIS
DESCRIPTION
registers the function func to be called, without arguments, at normal program termination. Functions registered by are called in reverse order of registration. An call during exit processing is always unsuccessful. The number of registered functions should not exceed as specified in When necessary, or (see crt0(3) and dld.sl(5) for PA-RISC systems or dld.so(5) for Itanium-based systems) registers one or more functions with to allow some processing at normal program termination. This registration occurs before any other. RETURN VALUE
returns zero if the registration is successful; non-zero if unsuccessful. SEE ALSO
exit(2), crt0(3), dld.sl(5) for PA-RISC systems. dld.so(5) for Itanium-based systems. STANDARDS CONFORMANCE
atexit(3)
All times are GMT -4. The time now is 05:29 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy