Error in setting up install server


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Error in setting up install server
# 1  
Old 05-04-2011
Error in setting up install server

I am trying to setup a install server for solaris network installtion.

install server os is ubuntu.

find the error when setup_install_server script is run

Code:
root@adroit:/mnt/share/solaris/Solaris_10/Tools# ./setup_install_server /home/hitendra/install_path/
./setup_install_server: 414: mach: not found
./setup_install_server: 483: /usr/bin/sed: not found
[: 483: !=: unexpected operator
Verifying target directory...
Calculating the required disk space for the Solaris_10 product
Calculating space required for the installation boot image
Copying the CD image to disk...
./setup_install_server: 742: bar: not found
./setup_install_server: 742: bar: not found
ERROR: Copy of CD image failed
root@adroit:/mnt/share/solaris/Solaris_10/Tools#


Also there is enough space in the dir /home/hitendra where the target location for copying the solaris dvd is.

Code:
root@adroit:/mnt/share/solaris/Solaris_10/Tools# ./setup_install_server /home/hitendra/install_path/
./setup_install_server: 414: mach: not found
./setup_install_server: 483: /usr/bin/sed: not found
[: 483: !=: unexpected operator
Verifying target directory...
Calculating the required disk space for the Solaris_10 product
Calculating space required for the installation boot image
Copying the CD image to disk...
./setup_install_server: 742: bar: not found
./setup_install_server: 742: bar: not found
ERROR: Copy of CD image failed
root@adroit:/mnt/share/solaris/Solaris_10/Tools#

Please help ...
# 2  
Old 05-04-2011
The reason is that this script is intended to run on a Solaris host. The command mach isn't known on Linux, same as bar (which should probably show a progress bar). And most Linux distributions have their sed in /bin instead of /usr/bin.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Linux

Confusion setting up server

20GB space (1GB Swap),and installed Centos 5.7-x86 arch. I want to use this VPS to host 2-4 domains, all of WordPress. What I want to ask is: 1. Do I need a VPS management software before installing Webuzo (from Softaculous)? If yes, what was his name? 2. Do I need to install the software... (0 Replies)
Discussion started by: Byeron
0 Replies

2. UNIX for Dummies Questions & Answers

Firefox: Setting about:config options upon install

Is there a way to set the about:config options for Firefox automatically as part of the installation of Firefox? (3 Replies)
Discussion started by: figaro
3 Replies

3. SuSE

Setting up Suse 11.0 as server

Been awhile since I've been playing with Linux and I'm just starting to gte back into the swing of things again :) I'm setting up a OpenSUSE 11.0 computer at home (small network) and want to configure it as a server for Windows computers to be able to log onto the domain. From what I have read... (5 Replies)
Discussion started by: woofie
5 Replies

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

5. UNIX for Advanced & Expert Users

setting up my HOME PC as server

Hi , i am having RedHat AS 4 in my home PC.now i want to access applications remotely i.e from office. how can i do that. in short i would like to make my PC as server for doing test's. while I am @ work. I am using static IP. leenus (1 Reply)
Discussion started by: rrs
1 Replies

6. Linux

Setting up Wu-FTPD server

Hey, I'm running RH 7.1 and i want to beable to swap files back and from it. I've got Wu-ftpd installed and when i try to connect on my windows box with my root account it says to login so i type root and my password and it says that it's an incorrect login. I know i have to add it to a login... (4 Replies)
Discussion started by: byblyk
4 Replies

7. UNIX for Dummies Questions & Answers

setting up internet server

Hello, Corrently we are useing winproxy to use internet. my client desktops connects to winproxy using tcpip and get the access, now we have changed windows opreating system to linux 7.1. my problem is i am able to connect internet on linux machine but now i wants all clients connect to linux... (2 Replies)
Discussion started by: twadkar
2 Replies

8. UNIX for Dummies Questions & Answers

setting up web server

Is there any good resources for setting up a unix web server, I mean starting with the basics for a extremely new newbie. Thanks Scott (1 Reply)
Discussion started by: supastar
1 Replies
Login or Register to Ask a Question