I can't install LanSafe software on Sol10 (SPARC)


 
Thread Tools Search this Thread
Operating Systems Solaris I can't install LanSafe software on Sol10 (SPARC)
# 1  
Old 09-05-2012
I can't install LanSafe software on Sol10 (SPARC)

Hi guys.
Need youre help.
I try install LanSafe software (ls_603_solaris.tar). It is for SPARC.
I do it by Lansafe README.

I write file to CD.
I type:
Code:
# cd /cdrom/soft
# tar -xvf ls_603_s.tar install.sh
tar: install.sh -cannot create

tried:
Code:
#./install.sh
./install.sh: not found

Thanks.
# 2  
Old 09-05-2012
You are expecting tar to create files and folders inside a mounted CDROM volume? That's not going to work.

Go somewhere you can write to, then give tar the absolute path to the tar file instead.
# 3  
Old 09-07-2012
OK.
Where install on Solaris OS usually the soft such as LanSafe?
# 4  
Old 09-07-2012
I'd do:

Code:
mkdir /var/tmp
cd /cdrom/soft
cp -r * /var/tmp
./install.sh


Moderator's Comments:
Mod Comment Please use code tags next time for your code and data.

Last edited by zaxxon; 09-07-2012 at 10:37 AM.. Reason: code tags
# 5  
Old 09-07-2012
ОК. Thanks.
I have installed LanSafe successfully. But this soft hasn't GUI. How to configure one?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

How to install Solaris 10 5/09 on sparc T4-1?

hi everyone, good day to all. I need help to fix an issue which we encounter while installing the Alcatel -lucent 5620 NM on a solaris 10 OS. The Alcatel lucent 5620 NM release 9 software is only recommended OS to work with Solaris 10 release 5/09 but when we try to install the same... (9 Replies)
Discussion started by: Anjo Antony
9 Replies

2. Solaris

SPARC M10 - Install Solaris 10

Hi, This machine does not have CDROM/DVDROM. I try to boot using external usb. Issue command: show-disks does not show any external cdrom. How to install OS? Is it can be install using usb pendrive? Thanks. (5 Replies)
Discussion started by: mzainal
5 Replies

3. AIX

Install software in another directory with smitty install

Hello, I would like to ask if someone knows if is possible to install sofware via smitty or installp in another directorie , or we have to accept the default location? i would like to intall in /opt folder , but smitty installed it in /usr Thanks in advance (4 Replies)
Discussion started by: prpkrk
4 Replies

4. Solaris

SUN 10 OS on Sparc T4-2, how to install?

Dear all! I've received 4 servers Sparc T4-2 on a rack, those servers was built in Solaris 11 ZFS bundled. Our Application is not coporated with the Sun 11, so, I must reinstall them. However, whenever I ran cdrom in "ok prompt> bood cdrom", I received the line "Can not load cdrom". Recheck... (9 Replies)
Discussion started by: trantuananh24hg
9 Replies

5. Solaris

How to install PGX32 on Sparc 10 Ultra?

I'm trying to install a PGX32 video card on my Sparc 10 Ultra running Solaris 10. I've got the Oracle installation guide for it and I got as far as: "4. Insert the CD-ROM labeled “GFX OpenWindows for Solaris 2” into the drive." I don't have a CD-ROM by that name and a web search for that... (21 Replies)
Discussion started by: Michele31416
21 Replies

6. Solaris

Unable to install Sol10 on V245, exiting to shell.

Hi there, OK so I am super-green, but I have a problem I am hoping someone can help me with. I have a V245 that I am unable to install Solaris 10 (10/09) onto as during the initial install process, the UI pops up for region selection, but then as I enter my region, identify the system, up comes... (21 Replies)
Discussion started by: wallrunn3r
21 Replies

7. Solaris

64 Bit SPARC Solaris 10 Install

I downloaded the iso image from here and burnt it on DVD. But when I tried installing it..it said boot device not availiable. Do I have to make it bootable? Is there any other component that I need to write on DVD other than the image? Moreover the DVD which I received from my admin for... (5 Replies)
Discussion started by: sumeet
5 Replies

8. Solaris

Solaris 10 install fails on sparc

I'm trying to do an upgrade/install from Solaris 8 to Solaris 10 on a SUN Sparc system. I halt the system, as documented, but when I attempt to boot off the distribution DVD; i.e. halt : : OK> boot cdrom The system indicates that the device is 'unrecognizable' These are SUN... (5 Replies)
Discussion started by: imagtek
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