Jumpstart issue


 
Thread Tools Search this Thread
Operating Systems Solaris Jumpstart issue
# 1  
Old 01-26-2011
Jumpstart issue

Keep getting this message after system identification portion.

Search complete.
Discovering additional network configuration...
Completing system identification...
Starting remote procedure call (RPC) services:Assertion failed: *count <= max, file ns_dns_misc.c, line 189
Abort - core dumped

done.
^CExiting to shell...

Solaris 10 update8 server hwr Sun Enterprise T5220


Anyone ever seen this error and how to resolve this?

Last edited by soupbone38; 01-26-2011 at 03:04 PM.. Reason: additional information
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Issue with jumpstart install

I've followed a few guides and have what appears to be a working jumpstart server. I can PXE boot a bare system, it gets an IP and launches the installer. However, it takes me to the screen: SunOS Release 5.10 Version generic-147148-26 64 bit Copyright (c) 1983, 2013, Oracle and/or its... (1 Reply)
Discussion started by: jnojr
1 Replies

2. Solaris

Jumpstart ZFS root issue

I 'm tryin to install a solaris server After all the system initialization & extraction of flash archive installation aborts with following error .. Does anyone know what could be the issue for the same ? Any help would be appreciated Extracted 2205.05 MB ( 99% of 2205.54 MB... (6 Replies)
Discussion started by: fugitive
6 Replies

3. Solaris

Issue after jumpstart with Solaris 10 u7

I am performing this installation on a Sun T5220. There is an aftermarket Adaptec StorageTek raid controller card installed. I have created the raid array, and it is referred to as c1t0d0. Here is the profile I have created: install_type initial_install system_type server cluster SUNWCXall... (4 Replies)
Discussion started by: msarro
4 Replies

4. Solaris

Jumpstart Client Issue

I have a jumpstart client that is not requesting the tftp boot file. The rarp function is working, hostname and ip are set ok, but it hangs after that. tcpdump output: jumpstart-server:/var/lib/tftpboot# tcpdump -i eth1 tcpdump: verbose output suppressed, use -v or -vv for full protocol... (6 Replies)
Discussion started by: skitch
6 Replies

5. Solaris

[solved] Jumpstart Profile Issue

I have created profile file for zfs root (flash) on a wanboot server when i try to validate the rules file with check i get following error .. i 'm not sure why i 'm getting this error .. can any one help me on this ? # ./check Validating rules... Validating profile profile... Error in... (0 Replies)
Discussion started by: fugitive
0 Replies

6. Solaris

Jumpstart Help

Hi Peeps, Created a jumpstart server for an unattened install and it works, but got 2 bugs in the config which I would like to work out: when you boot net install It still asks you to select a language and locale, after you do this it kicks of an unattended install. So my question is,... (5 Replies)
Discussion started by: callmebob
5 Replies

7. UNIX for Advanced & Expert Users

Jumpstart

Hi, where can i find documention on how to create a jumpstart system? dori (2 Replies)
Discussion started by: dorilevy
2 Replies

8. UNIX for Advanced & Expert Users

JUmpstart on a pc

HI. i was wondering if you can jumpstart using the solaris intel platform? please help thanks (3 Replies)
Discussion started by: souldier
3 Replies

9. UNIX for Dummies Questions & Answers

JumpStart

Hi, Which sites have general information on JumpStart for Solaris 8? I would like to know more about boot server, installation server, and configuration server.... and all other good things about JumpStart....Thanks..:p Doo... (2 Replies)
Discussion started by: dookeobih
2 Replies

10. UNIX for Dummies Questions & Answers

Jumpstart?

I have been asked to research Jumpstart and don't know where to begin! Any ideas would be much appreciated! Thanks! :-) (1 Reply)
Discussion started by: avana100
1 Replies
Login or Register to Ask a Question
RUP(1)							    BSD General Commands Manual 						    RUP(1)

NAME
rup -- remote status display SYNOPSIS
rup [host ...] DESCRIPTION
The rup utility displays a summary of the current system status of a particular host or all hosts on the local network. The output shows the current time of day, how long the system has been up, and the load averages. The load average numbers give the number of jobs in the run queue averaged over 1, 5 and 15 minutes. The rpc.rstatd(8) daemon must be running on the remote host for this command to work. The rup utility uses an RPC protocol defined in <rpcsvc/rstat.x>. EXAMPLES
example% rup otherhost otherhost 7:36am up 6 days, 16:45, load average: 0.20, 0.23, 0.18 example% DIAGNOSTICS
rup: RPC: Program not registered The rpc.rstatd(8) daemon has not been started on the remote host. rup: RPC: Timed out A communication error occurred. Either the network is excessively congested, or the rpc.rstatd(8) daemon has terminated on the remote host. rup: RPC: Port mapper failure - RPC: Timed out The remote host is not running the portmapper (see rpcbind(8)), and cannot accommodate any RPC-based services. The host may be down. SEE ALSO
rpc.rstatd(8), rpcbind(8) HISTORY
The rup command appeared in Sun-OS. BUGS
The sorting options are not implemented. BSD
June 7, 1993 BSD