Problem in instaling package SUNWman


 
Thread Tools Search this Thread
Operating Systems Solaris Problem in instaling package SUNWman
# 1  
Old 10-09-2008
Problem in instaling package SUNWman

Hi All,

I am trying to install the package from CD rom and i am unable to do.

i have located the package in CD and its there however when i am trying to run

Code:
pkgadd -d /cdrom/sol_10_508_sparc_5/Solaris_10/Product/SUNWman

i am getting error

Code:
pkgadd: ERROR: no packages were found in </cdrom/sol_10_508_sparc_5/Solaris_10/Product/SUNWman>

where in i can see the package

later i tried installing from location
Code:
cd /cdrom/sol_10_508_sparc_5/Solaris_10/Product/

and then
Code:
pkgadd -d SUNWman

getting same error

no luck.

help please
# 2  
Old 10-09-2008
Try that:
Code:
pkgadd -d /cdrom/sol_10_508_sparc_5/Solaris_10/Product SUNWman

# 3  
Old 10-09-2008
Thanks jiliagre.

I was doing mistake its working fine
# 4  
Old 10-10-2008
Another way you could have done that is by copying the package to some other location then installing the package. rather than adding the package from the cd/dvd directly.

Last edited by incredible; 10-10-2008 at 11:54 PM.. Reason: wrong spelling
# 5  
Old 10-10-2008
Thanks Inc,

I will implement your suggestion in future work .
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Virtualization and Cloud Computing

Error in virtualbox while instaling guest additions

Failed to open the CD/DVD image /usr/lib/virtualbox/additions/VBoxGuestAdditions.iso. Could not get the storage format of the medium '/usr/lib/virtualbox/additions/VBoxGuestAdditions.iso' (VERR_NOT_SUPPORTED). Result Code: VBOX_E_IPRT_ERROR (0x80BB0005) Component: Medium Interface: IMedium... (9 Replies)
Discussion started by: upvan111
9 Replies

2. Red Hat

faceing problem when i try to install any package!

Hello, When i try to install any package,the following appears: # yum install yum Loaded plugins: refresh-packagekit, rhnplugin This system is not registered with RHN. RHN support will be disabled. Setting up Install Process Nothing to do # plz guide me asap! ---------- Post... (1 Reply)
Discussion started by: ahmedamer12
1 Replies

3. Emergency UNIX and Linux Support

Problem when trying to remove a package using rpm command - error: package is not installed

Hello, i have installed a package by using the command sudo rpm -i filepackage.rpm package filepackage is already installed when i try to remove it, i get an error saying "is not installed": sudo rpm -e filepackage.rpm error: package filepackage is not installed How can... (4 Replies)
Discussion started by: g_p
4 Replies

4. UNIX for Advanced & Expert Users

Problem with TCL package

Following error encountered while executing characterizationEngine.tcl :confused::confused: $ ./characterizationEngine.tcl Tcl Client is running Ixia Software version: 5.60 Can't find tclx.tcl in the following directories: /usr/lib/tclX8.3 /usr/lib/tclX8.3 /usr/lib/tclX8.3... (0 Replies)
Discussion started by: hiten.r.chauhan
0 Replies

5. UNIX for Dummies Questions & Answers

Problem while installing WAS ND package

Hi everyone, Hope u doing good. I am trying to installl WebSphere Application Server(WAS) ND package, i got problem at initial level I hope, the problem is with Mozilla browzer. Can anyone trobleshoot the problem An error occurred while starting the launchpad for a WebSphere Application ... (0 Replies)
Discussion started by: sarfraz
0 Replies

6. Red Hat

problem with Dependencies package !

Dear Friends , I am using RHEL 5 server . In Linux when I am going to install 'mod_ssl' rpm then I got the following error : # rpm -ivh mod_ssl-2.2.3-6.el5.i386.rpm --aid --force warning: mod_ssl-2.2.3-6.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186 error: Failed... (5 Replies)
Discussion started by: shipon_97
5 Replies

7. Solaris

Installing SUNWman in Solaris 10 *Help!*

Hi there, I have a somewhat...interesting problem. I am doing a course at my local TAFE that has a UNIX Fundamentals component. Long story short, for our lab/prac work, our teacher created a custom-made Solaris 10 Virtual PC image. Works fine, not an issue. Except....he forgot to install... (2 Replies)
Discussion started by: Eliminatrix
2 Replies

8. Solaris

Problem with solaris 10 installation package

Hi, I want to install man pages package from solaris 10. Solaris 10 has already been installed on my servor but I have to add the man pages packages. I search for a long time on internet this package but I didn't find a compatible one... So I downloaded Solaris 10 from Sun site to get this... (12 Replies)
Discussion started by: MasterapocA
12 Replies

9. Solaris

Problem Instaling Solaris

hi I was trying to install Solaris on my PC. when i selected Auto Ejaection of cd & auto reboot.....then it displayed that u will need to manually eject current disk, & Select an appropriate boot media to avoid installation process again.. then after selecting appropriate options, the... (0 Replies)
Discussion started by: rochitsharma
0 Replies

10. UNIX for Dummies Questions & Answers

Instaling JVM

Hi Everyone I`ve just started with unix can some please help me execute this command via webmin on avirtual server or how do you execute such .bin file this is the error ./j2sdk-1_3_1_15-linux-i586.bin: not found > ls -l total 69124 -rw------- 1 root wheel 8380 May 15 18:01... (2 Replies)
Discussion started by: J.Carlos MC05
2 Replies
Login or Register to Ask a Question