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
mknod(5)							File Formats Manual							  mknod(5)

NAME
mknod.h - header file of macros for handling device numbers SYNOPSIS
DESCRIPTION
The header file defines macros to create and interpret device identification numbers for use with the system call (see mknod(2)). The use of these macros is architecture-dependent. See the System Administration Manual for your system for information on how to select major and minor device numbers. contains the macro which packs the major and minor components into a device identification number suitable for the dev argument of and the two macros: which extract the major and minor number components, respectively, from a device identification number, dev. The macro is a specification (see printf(3S)) that prints the minor number in the format best suited to the particular implementation; it is used by the long format of the command (see ls(1)) to show the minor numbers for device files. The base of the number is indicated in the same way as in the C programming language: no leading zero for decimal, leading zero for octal, and leading for hexadecimal. SEE ALSO
ls(1), mknod(1M), mknod(2), printf(3S). mknod(5)