iSelfSchooling.com - Since 1999  References  |  Job Openings
    Home  | Search more  | Oracle Syntax  | Computer Institute   | (Login or Register to access to VIDEOS)
 

Copyright & User Agreement

   Suggestions Email2aFriendHomepage us! |  Bookmark

Services

  Vision/Mission

  Services

  Biography

  Contact Us

 FREE Training

  Start...

  SQL

  PL/SQL

  Forms 

  Reports

  DBA Fundamentals

  Performance

  Prepare for OCP

  ShareUrNotes

...

  Acknowledgement

  Who is who

  University Directory

  Links...

 

 

 

FREE Online Oracle Training for beginners and advanced - The most comprehensive Oracle tutorial

The authors do not guarantee or take any responsibility for the accuracy, or completeness of the information.

BASICS

SQL | PL/SQL

DEVELOPERS

FORMS 2 | REPORTS | Other TOOLS

DBAs

FUNDAMENTALS 2 | PERFORMANCE | OEM

ADVANCE

APPLICATION SERVER | GRID CONTROL | ARTICLES 2 3 4

Advanced - Articles II

Lesson 01 | Lesson 02 | Lesson 03 | Lesson 04 | Lesson 05 | Lesson 06 | Lesson 07 | Lesson 08 | Lesson 09 | Lesson 10 | Lesson 11 | Lesson 12 | Lesson 13 | Lesson 14 | Lesson 15 | Lesson 16 | Lesson 17 | Lesson 18 | Lesson 19 | Lesson 20 | Lesson 21 | Lesson 22 | Lesson 23 | Lesson 24 | Lesson 25 | Lesson 26 | Lesson 27 | Lesson 28 | Lesson 29 | Lesson 30 | Lesson 31 | Lesson 32 | Lesson 33 | Lesson 34 | Lesson 35 |

Lesson 15

"God is the friend of silence. See how nature-trees, flowers, grass-grows in silence; see the stars, the moon and the sun, how they move in silence... We need silence to be able to touch souls."

-Mother Teresa (1910-1997)

How to install Oracle software remotely?

 

Remote Software Installation Steps: (For Solaris only)

If you want to install Oracle Software remotely, you should perform the following steps. These steps are applicable only if your source and target machine are running Unix.

 

For example, you can install Oracle Software from your home from Washington, DC to a target source in California.

1.        Pick your source server or machine for remote installation.

2.        Check that your CD is in your source CD-ROM drive.

3.        On the target machine, find your target machine name with the output of the /usr/bin/hostname

4.        On the source machine, login as a user.

5.        On the source machine, enable client access:  % /usr/openwin/bin/xhost +  target-machine-name

6.        Become root user by typing: su  (don’t use -)

7.        Check that Volume Manger is running. # ps –ef |grep vold  (if you see an entry that contains /usr/sbin/vold, Volume Manager is running. Then skip to Step 10.

8.        If not then do the following: # mkdir –p /cdrom/your-cd-file-name

9.                                                       # mount –F hsfs –r cdrom-device /cdrom/your-cd-file-name

10.     Add the following line to your /etc/dfs/dfstab file: # share –F nfs –o ro /cdrom/your-cd-file-name

11.     Verify whether your source machine is an NFS server: # ps –ef | grep nfsd

12.     If you see an entry that contains /use/lib/nfs/nfsd –a 16, then nfsd is running and skip to Step 16.

13.     If nfsd is running, then type: # /usr/sbin/shareall

14.     If nfsd is not running, then start nfsd by typing: # /etc/init.d/nfs.server start

15.     Verify whether your source machine is an NFS server again by typing: # ps –ef | grep nfsd

16.     Make sure your source machine is exporting your product directory by typing: # /usr/sbin/dfshares

17.     Now, log in to the target machine by type: # rlogin target-machine-name –l user (not root)

18.     Then log in as the root user by typing: # su

19.     Go to the source machine by typing: # cd /net/source-machine/cdrom/your-cd-file-name ,then Skip to 24.

20.     If you cannot change to that directory in Step 19 and you do not have an auto-mounter on your network, then create amount point by typing the following commands.

21.     # mkdir /remote_products

22.     # /usr/sbin/mount –F nfs –r source-machine:/cdrom/your-cd-file-name /remote_products

23.     # cd /remote_products

24.     Redirect the target machine display to source machine by typing: # DISPLAY=source-machine:0; export DISPLAY (if you use a Bourne or Korn shell).

25.     Start the Web Start Installer by typing: # ./installer (or whatever the installer name program is).

 

 

 
 
Google
 
Web web site