Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
07-14-2005, 03:34 PM
|
#1
|
Member
Registered: Nov 2003
Location: Bangladesh
Posts: 101
Rep:
|
New in Solaris.........All Looks Fuzzy.....
Hello:
Would some one pls help me out a little bit?
am new in Solaris. Using 8 in intel platform and nothing seems to be working.
can't find any rgular stuffs - like C compiler - do i have to download all that i need
from the net .
and also not the man pages - i tried
"man ifconfig" should it work in this way in solaris. searched all the man dirs. couldnt find
any thing about "ifconfig".
some suggestion - about getting started - will do....i hope.
thanks..
|
|
|
07-14-2005, 03:46 PM
|
#2
|
Member
Registered: Apr 2005
Location: Athens, Greece
Distribution: Solaris10
Posts: 40
Rep:
|
hi
get a book. quickly.
about the man pages, you must install the appropriate pakages.
check with pkginfo | more or with prodreg (GUI) for man pakages.
nice trips
|
|
|
07-14-2005, 03:53 PM
|
#3
|
Member
Registered: Nov 2003
Location: Bangladesh
Posts: 101
Original Poster
Rep:
|
thanks a lot...
i will check it later on after changing my Hard Disks.
as i use 2HDD in a the same system.
any way lots of thanks.
bye.
|
|
|
07-14-2005, 05:24 PM
|
#4
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,793
|
Quote:
am new in Solaris. Using 8 in intel platform and nothing seems to be working.
|
Solaris 8 is not the last one, but works well.
What is not working for you ?
Quote:
can't find any rgular stuffs - like C compiler - do i have to download all that i need
from the net .
|
This one should be in the solaris companion CD. Just install it from it, or download one from sunfreeware or blastwave.
Quote:
and also not the man pages - i tried
"man ifconfig" should it work in this way in solaris. searched all the man dirs. couldnt find
any thing about "ifconfig".
|
You probably select an end user (non developer) installation, with which the manual pages are not taken.
|
|
|
07-14-2005, 09:58 PM
|
#5
|
Member
Registered: Nov 2003
Location: Bangladesh
Posts: 101
Original Poster
Rep:
|
Thank You for your reply.
I chose the entire package.
but cannt find any thing rather than just normal utilities.
by the way can any one tell me how "ifconfig" woks in Solaris.
regrads.
|
|
|
07-14-2005, 10:17 PM
|
#6
|
Member
Registered: Nov 2003
Location: Bangladesh
Posts: 101
Original Poster
Rep:
|
by the way how can I tell which package contains what softwares.
they all seem to be with some code name.
regards.
|
|
|
07-15-2005, 02:55 AM
|
#7
|
Member
Registered: Apr 2005
Location: Athens, Greece
Distribution: Solaris10
Posts: 40
Rep:
|
Quote:
Originally posted by qs_tahmeed
by the way how can I tell which package contains what softwares.
they all seem to be with some code name.
regards.
|
run the product registry (i think!!!), prodreg command from a terminal
|
|
|
07-15-2005, 04:28 AM
|
#8
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,793
|
Quote:
by the way how can I tell which package contains what softwares.
they all seem to be with some code name.
|
That depends on what packages do you want to know the contents.
are they
- already installed packages ?
- packages present on cdroms ?
Quote:
I chose the entire package.
but cannt find any thing rather than just normal utilities.
|
You must mean the "entire distribution", then "man ifconfig" should work.
Quote:
by the way can any one tell me how "ifconfig" woks in Solaris.
|
All Sun manuals are available on line at docs.sun.com
For example Solaris 8 ifconfig is:
http://docs.sun.com/app/docs/doc/806...9vfilnr?a=view
|
|
|
07-15-2005, 07:13 PM
|
#9
|
LQ Newbie
Registered: Mar 2005
Location: Australia
Distribution: Slackware, Debian, Gentoo, FreeBSD.
Posts: 8
Rep:
|
Hello,
I had the same problem with my software on Solaris 10. It plays a little trick on you (Well, it did for me). Look in /opt/sfw and take a nice, long look at all the beatiful software.
If that doesn't work, try doing find / | grep <softwarenamehere> You should be able to find where they are located. I wasn't able to use any of the software I had installed unless I put in the entire directory of the binary. But, you can make a symbolic link from the binary to a /bin/<namehere>, that'll make it so you can execute binaries whatever your PWD is.
Hope this helps,
-Reth
|
|
|
07-16-2005, 12:03 AM
|
#10
|
Member
Registered: Nov 2003
Location: Bangladesh
Posts: 101
Original Poster
Rep:
|
thankyou all
i installed for the 4th time and this time the packages are working.
but now i have more questions - which i laid down in another POST
naming
Solaris - Questions! Questions! Questions!
I would be glad torecieve any answer of that Thread.
best regards to all of you.
|
|
|
07-16-2005, 03:04 AM
|
#11
|
Moderator
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,793
|
Quote:
If that doesn't work, try doing find / | grep <softwarenamehere> You should be able to find where they are located.
|
There is a really faster way:
grep <filenamehere> /var/sadm/install/contents
and starting from Solaris 10:
pkgchk -l -P <filenamehere>
|
|
|
All times are GMT -5. The time now is 12:24 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|