Solaris / OpenSolarisThis forum is for the discussion of Solaris and OpenSolaris.
General Sun, SunOS and Sparc related questions also go here.
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.
Actually what i want to attain is ip-forwarding in solaris. i wouldnt mind if you can just point out the basic things i need to do. Hope to hear from you soon
"ifconfig iprb0 plumb" makes the iprb0 interface available for further commands. "ifconfig iprb0 unplumb" does the opposite. After unplumbing an interface, it won't appear in "ifconfig -a" output.
"ifconfig iprb0 up" makes the iprb0 interface up, i.e. able to send and receive packets. "ifconfig iprb0 down" is disabling all traffic from the interface but all its other settings are still there.
1.)I kindly want to know how to switch from CDE in solaris to CLI just the way i do it in linux with alt+ctrl f1,f2,f3 etc.
This feature used to exist in old Solaris releases but was dropped a long time ago. It is in the process of being integrated again, but is not yet.
Quote:
2.)how do i know my current runlevel and how do i change it cos i have gone through the inittab but it is totally difference.
"who -r" will show the current run level, although that means less than what it used to with SMF and milestones. What do you want to achieve by switching run levels ?
Quote:
3.)how do i veiw my routing table, is it route -rn
well regarding switching btw Gui and Cli, i do it a lot on Linux so i was thinking it was going to be possible in Solaris 10.
It is very much possible with Solaris, but that doesn't involves run levels like with many Linux distributions.
To disable the graphic environment, run:
Code:
/usr/dt/dtconfig -d
To re-enable it:
Code:
/usr/dt/dtconfig -e
Quote:
Less i forget pls how do i stop,start,restart a service, how do i know services that are currently running or not running. I will be really be glade.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.