Solaris-Unix

How do I show networking routing table information under Solaris UNIX operating systems using a shell prompt?

{ 0 comments }

UNIX Find A File Command

by Vivek Gite on May 14, 2008 · 12 comments

I’ve just started to use Sun Solaris UNIX in our Labs. I’d like to know more about finding files from from the shell prompt. How do I find a file under UNIX?

{ 12 comments }

Solaris UNIX LUN Rescan With cfgadm Command

by Vivek Gite on February 17, 2008 · 0 comments

I know how to do LUN rescan under Linux using echo command. A reboot option (downtime) is not available for me. How do I rescan LUN under Solaris UNIX operating systems? The cfgadm command provides configuration administration operations on dynamically reconfigurable hardware resources. Pass the -l option to Lists the state and condition of attachment [...]

{ 0 comments }

Q. How do I display information about loaded kernel modules under Sun Solaris UNIX operating system? A. You need to use modinfo command which is a trivial program to display information about the loaded modules. The format of the information is as follows: Id Loadaddr Size Info Rev Module Name where Id is the module [...]

{ 0 comments }

lofiadm: Solaris Mount an ISO CD Image

by Vivek Gite on December 9, 2006 · 6 comments

Q. How do I mount an ISO CD image under Sun Solaris UNIX?

{ 6 comments }

How do I start Oracle service in UNIX?

by nixcraft on July 29, 2006 · 9 comments

Q. I am using Solaris UNIX. How can I start Oracle service / server in UNIX from a shell prompt? A. In order to start Oracle service in UNIX you need to login as a Oracle user. Use su – command to login as oracle user. Start Oracle server in UNIX Type the following command, [...]

{ 9 comments }