Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

insall veritas agent on linux - "must be run by a user with root ID" 1

Status
Not open for further replies.

gwu

MIS
Dec 18, 2002
239
US
I am trying to install remote agent on a debian box.

after unpacking the tar I execute:

./installralus

but get:

CPI ERROR V-9-10-1179 installralus must be run by a user with root ID

Whats going on??

thanks
 
Exactly what it says, it must be run by a user with root ID.

FYI debian is not a support OS with ralus.
 
Obviosly!! How do I fix it :) . It seems that even unsupoprted ,it should still work.

thanks

 
I am working on getting ralus installed on FreeBSD, also not supported. The way I got past that error was to open up the file CPI40.pm in the {$PATH]/linux/ralus/scripts/install directory, ({$PATH} is where you extracted the ralus tarball). I found and commented out the following lines (on or about line numbers 1842-1844):

#if ($id ne "uid=0(root)") {
# _die("$COMM{PROG} must be run by a user with root ID", 10, 1179, "$COMM{PROG}");
#}

And after that, the installer ran fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top