Install v8 using sudo

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
nick.bond
Charter Member
Charter Member
Posts: 230
Joined: Thu Jan 15, 2004 12:00 pm
Location: London

Install v8 using sudo

Post by nick.bond »

I am meant to be performing the install of v8 on site but it is not possible to get root access. The UNIX admin says that all additional access is granted through sudo.

My question is whether it is sufficient to use sudo root access to perform the install or whether this will just lead to problems. I know that installing v7x using the non-root method would often lead to issues so I am reluctant to perform this install with sudo privileges.

Has anyone done this with success? If so what access do I request? Is it just full root access through sudo?

Thanks for your help.
Regards,

Nick.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Don't equate using 'sudo' to a 'non-root' install, they aren't the same thing, at least not in my book. I've done root installs of 7.x Server just by getting sudo access to the installation script. So, unless someone thinks otherwise, I'd say that should suffice. No guarantees, though. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

Re: Install v8 using sudo

Post by attu »

nick.bond wrote:I am meant to be performing the install of v8 on site but it is not possible to get root access. The UNIX admin says that all additional access is granted through sudo.

My question is whether it is sufficient to use sudo root access to perform the install or whether this will just lead to problems. I know that installing v7x using the non-root method would often lead to issues so I am reluctant to perform this install with sudo privileges.

Has anyone done this with success? If so what access do I request? Is it just full root access through sudo?

Thanks for your help.
Nick,

We are also in a process of installing v8 and out SA will only give us sudo on the install script. Will it be a smooth install of v8 without full root access ?

Please advise.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Having sudo access is the same as having effective user ID 0, which is equivalent to having the root login on the machine except that it can be limited to particular commands. I understand that sudo access is sufficient to install Information Server. But beware that there are more commands than the install script - there is the updater.jar for example.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Having sudo is sufficient to install the product.

The catch will be in cases of pre-installation such as setting mounts and directories.

Ensure that you run sudo only where necessary as otherwise you will land up with an environment where almost everything is owned by root.
Post Reply