Using JumpStart to Install LDoms1.1


 
Thread Tools Search this Thread
Operating Systems Solaris Using JumpStart to Install LDoms1.1
# 8  
Old 01-30-2009
Quote:
Originally Posted by incredible
try not to use the "-u" option for unzip.
I tried both with and without the -u option but got the same result....
# 9  
Old 01-30-2009
what are the permissions for /a?
As what user are you running this script? Did you remove whatever was created earlier and re-try.
If not use the debug mode in your script and provide the output.
Add this line

Code:
#!/bin/ksh -x
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


Last edited by Neo; 01-30-2009 at 02:05 PM.. Reason: code tags please... thanks!
# 10  
Old 01-30-2009
The user is root, but not sure how to find the permissions for /a. And yes, I tried fresh install several times as this is part of long script that formats the disk, installs OS, patches and miscellaneous like LDoms.

Right now I am using:
#!/bin/sh
Shall I add "-x" to the same line or add a new line with "#!/bin/ksh -x"?
# 11  
Old 01-31-2009
add to the same line.
and get your permissions for /a like this :
#cd /
#ls -l |grep a
# 12  
Old 01-31-2009
I think you need to specify the destination directory:
unzip -u ${ROOT}/LDoms_Manager-1_1.zip -d ${ROOT}/
# 13  
Old 02-04-2009
Quote:
Originally Posted by houston
I think you need to specify the destination directory:
unzip -u ${ROOT}/LDoms_Manager-1_1.zip -d ${ROOT}/
I think specifying the destination directory was the trick. I just wonder why since the default is to unzip in the same directoy. Anyway, thanks a bunch! Smilie
# 14  
Old 02-04-2009
I just noticed that LDoms was not installed siccessfully though! After the files were unzipped, the system tried to install it and came back with this error complaining about / filesystem has 0 free blocks. I might need to change something in the install-ldm script:

Installing LDoms and Solaris Security Toolkit packages.
pkgadd -n -d "/tmp/install_config/Packages/LDoms_Manager-1_1/Product" -a pkg_admin SUNWldm.v
WARNING:
The / filesystem has 0 free blocks. The current installation requires 16884 blocks, which includes a required 150 block buffer for open deleted files. 16884 more blocks are needed.
Copyright 2008 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.

Installation of <SUNWldm> was suspended (administration).
No changes were made to the system.

Verifying that all packages are fully installed.
Package SUNWldm is not installed.

Package SUNWjass is not installed.

ERROR: One or more packages were not fully installed: SUNWldm
SUNWjass.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 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

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

3. 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

4. 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

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

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

7. 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

8. 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

9. 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
Login or Register to Ask a Question