Sponsored Content
Operating Systems Solaris Using JumpStart to Install LDoms1.1 Post 302281897 by StarSol on Thursday 29th of January 2009 06:34:20 PM
Old 01-29-2009
Using JumpStart to Install LDoms1.1

I am trying to automate the LDoms installtion using the JumpStart server. In the "finish" script I have the following to do LDoms installtion:

Code:
ROOT=/a
JUMP=${ROOT}/jump
mkdir ${JUMP}
mount 172.25.135.11:/jumpstart ${JUMP}
# Install LDoms 1.1
cp ${JUMP}/Packages/LDoms_Manager-1_1.zip ${ROOT}
unzip -u ${ROOT}/LDoms_Manager-1_1.zip
${ROOT}/LDoms_Manager-1_1/Install/install-ldm -d none

The process fails during the "unzip" step. It is failing to create the directories /LDoms_Manager-1_1 and the error reported was:

Code:
checkdir error:  cannot create LDoms_Manager-1_1
                 unable to process LDoms_Manager-1_1/XXXXXX

Where XXXXXX is everything underneath it. So the error was repeated for each directory it tried to create there.

It looks permission issue to me but do not know exactly the root cause since I could copy the zip file successfully from the JumpsStart to the server. Hopefully someone can help.

Last edited by Neo; 01-30-2009 at 02:06 PM.. Reason: please use code tags.... thanks.
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Sun Sparc 20 Jumpstart install :(

Hello, I'm having all kinds of trouble jumpstarting some SS20's. After hunting around the newsgroups I find that this seems to be a fairly common problem with no real answer. Here's a brief: SS20, 50mhz, 256mb blah blah. - Client E250 blah blah - J/start server. 10/100bt Network.... (4 Replies)
Discussion started by: itsupplies
4 Replies

2. HP-UX

Oracle 9i install: Error in invoking target install of makefile

I receive an error while installing Oracle 9i: Error in invoking target install of makefile /opt/oracle/product/9.2.0/sqlplus/lib/ins_sqlplus.mk Furthermore: $ whoami oracle $ echo $ORACLE_HOME /opt/oracle/product/9.2.0 $ pwd /opt/oracle/product/9.2.0/sqlplus/lib $ ll total... (5 Replies)
Discussion started by: chris2005
5 Replies

3. Linux

install macbook pro fedora10 ???((<<if can install, how to install? >> ))

If may install can Tells everybody ??? (0 Replies)
Discussion started by: kzBSD
0 Replies

4. Solaris

jumpstart install clusters

Hello, I'm trying to jumpstart a machine with Solaris 10, however the disks in my machine are only 18GB, but I want to have all the developer packages but none of the X windows stuff that can be quite large. Wondered if it was possible to somehow get a list of all packages and remove the ones... (4 Replies)
Discussion started by: Actuator
4 Replies

5. Solaris

Jumpstart with ZFS root install

Has anyone tried Jumpstart with installing a ZFS root pool? I have read the docs (Custom Jumpstart and Advanced Install Guide(doc:821-1911);Network-Based Installations(doc:821-1909)). My issue is that I get prompted for information each time I boot the client system. My goal is to get the... (8 Replies)
Discussion started by: bluescreen
8 Replies

6. Solaris

Solaris 10 install dvd drive boots, but not recoginized by install process

I am trying to build a Sun Ultra 10 with solaris 10. This computer is one of a collection that was donated to the non-profic company I work for. All media was wiped before I recieved them, so I am starting from stratch. I downloaded the Solaris 10 ISO and burned a DVD. The computer came with a... (4 Replies)
Discussion started by: gwillhight
4 Replies

7. Solaris

Solaris jumpstart install server

I am attempting to install Solaris 10, on a SPARC platform, from a Solaris install server running under Oracle Virtual Box (x86 platform) solarisbox1 is server with IP 10.1.1.21 solarisbox2 is client with IP 10.1.1.60 Snoop gives me the following .. solarisbox1 -> (broadcast) ARP C who is... (0 Replies)
Discussion started by: robs2015
0 Replies

8. Solaris

How to install an JumpStart Server on Solaris 11.3?

Hey Guys, i'm trying to install and configure a jumpstart server on a solaris 11.3 x86 based system. I've already created the folders to install the server. I've tried to use the installation script as follow (i'm root on the system): ./setup_install_server /export/jumpstart Everything works... (2 Replies)
Discussion started by: Marcusg562
2 Replies

9. 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
ROOT(1)                                                       General Commands Manual                                                      ROOT(1)

NAME
root - Interpretor of C++ for the ROOT framework SYNOPSIS
root [options] files ... DESCRIPTION
ROOTs Object-Oriented Technologies. root is a interactive interpretor of C++ code. It uses the ROOT framework. For more information on ROOT, please refer to http://root.cern.ch. An extensive Users Guide is available from that site. OPTIONS
-? Show summary of options. -b Run in batch mode without graphics -n Do not execute logon and logoff macros as specified in .rootrc -q Exit after processing command line macro files -l Do not show splash screen SEE ALSO
rootcint(1), cint(1), root-config(1), rootd(1), h2root(1), g2root(1) For extensive documentation on the ROOT system, see http://root.cern.ch <http://root.cern.ch> A Users Guide is available online. <http://root.cern.ch/root/UsersGuide.html> The classes of ROOT are all documented by the automatic documentation system, and is available online. <http://root.cern.ch/root/html/ClassIndex.html> FILES
<etcdir>/system.rootrc System-wide configuration file. <etcdir> either ROOTSYS, or something like /etc/root <libdir>/* ROOT C++ class libraries. <libdir> is either ROOTSYS/lib or something like /usr/lib/root. <incdir>/* The header files for the ROOT C++ class libraries. <incdir> is either ROOTSYS/include or something like /usr/include/root. ~/.rootrc, ./.rootrc User configuration file ORIGINAL AUTHORS
The ROOT team (see web page above): Rene Brun and Fons Rademakers COPYRIGHT
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as pub- lished by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foun- dation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA AUTHOR
This manual page was written by Christian Holm Christensen <cholm@nbi.dk>, for the Debian GNU/Linux system (but may be used by others). ROOT Version 3 ROOT(1)
All times are GMT -4. The time now is 07:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy